@charset "utf-8";

@font-face { font-display: swap; font-family: 'Raleway'; font-style: normal; font-weight: normal; src: url('../webfonts/raleway-v37-latin-regular.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Raleway'; font-style: normal; font-weight: 500; src: url('../webfonts/raleway-v37-latin-500.woff2') format('woff2'); }
@font-face { font-display: swap; font-family: 'Raleway'; font-style: normal; font-weight: bold; src: url('../webfonts/raleway-v37-latin-700.woff2') format('woff2'); }

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
	display: block;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Raleway", sans-serif;
	font-size: 1.15vw;
	line-height: 1.35;
	background-color: #f5f9f5;
	color: #404040;
	height: 100%;
	overflow-x: hidden;
}	 

.show-on-mobile { display: none !important; }

.bigtext { 
	font-size: 1.7em; 
	margin-top: 0.2em;
	margin-bottom: 0.2em;
} 

h1, h2, h3, h4, strong, b { color: #3a714c; }

/**** HEADER ****/

.header {
	box-sizing: border-box;
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 2.5vw 4vw 2.5vw 4vw;
	font-size: 0.88em;
	font-weight: 500;
	background-color: #3a714c;
	color: white;
}

.header .logo {
	display: inline-block;
	width: 23vw;
}	

.header .mainmenu {
	position: absolute;
	right: 4vw;
	bottom: 2.5vw;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.header .mainmenu .entry {
	display: inline-block;
	margin-left: 1.7vw;
}

.header .mainmenu .entry a { text-decoration: none; }
.header .mainmenu .entry a:hover { text-decoration: underline; }
.header .mainmenu .entry.sel a { color: white; font-weight: bold; }

.header .oeffnungszeiten {
	position: absolute;
	right: 4vw;
	top: 3vw;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: white;
	font-weight: 700;
	color: #3a714c;
	padding: 0.2em 0.5em;
	font-size: 0.88em;
}

.header .menuicon {
	display: none;
	position: absolute;
	right: 4vw;
	top: 60px;
	cursor: pointer;
}


/**** MOBILE MENU ****/

.mobilemenu-container {
	display: none;
}

.mobilemenu-overlay {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3a714c;
}

.mobilemenu {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.mobilemenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	color: white;
	text-align: center;
}

.mobilemenu li { margin-top: 0.5em; margin-bottom: 0.5em; }
.mobilemenu a { text-decoration: none; }

.mobilemenu .menu-close { display: inline-block; position: absolute; right: 4vw; top: 6.5vw; cursor: pointer; }


/**** MAIN ****/

.main {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 5vw;
	padding-top: 15vw;
}

.main h1 { 
	font-size: 1.1em; 
	line-height: inherit;
	margin-top: 0;
	margin-bottom: 1.1em;
}

.main h2, .main h3, .main h4 { 
	font-size: 1.1em; 
	line-height: inherit;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.main li { margin-bottom: 1em; }

.main ul ul li { margin-bottom: 0 !important; }

.content {
	position: relative;
	min-height: 33vw;
	padding-left: 51.2vw;
	padding-right: 4vw;
}

.image { 
	position: absolute;
	left: 0;
	top: 0vw;
	width: 48vw;
}

.image .slide { 
	display: none; 
	position: absolute;
	left: 0;
	top: 0;
}

.image .slide:first-child { display: block; }

/**** STÖRER ****/

.stoerer {
	position: absolute;
	z-index: 98;
	top: 29.5vw;
	left: 2vw;
	width: 13vw;
	height: 13vw;
	background-color: #3a714c;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
	border-radius: 50%;
	font-size: 1.45vw;
}

.stoerer .inner { margin-top: -0.2em; transform: rotate(-10deg); }

/**** FOOTER ****/

.footer {
	box-sizing: border-box;
	position: relative;
	background-color: #3a714c;
	color: white;
	padding: 50px 4vw;
	font-size: 0.88em;
	font-weight: 500;
}

.footer .footermenu {
	position: absolute;
	right: 4vw;
	bottom: 50px;
	list-style-type: none;
	text-align: right;
	padding: 0; 
	margin: 0;
}

.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.footer p { margin: 0; }

/**** SMALL SCREENS ****/

@media only screen and (max-width: 1500px) {	
	body { font-size: 17px; }
	.header .logo { width: 345px; }
}

@media only screen and (max-width: 1245px) {	
	.header { padding-top: 25px; padding-bottom: 25px; }
	.header .mainmenu { display: none; }
	.header .menuicon { display: block; }
	.main { padding-top: 200px; }
	.mobilemenu-container { display: block; }
	.header .oeffnungszeiten { position: relative; right: auto; top: auto; margin-top: 15px; text-align:  center; }
	.stoerer { top: calc(29.5vw + 52px); }
}

@media only screen and (max-width: 860px) {	
	.header { padding: 20px 30px; }
	.header .logo { width: 280px; }
	.header .menuicon { right: 30px; top: 48px; }
	.main { padding-top: 135px; }
	.mobilemenu .menu-close { right: 30px; bottom: 30px; }
	.content { padding: 0; }
	.image { position: relative; width: auto; height: 67vw; }
	.text { padding: 30px; }
	.footer { padding: 40px 30px; text-align: center; }
	.footer .footermenu { position: relative; right: auto; bottom: auto; text-align: center; margin-top: 20px; }
	.stoerer { width: 26vw; height: 26vw; left: 20px; top: calc(41vw + 120px); font-size: 2.9vw; }
}

@media only screen and (max-width: 560px) {	
	body { font-size: 16px; }
	.header { padding: 20px; font-size: 12px; }
	.header .logo { width: 220px; }
	.header .menuicon { right: 20px; top: 20px; }
	.header .menuicon img { width: 24px; height: 24px; }
	.header .oeffnungszeiten { font-size: 1em; }
	.main { padding-top: 120px; }
	.stoerer { width: 32vw; height: 32vw;  top: calc(13vw + 200px); font-size: 3.6vw; }
	.mobilemenu ul { font-size: 1.6em; }
	.mobilemenu .menu-close { right: 20px; top: 20px; }
	.mobilemenu .menu-close img { width: 24px; height: 24px; }
	.text { padding: 20px; }
}