/* Reset
-----------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;position:relative;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;font-weight:normal;font-style:normal;}ins,mark{background-color:#ff9;color:#000}body{line-height:1}ul, ol{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle;}button{box-shadow: 0px 0px 0px transparent;border: 0px solid transparent;text-shadow: 0px 0px 0px transparent;cursor: pointer;-webkit-appearance: none;}button:hover{box-shadow: 0px 0px 0px transparent;border: 0px solid transparent;text-shadow: 0px 0px 0px transparent;}button:active{outline: none;border: none;}button:focus{outline: 0;}

/* Buttons
----------------------------*/
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; margin: 0; background-color: transparent;}
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }




/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 16px;
}

.frame {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.main {
	padding: 6em 0;
}

/* Grundgerüst
-----------------------------------------------------------*/
* {
	box-sizing: border-box;
}

.grid-2, .grid-3, .grid-4 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 1fr;
	grid-column-gap: 5%;
	grid-row-gap: 0px;
	/* 
align-items: center;
	justify-items: center;
 */
}

.grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
	grid-template-columns: 1fr 2fr 2fr 2fr;
}

.tabelle-row {
	border-bottom: 2px solid #eee;
	margin-bottom: 0.2em;
}

.tabelle-row div {
	line-height: 1.5em;
}

.tabelle-row div:not(:first-child) {
	text-align: right;
}

/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #a4b156;
}

a.noborder {
	border-bottom: none;
}

p, ul {
	line-height: 1.5em;
	padding: 0 0 0.75em 0;
}

p:last-child {
	padding: 0;
}

ul li {
	padding: 0 0 0 1.2em;
}

ul li:before {
	content: "— ";
	position: relative;
	margin-left: -1.1em;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 2em 0 0.25em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 2px solid #a4b156;
}

h3, strong {
	line-height: 1.5em;
	font-weight: 500;
}

/* Struktur
-----------------------------------------------------------*/

/* Header
-----------------------------------------------------------*/
.logo {
	display: block;
	width: 80%;
	max-width: 300px;
	padding: 3em 0;
}

.siteHeader {
	background: url(../_img/headerBG.jpg) no-repeat center center;
	background-size: cover;
}

.siteFooter {
	padding-bottom: 3em;
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
.google-maps {
    position: relative;
    padding-bottom: 50%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
	margin: 0 0 1.3846153846em 0;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.stoerer {
	position: absolute;
	right: 10%;
	width: 10em;
	height: 10em;
	background: #a4b156;
	display: block;
	border-radius: 50%;
	z-index: 10;
	text-align: center;
	top: 0;
	right: 0;
	transform: translateY(-50%) rotate(-10deg);

}

.stoerer p {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin-bottom: 0;
	padding-bottom: 0;
}

.alert {
	margin-top: 1.5em;
	background: #a4b156;
	background: #d2df82;
	border-radius: 0.5em;
	padding: 1.5em;
}

.alert a {
	border-bottom: 1px solid #fff;
}

/* Main Navigation
-----------------------------------------------------------*/




/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 800px) {

.grid-4 {
	grid-template-columns: repeat(3, 1fr);
}

.tabelle-row div:not(:first-child) {
	text-align: left;
}

.grid-4 div:first-child {
	grid-column: 1 / -1;
}

.tabelle-row div {
	line-height: 1.5em;
}

} /* Ende 800 */

@media screen and (max-width: 600px) {

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0 0 0 0;
}

.main {
	padding: 3em 0;
}

.grid-4 {
	grid-template-columns: repeat(1, 1fr);
}

} /* Ende 600 */



@media screen and (max-width: 600px) {

/* Navigation
-----------------------------------------------------------*/
nav.mainNav {
	position: static;
	width: 50%;
	display: block;
	z-index: 100;
	background: #fff;
	background: rgba(255, 255, 255, 0.93);
	position: absolute;
	width: 100%;
	top: 15px;
}

nav.mainNav ul {
	display: none;
	margin: 2.35em 0 0 3em;
}

nav.mainNav ul li {
	margin: 0.35em 0;
}

nav.mainNav label {
	display: block;
	line-height: 34px;
	padding: 0 0 0 3em;
	position: absolute;
	top: 0;
}

nav.mainNav label span {
	line-height: 1.4em;
	color: #e25859;
	border-bottom: 1px solid #3d3d3d;
}

nav.mainNav label:before {
	position: absolute;
	left: 15px;
	top: 0;
	content: "\2261";
	font-size: 1.8em;
}

nav.mainNav input[type=checkbox]:checked ~ ul {
	display: block;
	position: static;
}

nav.mainNav ul > li::before {
	content: "› ";
}

} /* Ende 600 */




/* Advanced Checkbox Hack Navigation
-----------------------------------------------------------*/
body {
  -webkit-animation: bugfix infinite 1s;
}

.mainNav input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mainNav label {
	display: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}



/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
 }