@charset "UTF-8";
/* --------------------Font Styles------------------------ */

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBoldItalic.woff2') format('woff2'), url('Montserrat-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-BlackItalic.woff2') format('woff2'), url('Montserrat-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff2') format('woff2'), url('Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ThinItalic.woff2') format('woff2'), url('Montserrat-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraLight.woff2') format('woff2'), url('Montserrat-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraLightItalic.woff2') format('woff2'), url('Montserrat-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-BoldItalic.woff2') format('woff2'), url('Montserrat-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Thin.woff2') format('woff2'), url('Montserrat-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('Montserrat-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Black.woff2') format('woff2'), url('Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraBold.woff2') format('woff2'), url('Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-LightItalic.woff2') format('woff2'), url('Montserrat-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Italic.woff2') format('woff2'), url('Montserrat-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-MediumItalic.woff2') format('woff2'), url('Montserrat-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}
/* --------------------------------------Allgemein-------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 100%;
	font-family: 'Montserrat';
	position: relative;
}

* {
	outline: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.animation {
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.clearfix, .umbruchstop {
	clear: both;
}
hr {
	width: 100%;
	height: 1px;
	background-color: #DBDBDB;
	margin: 0 auto;
	margin: 20px 0 20px 0;
	border: none;
}
noscript span {
	width: 100%;
	height: auto;
	padding: 15px;
	color: #FFF;
	background-color: #000;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999999999999999999;
	text-align: center;
	line-height: 145%;
}
noscript span a {
	color: #FFF !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	text-transform: none;
}
/*Horizontal und vertikal ausrichten*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.parent {
	position: relative;
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*Schatten-Vorlagen*/

.schatten-unten-stark {
	box-shadow: 0 10px 10px #000;
}
.schatten-unten-schwach {
	box-shadow: 0 10px 10px -10px #000;
}
.button {
	background-color: #8EB315;
	color: #FFF;
	margin: 0 auto !important;
	text-align: center;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	font-size: .9em;
	outline: none;
	border: none;
	padding: 15px;
}
.button:hover {
	background-color: #A0C527;
}
/* --------------------------------------Sticky Layout-------------------------------------- */

.wrapper {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header, .pagecontent, .footer {
	display: table-row;
}
.pagecontent {
	height: 100%;
}
/* --------------------------------------Text-------------------------------------- */

p {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
p a:link, p a:visited, p a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #2A5F4B;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
p a:focus, p a:hover {
	color: #8EB315;
}
h1 {
	color: #2A5F4B;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	padding-bottom: 20px;
	margin: 0;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #808080;
    padding-top: 20px;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	color: #000;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a:focus, a:hover {
	text-decoration: underline;
}

.fussnote {
font-size: .8em;
}

/* --------------------------------------Preloader-------------------------------------- */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
/* --------------------------------------Schaltflächen-------------------------------------- */

.bt {
	padding: 12px 18px 12px 18px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: auto;
	font-size: 1em;
	cursor: pointer;
	line-height: normal;
	border: none;
}
.bt:hover {
	background-color: #7F7F7F;
}

@media only screen and (max-width: 800px) {
body {
	font-size: 90%;
}
}
/* --------------------------------------Cookie Disclaimer-------------------------------------- */

section {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 200px;
}
.cookie-disclaimer {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .9em;
	color: #FFF !important;
	background-color: #6C6C6C;
	padding: 20px;
	position: fixed;
	bottom: 0px;
	z-index: 999999999999999;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, transform 0.5s;
	transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.cookie-disclaimer.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cookie-disclaimer :first-child {
	margin-top: 0;
}
.cookie-disclaimer :last-child {
	margin-bottom: 0;
}
.cookie-disclaimer span {
	padding-right: 20px;
	line-height: 145%;
}
.cookie-disclaimer a:link, .cookie-disclaimer a:visited, .cookie-disclaimer a:active {
	text-decoration: underline!important;
	color: #FFF !important;
}
.cookie-disclaimer a:focus, .cookie-disclaimer a:hover {
	color: #E0E0E0 !important;
}
.cookie-button {
	width: auto;
	height: auto;
	padding: 12px;
	font-weight: bold;
	font-size: 1em;
	background-color: #8EB315;
	color: #FFF;
	position: relative;
	cursor: pointer;
	border: none;
	vertical-align: middle;
}
.cookie-button:hover {
	background: #bfd255;
}

@media only screen and (max-width:650px) {
.cookie-disclaimer {
	width: 100%;
	text-align: center;
	display: block;
}
.cookie-disclaimer span {
	padding: 0 0 15px 0;
	display: block;
}
.cookie-button {
	position: relative;
	display: block;
	margin: 0 auto;
}
}
/* --------------------------------------Page Header-------------------------------------- */

#pageheader {
	width: 100%;
	height: 120px;
	z-index: 998;
	position: fixed;
}
.pageheader-bg {
	width: 100%;
	height: 120px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
}
#iplogo {
	width: 300px;
	height: auto;
	margin-right: 40px;
}
.rainbow {
	width: 100%;
	height: 6px;
	display: block;
	z-index: 99999999999;
	background-image: url("../images/rainbow.svg");
	background-size: cover;
}
#rainbow-top {
	position: fixed;
	top: 0px;
}
.searchicon {
	width: 25px !important;
	height: 25px !important;
	margin-left: 10px;
	cursor: pointer;
}
#searchicon-mobile {
	display: none;
}
#searchicon-desktop {
	display: inline;
}
/*-------------Header Animation--------------*/

