
/* Styles for screens with a maximum width of 768px (e.g., phones) */
@media only screen and (max-width: 768px) {
  header {
    display: flex;
    flex-direction: column;
  }
  
  .search-container {
    margin-top: 0;
  }
  
  .search-input {
    margin-right: 0;

  }
  
  .submit-button {
    margin-left: 0;
  }

section.container {
  float: left;
}

/* body */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  hyphens: auto;
  margin: 0;
  padding: 0;
  background-image: url(./R.jpg);
}

/* header */
header {
  background-color: #13146e;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 7vw;
  font-weight: lighter;
}

/* Colortext in Text "Farben"*/
.red1 {
  color: red;
  font-weight: bold;
}
.green1 {
  color: green;
  font-weight: bold;
}
.blue1{
  color: blue;
  font-weight: bold;
}
.colors{
  margin-bottom: 35px;
}
   /* Dropdown Menu */
 
.dropdown {
  position: relative;
  display: inline-block;
  }
    .menu {
      padding: 50px;
      font-size: 20px;
      font-weight: bold;
    }
    
    .button {
      background-color: #ffffff;
      color: #13146e;
      border: none;
      padding: 5px;
      border-radius: 5px;
      margin-top: 15px;
      width: 250px;
    }
    
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 200px;
      z-index: 1;
      padding-top: 5px;
      display: none;
      background-color: #fff;
      box-shadow: 0px 8px 16px 0px #0000002c;
      width: 40px;
      margin-left: 20px;
      font-weight:550;
      font-size: 16px;
    }
    
    .container:hover .dropdown-menu {
      display: block;
      border-radius: 10px;
      margin-top: 10px;
    }
    
    .dropdown-item {
      display: block;
      padding: 8px 16px;
      margin: 10px;
      text-decoration: none;
      color: #13146e;
      font-family: Arial, Helvetica, sans-serif;
    
    }
    
    .dropdown-item:hover {
      background-color: #47488594;
    }
    
    
    /* Searchbar*/
    .search-container {
      padding: 5px;
    
    }
    
    .search-input input[type="text"] {
      width: 80%;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 10px;
      margin-left: 20px;
    }
  

/* section */
section {
padding: 20px;
}

#kontakt {
text-align: left;
margin-left: 1px;
margin-top: 30px;
font-size: 4vw;
}
#Wirkungaufuns{
font-size: 4vw;
}
#farbe {
  font-size: 4vw;
}
#Willkomen{
font-size: 4vw;
}

h2 {
margin-top: 30px;
text-align: left;
margin-bottom: 25px;
margin-right: 25px;
margin-left: 25px;
font-size: 4vw;
}

/* Additional Styles */
#background {
  background-color: #f9f9f9;
 padding: 3.5vw;
}

/* Texte*/
p {
  text-align: left;
  text-align: justify;
  font-size: 2vw;
  margin-right: 25px;
margin-left: 25px;
}

h2 {
  color: #13146e;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 15px;
  margin-right: 25px;
  margin-left: 25px;
  font-size: 4vw;
}
.text-farbenlehre {
  text-align: left;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 50px;
  text-align: justify;
  font-size: 2vw;
}

/* Footer */
footer {
  padding: 5vw;
  background-color: #13146e;
  color: white;
  text-align: center;
}
#footertext {

  font-size: 2vw;
  text-align: center;
}



/* General */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

/* List Colors */
.yellow, .orange, .red, .pink, .blue, .green, .brown, .gray, .purple, .black {
color: #f9f9f9;
width: 50vw;
font-size: 4vw;
font-weight: bold;
height: 80px;
border: none;
border-radius: 4px;
text-align: center;
margin-bottom: 20px;
margin-left: 20px;
padding-top: 20px;
}

.black {
background-color: #000000;
}

