html {
height: 100%;
}

body {
-webkit-text-size-adjust: none;  /*	i phone  */
-webkit-overflow-scrolling: touch;  /*	i phone  */
overflow-x: hidden;  /*	kein scrollen horizontal  */
/*	background-color:#EEEAE6;  */



}


{ 
margin:0;  
padding:0; 
}

div{  
margin:0; 
padding:0; 
}

img {  
border:none;  
max-width:100%;  
}



.container{
max-width:1000px;
text-align:left;
}


/* ------------------------------------------------- */



.center{
text-align: center;
}


.randlos  {
margin:0px;
padding:0px;
}

.rand_mini  {
margin:0px;
padding:3px;
}

/* ------------------------------------------------- */


.flexbox {
width:100%;
margin:0; 
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content: center;
}


.flexelement {
text-align:center;
width:32%;
/*width:32%;*/
padding:3px;
padding-top:0px;
padding-bottom:0px;
}


/* -------------------------------------------- */


#topbar{
right: 0;
position:fixed; 
z-index:9000;
}



#nav-icon {
  z-index: 20;
  width: 50px;
  height: 35px;
  position: relative;  
  margin: 15px 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  
/*  text-align:right;   */
  

}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 40px;
  background: #00B97C; /* burger strich farbe */
  opacity: 1;
  right: 0; /* right */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
  
}

/* Icon - burger 3 striche */

#nav-icon span:nth-child(1) {
top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
top: 12px;
}

#nav-icon span:nth-child(4) {
top: 24px;
}

#nav-icon.open span:nth-child(1) {
top: 8px;
width: 0%;
right: 50%;
}


#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  right: 50%;
}


/* -------------------------------------------- */

.sidenav {
height: 100%;
width: 0; /* breite? 310px*/
position: fixed;
z-index: 1;
top: 0;
right: 0; /* right */
background-color: #009966;   /* hintergrungfläche grün */
overflow-x: hidden;
transition: 0.4s;
padding-top: 60px;

}

.sidenav a {
font-family: 'Roboto', sans-serif;
padding: 8px 8px 0px 30px;  /* oben rechts unten links ? */
text-decoration: none;
font-size: 22px;
color: #ffffff;  /* textfarbe menu */
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #006C49; /* textfarbe menu hover dunkler */
}


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



@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

/* ------------------------------------------------- */


#active_link {   
color:#006C49;  /* textfarbe menu hover dunkler */ 
}


/* ------------------------------------------------- */


.headline_small {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;   
font-size:1.4em;
font-weight:regular;
text-align: left;
line-height:1.0em;
}



.headline_center{
font-family: 'Roboto Condensed', sans-serif;
color:#372226;   
font-size:1.4em;
font-weight:300; 
text-align: center;
line-height:1.4em;
}


.headline_01 {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;  
font-size:2.0em;
font-weight: regular;
text-align: left;
line-height:1.0em;
}


/* ------------------------------------------------- */

#typo_big_01 {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;   
font-size:1.8em;
font-weight:300;
text-align: center;
line-height:1.0em;
}

#typo_big_02 {
font-family: 'Roboto Condensed', sans-serif;
color:#ffffff;   
font-size:2.6em;
font-weight:300;
text-align: center;
line-height:1.0em;
}




/* ------------------------------------------------- */



.fliesstext {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;
font-size:1.6em;
font-weight:300; 
text-align:left;
text-decoration:none;
line-height:1.3em;
}


.fliesstext a {
color:#372226; 
text-decoration:none;
}


.fliesstext a:hover {
color:#A08970; 
text-decoration:none;  
}


/*
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
-hyphens: auto;
*/



/* ------------------------------------------------- */



.fliesstext_white {
font-family: 'Roboto Condensed', sans-serif;
color:#ffffff;
font-size:1.6em;
font-weight:300; 
text-align:left;
text-decoration:none;
line-height:1.3em;
}


.fliesstext_white a {
color:#ffffff; 
text-decoration:none;
}


.fliesstext_white a:hover {
color:#ffffff; 
text-decoration:none;  
}

/* ------------------------------------------------- */



.fliesstext_center {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;
font-size:1.6em;
font-weight:300; 
letter-spacing:0.1em;
text-align:center;
text-decoration:none;
line-height:1.3em;
}


.fliesstext_center a {
color:#372226; 
text-decoration:none;
}


.fliesstext_center a:hover {
color:#A08970; 
text-decoration:none;  
}




/* ------------------------------------------------- */




.fliesstext_footer {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;
font-size:1.6em;
font-weight:300; 
text-align:center;
text-decoration:none;
line-height:1.3em;
}


.fliesstext_footer a {
color:#372226; 
text-decoration:none;
}


.fliesstext_footer a:hover {
color:#A08970;  
text-decoration:none; 
}



/* ------------------------------------------------- */


.fliesstext_imprint {
font-family: 'Roboto Condensed', sans-serif;
color:#372226;
font-size:0.8em;
font-weight:300; 
text-align:center;
text-decoration:none;
}


.fliesstext_imprint a {
font-size:1.2em;
color:#372226; 
text-decoration:none;
}


.fliesstext_imprint a:hover {
color:#A08970;  
text-decoration:none; 
}






/* ------------------------------------------------- */


.abstand_kleine_zeile {
height:12px;
}

.abstand_eine_zeile {
height:24px;
}

.abstand_zwei_zeilen {
height:60px;
}


.abstand_drei_zeilen {
height:80px;
}

.abstand_vier_zeilen {
height:300px;
}



/* ---------------- Smartphone Portrait ----------------- */

@media screen
and (max-device-width: 412px)
and (orientation: portrait)
{
	


#typo_big_01 { 
font-size:2.4em;
}

#typo_big_02 {
font-size:2.4em;
}



}

/* ---------------- Smartphone landscape ----------------- */

@media screen
and (max-device-width: 667px)
and (orientation: landscape)
{



#typo_big_01 { 
font-size:2.4em;
}

#typo_big_02 {
font-size:2.4em;
}


}
