
/**/
* {
    margin: 0;
    padding: 0;
}

* {
  box-sizing: border-box;
}


body {
   line-height: 1.09;
   font-family:Teachers;
	font-weight: 400;	
	font-style: normal;
	font-size:1em;
   background: white;
   padding-top: 10px;
   
 }
 

.fly {
	position: relative;
    color: darkgreen;
    font-weight: bold;
	animation: textwelle 4s;
}


@keyframes textwelle {
	0% {
    transform: scale(0.1);
    opacity: 0;
	}  
	40% {
    transform: scale(1.25);
    opacity: 1;
	}
	100% {
    transform: scale(1);
    opacity: 1;	
	}
}



#container {
  position: relative;
  /*overflow: hidden;
  width: 100%;*/
  padding: 0px 10px 10px 10px;
   /*font-family: Arial, Helvetica, sans-serif;
   font-size:.9em;*/
  
}


.container1 {   /* für standort.php*/
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%;
}

.container1 iframe {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;

}

.container2 {   /* für bestand.php*/
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%;
}

.container2 iframe {
    position: absolute;
    top: 40px;
    left: 0;
    width: 85%;
    height: 70%;
}


/* Header/Blog Title */
.header0 {
	
	display:flex;
	justify-content:space-around;
	align-items: center;
	/*flex: 1 100%;*/
	
	
	/*flex-wrap:wrap;
	background:linear-gradient(270deg, darkgreen 1%, lightgreen 90%);*/
	background: hsl(120, 78%, 82%);
	
	
	/*float:left;*/
	
}


.header0 h1 {
	/*font-size: 70px;*/
	margin:0;
	padding:0;
	 
}

.header0 img {
	/*flex: 0 0 150px;
	margin-right: 50px;
	padding-top:10px;*/
	width:20%;
	margin:25px 15px 25px 15px ;
	}


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
	float: left;
	width: 60%;
	/*overflow:hidden;*/
	padding: 0px;

 }

/* Right column */
.rightcolumn {
	float: left;
	width: 40%;
	background-color: white;
	padding: 0px;
	padding-left: 10px;
 /*  padding-top: 0px; */  
}


/* Add a card effect for articles */
.card-l, .card-r {
	background-color: hsl(120, 78%, 82%);
	padding: 20px 20px 20px 15px;
	/*padding-left: 10px;*/
	color:black;
	margin-top: 10px;
	margin-right: 0;
	

} 

.card-r {
	margin-bottom: 10px;  /* nur wenn include('foto.php'); auskommentiert*/
}

.card-l img {
	width: 80%;
}

.card-r img{
	width: 80%;
}

.card-l h1,h2,h3,h4, .card-r h1,h2,h3,h4{
	   padding:10px 0px 10px 0px ;
   }


a {
    text-decoration: none;
  }

a:link {
	color: black;
}
a:visited {
	color: darkgreen;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
}
 

 ul {
    list-style-type: square;
	margin:10px 0px 10px 50px;
	 }

 
/* Footer 
.footer, .footer a  {
	height:40px;
	box-sizing: border-box;
	max-width: auto;
	color:lightgreen;
	
	animation: mymove 5s infinite;
	font-size:1em;
}
*/

.footer, .footer a {
	
	display: block;
	flex-direction:row;
	flex-wrap:wrap;
	align-items: center;
	justify-content:space-around;
	font-size:14px;
	
	min-height:40px;
		/*margin-top:10px;*/
	color:black;
	animation: mymove 5s infinite;
	
	padding-top:10px;
	
	
}

.footer_foto {
	
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content:space-between;
	
	height:100%;
	color:black;
	background-color: hsl(120, 78%, 82%);
	margin: 10px 0;
	padding-bottom:5px;
}


/*Clear floats after the columns*/
.row::after {
	content: "";
	display: flex;
	clear: both;
} 



