﻿
html {height: 100%; width:

}

body {
margin:0; padding:0;  width:100%;
 height: 100%;  font-family: liberation_sans; font-family: "Poppins", sans-serif;
background-repeat: repeat}

 

#container {
position:absolute; margin:0 auto; width:100%;
	
background-color: #ffffff;  height:100%; 
}




#content {
 padding 0; 
}
	




#header-container {
position:relative; auto; width:100%;
	
  background-color: #ECF2F9;  min-height:103px; 
}





#header-container1 {
position:relative; auto; max-width:950px;	
  background-color: #ECF2F9;  min-height:103px; 
margin-right:auto;
margin-left:auto; 

}







#header-logo {
position:relative; auto; width:195px;	
  background-color: #ECF2F9;  height:103px; 
float: left;
    display: block;
   
}





#header-titel  {
  background-color: #ECF2F9;  min-height:103px; 
   display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;


}







#seite {margin:0 auto; max-width:950px;
	min-height:200px; 
background-color: #ffffff;}



#content {
 padding 0; 
}
	




#fuss-container {margin:0 auto; max-width:950px;
		
  background-color: #AEC9E5;  min-height:15px; 
  font-family:verdana;
font-size:11px;
font-weight:normal;
text-align:center;

}




#linie1 {margin:0 auto; max-width:950px;
		
   background-color: #AEC9E5;  height:2px; }





* { 	margin:0;
	padding:0;
	list-style:none;
	box-sizing:border-box;
	  font-family:verdana;

}



h1 {
 font-family:verdana;
color:#000000;
font-size:20px;
 margin: 2px 2px 5px 2px;
  font-weight: bold;
  font-style: normal;
}

h2 {
 font-family:verdana;
font-size:17px;
text-decoration:none;
color:#000000;
 margin: 2px 2px 5px 2px;
  font-weight: normal;
  font-style: normal;

}

h3 {
  font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:15px;
font-weight:normal;
 font-style: italic;
 text-align: center;
}


h4 {
  font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:15px;
font-weight:normal;

}


p {
 font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:15px;
font-weight:normal;

}

#wrapper {
	text-align: center;
}
.box {
	display: inline-block; vertical-align: top;

	width: 28%;
	min-width: 302px;
	margin: 0 2%;
	text-align: left;
	border: 0px solid black;
 font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:15px;
font-weight:normal;

}
.box1 {
	display: inline-block; vertical-align: top;

	width: 28%;
	min-width: 300px;
	margin: 0 2%;
	text-align: left;
	border: 0px solid black;
 font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:12px;
font-weight:normal;

}

#schutz {margin:0 auto; max-width:950px;

min-height:200px; 
 font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:11px;
font-weight:normal;
background-color: #ffffff;}





#impress {margin:0 auto; max-width:950px;

min-height:200px; 
 font-family:verdana;
margin: 4px 4px 4px 4px;
font-size:11px;
font-weight:normal;
background-color: #ffffff;}





a.class2:link
{
 font-family:verdana;
background-color: #AEC9E5;
text-align:center;
color:#084B8A;
text-decoration:none;
font-size:13px;
}
a.class2:visited
{
color:#084B8A;
font-size:13px;

text-decoration:none;
}


a.class4:link
{
 font-family:verdana;

text-align:center;
color:#084B8A;
text-decoration:none;
font-size:13px;
}
a.class4:visited
{
color:#084B8A;
font-size:13px;
background-color: 

text-decoration:none;
}



















.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;

}

.navbar {
  box-shadow: 0px 0px 0px 0px #aaa;

max-width:950px;
	
  background: #fff;
  color: #000;

  height: 30px;
  z-index: 12;






}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;

}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.0rem;

  font-size: 1.0rem;
}

.menu-items a {
  text-decoration: none;
  color: #084B8A; 

  transition: color 0.3s ease-in-out;


}

.menu-items a:hover {
  color: #084B8A; 
  transition: color 0.3s ease-in-out;
}



@media (max-width: 500px) {
  .navbar {
    opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 10px;
    left: 10px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 22px;
    width: 35px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #084B8A; 
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 45px;
    background: #fff;

  width: 150px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: 1px;
    padding-left: 10px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 0px 1px 0px #aaa;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
   font-size: 1rem;

  }



  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }



