* {
  margin: 0;
	padding: 0;
}
	
.parent{
    display: flex;
    height: 200px;
}

.child{
    width: 100%;
    height: 100px;
    margin: auto;
}
  	
/* unvisited link */
a:link {
  color: black;
}
/* visited link */
a:visited {
  color: black;
}
/* mouse over link */
a:hover {
  color: #F20E0E;
}
/* selected link */
a:active {
  color: black;
}

/* Kopfzeile Logo */
.logo{
  float: right;
}

/* Kopfzeile Mobiles Menü */
.mob-nav i{
  color: #FCFFE0; 
  float: right;
  font-size: 32px;
  position: relative;
  top: -.08em; 
}

/* Kopfzeile Mobiles Menü  */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #006651;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 21px;
  color: #ffffff91;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffffffa4;
}

.sidenav .closebtn {
  position: absolute; 
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

/* Desktop Menü */
nav {
  height: 55px;
  width: 100%;
  background-color: #FFCC99;
	line-height: 30px;
  z-index: 2;
  overflow: visible;
}

/* Navigation Menü */
.link {
  width: 320px;
  border: 1px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 12px;
  background-image: white;
  margin: 0 auto;
}

.links {
  width: 320px;
  border: 1px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 10px;
  background-image: white;
  margin: 0;
}

.link_info {
  width: 620px;
  border: 1px solid grey;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 10px;
  background-image: white;
  margin: 0 auto;
}

.dropbtn {
  background-color: white;
  color: black;
  opacity: 0.95;
  padding: 10px;
  font-family: Public Sans;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  z-index: 2;
  overflow: hidden;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: Public Sans;
  font-size: 20px;
  font-weight: none;
  z-index: 2;
  overflow: hidden;
}

.dropdown-content {
  display: block;
  position: absolute;
  background-color: red;
  min-width:280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.dropdown-content a:hover {background-color: black;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: black;}

.btn {
  background-color: white;
  font-family: Public Sans;
  color: black;
  border: none;
  padding: 12px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.menuepunkt {
  background-color: #FFCC99;
} 
.menuepunkt:hover {
  background-color: #FCFFE0;
}
.sub_menuepunkt {
  background-color: #FFCC99;
}
.sub_menuepunkt:hover {
  background-color: #FCFFE0;
}

.item_menuepunkt {
  background-color: #FFCC99;
}
.item_menuepunkt:hover {
  background-color: #FF00FF;
}

.menue {
  width: 1900px;
  border: 0px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 0px 0px;
  background-image: #FFCC99;
  opacity: 0.95;
  margin: 0 auto;
}  

/* Articel */

article {
	background-color: #FFCC99
}

.festkleben {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.95;
}
.festkleben + article {
  padding-top: 30px;
}

/* Button */

.button_smal {
  background-color: #006651;
  font-family: Public Sans;
  color: #FCFFE0;
  border: none;
  padding: 7px 0px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 10px;
  height: 35px;
}

.button_smal:active {
  background-color: #FCFFE0;
  color: Black;
}

.button_larg {
  background-color: #006651; 
  color: #FCFFE0;
  font-family: Public Sans;   
  border: none;
  padding: 7px 15px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 45px;
}

.button_larg:active {
  background-color: #FCFFE0;
  color: Black;
}

/* Eingabeelemente */

.form_box {
  padding: 10px 0;  
}

/* Eingabeelemente  Label*/ 

.form_box > label:first-child {
  display: block;
  margin-left: 6px;
}

.form_box > label:last-child  {
  position: relative;
  vertical-align: middle;
  bottom: 10px; 
  left: 10px;
}

/* Eingabeelemente Input all */

.form_box > input[type="text"],
.form_box > input[type="email"],
.form_box > input[type="tel"],
.form_box > input[type="number"],
.form_box > input[type="password"] 
 {
  font: inherit;
  height: 1.8em;
  width: 100%;
  margin-top: 5px;
  padding: 4px;
  color: #000000;
  background-color: #FCFFE0;
  border-radius: 5px;
  border: 2px solid #006651; 
}

/* Eingabeelemente Input number ohne pfeile */

.form_box > input[type="number"]  {
  appearance: textfield;
}

.form_box > input[type="number"]::-webkit-inner-spin-button  {
  appearance: none;
}

/* Eingabeelemente Input checkbox je nach schriftgröße */

.form_box > input[type="checkbox"]  {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 8px;
  font: inherit;
  width: 1.8em;
  height: 1.8em;  
  color: #006651;
  border: 2px solid #006651;
  border-radius: 5px;
  background-color: #FCFFE0;
  position: relative;
  cursor: pointer; 
  vertical-align: middle;
}

.form_box > input[type="checkbox"]:before  {
  content: "";
  color: #FFFFFF;
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #006651;
  left: 15%;
  top: 15%;
  scale: 0;   
  opacity: 0;   
  translate: -50%,-50%;  
  transition: scale 200ms ease-out, opacity 200ms ease-out;
}

.form_box > input[type="checkbox"]:checked:before {
  scale: 1;   
  opacity: 1;
}

.form_box > input[type="checkbox"]:disabled {
  color: #006651;
  background-color: #BCBFA0;
  cursor: not-allowed;
}