.slide {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.slide-reset {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-up {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
/* --------------------------------------Header Navigation-------------------------------------- */

#hamburger {
	display: none;
}
.headnav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 38px;
	padding-left: 10px;
}
nav a:link, nav a:visited, nav a:active, nav span {
	color: #333333;
	font-family: 'Montserrat';
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.headnav a:focus, .headnav a:hover {
}
nav a:before, nav span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0px !important;
	left: 0;
	background-color: #8EB315;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
nav a:hover:before, nav span:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* --------------------------------------Subnav-------------------------------------- */

.noscroll {
	overflow: hidden;
}
.subnav {
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	position: fixed;
	left: 0;
	padding: 50px 20px 100px 20px;
	z-index: -2;
	overflow-y: scroll;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: -100vh;
	background-image: url("../images/icon_subnav_close.svg");
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: right 20px top 20px;
}
.subnav-on {
	top: 120px;
}
.subnav-inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	-webkit-columns: 280px 2; /* Chrome, Safari, Opera */
	-moz-columns: 280px 2; /* Firefox */
	columns: 280px 2;
	column-gap: 4px;
	padding-bottom: 150px;
}
.subnav-inner h2 {
	display: block;
	padding: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #8EB315;
	border-bottom: 1px solid #FFF;
	margin: 0;
	font-size: 1em !important;
}
.subnav-inner a:link, .subnav-inner a:visited, .subnav-inner a:active {
	display: inline-block;
	width: 100%;
	padding: 15px;
	font-size: 1em !important;
	font-weight: normal;
	text-decoration: none;
	background-color: #DCDCDC;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
.subnav-inner a:focus, .subnav-inner a:hover {
	background-color: #ECECEC;
}
/* --------------------------------------Themen-------------------------------------- */

.topics {
	columns: 1 !important;
}
.topics h2 {
	display: block;
	padding: 20px 0 10px 0;
	font-weight: bold;
	color: #2A5F4B;
	text-decoration: none;
	border-bottom: 1px solid #2A5F4B;
	margin: 0;
	font-size: 1em !important;
	background: none;
}
.topics a:link, .topics a:visited, .topics a:active {
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 1em !important;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	margin: 0;
	color: #000;
	background: none;
}
.topicsr a:focus, .topics a:hover {
	text-decoration: underline;
}
/* --------------------------------------Index Navigation-------------------------------------- */

.mainnav-block {
	width: 100%;
	max-width: 50%;
	display: inline-block;
	vertical-align: top;
}
.mainnav-header {
	width: 100%;
	height: 200px;
	display: block;
	margin: 0;
	position: relative;
	font-weight: normal;
	text-decoration: none;
}
.mainnav-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
#mainnav-header-waldbesitzer {
	background-color: #8EB315;
}
#mainnav-header-berater {
	background-color: #787878;
}
.mainnav-header div {
	display: inline-block;
	vertical-align: middle;
}
.mainnav-header-icon {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 25px;
}
.mainnav-header-h1 {
	font-size: 1.4em;
	display: block;
	color: #FFF;
}
.mainnav-header-h2 {
	font-size: 2em;
	display: block;
	color: #FFF;
}
.mainnav h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
}
.mainnav a:link, .mainnav a:visited, .mainnav a:active {
	width: 100%;
	height: auto;
	min-height: 220px;
	display: block;
	line-height: 145%;
	border-bottom: 1px solid #D1D0D0;
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mainnav a:focus, .mainnav a:hover {
	background-color: #ECECEC !important;
}
.mainnav a img {
	width: 300px;
	height: 190px;
	object-fit: cover;
	padding: 0 20px 0 0;
	float: left;
	clear: both;
}
.mainnav a strong {
	display: block;
	padding-bottom: 10px;
}
.mainnav-left {
	border-right: 1px solid #D1D0D0;
}
/*.mainnav-left a {
background-color: #F6FFDA !important
}

.mainnav-right a {
background-color: #F4F4F4 !important
}*/

.mainnav-arrow {
	position: absolute;
	width: 60px;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
}
/* --------------------------------------Twitter Timeline-------------------------------------- */

#twitter {
	background-color: #FFF;
	width: 100%;
	max-width: 700px;
	padding-top: 20px;
	margin: 0 auto;
}
#twitter-container {
	height: 500px;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: relative;
	background-color: #FFF;
}
#twitter-info {
	position: absolute;
	width: 90%;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -40%);
	text-align: center;
	z-index: 1;
}
#twitter-info a {
	color: 000 !important;
	text-decoration: none !important;
}
#twitter-info img {
	width: 35px;
	height: 35px;
}
.timeline-widget {
	border-radius: 0 !important;
}
/* --------------------------------------Footer-------------------------------------- */