.white {
background-color: #fff;
color: #000000;
width: 50vw;
font-size: 4vw;
font-weight: bold;
height: 80px;
border: none;
border-radius: 4px;
text-align: center;
margin-bottom: 20px;
margin-left: 20px;
padding-top: 20px;
}
.gray {
background-color: #808080;
}
.purple {
background-color: #9b59b6;
}
.yellow{
background-color: #ffd900;
margin-top: 20px;
}
.orange{
background-color: #ffa500;
}
.red {
background-color: #d60f0f;
}
.pink{
background-color: #d87093;
}
.blue {
background-color: #2a74e4;
}
.green {
background-color: #337e15;
}
.brown {
background-color: #532a09;
}
img {

width: 50vw;
height: auto;
border-radius: 8px;
margin-bottom: 20px;
margin-left: 20px;
}
/* Responsiveness */
@media (max-width: 768px) {
header {
  text-align: center;
}

nav ul {
  text-align: center;
}

nav ul li {
  display: block;
  margin: 10px 0;
}

section {
  font-size: 14px;
}

table {
  font-size: 14px;
}
}


/* Main */
main {
max-width: 90%;
margin: 20px auto;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Table Overlay Function */

.containercolor {
position: relative;
margin-top: 15px;
}

.image {
display: block;
width: 55vw;
height: 100px;
margin-left: 4VW;
margin-right: 6VW;
}

.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #13146e;
}

.containercolor:hover .overlay {
opacity: 1;
}

.text {
color: white;
font-size: 3vw;
position: absolute;
top: 50%;
left: 45%;
text-align: start;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.textwhite {
color: rgb(0, 0, 0);
font-size: 3vw;
position: absolute;
top: 50%;
left: 45%;
text-align: start;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
.dropdown {
  flex-basis: 50%;
}
}

@media screen and (max-width: 480px) {
.dropdown {
  flex-basis: 100%;
}
}



/* Contact Form */
form {
display: flex;
flex-direction: column;
}

label {
font-weight: bold;
margin-bottom: 10px;
text-align: left;
}

input[type="text"],
input[type="email"],
textarea {
width: 100%;
padding: 0.5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
}

textarea {
height: 150px;
margin-bottom: 20px;
}

input[type="submit"] {
background-color: #13146e;
color: white;
border: none;
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 2px;
}

input[type="submit"]:hover {
background-color: #474885;
}

/* form starting stylings ------------------------------- */

.container-form 		{ 
width:100%; 
margin:30px auto 0; 
display:block; 
}
#nachricht{
height: 150px;
}

.group 			  { 
position:relative; 
margin-bottom:25px; 
}
input 				{
font-size:18px;
padding:10px 10px 10px 5px;
display:block;
width:100%;
border:none;
border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
color:#999; 
font-size:14px;
font-weight:normal;
position:absolute;
pointer-events:none;
left:5px;
bottom:-10px;
transition:0.2s ease all; 
-moz-transition:0.2s ease all; 
-webkit-transition:0.2s ease all;
}

span.bar{
width: 100%;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
top:-20px;
font-size:14px;
color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:300px; }
.bar:before, .bar:after 	{
content:'';
height:2px; 
width:0;
bottom:1px; 
position:absolute;
background:#5264AE; 
transition:0.2s ease all; 
-moz-transition:0.2s ease all; 
-webkit-transition:0.2s ease all;
}
.bar:before {
left:50%;

}
.bar:after {
right:50%; 

}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
width:50%;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
}
/* Styles for screens with a minimum width of 768px (e.g., Tablets) */
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  header {
    display: flex;
    align-items: center;
  }
  
  .search-container {
    margin-top: 0;
  }
  
  .search-input {
    margin-right: 10px;
    margin-bottom: 0;
  }
  
  .submit-button {
    margin-left: 10px;
  }
  
  /*  body  */
  body {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-image: url(./R.jpg);
  }
  /* header */
  header {
    background-color: #13146e;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  header h1 {
    margin: 0;
    font-size: 7vw;
    font-weight: lighter;
  }
  
  /* Colortext in Text "Farben"*/
  .red1 {
    color: red;
    font-weight: bold;
  }
  .green1 {
    color: green;
    font-weight: bold;
  }
  .blue1{
    color: blue;
    font-weight: bold;
  }
  .colors{
    margin-bottom: 35px;
  }
    /* Dropdown Menu */
 