@keyframes mymove {
  from {background-color: darkgreen;}
    to {background-color: hsl(120, 78%, 82%);}
  /*from {color: hsl(120, 78%, 82%);}
    to {color: darkgreen;}*/
  
}

/*
For desktop{ 
.col-4 {width: 40%;}
.col-6 {width: 60%;}
}*/

@media only screen and (max-width: 744px) {
   [class*="col-"] {
   width: 100%;
  }
.card-r {
	margin-left: -10px;
}
}

/*@media only screen and (max-width: 500px) {
 
.footer, .footer a  {
	font-size:.8em;
	line-height:.8rem;
	flex-wrap:wrap;
	/*flex-flow: row wrap;*/
}

}*/


.fly {
	position: relative;
    
    color: darkgreen;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 5em;
  
  animation: textwelle 3s;
}

@keyframes textwelle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }  
  40% {
    transform: scale(1.25);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;	
  }
}



.img1 {
	max-width: 50%;
	padding: 15px;
}

img {
	max-width: 100%  
}

img .gms_sliderbox shadow{
	max-width:100%;
}


.slider{
	position:relative;
	width:100%;
	height:100%
}
.slider .gms_sliderbox{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 80%;
	height: 80%;
}

/* gms_slider */

  .gms_sliderbox {
  #gms_slider_nav { z-index:6; position:absolute; left:35px; top:100%; margin:0; margin-top:-28px; padding: 0!important; list-style-type: none; font-weight: normal;  line-height: 1.0em;   
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; overflow:hidden;display:none;}
  #gms_slider_nav  li { margin:0; padding:0; float: left; text-align:center; line-height: 1.0em; }
  #gms_slider_nav li a { background:darkgreen; display: block; font-size:12px; font-weight:normal; padding: 2px 6px; text-decoration: none; color: black; transition: all 0.3s;  
  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;  -o-transition: all 0.3s; margin-right: 4px; border-radius:8px;-moz-border-radius:8px; border-radius:8px;}
  #gms_slider_nav li.current a { background-color:white; }
  #gms_slider_nav li a:hover { background-color:red; transition: all 0.3s;  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;  -o-transition: all 0.3s; }
  .gms_slider_offstage {visibility:visible;display:none;}
  .gms_slider_default {visibility:visible;}
}





.responsive-video {
	position: relative;
	padding-bottom: 43%; /* 16/9 Video */
	/*padding-top: 0px;*/
	height: 0;
	overflow: hidden;
}

.responsive-video iframe,  
.responsive-video object,  
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
}


.cook {
	
	box-sizing: border-box;
	background-color: #dddddd;
	margin: 20px auto;
	max-width: 600px;
	/*max-height: auto;*/
	padding: 30px;
	border-radius: 15px;
	border: 1px solid;
	border-color: darkgreen;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	box-shadow: 6px 6px 4px darkgreen;
	flex-wrap: wrap;
}
/*
.cook img {
	height: 8rem;
	padding-top:20px;
}

.cook p {
  }

.cook > name1 {
	font-weight: bold;
	font-size: 1.4rem;
}
.cook > name {
	font-weight: bold;
	font-size: 1.1rem;
}
*/
details > summary {
	display: block;
	/*justify-content: start-end;*/
	cursor: pointer;
	/*list-style-type: '⬇ '; nur mit display: list-item*/
  
}

#foto{
	display:block;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
	margin: 15px ;
	
}

/*::marker {
  font-size: 1.5em;
}
*/

details > p {
	margin: 20px 0;
	line-height: 1.2;
	margin: 0;
}

/* Pfeiländerung nur mit display: list-item
details[open] > summary {
  list-style-type: '⬆ ';
}
*/



#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width:40px;
  height:40px;
  opacity: 0.7;
}

#myBtn:hover {
  background-color: #555;
  opacity: 1;
}


.animated {
  animation: rotating 1.5s ease 0s 1 normal forwards;
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}