.footer {
	width: 100%;
	display: block;
	padding: 80px 40px 80px 40px;
	background-color: #8EB315;
	margin-top: 50px;
}
.footer-content {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	position: relative;
}
.footer-content a:link, .footer-content a:visited, .footer-content a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	display: block;
}
.footer-content a:focus, .footer-content a:hover {
	color: #D0D0D0;
}
.footer-content div {
	font-size: .9em;
	line-height: 185%;
	display: inline-block;
	padding: 0 30px 10px 0;
	vertical-align: top;
}
.footer-icon {
	width: 20px;
	height: 20px;
	display: inline;
	margin-right: 15px;
	vertical-align: bottom
}
#footerlogo {
	width: 50px;
	height: auto;
}
.footer-contact-link {
	text-decoration: none;
	font-weight: normal !important;
	color: #FFF !important;
	cursor: inherit !important;
}
.footer-contact-link:hover {
	color: #FFF !important;
}
.bmel {
	width: 180px;
	height: auto;
	position: absolute;
	right: 0px;
	top: -50px;
}
/* --------------------------------------Index Slider-------------------------------------- */

.indexslider {
	width: 100%;
	height: auto;
	z-index: 3;
	padding-top: 120px;
}
.indexslider img {
	width: 100% !important;
	height: auto!important;
	max-height: 700px;
	display: block;
}
.slide img {
	width: 100%;
	height: auto;
}
.indexslider a span {
	position: absolute;
	left: 0;
	bottom: 20%;
	font-size: 2em;
	font-weight: normal;
	color: #333;
	padding: 10px 20px 10px 60px;
	background-color: #FFF;
	width: 100%;
	max-width: 600px;
	display: inline-block;
	line-height: 130%;
}
/* --------------------------------------Sections-------------------------------------- */