.dropdown {
  position: relative;
  display: inline-block;
  }
    .menu {
      padding: 50px;
      font-size: 20px;
      font-weight: bold;
    }
    
    .button {
      background-color: #ffffff;
      color: #13146e;
      border: none;
      padding: 5px;
      border-radius: 5px;
      margin-top: 15px;
      width: 250px;
    }
    
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 200px;
      z-index: 1;
      padding-top: 5px;
      display: none;
      background-color: #fff;
      box-shadow: 0px 8px 16px 0px #0000002c;
      width: 40px;
      margin-left: 20px;
      font-weight:550;
      font-size: 16px;
    }
    
    .container:hover .dropdown-menu {
      display: block;
      border-radius: 10px;
      margin-top: 10px;
    }
    
    .dropdown-item {
      display: block;
      padding: 8px 16px;
      margin: 10px;
      text-decoration: none;
      color: #13146e;
      font-family: Arial, Helvetica, sans-serif;
    
    }
    
    .dropdown-item:hover {
      background-color: #47488594;
    }
    
    
    /* Searchbar*/
    .search-container {
      padding: 5px;
    
    }
    
    .search-input input[type="text"] {
      width: 80%;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 10px;
      margin-left: 20px;
    }
  
  /*  section  */
  section {
    padding: 20px;
  }
  
  section h2 {
    color: #13146e;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 25px;
    margin-left: 25px;
  }
  
  #kontakt {
    text-align: left;
    margin-left: 0px;
    } 
  
  /* Footer */
  footer {
    padding: 15px;
    background-color: #13146e;
    color: white;
    text-align: center;
  
  }
  #footertext {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
  }
  /* General  */
  
  * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }
  
  /* List Colors */
  
  /* Color GIF */
  img{
  width: 26vw;
  height: 26vw;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-left: 15PX;
  }
  .container-marken {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    background-color: #13146e;
    padding: 10px;
    margin-bottom: 4vw;
    border-radius: 8px;
  }
  
  .container-marken > div {
    text-align: center;
    padding: 2vw 0;
    
    border-radius: 8px;
  }
  .image-container {
    grid-row-start: 2;
    grid-row-end: 4;
  }
  
  .black {
    background-color: #000000;
    color: #f9f9f9;
    text-align: center;
    margin: 10px;
    font-size: 1.4vw;
  }
  
  .white {
    background-color: #fff;
    color: #000000;
    text-align: center;
    margin: 10px;
    font-size: 1.3vw;
  }
  
  .gray {
  background-color: #808080;
  color: #f9f9f9;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
  margin: 10px;
  font-size: 1.5vw;
  }
  
  .purple {
  background-color: #9b59b6;
  color: #f9f9f9;
  text-align: center;
  height: 10vw;
  margin: 10px;
  font-size: 1.7vw;
  }
  .yellow{
  background-color: #ffd900;
  color: #f9f9f9;
  text-align: center;
  margin: 10px;
  font-size: 1.5vw;
  }
  .orange{
  background-color: #ffa500;
  color: #f9f9f9;
  text-align: center;
  margin: 10px;
  font-size: 1.4vw;
  }
  .red {
  background-color: #d60f0f;
  color: #f9f9f9;
  text-align: center;
  margin: 10px;
  font-size: 1.4vw;
  }
  .pink{
  background-color: #d87093;
  color: #f9f9f9;
  text-align: center;
  height: 10vw;
  margin: 10px;
  font-size: 1.7vw;
  }
  .blue {
  background-color: #2a74e4;
  color: #f9f9f9;
  text-align: center;
  height: 10vw;
  margin: 10px;
  font-size: 1.7vw;
  }
  .green {
  background-color: #337e15;
  color: #f9f9f9;
  text-align: center;
  height: 10vw;
  margin: 10px;
  font-size: 1.7vw;
  }
  .brown {
  background-color: #532a09;
  color: #f9f9f9;
  text-align: center;
  margin: 10px;
  font-size: 1.4vw;
  }
  
  
  
  /* Table Dropdown Function */
  
  .containercolor {
  width: 40%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 25px;
  }
  
  .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  }
  
  .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  }
  
  .containercolor:hover .overlay {
  opacity: 1;
  }
  
  .text {
  color: #f9f9f9;
  font-size: 1.7vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  }
  .textwhite {
  color: rgb(0, 0, 0);
  font-size: 1.7vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 70%;
  
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  }
  
  /* Colortext in Text "Farben"*/
  .red1 {
  color: red;
  font-weight: bold;
  }
  .green1 {
  color: green;
  font-weight: bold;
  }
  .blue1{
  color: blue;
  font-weight: bold;
  }
  
  
  /* Additional Style Background */
  #background {
  padding: 80px;
  background-color: #f9f9f9;
  }
  
  /* Untertitel Wirkung*/
  #Wirkung h2 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  }
  
  /* Responsiveness */
  @media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: left;
  }
  
  nav {
    margin-top: 10px;
  }
  
  nav li {
    margin-right: 10px;
  }
  
  section {
    font-size: 14px;
  }
  
  nav ul {
    text-align: center;
  }
  
  nav ul li {
    display: block;
    margin: 10px 0;
  }
  }
  
  /* Main */
  main {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  margin-bottom: 90px;
  }
  
  /* Texte*/
  p {
  margin-bottom: 40px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: justify;
  }
  
  
  
  /* Contact Form */
  form {
  display: flex;
  flex-direction: column;
  
  }
  
  input[type="submit"] {
  background-color: #13146e;
  color: white;
  border: none;
  padding: 0.7rem 1rem;
  cursor: pointer;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
  }
  
  input[type="submit"]:hover {
  background-color: #474885;
  }
  
  /* form starting stylings ------------------------------- */
  
  .container-form 		{ 
  width:100%; 
  margin:30px auto 0; 
  display:block; 
  }
  #nachricht{
  height: 150px;
  }
  
  .group 			  { 
  position:relative; 
  margin-bottom:25px; 
  }
  input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
  border-radius: 4px;
  }
  input:focus 		{ outline:none; }
  
  /* LABEL ======================================= */
  label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  bottom:0px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  }
  
  span.bar{
  width: 100%;
  }
  
  /* active state */
  input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
  }
  
  /* BOTTOM BARS ================================= */
  .bar 	{ position:relative; display:block; width:300px; }
  .bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  }
  .bar:before {
  left:50%;
  
  }
  .bar:after {
  right:50%; 
  
  }
  
  /* active state */
  input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
  from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
  }
  }
