@charset "utf-8";

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
	display:block;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
    text-rendering: auto;
	background-image: url(bilder/Site/BGd.png);
	background-attachment: fixed;
	max-width: 1000px;
	margin: auto;
 font-family: 'Lato', sans-serif;

	border-left: thin outset black ;
	border-right: thin outset black ;
	}

.gridContainer {
	margin:auto;
	clear:none;
	float:none;}
	
.hid {position: relative;
text-align:center;
padding-bottom:18%;
overflow: ;
height:0;
width:100%;
background: #000;}
.hid img { width:100%; height:auto; margin-bottom:200px; }



	
.fluid {
	clear: both;
	margin:auto;
	width: 100%;
	display: block;

}
.fluidList {
	list-style: none;
	list-style-image: none;

}
.fluidblock20 {
	margin:0px;
	padding:0px;
	width: 20%;
	display: inline-table;
	color: #000000;
}
.fluidblock30 {
	margin:auto;
	padding:0px;
	width: 40%;
	min-width:180px;
	
	display: inline-table;
	color: #000000;

}

.fluidboxleft60 {

	margin:auto;
	width:60%;
	max-width:350px;
/*	overflow:;*/
	height:100%;


}
.fluidboxleft30 img { width:100%;
margin-bottom:5px;


}
	
.fluidboxright30 {
	float:right;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	margin-top:10px;
	width: 30%;
	max-width:280px;
	overflow:;
	height:auto;


}
.fluidboxright30 img { width:100%;
margin-bottom:5px;


}

.fluidboxright30t {
	float:right;
	width: 33%;
	max-width:280px;
	overflow:;
	height:100%;


}
.fluidboxright30t img { width:100%;
margin-bottom:5px;


}
.fluidblock40 {
	margin:auto;
	padding:1%;
	width: 48%;
	display: inline-flex;
	color: #000000;
	vertical-align: middle;
	text-align:center;


	/*border-left: 2px ridge #686868;*/
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

#div1 { overflow:;}
header a {padding:0px; margin:0px; text-decoration:none;}
header img {padding:0px; margin:0px; text-decoration:none;}

.css-warnschild {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: transparent; 
    /* background-color: yellow; */

    font-size: 50px;
    line-height: 80px;
    text-align: center;

    position: relative;

    float: left;
    margin-right: 10px;
	margin-top:10px;
	margin-bottom:10px;

}

.css-warnschild:before {
    width: 0px;
    height: 0px;

    border-top: 0px solid transparent; 
    border-right: 55px solid transparent; 
    border-bottom: 90px solid red;
    border-left: 55px solid transparent; 

    position: absolute;
    /* content: "2"; */
    content: "";

    left: 0;  
}

.css-warnschild span {
    position: relative;
    z-index: 1;
    top: 10px;
	left:5px;
}

.css-warnschild:after {
    width: 0px;
    height: 0px;

    border-top: 0px solid transparent; 
    border-right: 35px solid transparent; 
    /*  border-bottom: 120px solid limegreen;  */
    border-bottom: 65px solid white;
    border-left: 35px solid transparent; 

    position: absolute;
    /* content: "3"; */
    content: "";

    left: 20px;
    top: 15px;
}
/* test !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#cookie-popup { 
  text-align: center;
  border-style:double;
  background: #fff;
  position: fixed;
 bottom: 20%;
 height:20%;
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:18px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
  }

#cookie-popup button {
	height:auto;
	font-size:19px;
	min-height:50px;
	margin:5px;}


#cookie-popup. {
  display: none;
}


figure,
figcaption { margin: 0; padding: 0;	 }
figure {		display: inline-block;	text-align:center;margin: 4px; padding: 0;}
.oben {			vertical-align: top;
				padding:0px;}
.mitte {	display:block;
				float:left;
				width:4em;
				}				
				
.ie6 img {		width: 100%;}
 summary::-webkit-details-marker {display:none;}
 summary::-moz-details-marker {display:none; appearance:none;}
 summary::-ms-details-marker {display:none;}
 summary::-o-details-marker {display:none;}
 summary::-details-marker {display:none;}
details > summary:first-of-type {list-style-type: none;}
iframe {width: 90%;}
.post iframe {max-width: 100%;}
/* -----------------------------------------------------------------Gerüst der Seite */



	
/* Dies hier testen ob und wo es verbaut ist*/
.disclaimer {font-size:10px;}
/*--------------------------------------------------------------------------Navi*/
.navimob {text-decoration: none;}

/* Add a black background color to the top navigation */


	
.topnav {
	margin-top:0px;
	background-color: #555;
	text-align: center;
	justify-content:center;
	display:block;
	font-size: 18px;
	font-weight: 500;
	color: white;
	letter-spacing:0.02em;
background-image: -moz-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: -webkit-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7B7B7B), color-stop(0.25, #3d3d3d), color-stop(0.5, #3d3d3d), color-stop(0.75, #7B7B7B), to(#3d3d3d));
background-image: -o-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);}

.topnav a {
	display: inline-table;
	color: white;
	text-align: center;
	justify-content:center;
	padding: 7px 7px;
	margin:0px 1px;
	height:28px;
	text-decoration: none;
	border-left: 2px ridge #686868;
	border-right: 2px ridge #686868;
}

.topnav img {
	float:left;
	margin-right:5px;
	height:1em;
	max-width:30px;
	margin-top:3px;

	}
	
.topnav a:hover {
	background-color: #ddd;
	color: black;}
/* Add a color to the active/current link */
.topnav a.active {
	background-color: #4CAF50;
	color: white;}
nav:after {content: "";clear: both;}

/*--------------------------------------------------------------Aritcle img*/

.foonav {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	
	background-color: #555;
	text-align: center;
	display:block;
	font-size: 1.2em;
	font-weight: 500;
	color: white;
	letter-spacing:0.02em;
background-image: -moz-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: -webkit-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7B7B7B), color-stop(0.25, #3d3d3d), color-stop(0.5, #3d3d3d), color-stop(0.75, #7B7B7B), to(#3d3d3d));
background-image: -o-linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);
background-image: linear-gradient(#7B7B7B, #3d3d3d, #3d3d3d, #7B7B7B, #3d3d3d);}

.foonav a {
	display: inline-table;
	color: white;
	text-align: center;
	padding: 5px 3px;
	margin:0px 3px;
	text-decoration: none;
	border-left: 2px ridge #686868;
	border-right: 2px ridge #686868;
}

.foonav img {
	vertical-align: middle;
	padding: 0px 6px 0px 6px; 
	height:1em;
	max-width:30px;
	vertical-align: middle; 
	}
	
.foonav a:hover {
	background-color: #ddd;
	color: black;}
/* Add a color to the active/current link */
.foonav a.active {
	background-color: #4CAF50;
	color: white;}
nav:after {content: "";clear: both;}

/*--------------------------------------------------------------Aritcle img*/

.block
{display:block;}

.flexkasten {
text-align: center;
	display:block;
	height:auto;
}

.flexkasten a {
	display: inline-table;
	text-align: center;
	padding:5px;
	margin:5px;
	width:auto;
	max-width:250px;
	height:auto;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -moz-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -ms-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -o-linear-gradient(top,  #FFFFFF, #ADADAD);
	background-image: linear-gradient(to bottom, #FFFFFF, #ADADAD);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.00), -1px -1px 1px rgba(255,255,255,1.00), -1px 1px 2px white, 1px -1px 2px white;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	border: solid rgba(220,220,220,1.00) 3px;
	text-decoration: none;

}

.flexkasten img {
	vertical-align: middle;
	height:5em;
	margin:5px;
	}
.flexkasten h4 {
	text-align:left;
	margin-left:5px;
	}
		
.flexkasten a:hover {
	background-color: #ddd;
	color: black;}
/* Add a color to the active/current link */
.flexkasten a.active {
	background-color: #4CAF50;
	color: white;}
flexkasten:after {content: "";clear: both;}




/* Flexbox ende */

article { 
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 20px;
	border: thin solid #000000;

	/*	text-align:center;*/
	background-size: contain;
	overflow: ;
	margin:auto;
	
	-moz-box-shadow:    inset 0 0 10px rgba(230,230,230,1.00);
   -webkit-box-shadow: inset 0 0 10px rgba(230,230,230,1.00);
   box-shadow:         inset 0 0 10px rgba(230,230,230,1.00);}

article a {text-decoration: underline; color:#000000; }
article a:hover {text-decoration: underline; color:rgba(0,116,255,1.00); font-weight:600;}

Article div.brett a{ text-decoration:none;}
Article div.brett { /*------------------------------------------------Brett Div---*/

	background-color: white;
	display:block;
	width:90%;
	border:inherit;
	text-align:center ;
	margin-bottom:0.7rem;
	margin-top:0.7rem;
	margin-left: auto;
	margin-right: auto;
	padding:2%;
	border-radius:10px;
	-moz-box-shadow:    1px 2px 2px 2px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 2px 2px 2px  rgba(0,0,0,0.40);
  	box-shadow:         1px 2px 2px 2px  rgba(0,0,0,0.50);

}
	
div.brett-flex { /*------------------------------------------------Brett Div---*/

	background-color: rgba(250,250,250,0.80);
	display: flex;
	border:inherit;
	text-align:center ;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:35px;
	margin-right:35px;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;

	border-radius:10px;
	-moz-box-shadow:    1px 2px 2px 2px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 2px 2px 2px  rgba(0,0,0,0.40);
  	box-shadow:         1px 2px 2px 2px  rgba(0,0,0,0.50);

}

Article div.brett2 { /*------------------------------------------------Brett Div---*/

	background-color: rgba(223,223,223,0.46);
	display:block;
	width:40%;
	border:inherit;
	text-align:center ;
	margin:5px;
	padding:5px;
	border-radius:10px;
-moz-box-shadow:    1px 2px 2px 0px  rgba(0,0,0,0.80);
    -webkit-box-shadow: 1px 2px 2px 0px  rgba(0,0,0,0.80);
  	box-shadow:         1px 2px 2px 0px  rgba(0,0,0,0.80);}
	
Article div.brett3 { /*------------------------------------------------Brett Div---*/

	background-color:white;
	display:block;
	width:90%;
	border:inherit;
	text-align:center ;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:10px;
	-moz-box-shadow:    0px 0px 7px 4px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 0px 0px 7px 4px  rgba(0,0,0,0.40);
  	box-shadow:         0px 0px 7px 4px  rgba(0,0,0,0.50);
}

	
Article div.brettlink { /*------------------------------------------------Brett Div---*/

	background-color: rgba(223,223,223,0.46);
	margin:10px;
	padding:10px;
	border:inherit;
	border-radius:10px;
	-moz-box-shadow:    1px 2px 2px 2px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 2px 2px 2px  rgba(0,0,0,0.40);
  	box-shadow:         1px 2px 2px 2px  rgba(0,0,0,0.50);}
	
	


Article div.brettbewertung { /*------------------------------------------------Brett Div---*/

	background-color: rgba(223,223,223,0.46);
	width:40%;
	border:inherit;
	float:left;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	border-radius:10px;
	-moz-box-shadow:    1px 2px 2px 2px  rgba(0,0,0,0.40);
    -webkit-box-shadow: 1px 2px 2px 2px  rgba(0,0,0,0.40);
  	box-shadow:         1px 2px 2px 2px  rgba(0,0,0,0.50);
}
.contentheader { /*------------------------------------------------------contentheader*/
	background-color: rgba(255,255,255,0.40);
	border: thin solid #000000;
	background-size: contain;
}
.contentheader a { /*------------------------------------------------------contentheader*/
text-decoration:none;
color:inherit;

}

.contentL {
	background-color: rgba(255,255,255,0.55);
	text-align:left;	
	}
.contentLC {
	background-color: rgba(255,255,255,0.55);
	text-align:center;
}
.contentD {
	background-color: rgba(220,240,250,0.55);
	}
.contentDC {
	background-color: rgba(220,240,250,0.55);
	text-align:center;
	}
	

.contentI {
	background-color: rgba(250,250,250,0.30);
	background-size: contain;
	text-align:center;}
/*img, object, embed, video {
	max-width: 100%;
}-----------------------------------------------------------------------IMG------*/

.headimg {
	width: 100%;
	background-color: #B7B7B7;
	padding:0px;
	margin:0px;
	display:block;
	}
.contentimgleft {
	max-height:300px;
	max-width:28%;
	min-width:50px;
	float: left;
margin:20px;
	}
.btnimgleft {
	width:80px;
	height:80px;
	display:inline-table;
	margin:0px;
	padding:0px;
	}
img.contentimgleft{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;}
img.contentimgleft:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}

.contentimgright {
	max-height:300px;
	max-width:28%;
	min-width:50px;
	float: right;
margin:20px;

	
}
.contentimgright2 {
	height:auto;
	max-width:30%;
	min-width:50px;
	float: right;
	margin-right:4px;
	margin-bottom:20px;
	margin-left:10px;
	margin-top:20px;
	align-self: center;

	
}

/* img.contentimgright{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
img.contentimgright:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
} */

.listimgrigt {
	width: auto;
	height: 150px;
	float:right;
	overflow:auto;


}
img.listimgrigt{
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
img.listimgrigt:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);}
.contentimgcenter {
	width: 80%;
	padding: 5px;
	margin: auto;
		display:block;
	clear:both;}
.thumpsimgcenter {
	width:80%;
	padding:2px;
	margin:auto;
	text-align:center;
	display:block;
	max-width:500px;
	clear:both;}
.thumpsimg { display:block;
text-align:center;
	}
.thumpsimg img {
	display: inline-table;
	text-align:center;
	width:250px;
	margin:5px;

}
thumpsimg img:hover img {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}
thumpsimg:after {content: "";clear: both;}
.facebookbutton {  /* --------------------------------------------------Button----*/
	margin-bottom:-20px;
	max-width:120px;
	vertical-align: bottom;
}

.btn {
	display: inline-table;
	width:42%;
	margin:3px;
	min-width:300px;
	background: rgba(221,219,219,1.00);
	background-image: -webkit-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -moz-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -ms-linear-gradient(top, #FFFFFF, #ADADAD);
	background-image: -o-linear-gradient(top,  #FFFFFF, #ADADAD);
	background-image: linear-gradient(to bottom, #FFFFFF, #ADADAD);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.00), -1px -1px 1px rgba(255,255,255,1.00), -1px 1px 2px white, 1px -1px 2px white;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	border: solid rgba(220,220,220,1.00) 3px;
	text-decoration: none;
	text-align:center;
	padding:5px;
	margin:auto;

	
}
.btn img { width:80px; margin:10px; display:inline;




	}
.btn:hover {
	background: #666666;
	background-image: -webkit-linear-gradient(top, #666666, #c7c7c7);
	background-image: -moz-linear-gradient(top, #666666, #c7c7c7);
	background-image: -ms-linear-gradient(top, #666666, #c7c7c7);
	background-image: -o-linear-gradient(top, #666666, #c7c7c7);
	background-image: linear-gradient(to bottom, #666666, #c7c7c7);
	text-decoration: none;
}


article ul{ margin-left:20px;
margin:10px;
font-weight:;
	font-size:;}	
article ul li {font-weight:;
	font-size:17px;
	margin:5px;
	margin-left:20px;
	}
li a {	color: #000000; text-decoration:none;}
li a:hover {
	background-color: #ddd;	color: black;}

ul a {	color: #000000;text-decoration:none;}
ul a:hover {
	background-color: #ddd;
	color: black;}
a.termin {
	-webkit-appearance: button;
	-moz-appearance: button;
	-appearance: button;
	text-decoration: none;
	width:80%;
	max-width:500px;
	height: 100px;
	margin:auto;
	padding:5px;}
.zeroMargin_mobile {	margin-left: 0;}
.hide_mobile {	display: none;}
/*---------------------------------------!!!!!! große Screens */
figure img {	width:70px;
padding:0px;}

/*---------------------------------------!!!!!! Schriften */

p { font-size:1.1rem;
	font-weight: 400;
	margin:auto;
	padding:10px 0px 0px 15px; 
	margin-bottom:15px;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;}
	
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.6rem;
	font-weight:800;
	margin:auto;
	margin-bottom:8px;
	color:white;
	text-align:center;
text-shadow:
-3px -2px 3px black,
   3px -2px 3px black,
  -3px  2px 3px black,
   3px  2px 3px black,
   
   -2px -3px 5px gray,
   2px -3px 5px gray,
  -2px  3px 5px gray,
   2px  3px 5px gray
   ;
	}
	
h2 {
	text-align:center;
	font-size:1.3rem ;
	font-weight:600;
	margin:auto;
	color: black;
	text-shadow:
-3px -2px 5px white,
   3px -2px 5px white,
  -3px  2px 5px white,
   3px  2px 5px white,
   -2px -3px 5px white,
   2px -3px 5px white,
  -2px  3px 5px white,
   2px  3px 5px white;
	 }
	
h3 {font-size:1.3rem;
	font-weight:600 ;
	margin:auto;
	text-align:center;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;}


	

h4 {font-size:1.2rem ;
	font-weight:600 ;
		margin:auto;
	text-align:center;}

h5 {
	font-size:1.2rem;
	font-weight:600;
	margin:auto;
	text-align:center;}
	
h6 {
	font-size:1.2rem;
	font-weight:600 ;
display:block;
	color: Black;
		margin:auto;
	text-align:center;
	text-shadow: 2px 1px 1px white, -1px -1px 1px white, -1px 1px 1px white, 1px -1px 1px white;}
.preis {
	font-size:30px ;
	font-weight:900 ;
display:block;
	color: #900002;
		margin:auto;
	text-align:center;
	text-shadow: 2px 1px 1px white, -1px -1px 1px white, -1px 1px 1px white, 1px -1px 1px white;}

.kontakt	{
	background-color: rgba(162,200,222,0.40);
	background-position:top;
	background-size: cover;
	border-radius:0em;
	color:black;

	font-weight:900;
	text-align:center;
	margin:15px 15px 15px 15px;
	padding:5px 5px 15px 5px;}
	
.btn {
	
	padding:10px 0px 10px 0px; 
	padding: 5px;
	margin: 5px;
	font-weight: 700;
	font-size:1.0rem;
}


#map-plug {display:none;}

.grevcontainer   {
	text-align:center;
	margin:auto;
}


.google-reviews {

	

}

.card1 {
	margin:auto;
	background-color:rgba(255,255,255,1.00);
	display: inline-table;
width:41%;
min-width:300px;
padding:5px;
margin:5px;}
	

.review-item {
    border-bottom: solid 2px rgba(190,190,190,.80);
    display: inline-flex;
	padding:5px;
	margin:5px;
}

.review-meta {}


.review-stars ul {
  display: inline-flex;
  list-style: none;
 
}

.review-stars ul li {
  float: right;
}

.review-stars ul li i {
	color:rgba(255,237,0,1.00);
	font-size: 15px;
	
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6 ;
}

.review-date {
  margin-left: 5px;
}

.review-meta, 
.review-stars {text-align:left; font-size:90%; display:inherit;}
.review-author { text-transform: capitalize; font-weight:600; font-size:0.9em; }

.review-text { 
font-size:15px ;
font-weight:400 ;
    text-align: left;
    margin: 0px;}



.divblock {display:block}
.divblock contentimgright { max-height:100px; margin-top:0; }

:root {
  --primary-color: #ff5e5e;
  --primary-hover: #e14e4e;
  --bg-color: #f9f9f9;
  --card-bg: #ffffff;
  --text-color: #333333;
  --border-radius: 8px;
  --spacing: 1rem;
}

/* Container für Locations-Übersicht----------------------------------------------- */


#top-locations {
	width:95%;
  margin: 1rem 
  auto;
  
  padding: calc(var(--spacing) * 2) var(--spacing);
}

.location {
  background-color:white;
  border-radius:5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: var(--spacing);
  overflow: ;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.location header h5 {
  padding: var(--spacing);

  color: Black;
  font-size: 1.5rem;
}

.location-details {
  padding: var(--spacing);
}

.location-details dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5rem;
  column-gap: var(--spacing);
}

.location-details dt {
  font-weight: bold;
}

.location-details dd {
  margin-bottom: 0.5rem;
}

.location-footer {
  background-color: var(--bg-color);
  padding: var(--spacing);
}

.action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}



.btn3 {
  flex: 1 1 120px;               /* Mindestbreite, wächst aber */
  text-align: center;
  align-items:flex-start;
  padding: 0.5rem ;
  margin:auto;
  border-radius: 4px;

  text-decoration: none;
  color: #fff;
  max-width:20rem;
  min-width:10rem;
  max-height:4rem;

}
  
.btn3-primary {
  background-color: #007bff;
  margin:3px;
}

.btn3-secondary {
  background-color: #6c757d;
   margin:3px;
} 
  




/* Responsive Anpassungen */
@media (max-width: 600px) {
  .location-details dl {
    grid-template-columns: 1fr;
  }


 
 
}

/* Container für die gesamte Event-Übersicht----------------------------------------------- */
.events-overview {
                /* Abstand nach innen */
  max-width: 1200px;             /* Breitenbegrenzung */
  margin: 0 auto;                /* Zentrierung im Viewport */
    /* dezenter Hintergrund */
  box-sizing: border-box;
}

/* Grid-Layout der Karten */
.events-overview .event-list {
  display: grid ;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;                     /* Abstand zwischen den Cards */
  list-style: none;
  width:100%;


  margin:auto;
}

/* Einzelkarte */
.events-overview .event-card {
	display:block;
	max-width:260px;

  background-color: rgba(255,255,255,0.60);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;

  margin:0.2rem auto;
 
}

.events-overview .event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Inhalt: Bild links, Text rechts */
.events-overview .card-content {
 
  gap: 0.75rem;
  margin:auto;
  
  flex-direction: column;
    align-items: center;
    text-align: center;

}

.events-overview .card-icon {
  width: 50px;
  height: auto;
  flex-shrink: 0;

}

.events-overview .text-container h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.events-overview .details {
  margin: 0.25rem 0 0;
    font-size: 1rem;
  color: #555;
  line-height: 1.4;
}

/* Button-Bereich */
.events-overview .card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  margin:auto;
}

.events-overview .btn3 {
  flex: 1 1 100px;               /* Mindestbreite, wächst aber */
  text-align: center;
  padding: 0.5rem ;
  margin:auto;
  border-radius: 4px;

  text-decoration: none;
  color: #fff;
  max-width:20rem;
  min-width:10rem;
  max-height:4rem;
}

.events-overview .btn3-primary {
  background-color: #007bff;
  margin:3px;
}

.events-overview .btn3-secondary {
  background-color: #6c757d;
    margin:3px;
}

/* Responsive Anpassung für kleine Bildschirme */

/* Kontaktformular */

label {font-size:1rem;
	font-weight:700 ;
	margin:auto;
	text-align:center;
	text-shadow: 1px 1px 2px white, -1px -1px 2px white, -1px 1px 2px white, 1px -1px 2px white;}


textarea, input {
  box-sizing: border-box;       /* Padding und Border werden zur Gesamtbreite hinzugerechnet */
  width: 95%;                   /* Volle Breite des Containers */
  max-width: 900px;            /* Maximale Breite */
  height: 50px;             /* Innenabstand */
  margin:3px;;
  font-family: inherit;          /* Erbt Schriftfamilie des Elternelements */
  font-size: 1rem;               /* Klare Lesbarkeit */
  line-height: 1.5;              /* Zeilenabstand */
  color: #333;                   /* Textfarbe */
  background-color: #fafafa;     /* Hintergrundfarbe */
  border: 1px solid #ccc;        /* Grundlinie */
  border-radius: 4px;            /* Abgerundete Ecken */
  resize: vertical;              /* Nur vertikales Ziehen erlauben */
}


/* Fokus-Zustand für bessere Zugänglichkeit */
textarea:focus {
  outline: none;
  border-color: var(--primary-color, #007bff);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Platzhalter-Text etwas dezenter darstellen */
textarea::placeholder {
  color: #888;
  font-style: italic;
}

/*  Datenschutz Summary */

.datenschutz summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;              /* Standard-Markierung entfernen */
}

.datenschutz summary::marker {
  content: none;
}

.datenschutz summary::before {
  content: "▶";
  display: inline-block;
  margin-right: 0.5ch;
  transition: transform 0.2s ease;
}

.datenschutz[open] > summary::before {
  transform: rotate(90deg);
}

/* Event liste oben */

.event-list {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.event-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.4;
}

.event-list .icon {
  font-size: 1.2rem;
  color: #2ecc71;
  flex-shrink: 0;
}

/* Bottom Nav */

.bottomnav {
  position: fixed;
  bottom: 0;
  width:100%;
  max-width:1000px;
  height:50px;
  background-color: #333;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  justify-content: center;


}

.bottomnav a {
  color: white;
  text-align: center;
  margin: inherit;
  width:100%;
  text-decoration: none;
  font-size: 16px;
  padding-top:10px;
  transition: background-color 0.3s ease;
  border:thin outset white;

}

.bottomnav a:hover {
  background-color: #575757;
}

/* FAQ####################### */

/* ========== FAQ STYLES START ========== */

/* Overall container for the FAQ section */
#faq {
  padding: 40px 15px;

}

/* Centered content wrapper */
#faq .faq-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Main headline */
#faq h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

/* Introductory paragraph */
#faq .faq-intro {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 40px;
}

/* Styling for each individual FAQ item box */
#faq details {
  margin-bottom: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}

#faq details[open] {
    background-color: #fafafa;
}

/* The clickable question part (the summary) */
#faq summary {
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  display: block; /* Important for full-width click area */
  position: relative;
  padding-right: 50px; /* Space for the arrow */
}

/* Removes the default triangle/marker in Chrome/Safari */
#faq summary::-webkit-details-marker {
  display: none;
}

/* Custom arrow icon using a pseudo-element */
#faq summary::after {
  content: '+';
  font-size: 1.8em;
  font-weight: normal;
  color: #888;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}

/* Rotate the arrow when the details element is open */
#faq details[open] summary::after {
  content: '−'; /* Using a minus sign for the open state */
  transform: translateY(-50%);
}

/* The answer part that appears when clicked */
#faq .faq-answer {
  padding: 0 20px 20px;
  color: #555;
  line-height: 1.6;
}

/* ========== FAQ STYLES END ========== */

/* Honeypot */
.honeypot {
 /* display: none; */
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
}



/* ======================================== */
/* 6. PREISPAKETE                           */
/* ======================================== */
.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Wichtig für mobile Ansicht */
    margin-top: 2rem;
	margin-bottom:2rem;
}

.price-package {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    padding: 2rem;
    flex: 1; /* Sorgt dafür, dass die Boxen den verfügbaren Platz ausfüllen */
    min-width: 300px; /* Mindestbreite pro Paket */
    max-width: 380px; /* Maximalbreite pro Paket */
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin:0.5rem;
}

.price-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	
}

.price-package h3 {
    color: var(--primary-color);
}

.price-package .price {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0.8rem 0;
}

.price-package ul {
    list-style: none;
    margin: 0.8rem 0;
    text-align: left;
}

.price-package ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.price-package ul li:last-child {
    border-bottom: none;
}

}