.section {
	width: 100%;
	padding: 20px;
}
.section-subpage {
	padding-top: 140px;
}
.section-small {
	width: 100%;
	max-width: 1200px;
	min-height: 50vh;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
}
.bgwhite {
	background-color: #FFF;
}
.bggreen {
	background-color: #8EB315;
}
.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#bg01 {
	background-image: url("../images/ip_bg.jpg");
	background-size: cover;
}
/* --------------------------------------Buttons-------------------------------------- */

.mehr, .mehr a {
	background-color: #8EB315;
	background-image: url("../images/icon_more.svg");
	background-size: 14px 14px;
	background-position: right center;
	padding: 5px 15px 5px 5px;
	color: #FFF;
}
/* --------------------------------------Suche-------------------------------------- */

.headersearch {
	position: fixed;
	top: -120px;
	width: 100%;
	padding: 20px;
	background-color: #8EB315;
	display: block;
	z-index: -1;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.47);
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.headersearch-on {
	top: 120px;
}
.mobilesearch {
	display: none;
}
.searchbt {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_search.svg);
	background-size: cover;
	background-color: transparent;
	border: none;
	position: relative;
	top: 0px;
	right: 3px;
	margin-left: -30px;
	cursor: pointer;
}
.mobilesearch .searchbt {
	background-image: url(../images/icon_search.svg);
	background-size: cover;
	background-color: transparent;
	border: none;
	position: relative;
	top: -2px;
	margin-left: -35px;
	cursor: pointer;
	z-index: 10;
}
.searchbox {
	border: none;
	padding: 15px 35px 15px 15px !important;
	width: 100%;
	max-width: 80%;
	display: inline-block;
	height: auto;
	background-color: #FFF;
	/*	background-image: url(../images/icon_search.svg);
	background-size: 20px 20px;
	background-position: right 6px center;
	background-repeat: no-repeat;*/
	margin: 0 auto;
}
.searchbox:focus {
	background-color: #EDEAEA;
}
.headersearch button {
	display: inline-block;
	width: 25px;
	padding: 15px 0 15px 0;
	background-image: url(../images/icon_search_button.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-left: 10px;
	cursor: pointer;
}
.indexsearch {
	position: relative;
	margin: 0 auto;
}
.indexsearch .searchbox {
	padding: 14px 40px 14px 14px !important;
	width: 100%;
	max-width: 350px;
	background-image: url(../images/icon_search.svg);
	background-size: 24px 24px;
	background-color: transparent;
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.searchresults {
	width: 100%;
	max-width: 1200px;
	text-align: left !important;
	margin: 0 auto;
}
.resultheader {
	color: #2A5F4B;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	padding-bottom: 20px;
}
.result {
	display: inline-block;
	width: 100%;
	padding: 10px 30px 10px 50px;
	font-weight: bold;
	background-image: url("../images/icon_resultlink.svg");
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-size: 24px 24px;
	color: #000 !important;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.extract {
	display: inline-block;
	width: 100%;
	padding: 10px 30px 10px 50px;
	font-weight: normal;
	border-left: 15px solid #FFF;
	color: #5B5B5B !important;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #8EB315;
}
/* --------------------------------------Bilder-------------------------------------- */

.titelbild, .bild-mittig {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 0 0 20px 0;
}
.bild-links {
	padding: 0 10px 0 0;
    width: 100%;
	max-width: 40%;
	height: auto;
}
.bild-rechts {
	padding: 0 0 0 10px;
    width: 100%;
	max-width: 40%;
	height: auto;
}

.lightbox {
	cursor: zoom-in;
	-webkit-transition: all .03s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}
/* --------------------------------------Reiter-------------------------------------- */

.reiter {
	width: 100%;
	display: block;
	cursor: pointer;
}
.tabbutton {
	width: 100%;
	padding: 15px;
	background-color: #8EB315;
	background-image: url("../images/accordion_arrow_down_white.svg");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
	border-bottom: 1px solid #FFF;
	-webkit-transition: all .03s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	cursor: pointer;
	text-align: left;
	outline: none;
}
.tabinhalt {
	padding: 20px;
}
.reiter-button {
	padding: 15px 35px 15px 15px;
	background-color: #8EB315;
	background-image: url("../images/icon_open.svg");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
	border-bottom: 1px solid #FFF;
	-webkit-transition: all .03s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	position: relative;
}
.reiter-button:hover {
	background-color: #C9C8C8;
}
.reiter-button-active {
	background-image: url("../images/icon_close.svg") !important;
}
.reiter-bundesland .reiter-button {
	padding: 15px 35px 15px 35px;
}
.reiter-bundesland:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url("../images/accordion_arrow_down_darkgreen.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	top: 20px;
	left: 10px;
}
.reiter-text {
	padding: 15px;
	background-image: url("../images/accordion_arrow_down_darkgreen.svg");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
	-webkit-transition: all .03s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	color: #2A5F4B;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
}
.reiter-text:hover {
	color: #8EB315;
}
.reiter-inhalt {
	display: none;
	padding: 20px 15px 20px 15px;
}
.reiter-inhalt h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-align: l;
	line-height: 140%;
	padding-bottom: 20px;
	margin: 0;
}
.tab {
	font-weight: bold;
	display: block;
	cursor: pointer;
}
.tab-inhalt {
	display: none;
}
/* --------------------------------------Deutschlandkarte-------------------------------------- */

#map-germany {
	width: 450px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
/* --------------------------------------Downloads-------------------------------------- */


[title] {
	padding-left: 20px;
	display: block;
}
a.download {
	display: inline-block;
	width: 100%;
	padding: 10px 40px 10px 55px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	background-size: 30px 30px;
	border-bottom: 1px solid #FFF;
	background-color: #EFEFEF !important;
	color: #000 !important;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.download {
	text-decoration: none !important;
}
a.download:hover {
	background-color: #C9C9C9 !important;
}
.pdf {
	background-image: url(../images/icon_pdf.png);
}
.youtube {
	background-image: url(../images/icon_youtube.png);
}
.video {
	background-image: url(../images/icon_video.png);
}
.word {
	background-image: url(../images/icon_msword.png);
}
.excel {
	background-image: url(../images/icon_msexcel.png);
}
.powerpoint {
	background-image: url(../images/icon_mspowerpoint.png);
}
.dokument {
	background-image: url(../images/icon_doc.png);
}
/* --------------------------------------Formular-------------------------------------- */

.contactform {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	display: block;
}
input, select, textarea {
	-webkit-appearance: none;
}
form {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select {
	font-family: 'Montserrat';
	font-size: .9em;
	color: #494949;
	padding: 20px;
	border: 1px solid #8EB315;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
textarea {
	min-height: 100px !important;
	width: 100% !important;
	margin-bottom: 10px !important;
}
input:focus, textarea:focus, select:focus {
	background-color: #F1F1F1;
}
input.error, textarea.error, select.error {
	border: 1px solid #CA0B0B;
}
input.error:focus, textarea.error:focus, select.error:focus {
	border: 1px dashed #CA0B0B;
}
input.valid, textarea.valid, select.valid {
	background: transparent;
}
label.error {
	color: #CA0B0B;
	font-weight: bold;
}
label.error {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#plz {
	display: inline-block !important;
	width: 29% !important;
	float: left;
	margin-right: 1%;
}
#ort {
	display: inline-block !important;
	width: 70% !important;
	float: left;
}
#formguide {
	display: block;
	text-align: center;
	font-size: 0.8em;
}
.halfformfield {
	width: 49.5%;
	display: inline-block
}
.fullformfield {
	width: 100%;
	display: block
}
.floatright {
	float: right;
	clear: left;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #494949;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #494949;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #494949;
}
#submit {
	background-color: #8EB315;
	color: #FFF;
	margin: 0 auto !important;
	text-align: center;
	border-top: none;
	border-bottom: none;
	cursor: pointer;
	font-size: .9em;
}
#submit:hover {
	background-color: #A0C527;
}
.checkbox-container {
	color: #000;
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 1em;
	line-height: 145%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container a {
	color: #000 !important;
	text-decoration: underline;
}
.checkbox-container input {
	position: absolute;
	opacity: 0 !important;
	cursor: pointer;
	width: 1px !important;
	height: 1px !important;
}
.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #8EB315;
}
.checkmarkerror {
	border: 1px solid #CA0B0B !important;
}
.checkbox-container input:checked ~ .checkmark {
	background: transparent;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*Formular Versandnachricht*/

.mailermsg {
	display: none;
	padding: 30px;
	font-size: 1em;
	color: #FFF;
	z-index: 8;
	text-align: center;
	margin: 20px 0 20px 0;
}
.mmok {
	background-color: #8EB315;
}
.mmerror {
	background-color: #FF0000;
}
.mailermsg h2 {
	font-size: 1.6em;
	color: #FFF;
	margin-top: 0;
}
.mailermsg img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
#sentdist {
	padding-top: 80px;
	display: none;
}

