
/* TYPO */

/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'),
		 url('../fonts/lato-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lato-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'),
		 url('../fonts/lato-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lato-v13-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body { font-family: 'Lato', sans-serif; color: #58585a; font-size: 16px; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

h1 { font-size: 23px; color: #006773; }
h2 { font-size: 17px; margin-bottom: 12px; }
h3 { font-size: 16px; }

a { color: #006773; text-decoration: underline; }

a:hover,
a:focus,
a:active { color: #006773; outline: none; }

ul { padding-left: 1.8em; }


/* LAYOUT  */

html, body { height: 100%; }
.wrapper { max-width: 1050px; margin: 0 auto; position: relative; }
[off-canvas] { background: #006773; }
[canvas=container] { background-color: #ffebad; }


/* HEADER */

.top { overflow: hidden; }

.site-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 46.5vw;
	max-height: 550px;
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.metaslider .slides img {
	height: 46.5vw;
	max-height: 550px;
	object-fit: cover;
}

.site-header > .wrapper { height: 100%; }

.logo { display: inline-block; width: 160px; margin: 14px; }
.logo img { width: 100%; height: auto; }
@media (min-width: 768px) {
	.logo { width: 250px; }
}
@media (min-width: 992px) {
	.logo { width: 315px; }
}

.main-content { max-width: 800px; margin-bottom: 100px; }
.wirbel { display: none; /*width: 120px; position: absolute; top:0; right: 10px;*/ }
@media (min-width: 992px) {
	.wirbel { display: block; width: 120px; position: absolute; top:0; right: 50%; transform: translateX(500px); }
}



/* FOOTER */

.site-footer {
	padding: 50px 0;
	margin-top: 25px;
	background: #006773;
	border-top: 6px solid #faba00;
	text-align: center;
	color: #faba00;
}
.site-footer .copyright { text-align: center; margin: 10px 0 0; }
.site-footer h1 { margin-top: 0; }
.site-footer a { text-decoration: none; color: #faba00; }

.logo-footer { display: block; margin: 0 auto; width: 240px; }




/* NAVIGATIONS */

ul.nav-main { list-style: none; margin: 0; padding: 0; position: absolute; bottom: 0; right: 0; }
ul.nav-main li { display: inline-block; margin: 0; padding: 0; position: relative; left: -5px; }
ul.nav-main li a { text-decoration: none; font-size: 20px; display: inline-block; color: #006773; padding: 5px; margin-left: 5px; }
ul.nav-main li a:hover,
ul.nav-main li a:focus,
ul.nav-main li a:active { text-decoration: none; color: #faba00; }
ul.nav-main li span { display: inline-block; height: 15px; }

body.page-id-2 .page-id-2 a { color: #faba00; }
body.page-id-7 .page-id-7 a { color: #faba00; }
body.page-id-9 .page-id-9 a { color: #faba00; }
body.page-id-11 .page-id-11 a { color: #faba00; }
body.page-id-15 .page-id-15 a { color: #faba00; }


ul.nav-left { list-style: none; margin: 0; padding: 0; }
ul.nav-left li { margin: 0; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
ul.nav-left li a { text-decoration: none; display: inline-block; color: #fff; padding: 15px; }
ul.nav-left li a:hover,
ul.nav-left li a:focus,
ul.nav-left li a:active { text-decoration: none; }
ul.nav-left li span { display: none; }


ul.nav-footer { text-align: center; list-style: none; padding: 0; margin: 40px 0 10px; }
ul.nav-footer li { margin: 0; padding: 0 5px; display: inline-block; }
ul.nav-footer li a { text-decoration: none; color: #faba00; font-weight: 400; font-size: 18px; }
ul.nav-footer li a:hover,
ul.nav-footer li a:focus,
ul.nav-footer li a:active { text-decoration: none; color: #ffebad; }
ul.nav-footer li a.print { font-size: 1.2em; cursor: pointer; margin-right: 10px;}


@media (min-width: 768px) {
	ul.nav-footer li { padding: 0 10px;}
}


/* BS Accordion */

/* reset */
.panel-group .panel { border-radius: 0; }
.panel.panel-default { border: none; background-color: transparent; box-shadow: none; padding: 0; }
.panel-default > .panel-heading { background-color: transparent; }
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body { border: none; }
.panel-group .panel+.panel { margin-top: 0; }

/* style */
.panel.panel-default { margin-bottom: 5px;  }
.panel.panel-default > .panel-heading { background-color: #FED579; }
.panel.panel-default > .panel-heading .panel-title a { font-size: 17px; text-decoration: none; color: #006773; }
.panel-group .panel-heading + .panel-collapse > .panel-body { max-width: 710px; }

/* Einzug links */
.panel.panel-default { position: relative; }
.panel-group .panel-heading { padding-left: 40px; border-radius: 10px; }

/* icon */
.panel-default > .panel-heading .panel-title a:before { content: "\f054"; font-family: FontAwesome; color: #006773; font-size: 13px; font-weight: 400; position: absolute; left: 15px; top: 13px; transition: 160ms ease-in-out; }
.panel-default > .panel-heading .panel-title a:not(.collapsed):before { transform: rotate(90deg); }


/* hamburger */

.hamburger {
	position: absolute;
	right: 30px;
	top: 12px;
	width: 35px;
	height: 40px;
	-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;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: #006773;
	border-radius: 8px;
	opacity: 1;
	left: 0;
	-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;
}

.hamburger span:nth-child(1) { top: 0px; }
.hamburger span:nth-child(2) { top: 14px; }
.hamburger span:nth-child(3) { top: 28px; }

.hamburger.open span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.hamburger.open span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* RWD images  */
[class*="wp-image"],
[class*="wp-post-image"] { min-width: 30px; max-width: 100%; height: auto; }




/* EU Cookie Law Plugin */
body .pea_cook_wrapper.pea_cook_bottomcenter { left: 50%; transform: translateX(-50%); margin: 0;}
body button.pea_cook_btn { margin: 10px; }



/* Bootstrap Shortcode fix */
[class^="col-"] + br { display: none; }