/* Styles for screens with a minimum width of 1025px (e.g., Laptops) */
@media only screen and (min-width: 1025px) {
  header {
    display: flex;
    align-items: center;
  }
  
  .search-container {
    margin-top: 0;
  }
  
  .search-input {
    margin-right: 10px;
    margin-bottom: 0;
  }
  
  .submit-button {
    margin-left: 10px;
  }
  
 /*  body  */
body {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-image: url(./R.jpg);
}
/*  header  */
header {
  background-color:#13146e;
  color: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 90%;
}

header h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: lighter;
  margin-left: 20px;

}



 /*  navigation  */
  header nav ul  {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: right;
    font-size: 20px;
  }
  
  header nav li {
    display: inline-block;
  }
 
  header nav a {
    display: inline-block;
    color:white;
    text-decoration: none;
    padding: 5px;
  }
  
  header nav a:hover {
    background-color: #474885;
  }

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  /* hidden Menu icon */
  .button {
    display: none;
  }
  .menu {
    display: none;
  }

  /* Searchbar */
  .search-container {
    display: flex;
    align-items: center;
    display: inline-block;
    
  }
  
  .search-input {
    margin-right: 10px;
    margin-left: 20px;
  }

  
  /*  section  */
  section {
    padding: 20px;
  }
  
  section h2 {
    color: #13146e;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 25px;
    margin-left: 25px;
  }

  #kontakt {
    text-align: left;
    margin-left: 0px;
    } 

  /* Footer */
  footer {
    padding: 15px;
    background-color: #13146e;
    color: white;
    text-align: center;

  }
  #footertext {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
  }
  /* General  */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* List Colors */

  /* Color GIF */
  img{
    width: 25vw;
    height: 25vw;
    margin-left: 30px;
    border-radius: 8px;
  }
    .container-marken {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 10px;
      background-color: #13146e;
      padding: 10px;
      margin-bottom: 4vw;
      border-radius: 8px;
    }
  
    .container-marken > div {
      text-align: center;
      padding: 2vw 0;
      font-size: 1.5vw;
      border-radius: 8px;
    }
    .image-container {
      grid-row-start: 2;
      grid-row-end: 4;
    }
  
    .black {
      background-color: #000000;
      color: #f9f9f9;
      text-align: center;
      margin: 30px
    }
    
    .white {
      background-color: #fff;
      color: #000000;
      text-align: center;
      margin: 30px
    
    }
    
  .gray {
    background-color: #808080;
    color: #f9f9f9;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 30px
  }
  
  .purple {
    background-color: #9b59b6;
    color: #f9f9f9;
    text-align: center;
    height: 10vw;
    margin: 30px;
  }
  .yellow{
    background-color: #ffd900;
    color: #f9f9f9;
    text-align: center;
    margin: 30px
  }
  .orange{
    background-color: #ffa500;
    color: #f9f9f9;
    text-align: center;
    margin: 30px
  }
  .red {
    background-color: #d60f0f;
    color: #f9f9f9;
    text-align: center;
    margin: 30px
  }
  .pink{
    background-color: #d87093;
    color: #f9f9f9;
    text-align: center;
    height: 10vw;
    margin: 30px
  }
  .blue {
    background-color: #2a74e4;
    color: #f9f9f9;
    text-align: center;
    height: 10vw;
    margin: 30px
  }
  .green {
    background-color: #337e15;
    color: #f9f9f9;
    text-align: center;
    height: 10vw;
    margin: 30px
  }
  .brown {
    background-color: #532a09;
    color: #f9f9f9;
    text-align: center;
    margin: 30px
  }
  
  
  
  /* Table Dropdown Function */
  
  .containercolor {
    width: 20%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 15px;
    
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #13146e;
  }
  
  .containercolor:hover .overlay {
    opacity: 1;
  }
  
  .text {
    color: white;
    font-size: 1vw;
    position: absolute;
    top: 55%;
    left: 70%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .textwhite {
    color: rgb(0, 0, 0);
    font-size: 1vw;
    position: absolute;
    top: 55%;
    left: 70%;
  
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  /* Colortext in Text "Farben"*/
  .red1 {
    color: red;
    font-weight: bold;
  }
  .green1 {
    color: green;
    font-weight: bold;
  }
  .blue1{
    color: blue;
    font-weight: bold;
  }
  
  
  /* Additional Style Background */
  #background {
    padding: 80px;
    background-color: #f9f9f9;
  }
  
  /* Untertitel Wirkung*/
  #Wirkung h2 {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
  /* Responsiveness */
  @media (max-width: 768px) {
    header {
      flex-direction: column;
      text-align: left;
    }
    
    nav {
      margin-top: 10px;
    }
    
    nav li {
      margin-right: 10px;
    }
    
    section {
      font-size: 14px;
    }
    
    nav ul {
      text-align: center;
    }
  
    nav ul li {
      display: block;
      margin: 10px 0;
    }
  }
  
  /* Main */
  main {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
    margin-bottom: 90px;
  }
  
  /* Texte*/
  p {
    margin-bottom: 40px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: justify;
  }
  
  
  
  /* Contact Form */
  form {
    display: flex;
    flex-direction: column;
    
  }
  
  input[type="submit"] {
    background-color: #13146e;
    color: white;
    border: none;
    padding: 0.7rem 1rem;
    cursor: pointer;
      border-radius: 4px;
      margin-bottom: 15px;
      margin-top: 10px;
      font-size: 16px;
  }
  
  input[type="submit"]:hover {
    background-color: #474885;
  }
  
  /* form starting stylings ------------------------------- */
  
  .container-form 		{ 
    width:100%; 
    margin:30px auto 0; 
    display:block; 
  }
  #nachricht{
    height: 150px;
  }
  
  .group 			  { 
    position:relative; 
    margin-bottom:35px; 
  }
  input 				{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:100%;
    border:none;
    border:1px solid #757575;
    border-radius: 4px;
  }
  input:focus 		{ outline:none; }
  
  /* LABEL ======================================= */
  label 				 {
    color:#999; 
    font-size:14px;
    font-weight: bold;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    bottom:0px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  
  span.bar{
    width: 100%;
  }
  
  /* active state */
  input:focus ~ label, input:valid ~ label 		{
    top:-25px;
    font-size:18px;
    color:#5264AE;
    font-weight: bolder;
  }
  
  /* BOTTOM BARS ================================= */
  .bar 	{ position:relative; display:block; width:300px; }
  .bar:before, .bar:after 	{
    content:'';
    height:2px; 
    width:0;
    bottom:1px; 
    position:absolute;
    background:#5264AE; 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  .bar:before {
    left:50%;
    
  }
  .bar:after {
    right:50%; 
    
  }
  
  /* active state */
  input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
  }
  
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  }