/*-------------------Responsive----------------------*/

@media only screen and (max-width: 1080px) {
.footer {
	padding: 40px;
}
.footer-content div {
	display: block;
	padding: 0 30px 30px 0
}
.bmel {
	top: 0px;
}
}

@media only screen and (max-width: 900px) {
#pageheader {
	height: 80px;
}
.pageheader-bg {
	height: 80px;
}
#iplogo {
	width: 240px;
	height: auto;
	margin: 5px 40px 0 10px;
}
#hamburger {
	position: fixed;
	right: 20px;
	top: 24px;
	width: 30px;
	height: 39px;
	display: block;
	cursor: pointer;
	transform: rotate(0deg);
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.hamburger-active {
	transform: rotate(90deg) !important;
}
#searchicon-mobile {
	position: fixed;
	right: 65px;
	top: 30px;
	z-index: 12;
	display: inherit;
}
#searchicon-desktop {
	display: none;
}
.headnav {
	flex: none;
	display: block;
	padding-top: 20px;
	padding-left: 0px;
	z-index: 1;
	height: 80px;
}
.headnav nav {
	margin-top: inherit;
	background-color: #FFF;
	width: 100%;
	height: 100vh;
    padding: 0 20px 0 20px;
	z-index: -1;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: -100vh;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.headnav-mobile-active {
	top: 0px !important;
}
.headnav nav a, .headnav nav span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 1.4em;
    background-color: #8EB315;
    margin-bottom: 1px;
    color: #FFF;
}

    
.subnav {
	width: 100%;
	height: 100vh;
	background-color: #FFF;
	position: fixed;
	padding: 50px 20px 100px 20px;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 80px;
	left: 100%;
	background-image: url("../images/icon_subnav_close.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 24px top 15px;
}
.subnav-on {
	left: 0px !important;
}
.subnav-inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	padding-bottom: 150px;
}
.subnav-inner h2 {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 1em !important;
	color: #FFF;
	text-decoration: none;
	background-color: #8EB315;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
.subnav-inner a:link, .subnav-inner a:visited, .subnav-inner a:active {
	padding: 15px;
	font-size: 1em !important;
	font-weight: normal;
	text-align: left;
    color: #000;
	text-decoration: none;
	background-color: #DCDCDC;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
.subnav-inner a:focus, .subnav-inner a:hover {
	background-color: #ECECEC;
}
.topics {
	columns: 1 !important;
}
.topics h2 {
	display: block;
	padding: 20px 0 10px 0;
	font-weight: bold;
	color: #2A5F4B;
	text-decoration: none;
	border-bottom: 1px solid #2A5F4B;
	margin: 0;
	background: none;
}
.topics a:link, .topics a:visited, .topics a:active {
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	margin: 0;
	color: #000;
	background: none;
}
.topicsr a:focus, .topics a:hover {
	text-decoration: underline;
}
.headersearch-on {
	top: 80px;
}
.indexslider {
	padding-top: 80px;
}
.section-subpage {
	padding-top: 100px;
}
.mainnav a img {
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow: hidden;
	padding: 0 0 20px 0;
	float: left;
	clear: both;
}
.bild-mittig {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}
.bild-links {
	width: 100%;
	max-width: 100%;
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.bild-rechts {
	width: 100%;
	max-width: 100%;
	float: none;
	display: block;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
}

@media only screen and (max-width: 768px) {
.indexslider {
	width: 100%;
	height: auto;
	z-index: 3;
	padding-top: 0px;
}
.indexslider img {
	width: auto!important;
	height: 100vh!important;
	max-height: 700px;
	display: block;
}
.slide img {
	width: 100%;
	height: auto;
}
.indexslider a p {
	position: absolute;
	left: 0;
	bottom: 20%;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	padding: 10px 10px 10px 30px;
	background-color: #FFF;
	width: auto;
	display: inline-block;
	line-height: 130%;
	margin-right: 20px;
}
}

@media only screen and (max-width: 650px) {
* {
	font-size: 95%;
}
.mainnav-block {
	max-width: 100%;
	display: block;
}
.mainnav a img {
	width: 100%;
	height: auto;
	max-height: 350px;
	padding: 0 0 20px 0;
	float: left;
	clear: both;
}
.twitter-container {
	padding: 0px !important;
}
.bmel {
	width: 180px;
	height: auto;
	position: relative;
	display: block;
}
}

@media only screen and (max-width: 375px) {
#pageheader {
	height: 70px;
}
.pageheader-bg {
	height: 70px;
}
#iplogo {
	width: 240px;
	height: auto;
	margin-right: 40px;
}
#hamburger {
	right: 10px;
	top: 18px;
}
#searchicon-mobile {
	position: fixed;
	right: 55px;
	top: 25px;
	z-index: 12;
	display: inherit;
}
}

@media only screen and (max-width: 375px) {
#iplogo {
	width: 200px;
	height: auto;
	margin-right: 40px;
}
.headersearch-on {
	top: 70px;
}
}
/*------------------------Scrollbars------------------------------*/

.ss-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	float: left;
}
.ss-content {
	height: 100%;
	width: calc(100% + 18px);
	padding: 0 0 0 0;
	position: relative;
	overflow: auto;
	box-sizing: border-box;
}
.ss-content.rtl {
	width: calc(100% + 18px);
	right: auto;
}
.ss-scroll {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	width: 9px;
	border-radius: 4px;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.25s linear;
}
.ss-hidden {
	display: none;
}
.ss-container:hover .ss-scroll, .ss-container:active .ss-scroll {
	opacity: 1;
}
.ss-grabbed {
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/*------------------------Deutschland------------------------------*/

.deutschland {
width: 100%;
max-width: 425px;
height: auto;
display: block;
margin: 0 auto;
position: relative;
}

#imagemap {
width: 100%;
max-width: 425px;
height: auto;
position: absolute;
top: 0;
left: 0;
}

.imagemap {
fill: transparent;
	-webkit-transition: all .03s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.imagemap:hover {
fill: #8EB315;
}

#deutschland {
width: 100%;
height: auto;
}

.imagemap-active {
fill: #8EB315 !important;
}


/*------------------------Länderprofile------------------------------*/

.laenderprofil p strong {
font-size: 1.3em !important;  
color: #8EB315 !important;
}

/*------------------------Tooltips------------------------------*/


        .wm_trigger:hover {
            fill: #8eb315;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }
        
        .tooltip {
            fill: #21669E;
            cursor: pointer;
        }
        
        .wmtooltip {
            pointer-events: none;
            position: absolute;
            font-size: 1em;
            font-weight: bold;
            text-align: center;
            background-color: #2A5F4B;
            padding: 10px 15px;
            z-index: 5;
            height: auto;
            line-height: 30px;
            margin: 0 auto;
            color: #FFF;
            border-radius: 3px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none;
            
        }
        
        .wmtooltip.active {
            display: block;
        }
        
        .wmtooltip:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            width: 0;
            height: 0;
            margin-left: -10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #2A5F4B;
        }


