/**
https://github.com/jamesflorentino/nanoScrollerJS
initial setup
**/


.nano {
	position : relative;
	width    : 100%;
	height   : 100%;
	overflow : hidden;
}
.nano > .nano-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
}
.nano > .nano-content:focus {
	outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}
.nano > .nano-pane {
	background : rgba(0,0,0,.2);
	position   : absolute;
	width      : 4px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	-webkit-transition    : .2s;
	-moz-transition       : .2s;
	-o-transition         : .2s;
	transition            : .2s;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
	background: #444;
	background: rgba(0,0,0,.5);
	position              : relative;
	margin                : 0;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
	opacity    : 0.99;
}


html {
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
	/*font-weight: 100;*/
	font-size: 13px;
	background-color: #fff;
	color: #4f4f4f;
	overflow-x: hidden;

	background-image: url(../img/kachel_bg_content.png);
	background-position: 0 0;
	/*background-attachment: fixed;*/
	margin: 0;
	padding: 0;
	max-width: 100%;
}
@media only screen and (min-width:768px) {
	body {
		font-size: 14px;
	}
}
p {
	line-height: 20px;
}
@media only screen and (min-width: 481px) {
    p {
		line-height: 1.6;
    }
}
p small {
	font-size: 90%;
}

p small strong {
	font-weight: 600;
}

b {
	font-weight: 600;
}

a {
	color: #014F25;
	font-size: 13px;
}
a:focus, a:hover {
	color: #014F25;
	text-decoration: underline;
}

a.bullet {
	background-image: url(../img/bullet_green.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	background-size: auto 8px;
	padding-left: 16px;
	color: #014F25;
	font-size: 13px;
	font-weight: 600;
}
.green a.bullet,
.kachel a.bullet {
	background-image: url(../img/bullet_white.png);
	color: #fff;
}
.orangetext {
    color: #e94e00;
}
a.button,
.contentLinkButton {
	background-color: #CAD7A2;
	color: #014F25;
	text-align: center;
	font-weight: 600;
	border-radius: 16px;
	padding: 4px 12px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
}
a.button.arrow,
.contentLinkButton {
	background-image: url(../img/btn_round_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 32px;
	padding: 5px 34px 5px 12px;
}
#shareOverlay a.button.arrow {
	background-image: url(../img/btn_round_arrow2.png);
}
.contentLinkButton {
	display: block;
	max-width: 300px;
	padding: 5px 44px 5px 22px;
	margin: 0 auto;
}

.orange {
	color: #e94e00;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Optima', sans-serif;
	text-transform: uppercase;
	color: #014F25;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 10px;
	margin-top: 20px;
}

h4.underline {
	padding-bottom: 8px;
	border-bottom: 2px solid #014F25;
	margin-bottom: 20px;
}

h4.underline a svg {
	width: 18px;
	height: 18px;
	fill: #b0b0b0;
}

svg:not(:root) {
    overflow: hidden;
}
.svg-icon {
    fill: currentcolor;
    height: 40px;
    width: 40px;
}
svg {
    vertical-align: middle;
	pointer-events: none;
}

.colSmall img.icon {
	height: 32px;
	margin-right: 10px;
}

.dottedLine {
	border-top: 1px dotted #e94e00;
	border-bottom: 1px dotted #e94e00;
	padding-bottom: 1px;
}

.verticalAlignMiddle {
	display: table;
	width: 100%;
}
.verticalAlignMiddle .verticalAlignMiddleChild {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width:480px) {
	.cols2 {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;

		-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
		-moz-column-gap: 20px; /* Firefox */
		column-gap: 20px;
	}
}

.onlyPrint {
	display: none;
}

.container.no-gutter,
.row.no-insidegutter {
	padding-left: 0;
	padding-right: 0;
}
.container.no-gutter > .row,
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child),
.row.no-gutter .col-sm-12 {
	padding-right: 0;
	padding-left: 0;
}
.container.no-gutter > .row > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.container.no-gutter > .row > .gutter {
	padding-right: 17px;
	padding-left: 17px;
}

/* Korrektur Einr�ckung */
body#pageId-97 .colBig,
body#pageId-55 .colBig,
body#pageId-99 .colBig,
body#pageId-NOT123 .colBig,
body#pageId-NOT189 .colBig,
body#pageId-210 .colBig,
body#pageId-34 .colBig > .type-list.t3contentElement,
body#pageId-129 .colBig > .type-shortcut.t3contentElement,
body#pageId-128 .colBig > .type-shortcut.t3contentElement,
body#pageId-131 .colBig > .type-shortcut.t3contentElement{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 24px;
}
body#pageId-34 .colBig > .type-list.t3contentElement {
	margin-top: 10px;
}


@media only screen and (min-width: 1280px) {

}

/* ########################################### */

section.topNav {
	color: #B0B0B0;
	height: 44px;
	-webkit-transition: all .3s ease; /* Firefox */
	-moz-transition: all .3s ease; /* WebKit */
	-o-transition: all .3s ease; /* Opera */
	transition: all .3s ease; /* Standard */
}
body.scrolling section.topNav {
	position: fixed;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	z-index: 6;

	-webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.33);

	-webkit-transition: all .3s ease; /* Firefox */
	-moz-transition: all .3s ease; /* WebKit */
	-o-transition: all .3s ease; /* Opera */
	transition: all .3s ease; /* Standard */
}

section.topNav .container {
	padding-top: 11px;
	-webkit-transition: all .3s ease; /* Firefox */
	-moz-transition: all .3s ease; /* WebKit */
	-o-transition: all .3s ease; /* Opera */
	transition: all .3s ease; /* Standard */
}
section.topNav a {
	color: #B0B0B0;
	font-size: 14px;
}
section.topNav span {
	display: inline-block;
	padding-right: 10px;
	cursor: pointer;
}
section.topNav span:last-of-type {
	padding-right: 0;
}
section.topNav span.mobileLeft {
	float: left;
}
section.topNav span.mobileLeft:first-of-type {
	margin-left: 36px;
}

section.topNav a.active {
	color: #4F4F4F;
}

section.topNav .col-sm-6:last-of-type {
	text-align: right;
}

section.topNav svg {
	width: 14px;
	height: 14px;
	fill: #B0B0B0;
}

/* ########################################### */

section.topNav form {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

section.topNav form .form-group {
	display: inline-block;
	margin-bottom: 0;
}

section.topNav form .form-group input {
	width: 100px;
	font-size: 12px;
	height: 20px;

	padding: 0;
	margin-right: -20px;
	/*margin-top: -15px;*/
	width: 0;

	color: #014F25;
	background-color: #CAD7A2;
	border-radius: 12px;
	border: none;
}

section.topNav form input.submit {
	width: 20px;
	height: 20px;
	margin-left: 0;
	position: relative;
	z-index: 7;
	float: right;
}

/* ########################################### */

section.navigation {
	position: relative;
	z-index: 30;
}

section.navigation .container {
	/*background-color: rgba(255,255,255,1);*/
}

nav.navbar-default {
	-webkit-transition: all .5s ease; /* Firefox */
	-moz-transition: all .5s ease; /* WebKit */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease; /* Standard */

	background-color: transparent;
	border: none;
	border-color: transparent;
	margin-bottom: 0;
	height: 92px;
	position: relative;
}
body.scrolling nav.navbar-default {
	-webkit-transition: all .5s ease; /* Firefox */
	-moz-transition: all .5s ease; /* WebKit */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease; /* Standard */

	height: 56px;
}

nav .navbar-toggle {
	float: left;
	border: none;

	float: none;
	position: fixed;
	left: 7px;
	top: -5px;
	z-index: 6;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
nav.navbar-default .navbar-toggle .icon-bar {
	background-color: #014F25;
	height: 4px;
	width: 17px;
}

nav .form-group {
	margin-top: -16px;
}

nav .navbar-form {
	margin-top: 12px;
}

nav .navbar-form .form-control {
	width: 100px;
	height: 24px;
	background-color: #CAD7A2;
	border-radius: 12px;
	border: none;
	position: static;
}

nav .navbar-form.hasFocus {
	position: absolute;
	right: 0;
	z-index: 3;
}
nav .navbar-form.hasFocus .form-control {
	width: 280px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	font-family: 'Optima nova';
	font-size: 18px;
	text-transform: uppercase;
	background-color: transparent;
	color: #4F4F4F;
	padding: 15px 17px 22px;
	cursor: pointer;
}
.navbar-default.isOpen .navbar-nav > li > a,
.navbar-default.isHighlight .navbar-nav > li > a {
	color: #B0B0B0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #014F25;
}

.navbar-default.isOpen .navbar-nav > .active > a,
.navbar-default.isOpen .navbar-nav > .active > a:hover,
.navbar-default.isOpen .navbar-nav > .active > a:focus,
.navbar-default.isHighlight .navbar-nav > .active > a,
.navbar-default.isHighlight .navbar-nav > .active > a:hover,
.navbar-default.isHighlight .navbar-nav > .active > a:focus,
.navbar-default.isOpen .navbar-nav > .current > a,
.navbar-default.isOpen .navbar-nav > .current > a:hover,
.navbar-default.isOpen .navbar-nav > .current > a:focus,
.navbar-default.isHighlight .navbar-nav > .current > a,
.navbar-default.isHighlight .navbar-nav > .current > a:hover,
.navbar-default.isHighlight .navbar-nav > .current > a:focus {
	color: #014F25;
}


nav.navbar-default .navbar-form input.submit {
	width: 24px;
	height: 24px;
	margin-left: -20px;
}

nav a.logo {
	/*-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;*/

	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;

	display: block;
	width: 248px;
	height: 86px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 6;
}

body.scrolling nav a.logo {
	/*-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;*/

	top: 10px;
	background-size: 150px 51px;
	height: 28px;
}

ul.navbar-nav {
	position: relative;
	z-index: 2;
}
@media only screen and (min-width: 768px) {

    nav a.logo {
        display: block;
		width: 248px;
		height: 106px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
        top: 5px;

        background-size: 100% auto;
    }
    body.scrolling nav a.logo {
		-webkit-transition: all .5s ease; /* Firefox */
		-moz-transition: all .5s ease; /* WebKit */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease; /* Standard */
        background-size: 100% auto;
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    nav a.logo {
        display: block;
		width: 248px;
		height: 106px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
        top: 0;

        background-size: 100% auto;
    }
    body.scrolling nav a.logo {
		-webkit-transition: all .5s ease; /* Firefox */
		-moz-transition: all .5s ease; /* WebKit */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease; /* Standard */
        background-size: 100% auto;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
	body.scrolling section.topNav {
		position: static;
		background-color: transparent;

		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	body.scrolling section.navigation {
		position: fixed;
		width: 100%;
		background-color: rgba(255,255,255,0.95);

		-webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.33);
		-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.33);
		box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.33);
	}
	nav.navbar-default {
		height: 96px;
		padding-bottom: 50px;
	}
	/*nav a.logo {
		height: 50px;
	}*/
	body.scrolling nav a.logo {
		height: 50px;
	}
	nav .posBottom {
		position: absolute;
		bottom: 40px;
		width: 100%;
		-webkit-transition: all .5s ease; /* Firefox */
		-moz-transition: all .5s ease; /* WebKit */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease; /* Standard */
	}
	body.scrolling nav .posBottom {
		bottom: 0px;
		-webkit-transition: all .5s ease; /* Firefox */
		-moz-transition: all .5s ease; /* WebKit */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease; /* Standard */
	}
	nav .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav:first-of-type li:first-of-type > a {
		/* linker Rand musste weg */
		margin-left: -17px;
	}

}

@media only screen and (min-width: 1024px) {
	nav.navbar-default {
		height: 92px;
	}
	nav a.logo {
		height: 86px;
		bottom: 7px;
	}
	nav .posBottom {
		bottom: 2px;
	}

}


/* ########################################### */

.navigationRollo {
	position: relative;
}

.navigationRollo .navigationRolloContent {
	display: none;
	position: relative;
	z-index: 4;
	margin: 20px 0;
}

.navigationRollo .navigationRolloContent a.mobilehead {
	display: block;
	background-color: transparent;
	color: #B0B0B0;
	cursor: pointer;
	font-family: 'Optima nova';
	font-size: 18px;
	padding: 10px 17px 4px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.navigationRollo .navigationRolloContent a.mobilehead:hover,
.navigationRollo .navigationRolloContent a.mobilehead.active {
	color: #014F25;
}

.navigationRollo .navigationRolloContent .menueContainer {
	display: none;
}

.navigationRollo .navigationRolloContent .menueContainer a {
	display: inline-block;
	line-height: 32px;
	color: #e94e00;
	font-size: 14px;
	margin-bottom: 10px;
}
.navigationRollo .navigationRolloContent .menueContainer a.center {
	color: #014F25;
	font-weight: 600;
}

.navigationRollo .navigationRolloContent .menueContainer a svg {
	width: 32px;
	height: 32px;
	fill: #B0B0B0;
	margin-right: 4px;
}

.navigationRollo .navigationRolloContent .menueContainer a:hover {
	-webkit-transition: all .5s ease; /* Firefox */
	-moz-transition: all .5s ease; /* WebKit */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease; /* Standard */

	color: #014F25;
}
.navigationRollo .navigationRolloContent .menueContainer a:hover svg {
	-webkit-transition: all .5s ease; /* Firefox */
	-moz-transition: all .5s ease; /* WebKit */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease; /* Standard */

	fill: #014F25;
}

.navigationRollo .navigationRolloContent .menueContainer a.centerpage {
	color: #014F25;
}
.navigationRollo .navigationRolloContent .menueContainer a.centerpage span.bullet {
	background-color: #014F25;
	display: inline-block;
	height: 10px;
	margin: 11px 6px 11px 11px;
	transition: opacity 0.2s ease 0s;
	width: 10px;
	border: 1px solid #014F25;
	vertical-align: bottom;

	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);
}

.navigationRollo .navigationRolloClose {
	text-align: center;
	cursor: pointer;
	margin-top: 8px;
}

.navigationRollo .navigationRolloClose a {
	display: none;
	color: #B0B0B0;
	font-size: 13px;
}

.navigationRollo .navigationRolloClose #arrow {
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #B0B0B0;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
	margin: 0 auto;
}

.navigationRollo .cover .arrow-left {
    position:absolute;
    width:100px;
    height:100px;
    left:20px;
    background-color: rgba(248,248,248,1);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:5px;
	margin-left: 5px;
}
body.scrolling .navigationRollo .cover .arrow-left {
	background-color: rgba(255,255,255,0.95);

	-webkit-box-shadow: -2.5px 4px 4px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    -2.5px 4px 4px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         -2.5px 4px 4px 0px rgba(50, 50, 50, 0.33);
}
.navigationRollo .cover {
	height:100px;
	width:40px;
	overflow:hidden;
	-webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);

	position: fixed;
	left: 0;
	right: 0;
	margin: -30px auto 0;
	z-index: 5;
}
@media only screen and (max-width: 767px) {
	body.scrolling .navigationRollo .cover {
		z-index: 6;
		top: 44px;
	}
	body.scrolling .navigationRollo .cover {
	}
}
@media only screen and (min-width: 768px) {
	.navigationRollo .navigationRolloContent {
		margin: 57px 0 56px;
	}
}

/* ########################################### */

.owl-carousel .owl-item,
.sliderElementWrapper {
	height: 408px;
}

.sliderElementWrapper {
	position: relative;
}

.sliderElement {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 238px;
}
#page_leistungen .sliderElement {background-image: url(../img/title/title_pic_leistungen.jpg);}
#page_leistungen_risikomanagement .sliderElement {background-image: url(../img/title/title_pic_risikomanagement.jpg);}
#page_leistungen_forderungsmanagement .sliderElement {background-image: url(../img/title/title_pic_risikomanagement.jpg);}
#page_leistungen_haftungsmanagement .sliderElement {background-image: url(../img/title/title_pic_risikomanagement.jpg);}

#page_branchen_dienstleistungen .sliderElement {background-image: url(../img/title/title_pic_dienstleistungen.jpg);}
#page_branchen_handel .sliderElement {background-image: url(../img/title/title_pic_handel.jpg);}
#page_branchen_immobilienwirtschaft .sliderElement {background-image: url(../img/title/title_pic_immobilien.jpg);}
#page_branchen_industrie .sliderElement {background-image: url(../img/title/title_pic_industrie.jpg);}
#page_branchen_oeffentlich .sliderElement {background-image: url(../img/title/title_pic_oeffentlicher.jpg);}

#page_ueberuns_team .sliderElement {background-image: url(../img/title/title_pic_karriere.jpg);}
#page_ueberuns_team_geschaeftsfuehrer .sliderElement {background-image: url(../img/title/title_pic_technischeVers.jpg);}
#page_ueberuns_standorte .sliderElement {background-image: url(../img/title/title_pic_standorte.jpg);}
#page_ueberuns_internationalenetzwerk .sliderElement {background-image: url(../img/title/title_pic_ma.jpg);}

#page_service_mediathek .sliderElement {background-image: url(../img/title/title_pic_arbeitsbuehne.jpg);}
#page_service_mediathek_kundenmagazin .sliderElement {background-image: url(../img/title/title_pic_arbeitsbuehne.jpg);}
#page_service_veranstaltungen .sliderElement {background-image: url(../img/title/title_pic_veranstaltungen.jpg);}

#page_index .sliderElement {
	/*min-height: 632px;*/
}
.sliderElement1 {background-image: url(../img/title/title_pic_leistungen.jpg);}
.sliderElement2 {background-image: url(../img/title/title_pic_branchen.jpg);}
.sliderElement3 {background-image: url(../img/title/dummy1.jpg);}
.sliderElement4 {background-image: url(../img/title/title_pic_karriere.jpg);}
.sliderElement5 {background-image: url(../img/title/dummy2.jpg);}

.sliderElement .gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0+66,0+100 */
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body.homepage.defaultPage .sliderElement .bgBalken {
	display: none;
}

.sliderElement .contentBox {
	background-image: url("../img/slider-content-bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 17px;
	padding-right: 17px;
	position: absolute;
	top: 204px;
	width: 100%;
	/*height: 130px;*/
	height: auto;
	min-height: 50px;
}
.sliderElementWrapper .sliderElement .contentBox {
	top: auto;
	bottom: 0;
}
#page_index .sliderElement .contentBox {
	/*min-height: 632px;*/
}

.sliderElement .contentBox .content {
	width: 95%;
}
.contentpage .sliderElement .contentBox .content,
.centerpage .sliderElement .contentBox .content,
.subcenterpage .sliderElement .contentBox .content {
	display: none;
}
@media only screen and (min-width: 481px) {
    .contentpage .sliderElement .contentBox .content,
    .centerpage .sliderElement .contentBox .content,
    .subcenterpage .sliderElement .contentBox .content {
        display: block;
    }
}
#page_index .sliderElement .contentBox .content {
	/*top: 204px;*/
}

.sliderElement .nav-breadcrumb,
body.homepage .sliderElement h1,
body.centerpage .sliderElement h1{
	font-size: 14px;
	color: #e94e00;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Optima', sans-serif;
	font-weight: 100;
	text-transform: none;
	line-height: 1.1;
}


.sliderElement .nav-breadcrumb a {
    color: #e94e00;
}

.sliderElement .nav-breadcrumb img:nth-of-type(2),
.sliderElement .nav-breadcrumb img:nth-of-type(3),
.sliderElement .nav-breadcrumb a:nth-of-type(3),
.sliderElement .nav-breadcrumb a:nth-of-type(4),
.sliderElement .nav-breadcrumb a:nth-of-type(5) {
	display: none;
}

.sliderElement .title,
body.homepage .sliderElement h2,
body.centerpage .sliderElement h2{
	font-size: 20px;
	color: #014F25;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Optima', sans-serif;
	line-height: 1.1;
}
@media only screen and (min-width: 481px) {
    .sliderElement .title,
    body.homepage .sliderElement h2,
    body.centerpage .sliderElement h2{
        font-size: 24px;
    }
}
.sliderElement .title p {
    line-height: 1.1;
}
.sliderElement .copytext {
	font-size: 13px;
	color: #000;
}

.sliderElement .copytext p a {
	margin-top: 8px;
}

.sliderElement .copytext a {
	background-color: #CAD7A2;
	color: #014F25;
	font-weight: 600;
	border-radius: 16px;
	padding: 4px 12px;
	cursor: pointer;
	display: inline-block;
}

body.noSliderImage section.slider {
	display: none;
}
body.noSliderImage section.content {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {
	.sliderElement .contentBox {
		height: 204px;
	}
}

/* ########################################### */

section.slider {
  min-height: 238px;
}
@media only screen and (max-width: 767px) {
  body.homepage section.slider {
    min-height: 408px;
  }
}
@media only screen and (min-width: 768px) {
  section.slider {
    min-height: 530px;
  }
}
@media only screen and (min-width: 1280px) {
  section.slider {
    min-height: 662px;
  }
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;

	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	-moz-user-select: none;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
	backface-visibility: visible;
	background-color: rgba(255,255,255,0.5);
	display: block;
	height: 10px;
	margin: 5px 7px;
	transition: opacity 0.2s ease 0s;
	width: 10px;
	border: 1px solid #014F25;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #014F25;
}

@media only screen and (min-width: 768px) {
	.owl-carousel .owl-item,
	.sliderElementWrapper {
		height: auto;
	}
	.sliderElement {
		min-height: 530px;
		height: auto;
	}
	.sliderElement .bgBalken {
		background-image: url(../img/kachel_bg_content_top.png);
		background-repeat: no-repeat;
		background-position: right center;

		height: 68px;
		width: 100%;
		margin-top: -68px;
	}
	body.centerpage .sliderElement .bgBalken {
		background-image: none;
		background: transparent linear-gradient(225deg, transparent 50px, #E7E7E7 0px) repeat scroll right top;
	}
	.sliderElement .contentBox {
		background-image: none;
		min-height: 530px;
		height: auto;
		position: relative;
		top: auto;
		width: auto;
	}
	.sliderElement .contentBox .content {
		position: absolute;
		width: 47%;
		top: auto;
		bottom: 115px;

		text-shadow: 0px 0px 20px #FFFFFF;
	}
	.sliderElement .nav-breadcrumb,
	body.homepage .sliderElement h1,
        body.centerpage .sliderElement h1{
		font-size: 16px;
		margin-bottom: 24px;
	}
	.sliderElement .nav-breadcrumb a {
		font-size: 16px;
	}
	.sliderElement .title,
	body.homepage .sliderElement h2,
        body.centerpage .sliderElement h2{
		font-size: 40px;
		margin-bottom: 14px;
	}
	.sliderElement .copytext {
		font-size: 20px;
	}
	.sliderElement .copytext p a {
		margin-top: 16px;
	}
	.owl-theme .owl-dots, .owl-theme .owl-nav {
		bottom: 100px;
	}
}

@media only screen and (min-width: 1280px) {
	.sliderElement {
		min-height: 662px;
	}
	.sliderElement .contentBox {
		min-height: 662px;
	}
}

/* ########################################### */

section.homeImageBoxen {
	position: relative;
	z-index: 3;
}

section.homeImageBoxen .whiteBlock .col-xs-6 {
	float: none;
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
}
section.homeImageBoxen .whiteBlock .col-xs-6 .fixedHeight240 {
	height: auto;
}
section.homeImageBoxen .whiteBlock .col-xs-6 .text,
section.homeImageBoxen .greenBlock .t3contentElement .text {
	display: none;
	padding-bottom: 17px;
}
section.homeImageBoxen .whiteBlock .col-xs-6 .atBottom {
	position: static;
}

.fixedHeight240 {
	height: 300px;
	position: relative;
}
section.homeImageBoxen .fixedHeight240 {
	height: 240px;
}
section.homeImageBoxen .esel.green .fixedHeight240 {
	height: auto;
}
section.homeImageBoxen .esel.green .fixedHeight240 .link.atBottom {
	padding-bottom: 10px;
}

.fixedHeight610 {
	height: 306px;
	position: relative;
}
.esel.green .fixedHeight610 {
	height: auto;
	position: relative;
}

.atBottom {
	position: absolute;
	bottom: 15px;
}
section.homeImageBoxen .fixedHeight240 .text .atBottom {
	position: static;
}

.esel {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 24px, #E7E7E7 0px) repeat scroll right top;
	height: auto;
	position: static;
}
.esel.blur {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 24px, rgba(0,0,0,0.5) 0px) repeat scroll right top;
	top: 0px;
	z-index: -1;

	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	-webkit-filter: blur(5px);
	filter: blur(5px);
	/*filter: url(../img/blur.svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');*/
}
.esel.helper {
	position: relative;
	z-index: -1;
	background: none;
}

.esel.green {
    background-image: url(../img/kachel_green.png);
	height: auto;
}
.esel.gray {
	height: 300px;
	position: relative;
}
.esel.green.blur {
	background: rgba(0, 0, 0, 0) linear-gradient(135deg, transparent 32px, rgba(0,0,0,0.5) 0px) repeat scroll top left;
	z-index: 0;
}
.esel.green .greenTop {
    height: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: url(../img/kachel_green_top.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.esel.green .greenKachel {
	display: none;
    height: 708px;
    width: 100%;
    position: absolute;
    top: 68px;
    background-image: url(../img/kachel_green.png);
    background-position: left top;
}
.borderGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&0+0,1+25,1+75,0+100 */
	background: -moz-linear-gradient(top, rgba(231,231,231,0) 0%, rgba(231,231,231,1) 25%, rgba(231,231,231,1) 75%, rgba(231,231,231,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 25%,rgba(231,231,231,1) 75%,rgba(231,231,231,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 25%,rgba(231,231,231,1) 75%,rgba(231,231,231,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#00e7e7e7',GradientType=0 ); /* IE6-9 */

	position: absolute;
	left: -1px;
	top: 50%;
	height: 90%;
	width: 2px;
	transform: translate(-50%, -50%);
}
section.homeImageBoxen .borderGradient,
section.moreContent .borderGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1b1b1+0,b1b1b1+100&0+0,1+25,1+75,0+100 */
	background: -moz-linear-gradient(top, rgba(177,177,177,0) 0%, rgba(177,177,177,1) 25%, rgba(177,177,177,1) 75%, rgba(177,177,177,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(177,177,177,0) 0%,rgba(177,177,177,1) 25%,rgba(177,177,177,1) 75%,rgba(177,177,177,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(177,177,177,0) 0%,rgba(177,177,177,1) 25%,rgba(177,177,177,1) 75%,rgba(177,177,177,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1b1b1', endColorstr='#00b1b1b1',GradientType=0 ); /* IE6-9 */
}

section.homeImageBoxen .whiteBlock .col-xs-6 .doubleHead,
section.homeImageBoxen .greenBlock .doubleHead {
	position: relative;
	cursor: pointer;
}
section.homeImageBoxen .whiteBlock .col-xs-6 .doubleHead:after,
section.homeImageBoxen .greenBlock .doubleHead:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;

	display: inline-block;
	height: 12px;
	width: 12px;
	transform: rotate(135deg);
	transform-origin: center center;
	border-top: 1px solid #4f4f4f;
	border-left: 1px solid #4f4f4f;
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: -3px;
}
section.homeImageBoxen .greenBlock .doubleHead:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
section.homeImageBoxen .whiteBlock .doubleHead.open:after,
section.homeImageBoxen .greenBlock .doubleHead.open:after {
	transform: rotate(225deg);
}

section.homeImageBoxen .greenBlock .fixedHeight240 .text p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

@media only screen and (min-width: 568px) {
	section.homeImageBoxen .whiteBlock .col-xs-6 {
		float: left;
		width: 50%;
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 .fixedHeight240 .atBottom {
		position: absolute;
	}
}

@media only screen and (min-width: 768px) {
	section.homeImageBoxen {
		margin-top: -60px;
	}
	section.homeImageBoxen .fixedHeight240,
	section.homeImageBoxen .esel.green .fixedHeight240 {
		height: 270px;
	}
	.esel.green .fixedHeight240 {
		height: 270px;
	}
	.fixedHeight610,
	.esel.green .fixedHeight610 {
		height: 476px;
		position: relative;
	}
	section.homeImageBoxen .fixedHeight240 .text .atBottom {
		bottom: 15px;
		position: absolute;
	}
	.esel {
		height: 776px;
		position: absolute;
	}
	.esel.green {
		background: rgba(0, 0, 0, 0) linear-gradient(135deg, transparent 32px, #014F25 0px) repeat scroll top left;
		height: 776px;
	}
	.esel.green .greenKachel {
		display: block;
	}

	section.homeImageBoxen .esel.green .fixedHeight240 .link.atBottom {
		padding-bottom: 0;
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 {
		border-bottom: none;
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 .fixedHeight240 {
		height: 270px;
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 .text,
	section.homeImageBoxen .greenBlock .t3contentElement .text {
		display: block !important;
		padding-bottom: 0;
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 .doubleHead {
		/*cursor: default;*/
	}
	section.homeImageBoxen .whiteBlock .col-xs-6 .doubleHead:after,
	section.homeImageBoxen .greenBlock .doubleHead:after {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	section.homeImageBoxen .fixedHeight240,
	section.homeImageBoxen .esel.green .fixedHeight240,
	section.homeImageBoxen .whiteBlock .col-xs-6 .fixedHeight240 {
		height: 240px;
	}
	.fixedHeight610,
	.esel.green .fixedHeight610 {
		height: 610px;
	}
	.esel {
		height: 850px;
	}
	.esel.green {
		height: 746px;
	}
	.esel.green .greenKachel {
		height: 782px;
	}
}

/* ########################################### */

.home3erBoxen {
	/*margin-bottom: 30px;*/
}

.home3erBoxen h2 {
	font-size: 20px;
	line-height: 48px;
	margin: 30px 0 25px;
}

.home3erBoxen h2 img {
	display: inline-block;
	margin-right: 15px;
	height: 48px;
}

.home3erBoxen .headlineBox {
	margin: 30px 0 25px;
}

.home3erBoxen .headlineBox img {
	height: 40px !important;
	margin-right: 8px;
}
@media only screen and (min-width: 480px) {
    .home3erBoxen .headlineBox img {
		width: auto !important;
		height: 48px !important;
		margin-right: 10px;
    }
}
.home3erBoxen .headlineBox h2 {
	width: 99%;
	line-height: normal;
}

.home3erBoxen .headlineBox h2 p {
	margin: 0;
	line-height: 1.2;
}

.home3erBoxen .fixedHeight240 {
	margin-bottom: 30px;
	height: auto;
}

.home3erBoxen .fixedHeight240 .atBottom {
	position: static;
}

.home3erBoxen .colImage {
	margin-bottom: 20px;
}

.home3erBoxen .colImage img {
	max-height: 176px;
	object-fit: cover;
	width: 100%;
}

.home3erBoxen .doubleHead.withIcon {
	cursor: pointer;
}

.home3erBoxen .doubleHead.withIcon .headlines {
	min-height: auto;
}
.home3erBoxen .doubleHead.withIcon .headlines h2 {
	margin-bottom: 0;
}

.home3erBoxen .t3contentElement .doubleHead .icon img {
	max-width: 100%;
	height: auto;
}

.home3erBoxen .platzhalterImage {
	position: relative;
	background-image: url(../img/platzhalter-kunden.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.home3erBoxen .platzhalterImage:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 36px 36px 0;
	border-color: transparent #F8F8F8 transparent transparent;
}

.scrollable {
	width: 100%;
	height: 182px;
	/*border: 1px solid #555;*/
	overflow: hidden;

	background-image: url(../img/scroll_top.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.scrollable .ftscroller_container {
	background-image: url(../img/scroll_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.scrollable .ftscroller_container .ftscroller_scrollbary {
	right: -1px;
}
.scrollable .ftscroller_container .ftscroller_scrollbar {
	opacity: 0.5;
	width: 4px;
	border-radius: 2px;
}
section.moreContent .scrollable {
	background-image: url(../img/scroll_top_ongray.png);
}
section.moreContent .scrollable .ftscroller_container {
	background-image: url(../img/scroll_bottom_ongray.png);
}

.author {
	font-size: 12px;
	color: #e94e00;
}

.esel.gray h2,
.esel.gray h3 {
	font-size: 16px;
    line-height: 18px;
	margin: 0;
	margin-bottom: 10px;
}

.esel.gray .colPadding {
	padding: 17px;
}

.esel.gray .colPadding .pictureRight {
	float: right;
	padding-left: 10px;
	margin-right: -17px;
	font-size: 12px;
	color: #e94e00;
}

@media only screen and (max-width: 479px) {
	.home3erBoxen .col-xs-6 {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) {
	.home3erBoxen .fixedHeight240 {
		height: 300px;
	}
	.home3erBoxen .fixedHeight240 .atBottom {
		position: absolute;
	}
	.home3erBoxen .scrollable {
		margin-bottom: 0;
	}
	.scrollable {
		height: 162px;
	}
}
@media only screen and (min-width: 520px) {
	.scrollable {
		height: 182px;
	}
}
@media only screen and (min-width: 610px) {
	.scrollable {
		height: 188px;
	}
}
@media only screen and (min-width: 768px) {
	.scrollable {
		height: 182px;
	}
}
@media only screen and (min-width: 1024px) {
	.scrollable {
		height: 200px;
	}

}
/* ########################################### */

.newsTeaser {
    padding-right: 10px;
}
.newsTeaser .infos {
	color: #e94e00;
	margin-bottom: 5px;
}
.home3erBoxen .newsTeaser .infos,
.moreContent .newsTeaser .infos {
	display: none;
}
.newsTeaser .headline {
	font-size: 13px;
	font-weight: 600;
	color: #014F25;
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: pointer;
}
@media only screen and (min-width: 481px) {
    .newsTeaser .headline {
		font-size: 14px;
    }
}
.newsTeaser a.more {
	color: #014F25;
	font-weight: 600;
}
.news-catmenu img {
    display: none;
}
.news-catmenu a p {
    margin: 0;
    display: inline;
}
.news-catmenu a {
	font-weight: 600;
	margin-bottom: 5px;
	list-style-image: url(../img/bullet_green.png);
	list-style: none;
	background-image: url("../img/bullet_green.png");
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: auto 8px;
	padding-left: 16px;
}
.news-catmenu .active a {
    color: #e94e00;
}
/* ########################################### */

.headlines {
}

.doubleHead.withIcon .headlines {
	/*margin-left: 66px;*/
	min-height: 56px;
}

.headlines .head1 {
	color: #e94e00;
}

.headlines h2,
.headlines h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	display: table;
}
@media only screen and (min-width: 481px) {
    .headlines h2,
    .headlines h3 {
        font-size: 16px;
    }
}
/* ########################################### */

.green {
	color: #CAD7A2;
}

.doubleHead {
	padding-bottom: 12px;
}
.homeImageBoxen .doubleHead {
	padding-top: 20px;
}

.doubleHead.withIcon .icon {
	float: left;
	height: 48px;
}

.doubleHead.withIcon .icon img {
	margin-right: 8px;
	width: auto !important;
	height: 32px !important;
}
.homeImageBoxen .doubleHead.withIcon .icon img {
	height: 40px !important;
}
@media only screen and (min-width: 480px) {
    .doubleHead.withIcon .icon img {
		margin-right: 8px;
		height: 32px !important;
    }
    .homeImageBoxen .doubleHead.withIcon .icon img {
		height: 48px !important;
    }
}

/*.doubleHead.withIcon .headlines {
	margin-left: 66px;
	min-height: 56px;
}

.doubleHead .head1 {
	font-size: 14px;
	color: #e94e00;
}

.doubleHead h2,
.doubleHead h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}*/
.green .headlines h2 {
	color: #fff;
}

/* ########################################### */

.textOnPicture {
	float: left;
	width: 100%;
}

.dreieck {
	position: absolute;
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
}
.textOnPicture .dreieck {
	border-width: 68px 68px 0 0;
	border-color: #E7E7E7 transparent transparent transparent;
}
.green .textOnPicture .dreieck {
	display: none;
}

.textOnPicture p {
	font-size: 13px;
	color: #000;
	line-height: 20px;
}

.textOnPicture .picture {
	background-image: url(../img/dummy4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.green .textOnPicture .picture {
	/*background: none;*/
	background-image: url(../img/dummy5.jpg);
	background-position: right top;
	background-size: cover;
	position: relative;
	height: 240px;
}

.textOnPicture .colPadding {
	padding-left: 17px;
	padding-right: 25%;
}
.green .textOnPicture .colPadding {
	padding-right: 17px;
	line-height: 24px;
}

.green .textOnPicture {
	height: 374px;
	height: 410px;
}

.textOnPicture .textGradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&0+0,0.9+50,0.9+100 */
	background: -moz-linear-gradient(top, rgba(231,231,231,0) 0%, rgba(231,231,231,0.9) 50%, rgba(231,231,231,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(231,231,231,0) 0%,rgba(231,231,231,0.9) 50%,rgba(231,231,231,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(231,231,231,0) 0%,rgba(231,231,231,0.9) 50%,rgba(231,231,231,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#e6e7e7e7',GradientType=0 ); /* IE6-9 */

	position: absolute;
	bottom: 0;
	padding: 17px 0;
	text-shadow: 0px 0px 20px #FFFFFF;
}
.green .textOnPicture .text {
    background-image: url(../img/kachel_green.png);
    background-position: left top;
	text-shadow: none;
	/*position: absolute;*/
	top: 238px;
	/*height: 170px;*/
	padding-bottom: 20px;
}

.textOnPicture.noPicture .text {
    top: 0;
}

.green .textOnPicture blockquote {
	font-family: 'Optima';
	text-transform: uppercase;
	border: none;
	padding: 0;
	font-size: 18px;
	color: #CAD7A2;
	font-style: italic;
	margin-bottom: 10px;
}

.textOnPicture .doubleHead {
	padding-bottom: 0;
	cursor: pointer;
}

.textOnPicture .doubleHead h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 4px;
}


section.homeImageBoxen .whiteBlock .textOnPicture {
	height: 470px;
	float: none;
	position: relative;
}
section.homeImageBoxen .whiteBlock .textOnPicture .picture {
	height: 204px;
}

section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 {
	background-color: #E7E7E7;
	height: 238px;
	position: absolute;
	top: 204px;
	width: 100%;
}

section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 .textGradient {
	background: none;
	position: static;
	bottom: auto;
	text-shadow: none;
	padding: 0;
}

section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 .textGradient .colPadding {
	padding-right: 17px;
}
@media only screen and (min-width: 481px) {
    section.homeImageBoxen .whiteBlock .textOnPicture {
		height: 442px;
    }
}
@media only screen and (min-width: 568px) {
	section.homeImageBoxen .whiteBlock .textOnPicture {
		height: auto;
		float: left;
	}
	section.homeImageBoxen .whiteBlock .textOnPicture .picture {
		height: 306px;
		width: 50%;
	}
	section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 {
		background-color: #E7E7E7;
		position: absolute;
		top: 0px;
		left: 50%;
		width: 50%;
		height: 306px;
	}
	.green .textOnPicture blockquote {
		font-size: 24px;
		margin-bottom: 0;
	}
	.green .textOnPicture .colPadding {
		line-height: 32px;
	}

}

@media only screen and (min-width: 768px) {
	section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 {
		background-color: transparent;
		height: 506px;
		position: relative;
		top: 0;
		left: 0;
		width: auto;
	}
	section.homeImageBoxen .whiteBlock .textOnPicture .picture {
		height: 506px;
		width: 100%;
	}
	section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 .textGradient {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&0+0,0.9+50,0.9+100 */
		background: -moz-linear-gradient(top, rgba(231,231,231,0) 0%, rgba(231,231,231,0.9) 50%, rgba(231,231,231,0.9) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(231,231,231,0) 0%,rgba(231,231,231,0.9) 50%,rgba(231,231,231,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(231,231,231,0) 0%,rgba(231,231,231,0.9) 50%,rgba(231,231,231,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e7e7e7', endColorstr='#e6e7e7e7',GradientType=0 ); /* IE6-9 */

		position: absolute;
		bottom: 0;
		padding: 17px 0;
		text-shadow: 0px 0px 20px #FFFFFF;
	}
	section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 .textGradient .colPadding {
		padding-right: 10%;
	}

	.textOnPicture p {
		font-size: 16px;
		line-height: 28px;
	}
	.textOnPicture .doubleHead h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.green .textOnPicture .text {
		background-image: url(../img/kachel_green.png);
		background-position: left top;
		text-shadow: none;
		position: absolute;
		height: 170px;
	}
	.green .textOnPicture blockquote {
		padding: 20px 0 0 0;
	}
	.green .textOnPicture .dreieck {
		display: block;
		right: 0;
		width: 68px;
		height: 68px;
		background-color: transparent;
		border: none;
		/*border-width: 0 68px 68px 0;
		border-color: transparent #014F25 transparent transparent;*/
		background-image: url(../img/kachel_green_corner_right.png);
	}
	.green .textOnPicture .picture {
		background-size: auto 51%;
		height: auto;
	}
}
@media only screen and (min-width: 1024px) {
	section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 {
		height: 610px;
	}
	.green .textOnPicture .picture {
		background-size: auto 50%;
	}
	.green .textOnPicture .text {
		top: 306px;
	}
	.green .textOnPicture.noPicture .text {
		top: 0;
	}
	.green .textOnPicture blockquote {
		font-size: 30px;
	}
	.green .textOnPicture .colPadding {
		line-height: 40px;
	}
}

@media only screen and (min-width: 1280px) {
}

/* ########################################### */

section.content {
	margin-bottom: 34px;
}

body.centerpage section.content {
	margin-bottom: 0;
}


/* Content Einrueckung */
body.subcenterpage section.content > .container > .row {
	padding: 0 17px;
}

section.content .esel {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 50px, #ffffff 0px) repeat scroll right top;
	height: auto;
	position: relative;
}

section.content .row.headlineRow p {
	line-height: 22px;
	font-size: 14px;
	padding-right: 10%;
}
section.content .container.no-gutter.eselOnCenter .type-list.t3contentElement .row {
	margin-right: 0px;
}
section.content .row.headlineRow {
	margin-bottom: 20px;
	padding: 0 17px;
	margin-right: 0px;
}

section.content h1 {
	font-size: 20px;
	line-height: 48px;
	margin: 20px 0 25px;
}
section.content h2 {
	font-size: 18px;
	line-height: 22px;
}
section.content h3,
section.content h4,
section.content h5 {
	font-size: 15px;
	line-height: 18px;
}
.centerpage section.content .headlineBox {
	margin: 20px 0 25px;
}
section.content .headlineBox {
	margin: -20px 0 25px;
	position: relative;
	z-index: 5;
}

section.content .headlineBox img {
	width: auto !important;
	height: 40px !important;
	margin-right: 8px;
}
section.content .headlineBox h1 {
	line-height: normal;
	width: 99%;
}
section.content .row.headlineRow .headlineBox h1 p {
	font-size: 20px;
	margin: 0;
	line-height: 22px;
}
section.content .headlineBox.headlineBoxSmall {
	margin: 20px 0 10px;
}

section.content .headlineBox.headlineBoxSmall img {
	height: 32px;
	margin-right: 10px;
}
section.content .headlineBox.headlineBoxSmall h5 {
	line-height: normal;
	width: 99%;
}


section.content .colSmall .doubleHead {
	display: table;
	width: 100%;
	margin-top: 20px;
}
section.content .colSmall .doubleHead .icon,
section.content .colSmall .doubleHead .headlines {
	display: table-cell;
	vertical-align: middle;
}
section.content .colSmall .doubleHead.withIcon .icon {
	height: 32px;
}
section.content .colSmall .doubleHead .headlines {
	width: 99%;
}
section.content .colSmall .doubleHead .headlines h2 {
	font-size: 16px;
}


section.content ul,
section.home3erBoxen ul,
section.moreContent ul,
section.centerTeaser ul {
	padding: 0;
}
section.content li,
section.home3erBoxen li,
section.moreContent li,
section.centerTeaser li {
	font-weight: 600;
	/*margin-bottom: 5px;*/
	/*list-style-image: url(../img/bullet_green.png);*/
	list-style: none;
	background-image: url("../img/bullet_green.png");
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: auto 8px;
	padding-left: 16px;
}
section.moreContent li a {
    font-size: 12px;
    line-height: 22px;
}
@media only screen and (min-width: 481px) {
	section.content .headlineBox {
		margin: 70px 0 25px;
	}
	.centerpage section.content .headlineBox {
		margin: 70px 0 25px;
	}
	section.content .headlineBox img {
		height: 48px !important;
		margin-right: 10px;
	}
	section.content .row.headlineRow p {
		line-height: 24px;
		font-size: 16px;
	}
	section.content h3,
	section.content h4,
	section.content h5 {
		font-size: 16px;
		line-height: 20px;
	}
	section.moreContent li a {
		font-size: 13px;
	}
}
@media only screen and (min-width: 560px) {
	section.content h1 {
		font-size: 28px;
	}
	section.content h2 {
		font-size: 20px;
		line-height: 1.1;
	}
	section.content .row.headlineRow .headlineBox h1 p {
		font-size: 24px;
		line-height: 32px;
	}

}
@media only screen and (min-width: 768px) {
	section.content .row.headlineRow .headlineBox h1 p {
		font-size: 28px;
	}
	section.slider + section {
		margin-top: -70px;
		z-index: 10;
		position: relative;
	}

	section.content .headlineBox {
		margin: 20px 0 25px;
	}
	.centerpage section.content .headlineBox {
		margin: 20px 0 25px;
	}
}
/* ########################################### */

section.content .accordion {
	margin: 30px 0;
}

section.content .accordion .box {
	margin-bottom: 16px;
}
section.content .accordion .box .head:hover {
	background-color: #CAD7A2;
}
section.content .accordion .box:hover .head:before {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, white 12px, #666666 13px, #CAD7A2 0px) repeat scroll right top;
}
section.content .accordion .box .head {
	border: 1px solid #B0B0B0;

	font-family: 'Optima', sans-serif;
	font-size: 18px;
	color: #014F25;
	text-transform: uppercase;
	position: relative;

	padding: 3px 10px 1px;
	cursor: pointer;
}
@media only screen and (min-width: 481px) {
    section.content .accordion .box .head {
        font-size: 20px;
    }
}
section.content .accordion .box .head:after {
	position: absolute;
	content: "";
	top: 8px;
	right: 16px;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #014f25;
}

section.content .accordion .box .head:before {
	content: "";
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, white 12px, #666666 13px, #F8F8F8 0px) repeat scroll right top;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 18px;
	height: 18px;
}

section.content .accordion .box.open .head {
	border: none;
	background-color: #CAD7A2;
}
section.content .accordion .box.open .head:before {
	display: none;
}
section.content .accordion .box.open .head:after {
	top: auto;
	bottom: -15px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	z-index: 1;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 15px 13px 0 13px;
	border-color: #cad7a2 transparent transparent transparent;
}

section.content .accordion .box .body {
	display: none;
}
section.content .accordion .box.open .body {
	padding: 20px 16px;
}

/* ########################################### */

section.content .historieAccordion {
	margin: 30px 0;
}
section.content .historieAccordion .box .head {
    cursor: pointer;
}
section.content .historieAccordion .box .head .text {
	color: #014F25;
	height: 24px;
	line-height: 24px;
	font-weight: 600;
}

section.content .historieAccordion .box .head .leiste {
	background-image: url(../img/historie/historie_leiste.png);
	background-repeat: no-repeat;
	background-position: right center;

	position: relative;
	float: left;
	display: inline-block;
	height: 24px;
	margin-right: 6px;
}
section.content .historieAccordion .box.open .head .leiste {
	background-image: url(../img/historie/historie_leiste_orange.png);
}
section.content .historieAccordion .box .head .leiste:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(248,248,248,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(248,248,248,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(248,248,248,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00f8f8f8',GradientType=1 ); /* IE6-9 */
}
section.content .historieAccordion .box[data-num="0"] .head .leiste {width: 32px;}
section.content .historieAccordion .box[data-num="1"] .head .leiste {width: 48px;}
section.content .historieAccordion .box[data-num="2"] .head .leiste {width: 64px;}
section.content .historieAccordion .box[data-num="3"] .head .leiste {width: 80px;}
section.content .historieAccordion .box[data-num="4"] .head .leiste {width: 96px;}
section.content .historieAccordion .box[data-num="5"] .head .leiste {width: 112px;}
section.content .historieAccordion .box[data-num="6"] .head .leiste {width: 128px;}
section.content .historieAccordion .box[data-num="7"] .head .leiste {width: 144px;}

@media only screen and (min-width: 380px) {
	section.content .historieAccordion .box[data-num="0"] .head .leiste {width: 32px;}
	section.content .historieAccordion .box[data-num="1"] .head .leiste {width: 64px;}
	section.content .historieAccordion .box[data-num="2"] .head .leiste {width: 96px;}
	section.content .historieAccordion .box[data-num="3"] .head .leiste {width: 128px;}
	section.content .historieAccordion .box[data-num="4"] .head .leiste {width: 160px;}
	section.content .historieAccordion .box[data-num="5"] .head .leiste {width: 192px;}
	section.content .historieAccordion .box[data-num="6"] .head .leiste {width: 224px;}
	section.content .historieAccordion .box[data-num="7"] .head .leiste {width: 256px;}
}

@media only screen and (min-width: 520px) {
	section.content .historieAccordion .box[data-num="0"] .head .leiste {width: 48px;}
	section.content .historieAccordion .box[data-num="1"] .head .leiste {width: 96px;}
	section.content .historieAccordion .box[data-num="2"] .head .leiste {width: 144px;}
	section.content .historieAccordion .box[data-num="3"] .head .leiste {width: 192px;}
	section.content .historieAccordion .box[data-num="4"] .head .leiste {width: 240px;}
	section.content .historieAccordion .box[data-num="5"] .head .leiste {width: 288px;}
	section.content .historieAccordion .box[data-num="6"] .head .leiste {width: 336px;}
	section.content .historieAccordion .box[data-num="7"] .head .leiste {width: 384px;}
}

@media only screen and (min-width: 768px) {
	section.content .historieAccordion .box[data-num="0"] .head .leiste {width: 64px;}
	section.content .historieAccordion .box[data-num="1"] .head .leiste {width: 128px;}
	section.content .historieAccordion .box[data-num="2"] .head .leiste {width: 192px;}
	section.content .historieAccordion .box[data-num="3"] .head .leiste {width: 256px;}
	section.content .historieAccordion .box[data-num="4"] .head .leiste {width: 320px;}
	section.content .historieAccordion .box[data-num="5"] .head .leiste {width: 384px;}
	section.content .historieAccordion .box[data-num="6"] .head .leiste {width: 448px;}
	section.content .historieAccordion .box[data-num="7"] .head .leiste {width: 512px;}
}

section.content .historieAccordion .box .body {
	display: none;
}
section.content .historieAccordion .box.open .body {
	padding: 20px 0px;
}

section.content .historieAccordion .box .body .picture {
	position: relative;
}

section.content .historieAccordion .box .body .picture::after {
	content: "";
	position: absolute;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;

	right: 0;
	bottom: 0;
	border-width: 0 0 36px 36px;
	border-color: transparent transparent #F8F8F8 transparent;
}

.nano > .nano-content {
	position: static;
}

.nano > .nano-content > div {
	padding-right: 10px;
}

section.content .historieAccordion .box .body .nano {
	height: auto;
}

@media only screen and (min-width: 768px) {
	section.content .historieAccordion .box .body .nano {
		height: 200px;
	}
	.nano > .nano-content {
		position: absolute;
	}
}

section.content .ahnenBox {
	min-height: 70px;
	margin-bottom: 40px;
}

section.content .ahnenBox .name,
section.content .ahnenBox .year {
	font-family: 'Optima', sans-serif;
	color: #014F25;
	text-transform: uppercase;
	font-size: 20px;
}
section.content .ahnenBox .year {
	font-size: 18px;
}

section.content .ahnenBox .ahnenpicture {
	float: left;
	margin: 6px 10px 6px 0;
	border: 1px solid #014F25;
}
section.content .ahnenBox .ahnenpicture img {
	margin: 2px;
	max-width: 128px;
	max-height: 128px;
}

section.content .ahnenBox .text {
	/*margin-left: 140px;*/
	min-height: 130px;
}
section.content .ahnenBox .text.noPicture {
	margin-left: 0px;
}

/* ########################################### */

.colBig .ansprechpartnerContainer {
	float: left;
	width: 33.3333%;
	position: relative;
	min-height: 1px;
	padding-left: 17px;
	padding-right: 17px;
}

.colSmall .teamBox .onlyColBig {
	display: none;
}
.colBig .teamBox .onlyColSmall {
	display: none;
}

.colBig .teamBox {
	margin-bottom: 34px;
	max-width: 425px;
}

.teamBox .teamElement {
	overflow: hidden;
	position: relative;
}
.colBig .teamBox .teamElement:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 36px 36px;
	border-color: transparent transparent #F8F8F8 transparent;
}

.teamBox .teamElement img.teamImage {
    -webkit-transform: scale(1);
	transform: scale(1);
}
.colBig .teamBox.half .teamElement img.teamImage,
.colBig .teamBox.full .teamElement img.teamImage {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.colBig .teamBox.full .teamElement img.teamImage {
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.colBig .teamBox .teamElement .overlayWrapper {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	padding: 12px;
}
.colBig .teamBox.full .teamElement .overlayWrapper {
	top: 0;
	bottom: auto;

	height: 100%;
}

.colBig .teamBox .teamElement .overlayWrapper .infos {
	background: transparent linear-gradient(315deg, transparent 19px, rgba(255,255,255,0.9) 0px) repeat scroll right bottom;

	height: 100%;
	padding: 17px;
	position: relative;
}

.colBig .teamBox.hasTwoCompanies .teamElement .overlayWrapper.overlayWrapperCompany .infos .description {
	cursor: pointer;
}
.colBig .teamBox.hasTwoCompanies .teamElement .overlayWrapper.overlayWrapperCompany .infos .description:hover {
	color: #014F25;
}

.colBig .teamBox .teamElement .overlayWrapper .infos .name {
	text-transform: uppercase;
	font-size: 16px;
	color: #e94e00;
	margin-bottom: 5px;
}

.colBig .teamBox .teamElement .overlayWrapper .infos .extrainfo {
	display: none;
	padding-bottom: 10px;
}
.colBig .teamBox .teamElement .overlayWrapper .infos .extrainfo .dottedLine {
	margin-bottom: 10px;
}

.colBig .teamBox.full .teamElement .overlayWrapper .infos .onBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 17px;
}
.colBig .teamBox .teamElement .overlayWrapper .onBottom .icons a {
	margin-top: 14px;
}

.colSmall .type-textmedia.t3contentElement .ce-textpic .ce-bodytext p {
	font-size: 13px;
}


@media only screen and (max-width: 599px) {
	.colBig .ansprechpartnerContainer {
		width: 100%;
	}
	.content .col-xs-6 {
		width: 100%;
	}
}
@media only screen and (min-width: 600px) {
	.colBig .ansprechpartnerContainer {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	.colBig .ansprechpartnerContainer {
		width: 100%;
	}
}
@media only screen and (min-width: 1020px) {
	.colBig .ansprechpartnerContainer {
		width: 50%;
	}
}
@media only screen and (min-width: 1280px) {
	.colBig .ansprechpartnerContainer {
		width: 33.3333%;
	}
	.colBig .ansprechpartnerContainer .description {
		font-size: 13px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	body#pageId-97 .colBig > .type-dce_dceuid10.t3contentElement:nth-child(2n+1),
	body#pageId-210 .colBig > .type-dce_dceuid10.t3contentElement:nth-child(2n+1) {
		clear: left;
	}
}
@media only screen and (min-width: 768px) {
	body#pageId-97 .colBig > .type-dce_dceuid10.t3contentElement:nth-child(3n+1),
	body#pageId-210 .colBig > .type-dce_dceuid10.t3contentElement:nth-child(3n+1) {
		clear: left;
	}
}

/* ########################################### */

.ansprechpartnerContainer {}

.colSmall .teamBox {
	margin-bottom: 24px;
}

.colSmall .teamBox .teamElement {
	position: relative;
}

.colSmall .teamBox .teamElement .picture {
	position: relative;
	float: left;
	width: 68px;
	overflow: hidden;
}
.colSmall .teamBox .teamElement .picture:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 17px 17px;
	border-color: transparent transparent #f8f8f8 transparent;
}

.colSmall .teamBox .teamElement .picture img {
	width: 68px;
	height: 68px;
}

.colSmall .teamBox .teamElement .picture:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.colSmall .teamBox .teamElement .infos {
	position: relative;
	padding-left: 76px;
}

.colSmall .teamBox .teamElement .infos .name {
	color: #e94e00;
	font-size: 14px;
}

.colSmall .teamBox .teamElement .infos p {
	font-size: 13px;
}

.icons {
}
.icons a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 4px 6px;
}
.icons a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: transparent;
	border-radius: 3px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);

	border: 1px solid #B0B0B0;
}
.icons a.active span,
.icons a:hover span {
	border: 1px solid #014F25;
}
.icons a svg {
	width: 16px;
	height: 16px;
	fill: #B0B0B0;
	position: relative;
	margin: 4px;
}
.icons a.active svg,
.icons a:hover svg {
	fill: #014F25;
}

.sprechblase {
	display: none;
	position: absolute;
	right: 0;
	bottom: 36px;
	margin:0 auto;
	padding: 6px 10px;
	background: #E7E7E7;
	white-space: nowrap;

	-webkit-filter:drop-shadow(5px 5px 10px rgba(0,0,0,.5));
	filter:drop-shadow(5px 5px 10px rgba(0,0,0,.5));
}

.sprechblase a {
	font-weight: 600;
	font-size: 15px;
}

.sprechblase::before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: -24px;

	border-left: 24px solid transparent;
	border-top: 24px solid #E7E7E7;
}

.colSmall .teamBox .sprechblase::before {
	display: none;
}

@media screen and (min-width: 360px) and (max-width: 767px) , screen and (min-width: 1024px) {
	.colSmall .teamBox .teamElement .picture {
		float: left;
		width: 136px;
	}
	.colSmall .teamBox .teamElement .picture img {
		width: 136px;
		height: 136px;
	}

	.colSmall .teamBox .teamElement .infos {
		margin-left: 146px;
		padding-left: 8px;
		padding-right: 0;
		height: 136px;
	}
	.colSmall .teamBox .teamElement .icons {
		position: absolute;
		bottom: 0;

		min-height: 50px;
		margin: 0;
	}
	.colSmall .teamBox .sprechblase {
		bottom: 60px;
	}
	.colSmall .teamBox .sprechblase::before {
		display: block;
		content: " ";
		position: absolute;
		width: 0;
		height: 0;
		right: 0;
		bottom: -24px;

		border-left: 24px solid transparent;
		border-top: 24px solid #E7E7E7;
	}
	.icons a {
		margin: 20px 6px 0;
	}
}

/* ########################################### */

section.moreContent {
	background-color: #E7E7E7;
	position: relative;
}

section.moreContent img.greenArrow {
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

section.moreContent .atBottom {
	position: static;
}

section.moreContent.bgGreen {
	background-image: url(../img/kachel_green.png);
}

section.moreContent .gray {
	background-color: #E7E7E7;
}

section.moreContent .fixedHeight {
	position: relative;
	margin-bottom: 20px;
}

section.moreContent .col-sm-8 > h3 {
	padding-top: 28px;
	font-size: 15px;
	line-height: 18px;
}
section.moreContent .fixedHeight > h3 {
	margin-top: 0;
	font-size: 16px;
}
section.moreContent .green .fixedHeight > h3 {
	color: #CAD7A2;
}
@media only screen and (min-width: 481px) {
    section.moreContent .col-sm-8 > h3 {
        padding-top: 30px;
        font-size: 16px;
    }
}
section.moreContent .green li {
	background-image: url(../img/bullet_white.png);
}
section.moreContent .green a {
	color: #fff;
}

section.moreContent .col-sm-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}

section.moreContent .doubleHead.withIcon {
	cursor: pointer;
}

section.moreContent .doubleHead.withIcon .headlines {
	min-height: 46px;
}

section.moreContent .doubleHead.withIcon .icon {
	height: 32px;
	margin-top: 2px;
}

section.moreContent img.image {
	width: 100%;
	height: auto;
}
section.moreContent .fixedHeight > img.image {
	margin-top: 4px;
}

section.moreContent .scrollable {
	height: 214px;
	height: 240px;
}

p.headorange,
section.moreContent .headorange {
	color: #e94e00;
	font-size: 14px;
	margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
	section.moreContent .col-sm-4 {
		padding-bottom: 0;
	}
	section.moreContent .col-sm-8 > h3 {
		padding-top: 0;
	}
	section.moreContent .atBottom {
		position: absolute;
	}

	section.moreContent .fixedHeight {
		height: 353px;
	}

	section.moreContent.bgGreen .bgGray {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&1+0,1+50,0+51,0+100 */
		background: -moz-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(231,231,231,1) 50%, rgba(231,231,231,0) 51%, rgba(231,231,231,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 50%,rgba(231,231,231,0) 51%,rgba(231,231,231,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(231,231,231,1) 0%,rgba(231,231,231,1) 50%,rgba(231,231,231,0) 51%,rgba(231,231,231,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#00e7e7e7',GradientType=1 ); /* IE6-9 */
	}
}

/* ########################################### */


body.centerpage section.content .eselOnCenter {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 24px, #e7e7e7 0px) repeat scroll right top;
	margin-top: -33px;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 481px) {
	body.centerpage section.content .eselOnCenter {
		background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 50px, #E7E7E7 0px) repeat scroll right top;
		margin: 0 auto;
		z-index: -1;
	}
}
section .centerTeaser {
	/*margin-bottom: 40px;*/
}

section .centerTeaser .picture {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	overflow: hidden;
	position: relative;
}
section .centerTeaser .picture.border {
    overflow: visible;
}
section .centerTeaser .picture:after {
	content: "";
	position: absolute;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
}
section .centerTeaser.centerTeaserLeft .picture:after {
	right: 0;
	bottom: 0;
	border-width: 0 0 36px 36px;
	border-color: transparent transparent #F8F8F8 transparent;
}
section .centerTeaser.centerTeaserRight .picture:after {
	right: 0;
	bottom: 0;
	border-width: 0 0 36px 36px;
	border-color: transparent transparent #F8F8F8 transparent;
}

section .centerTeaser .picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
section .centerTeaser .picture.border {
	border: 1px solid #b0b0b0;
}
section .centerTeaser .picture.border:before {
	background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #F8F8F8 25px, #666666 26px, transparent 26px, transparent 0px) repeat scroll right top;
	content: "";
	height: 38px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 38px;
	z-index: 2;
}

section .centerTeaser > .col-sm-8.gutter {
	margin-bottom: 30px;
}

section .centerTeaser .doubleHead {
	margin-top: 30px;
}
section .centerTeaser .doubleHead.withIcon .icon img {
	height: 40px !important;
}
@media only screen and (min-width: 480px) {
    section .centerTeaser .doubleHead.withIcon .icon img {
		height: 48px !important;
    }
}
section .centerTeaser .doubleHead .head1 {
	margin-bottom: 6px;
}
section .centerTeaser .doubleHead h2,
section .centerTeaser .doubleHead h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

section .centerTeaser.subCenterTeaser.centerTeaserLeft {
	margin-top: 17px;
	margin-bottom: 34px;
}
section .centerTeaser.subCenterTeaser .picture {
	background-image: url(../img/teaser/teaser_risikomanagement.jpg);
	height: 204px;
	margin-bottom: 10px;
}
section .centerTeaser.subCenterTeaser .doubleHead {
	margin-top: 0;
}


div.centerTeaser .doubleHead[data-url],
.standorteTeaserContainer .standorteTeaserBox .doubleHead {
	cursor: pointer;
}

@media only screen and (max-width: 479px) {
	section .centerTeaser.subCenterTeaser.centerTeaserLeft {
		height: auto;
	}
	section .centerTeaser.subCenterTeaser .col-xs-4 {
		display: block;
		width: 100%;
	}
	section .centerTeaser.subCenterTeaser .col-xs-8 {
		width: 100%;
	}
}

@media only screen and (min-width: 480px) {
	section .centerTeaser .picture {
		height: 306px;
	}
	section .centerTeaser .doubleHead h2,
	section .centerTeaser .doubleHead h3 {
		font-size: 20px;
		line-height: 24px;
		margin: 0;
	}
}
@media only screen and (min-width: 768px) {
	section .centerTeaser {
		margin-bottom: 0;
	}
	section .centerTeaser .picture img {
		/*width: auto;*/
		max-width: none;
		height: 100%;
		object-fit: cover;
	}
	section .centerTeaser.centerTeaserRight .picture:after {
		left: 0;
		top: 0;
		border-width: 36px 36px 0 0;
		border-color: #F8F8F8 transparent transparent transparent;
	}
	section .centerTeaser.subCenterTeaser.centerTeaserLeft {
		/*height: 204px;*/
	}
}

/* ########################################### */

.kundenmagazinBox {
	margin-bottom: 34px;
}

.kundenmagazinBox .picture {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);

	display: inline-block;
	margin-bottom: 10px;
}

.kundenmagazinBox .picture img {
	width: 100%;
	max-height: auto;
}
body#pageId-97 .kundenmagazinBox .picture img,
body#pageId-210 .kundenmagazinBox .picture img {
	width: auto;
	max-height: 237px;
}

.kundenmagazinBox .name {
	color: #014F25;
}
.kundenmagazinBox .subline {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
}
.kundenmagazinBox .dottedLine {
	margin-bottom: 10px;
}
.kundenmagazinBox .description {
	min-height: 40px;
	margin-bottom: 10px;
}

/* Pflichtinformationen */
body#pageId-NOT123 .colBig > .t3contentElement,
body#pageId-NOT189 .colBig > .t3contentElement {
	float: left;
	width: 100%;
}

body#pageId-NOT123 .colBig > .t3contentElement > .col-sm-4,
body#pageId-NOT189 .colBig > .t3contentElement > .col-sm-4 {
	float: none;
	width: auto;
}
@media only screen and (min-width: 460px) {
	body#pageId-NOT123 .colBig > .t3contentElement,
	body#pageId-NOT189 .colBig > .t3contentElement {
		width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	body#pageId-NOT123 .colBig > .t3contentElement,
	body#pageId-NOT189 .colBig > .t3contentElement {
		width: 33.333%;
	}
}
@media only screen and (min-width: 1020px) {
	body#pageId-NOT123 .colBig > .t3contentElement,
	body#pageId-NOT189 .colBig > .t3contentElement {
		width: 25%;
	}
}

body#pageId-NOT123 .kundenmagazinBox .name,
body#pageId-NOT189 .kundenmagazinBox .name {
	margin-bottom: 5px
}

body#pageId-NOT123 .kundenmagazinBox .subline,
body#pageId-NOT123 .kundenmagazinBox .subline + .dottedLine,
body#pageId-NOT123 .kundenmagazinBox .description,
body#pageId-NOT189 .kundenmagazinBox .subline,
body#pageId-NOT189 .kundenmagazinBox .subline + .dottedLine,
body#pageId-NOT189 .kundenmagazinBox .description {
	display: none;
}
/* Ende Pflichtinformationen */

@media only screen and (min-width: 460px) {
	body#pageId-NOT123 .kundenmagazinBox .name,
	body#pageId-NOT189 .kundenmagazinBox .name {
		min-height: 60px;
	}
}
@media only screen and (min-width: 768px) {
	body#pageId-97 .kundenmagazinBox .picture img,
	body#pageId-210 .kundenmagazinBox .picture img {
		max-height: 126px;
	}
}
@media only screen and (min-width: 992px) {
	body#pageId-97 .kundenmagazinBox .picture img,
	body#pageId-210 .kundenmagazinBox .picture img {
		max-height: 183px;
	}
}
@media only screen and (min-width: 1280px) {
	body#pageId-97 .kundenmagazinBox .picture img,
	body#pageId-210 .kundenmagazinBox .picture img {
		max-height: 237px;
	}
	body#pageId-NOT123 .kundenmagazinBox .name,
	body#pageId-NOT189 .kundenmagazinBox .name {
		min-height: 40px;
	}
}

/* ########################################### */

.loadMoreBox {
	overflow: hidden;
}

.loadMoreBox .line {
	border-bottom: 1px solid #014F25;
	position: relative;
	margin-bottom: 20px;
}

.loadMoreBox .line:before {
	content: "";
	position: absolute;
	bottom: -12px;
	z-index: 1;

	left: 0;
	right: 0;
	margin: 0 auto;

	width: 34px;
	height: 34px;
	border: 1px solid #014F25;
	background-color: #F6F6F6;

    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

.loadMoreBox a {
	display: block;
	margin: 0 auto;

	background-color: #cad7a2;
	border-radius: 16px;
	color: #014f25;
	cursor: pointer;
	font-weight: 600;
	padding: 4px 28px;
	text-align: center;
	width: 200px;
	margin-top: 34px;
}

.loadMoreHiddenContent {
	display: none;
}

/* ########################################### */

.colBig table.contenttable {}

.colBig table.contenttable td {
	vertical-align: top;
	padding: 0 20px 5px 0;
}
.colBig table.contenttable td:first-of-type {
	color: #e94e00;
}
.colBig table.contenttable td a {
	font-size: 14px;
	font-weight: 600;
}

/* ########################################### */

.colBig video {
	width: 100%;
	cursor: pointer;
}

/* ########################################### */

.standorteTeaserContainer .standorteTeaserBox {
	margin-bottom: 30px;
}

.standorteTeaserContainer .doubleHead.withIcon .headlines {
	min-height: 0;
}

.standorteTeaserContainer .headlines .head1 {
	margin-bottom: 8px;
}

/* ########################################### */

.standorteKontaktBox {
	position: relative;
	margin-bottom: 40px;
}

.standorteKontaktBox .icons a {
	margin-top: 6px;
}

.standorteKontaktBox .sprechblase {
	right: auto;
	left: 0;
	bottom: 52px;
}
.standorteKontaktBox .sprechblase:before {
	border-right: 24px solid transparent;
	border-left: none;
	right: auto;
	left: 0;
}

.deutschlandkarteContainer {
	position: relative;
}

.deutschlandkarteContainer .geo {
	position: absolute;
	top: 14%;
	left: 22%;
	cursor: pointer;
	display: block;
}
body#pageId-225 .deutschlandkarteContainer .geo {
	cursor: default;
}
.deutschlandkarteContainer .geo .dot {
	position: absolute;
	top: 0;
	left: 0;

	background-color: #014F25;
	width: 10px;
	height: 10px;

	transform: rotate(45deg);
}
.deutschlandkarteContainer .geo span {
	position: absolute;
	top: -20px;
	left: -45px;

	width: 100px;
	height: 18px;
	color: #014F25;
	text-align: center;
}
.deutschlandkarteContainer .geo.duesseldorf span,
.deutschlandkarteContainer .geo.koeln span,
.deutschlandkarteContainer .geo.stuttgart span,
.deutschlandkarteContainer .geo.pirmasens span {
	top: -5px;
	left: 18px;

	text-align: left;
}

.deutschlandkarteContainer .geo.active .dot {
	background-color: #e94e00;
}
.deutschlandkarteContainer .geo.active span {
	color: #e94e00;
}

.deutschlandkarteContainer .geo.hamburg {
	top: 18%;
	left: 44.4%;
}
.deutschlandkarteContainer .geo.berlin {
	top: 30%;
	left: 80%;
}
.deutschlandkarteContainer .geo.dortmund {
	top: 45%;
	left: 19%;
}
.deutschlandkarteContainer .geo.duesseldorf {
	top: 50%;
	left: 11%;
}
.deutschlandkarteContainer .geo.frankfurt {
	top: 63%;
	left: 33%;
}
.deutschlandkarteContainer .geo.koeln {
	top: 54%;
	left: 13%;
}
.deutschlandkarteContainer .geo.leipzig {
	top: 46%;
	left: 70%;
}
.deutschlandkarteContainer .geo.saarbruecken {
	top: 74%;
	left: 16%;
}
.deutschlandkarteContainer .geo.stuttgart {
	top: 80%;
	left: 36%;
}
.deutschlandkarteContainer .geo.muenchen {
	top: 89%;
	left: 63%;
}
.deutschlandkarteContainer .geo.pirmasens {
	top: 74.3%;
	left: 20%;
}
.deutschlandkarteContainer .geo.nuernberg {
	top: 72%;
	left: 59%;
}


/* ########################################### */

.newsBlogBox {
	padding-bottom: 17px;
}

.newsBlogBox .newsBlogElement {}

.newsBlogBox .newsBlogElement .picture,
.newsBlogMeldungContainer .picture {
	position: relative;
	margin-bottom: 17px;
}
.newsBlogBox .newsBlogElement .picture img {
    max-width: 100%;
    height: auto;
}
.newsBlogBox .newsBlogElement .picture:after,
.newsBlogMeldungContainer .picture:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 36px 36px;
	border-color: transparent transparent #f8f8f8 transparent;
}

.newsBlogBox .newsBlogElement .topline {
	color: #e94e00;
	margin-bottom: 5px;
}

.newsBlogBox .newsBlogElement .headline {
	color: #014F25;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.newsBlogBox .newsBlogElement .headline a {
    font-size: 14px;
}
.newsBlogBox .newsBlogElement .teaser {
}

.newsBlogMeldungContainer .infos,
.eventTeaser .infos {
	line-height: 30px;
	font-size: 13px;
}

.newsBlogMeldungContainer .infos a,
.eventTeaser .infos a {
	font-weight: 600;
	line-height: 22px;
}

.newsBlogMeldungContainer .infos .icons,
.eventTeaser .infos .icons {
	display: inline-block;
}
.newsBlogMeldungContainer .infos .icons a,
.eventTeaser .infos .icons a {
	margin-top: 0;
}

.newsBlogBox .newsBlogElement .more {
	font-weight: 600;
}

.newsBlogMeldungContainer .infos > .row > .col-sm-4:nth-child(2),
.eventTeaser .infos > .row > .col-sm-4:nth-child(2) {
	text-align: center;
}
.newsBlogMeldungContainer .infos > .row > .col-sm-4:nth-child(3),
.eventTeaser .infos > .row > .col-sm-4:nth-child(3) {
	text-align: right;
}

/* ########################################### */

.newsBlogMeldungContainer {}

.newsBlogMeldungContainer .topline,
.eventTeaser .topline {
	color: #e94e00;
}

.newsBlogMeldungContainer .picture img {
	width: 100%;
	max-width: none;
	height: auto;
}

.newsBlogMeldungContainer .dottedLine,
.eventTeaser .dottedLine {
	margin: 10px 0;
}

.newsBlogMeldungContainer .prev-next-article {
	position: relative;
	margin-bottom: 60px;
}
.newsBlogMeldungContainer .prev-next-article::after {
	clear: both;
}
.newsBlogMeldungContainer .prev-next-article::before,
.newsBlogMeldungContainer .prev-next-article::after {
	content: " ";
	display: table;
}

.newsBlogMeldungContainer .prev-next-article .prev,
.newsBlogMeldungContainer .prev-next-article .next {
	display: none;
	float: left;
	width: 50%;
}

.newsBlogMeldungContainer .prev-next-article .next {
	text-align: right;
}

.newsBlogMeldungContainer .prev-next-article .list a,
.newsBlogMeldungContainer .prev-next-article .prev a,
.newsBlogMeldungContainer .prev-next-article .next a {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 24px;

	display: inline-block;
	line-height: 24px;
}

.newsBlogMeldungContainer .prev-next-article .prev a {
	background-image: url(../img/btn_round_arrow_prev.png);
	padding-left: 30px;
}

.newsBlogMeldungContainer .prev-next-article .next a {
	background-image: url(../img/btn_round_arrow.png);
	background-position: right center;
	padding-right: 30px;
}

.newsBlogMeldungContainer .prev-next-article .list {
	position: absolute;
	bottom: -34px;
}
.newsBlogMeldungContainer .prev-next-article .list a {
	background-image: url(../img/bullet_green.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: auto 8px;
	padding-left: 16px;
	color: #014F25;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
}

.newsBlogMeldungContainer .aboutGgwGroup {
    display: none;
}

/* ########################################### */

.eventTeaser {
	margin-bottom: 40px;
}

.eventTeaser .date {
	color: #e94e00;
}

.eventTeaser .details {
	display: table;
	margin: 30px 0 0;
}

.eventTeaser .details .detail {
	display: table-row;
}

.eventTeaser .details .detail label,
.eventTeaser .details .detail .text {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 15px 0;
}

.eventTeaser .details .detail label {
	color: #e94e00;
	font-weight: 600;
	line-height: 1.6;
}

/* ########################################### */

.form-group {
	margin-bottom: 6px;
}

.form-control {
	position: relative;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #517E09;
	border-radius: 0;
	box-shadow: none;
	color: #014F25;
	padding: 0 5px;
	height: 24px;
}
select.form-control {
	border: 1px solid #517E09;
}
.inputWrapper.fullBorder .form-control {
	border-bottom: none;
}
.form-control:focus {
	background-color: rgba(255,255,255,0.5);
}

.inputWrapper.fullBorder {
	border-bottom: none;
	border: 1px solid #517E09;
}
.inputWrapper {
	position: relative;
}
.inputWrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;

	width: 1px;
	height: 17px;
	background-color: #517E09;
}
.inputWrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;

	width: 1px;
	height: 17px;
	background-color: #517E09;
}
.inputWrapper.fullBorder:before,
.inputWrapper.fullBorder:after {
	display: none;
}

.form-group label {
	font-weight: normal;
}
.form-group label a {
	font-weight: 600;
	text-decoration: underline;
	font-size: 14px;
	color: #4f4f4f;
	cursor: pointer;
}

.has-error .form-control {
	background-color: rgba(255,0,0,0.3333);
}

.radio-inline.onlyLabel,
.checkbox-inline.onlyLabel {
	padding-left: 0;
	padding-right: 20px;
}

form a.btnSubmit {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.form-group .checkbox > input[type="checkbox"] {
    margin-left: 0;
}
.form-group .checkbox > label {
    cursor: auto;
}
form#contactForm textarea.form-control {
	height: 120px;
}

form#contactForm #blockPlusButton_files,
form#contactForm .dropInputBlock {
	display: none;
}

form#contactForm #inputBlocks_files > .inputBlock {
	margin-bottom: 16px;
}
.hiddenInputTemplate {
    display: none;
}
form#contactForm [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

form#contactForm .input-group label span.btn {
	border-color: #CAD7A2;
	background-color: #CAD7A2;
	color: #014F25;
	padding-top: 1px;
	padding-bottom: 1px;
}

form#contactForm .input-group .btnRemoveFileInput {
	border-color: #CAD7A2;
	background-color: #CAD7A2;
	color: #014F25;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* ########################################### */

section.content .esel.glossarBox {
	display: none;
}

section.content .esel.glossarLetterBox,
section.content .esel.glossarBox {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 24px, #E7E7E7 0px) repeat scroll right top;
}

section.content .esel.glossarBox .colPadding {
	padding-right: 38px;
	position: relative;
}

section.content .esel.glossarLetterBox .headlineBox,
section.content .esel.glossarBox .headlineBox {
	margin-top: 0;
}

section.content .glossarBox .nano {
	height: 520px;
}

section.content .glossarBox .wordsContainer {
	/*max-height: 520px;
	overflow: hidden;*/
	/*overflow-y: scroll;*/
}

section.content .glossarBox .wordsContainer .wordsBox .letter {
	background-color: #D7D7D7;
	padding: 0 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

section.content .glossarBox .wordsContainer .wordsBox li {
	line-height: normal;
}

section.content .letterContainer {
	position: absolute;
	right: 0;
	/*bottom: 17px;*/
	top: 75px;
}

section.content .letterContainer .letter {
	display: block;
	width: 34px;
	text-align: center;
	color: #e94e00;
	cursor: pointer;
	text-transform: uppercase;
}

section.content .glossarLetterBox .buchstabenBox {
	float: left;
	width: 14.285714%;
}

section.content .glossarLetterBox .buchstabenBox a {
	position: relative;
	display: block;
	color: #4F4F4F;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 8px 0;
	cursor: pointer;
}
section.content .glossarLetterBox .buchstabenBox a:after {
	display: none;
	position: absolute;
	content: "";
	top: 0;
	right: 0;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #E7E7E7 transparent transparent;
}
section.content .glossarLetterBox .buchstabenBox a:hover {
	color: #014F25;
	background-color: #CAD7A2;
}
section.content .glossarLetterBox .buchstabenBox a:hover:after {
	display: block;
}

@media only screen and (min-width: 768px) {
	section.content .esel.glossarBox {
		display: block;
	}
}

/* ########################################### */

.container.gridtest {
	background-color: #c8e5bc;
	padding-top: 24px;
	padding-bottom: 24px;
}

.container.gridtest > .row {
	margin-bottom: 5px;
}

.container.gridtest > .row > div > div {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0084+0,ff54ac+100 */
	background: rgb(255,0,132); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,0,132,1) 0%, rgba(255,84,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,0,132,1) 0%,rgba(255,84,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,0,132,1) 0%,rgba(255,84,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff54ac',GradientType=0 ); /* IE6-9 */

	font-size: 11px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.container.gridtest > .row > div > div .width {
	color: #000;
}

/* ########################################### */

section.contact {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,4f4f4f+60,4f4f4f+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, transparent 0%, transparent 60%, rgba(79,79,79,1) 60%, rgba(79,79,79,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 0%,transparent 60%,rgba(79,79,79,1) 60%,rgba(79,79,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 0%,transparent 60%,rgba(79,79,79,1) 60%,rgba(79,79,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */

	position: relative;
	z-index: 1;
}
body.centerpage section.contact {
    margin-bottom: -40px;
    margin-top: 40px;
}

section.contact .kachel {
    height: 280px;
    width: 100%;
    background-image: url(../img/kachel_green.png);
    background-position: left top;
}

section.contact .kachel {
	color: #CAD7A2;
	padding: 17px;
	position: relative;
}

section.contact .kachel:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 0 0 34px 34px;
	border-color: transparent transparent #4f4f4f transparent;
}

section.contact .kachel .dreieck {
	display: none;
	position: absolute;
	right: -68px;
	bottom: 0;
	z-index: 1;

    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);

	background-color: transparent;
	background-image: url("../img/kachel_green_corner_right.png");
	border: none;
	width: 68px;
	height: 68px;
}

section.contact .kachel h2 {
	font-size: 20px;
	margin: 0;
	color: #fff;
	margin-bottom: 10px;
}

section.contact .form-group label {
	display: none;
}
section.contact .form-group .inputWrapper {
	margin-bottom: 10px;
}

section.contact .form-group.form-group-formName,
section.contact .form-group.form-group-formEmail {
	float: none;
	width: 100%;
}
section.contact .form-group.form-group-formName {
	padding-right: 0;
}
section.contact .form-group.form-group-formEmail {
	padding-left: 0;
}

section.contact .form-control {
	color: #CAD7A2;
}

section.contact form a.button {
	background-color: #517E09;
	color: #CAD7A2;
	margin-top: 30px;
}

section.contact .icons a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 20px 4px 0;
}
@media only screen and (min-width: 480px) {
    section.contact .icons a {
        margin: 20px 6px 0;
    }
}

section.contact .icons a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #517E09;
	border-radius: 3px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

section.contact .icons a svg {
	width: 16px;
	height: 16px;
	fill: #fff;
	position: relative;
	margin: 4px;
}

/* ########################################### */

#contactForm .inputWrapper,
#tt_address_form .inputWrapper {
	margin-bottom: 24px;
}
#contactForm .form-group-formMessage .inputWrapper,
#tt_address_form .form-group-formMessage .inputWrapper {
	margin-bottom: 5px;
}

#contactForm label {
	display: none;
}

#contactForm .form-group.form-group-formMessage label {
	display: block;
}
#pageId-1 #contactForm .form-group.form-group-formMessage label {
	display: none;
}

#contactForm #inputBlocks_files label {
	display: table-cell;
}

#contactForm .checkbox label {
	display: inline-block;
}

#pageId-1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CAD7A2;
}
#pageId-1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #CAD7A2;
   opacity:  1;
}
#pageId-1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #CAD7A2;
   opacity:  1;
}
#pageId-1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #CAD7A2;
}
#pageId-1 ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #CAD7A2;
}

/* ########################################### */

section.contact #map {
	width: 100%;
	height: 340px;
}

section.contact #map .gm-style .gm-style-iw {
	overflow: visible;
}

section.contact #map #content {
	color: #4f4f4f;
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 14px;
	font-weight: 100;
}

section.contact #map h3 {
	font-family: 'Open Sans',Arial,sans-serif;
	color: #4f4f4f;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 0 3px;
	text-transform: none;
}
section.contact #map p {
    line-height: 1.4;
    font-size: 13px;
}
section.contact #map .icons {
	min-height: 50px;
	margin: 0;
}
section.contact #map .icons a {
	height: 30px;
	margin-top: 10px;
}
section.contact #map .icons a:hover {
	color: #014F25;
}
section.contact #map .icons a span {
	background-color: transparent;
	border: 1px solid #B0B0B0;
}
section.contact #map .icons a:hover span {
	border: 1px solid #014F25;
}
section.contact #map .icons a svg {
	fill: #B0B0B0;
}
section.contact #map .icons a:hover svg {
	fill: #014F25;
}

section.contact #map .sprechblase {
	bottom: 72px;
}
section.contact #map .sprechblase:before {
	left: 0;
	right: auto;
	border-right: 24px solid transparent;
	border-left: none;
}


section.contact #map .gm-style img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"] {
	top: -310px !important;
}

@media only screen and (min-width: 568px) {
	section.contact .kachel {
		height: 230px;
	}
	section.contact .form-group.form-group-formName,
	section.contact .form-group.form-group-formEmail {
		float: left;
		width: 50%;
	}
	section.contact .form-group.form-group-formName {
		padding-right: 17px;
	}
	section.contact .form-group.form-group-formEmail {
		padding-left: 17px;
	}
}

@media only screen and (min-width: 768px) {
	section.contact .row {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	}
	section.contact .kachel {
		height: 340px;
	}
	section.contact .kachel:after {
		display: none;
	}

	section.contact .kachel .dreieck {
		display: block;
	}

	section.contact .form-group.form-group-formName,
	section.contact .form-group.form-group-formEmail {
		float: none;
		width: 100%;
	}
	section.contact .form-group.form-group-formName {
		padding-right: 0;
	}
	section.contact .form-group.form-group-formEmail {
		padding-left: 0;
	}
}

/* ########################################### */

.tx-indexedsearch {}

.tx-indexedsearch .tx-indexedsearch-whatis {
	font-size: 20px;
	color: #014F25;
	font-family: 'Optima', sans-serif;
	text-transform: uppercase;
	margin: 100px 0 15px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p {
	font-size: 14px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox strong {
	/*font-weight: normal;*/
}

.tx-indexedsearch .tx-indexedsearch-res {
	margin-bottom: 24px;
}

.tx-indexedsearch .tx-indexedsearch-res .page {
	margin: 20px 0 10px;
}
.tx-indexedsearch .tx-indexedsearch-res .page a {
	font-size: 16px;
	color: #014F25;
	font-family: 'Optima', sans-serif;
	text-transform: uppercase;
}

.tx-indexedsearch .tx-indexedsearch-res .snippet {
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .snippet a {
	background-image: url(../img/bullet_green.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: auto 8px;
	padding-left: 16px;
	color: #014F25;
	font-size: 13px;
	font-weight: 600;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: left;
	font-weight: normal;
}

body#pageId-56 .sliderElement .contentBox .searchBox {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}
body#pageId-56 .sliderElement .contentBox .searchBox .inputFields {
	position: relative;
	background-color: #CAD7A2;
	height: 68px;
	color: #014F25;
	font-weight: 100;
	border-radius: 34px;
	padding: 4px 12px;
	margin: 0 15px;
}
body#pageId-56 .sliderElement .contentBox .searchBox .inputFields input {
	background-color: transparent;
	text-transform: uppercase;
	font-family: 'Optima', sans-serif;
	font-size: 20px;
	font-weight: 100;
	border: none;
	margin-top: 15px;
	padding-left: 4px;
	width: 95%;
}

body#pageId-56 .sliderElement .contentBox .searchBox .inputFields:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-image: url(../img/icons/btn_suche_big.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 68px;
	width: 68px;
	height: 68px;
}

body#pageId-56 .sliderElement .contentBox .searchBox  .resultCount {
	display: none;
	position: absolute;
	right: 130px;
	top: 24px;
	z-index: 1;
	line-height: 20px;
}

body#pageId-56 .sliderElement .contentBox .searchBox  .clearSearch {
	position: absolute;
	right: 100px;
	top: 24px;
	z-index: 1;
	color: #014F25;
	font-size: 29px;
	line-height: 20px;
	cursor: pointer;
}

body#pageId-56 .sliderElement .contentBox .searchBox  .trigger {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 68px;
	height: 68px;
	z-index: 1;
	cursor: pointer;
}

body#pageId-56 .sliderElement .contentBox {
	height: 110px;
}

body#pageId-56 .sliderElement .contentBox .content,
form#tx_indexedsearch label,
form#tx_indexedsearch .inputFields,
form#tx_indexedsearch .tx-indexedsearch-searchbox-button {
	display: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .paging {
	display: table;
	font-size: 15px;
	margin: 0 auto;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .paging > div {
	display: table-cell;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .paging .prev {
	text-align: left;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .pages {
	text-align: center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .next {
	text-align: right;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .paging .page,
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .text,
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .separator {
	display: inline-block;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .paging a {
	cursor: pointer;
	display: inline-block;
	padding: 8px;
	font-size: 15px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .prev a {
	padding-left: 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging .next a {
	padding-right: 0;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging a.active {
	font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .paging a.disabled {
	color: #ccc;
	cursor: not-allowed;
}

@media only screen and (min-width: 400px) {
	body#pageId-56 .sliderElement .contentBox .searchBox  .resultCount {
		display: block;
	}
}

@media only screen and (min-width: 560px) {
	.tx-indexedsearch .tx-indexedsearch-whatis {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.tx-indexedsearch .tx-indexedsearch-browsebox p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) {
	body#pageId-56 .sliderElement .contentBox .searchBox {
		top: 200px;
	}
	.tx-indexedsearch .tx-indexedsearch-whatis {
		margin: 20px 0 25px;
	}
}
@media only screen and (min-width: 1020px) {
	body#pageId-56 .sliderElement .contentBox .searchBox {
		top: 200px;
	}
}
@media only screen and (min-width: 1280px) {
	body#pageId-56 .sliderElement .contentBox .searchBox {
		top: 260px;
	}
}

/* ########################################### */

footer {
	background-color: #4F4F4F;
	padding: 22px 0;
	font-size: 13px;
}

footer,
footer a {
	color: #B0B0B0;
	font-size: 13px;
}
footer a:hover {
	color: #fff;
}

body.centerpage footer {
	margin-top: 40px;
}

footer .container {
	position: relative;
}

footer img.logo {
	width: 160px;
	height: 54px;
}

footer .row > div {
	height: 30px;
}
footer .row > div.logo {
	height: 54px;
}

footer .row > div .atBottom {
	width: 100%;
	bottom: 0;
}

footer .row > div .atBottom .text-right {
	float: right;
}

@media only screen and (max-width: 767px) {
	footer .row > div.logo {
		margin-bottom: 15px;
	}
	footer .row > div.texte,
	footer .row > div.texte .text-right {
		width: 100%;
		height: auto;
		text-align: center;
	}
	footer .row > div.texte .atBottom {
		position: static;
	}
}

@media only screen and (min-width: 1024px) {
	footer .row > div.texte .text-md-center {
		text-align: center;
	}
}

/* ########################################### */

footer .icons {
	position: absolute;
	top: 0;
	right: 17px;
	height: auto !important;
	width: 42%;
}
footer .icons a {
	display: inline-block;
	margin: 0px 1px 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 34px;
	height: 34px;
}

footer .icons a.facebook {background-image: url(../img/icons/ico_facebook.png);}
footer .icons a.facebook:hover {background-image: url(../img/icons/ico_facebook-over.png);}

footer .icons a.twitter {background-image: url(../img/icons/ico_twitter.png);}
footer .icons a.twitter:hover {background-image: url(../img/icons/ico_twitter_over.png);}

footer .icons a.xing {background-image: url(../img/icons/ico_xing.png);}
footer .icons a.xing:hover {background-image: url(../img/icons/ico_xing_over.png);}

footer .icons a.kununu {background-image: url(../img/icons/ico_kununu.png);}
footer .icons a.kununu:hover {background-image: url(../img/icons/ico_kununu_over.png);}

footer .icons a.linkedin {background-image: url(../img/icons/ico_linkedin.png);}
footer .icons a.linkedin:hover {background-image: url(../img/icons/ico_linkedin_over.png);}

@media only screen and (min-width: 481px) {
	footer .icons {
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 160px;
		width: 100%;
	}
}
@media only screen and (min-width: 480px) {}
/* ########################################### */

.modal-content {
	background-image: url(../img/kachel_bg_content.png);
	border-radius: 0;
}

.modal-header {
	background-image: url(../img/logo-GGW.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	min-height: 140px;
	background-size: auto 72px;
	padding-top: 120px;
	border-bottom: none;
	padding-bottom: 0;
}

.modal-title {
	font-size: 22px;
}

.modal-header .close {
	margin-top: -110px;
}

.modal-body {
	padding-top: 10px;
	padding-bottom: 20px;
}

.modal-body h4:first-of-type {
	margin-top: 0;
}

.modal-footer {
	display: none;
}

.modal-backdrop.in {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* ########################################### */

#shareOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	z-index: 8888;
}

#shareOverlay .shareOverlayContent {
	position: relative;
	margin-top: 44px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#shareOverlay .shareOverlayContent .btnShareOverlayClose {
	position: absolute;
	right: 0;
	top: -40px;
	padding: 10px;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
}

#shareOverlay .shareOverlayContent img.logo {
	margin-bottom: 20px;
}

#shareOverlay .shareOverlayContent .url {
	margin-bottom: 20px;
}

#shareOverlay .shareOverlayContent h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

#shareOverlay .shareOverlayContent img.brief {
	margin-bottom: 20px;
}

#shareOverlay .shareOverlayContent .button.arrow {
	display: block;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#shareOverlay .shareOverlayContent .shareIcons a {
	display: inline-block;
	margin: 0 5px 20px 5px;
}

/* ########################################### */

#coronaSpecialOverlay .container {
	position: relative;
}

#coronaSpecialOverlay .coronaSpecialContent {
	position: relative;
	margin-top: 44px;
	margin-bottom: 44px;
	text-align: center;
}

#coronaSpecialOverlay .contentWrapper {
	margin: 0 auto;
	max-width: 768px;
	padding-left: 0;
	padding-right: 0;
}

#coronaSpecialOverlay .btnCoronaSpecialOverlayClose {
	position: absolute;
	right: 0;
	/*top: -40px;*/
	padding: 10px;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
}

#coronaSpecialOverlay .coronaSpecialContent img.logo {
	margin-bottom: 20px;
}

#coronaSpecialOverlay .coronaSpecialContent img.image {

}

#coronaSpecialOverlay .coronaSpecialContent .esel {
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, transparent 40px, #E7E7E7 0px) repeat scroll right top;

	margin-top: -60px;
	z-index: 11111;
	position: relative;
	height: auto;
}

#coronaSpecialOverlay .coronaSpecialContent .esel .content {
	padding-left: 34px;
	padding-right: 34px;
}

#coronaSpecialOverlay .coronaSpecialContent .doubleHead {
	padding: 20px 0 17px;
}

#coronaSpecialOverlay .coronaSpecialContent .doubleHead.withIcon .icon img {
	width: auto !important;
	height: 48px !important;
	margin-right: 12px;
}

#coronaSpecialOverlay .coronaSpecialContent .doubleHead .head1 {
	margin-bottom: 6px;
	text-align: left;
}

#coronaSpecialOverlay .coronaSpecialContent .doubleHead h2 {
	font-size: 36px;
	line-height: 24px;
	margin: 0;
}

#coronaSpecialOverlay .coronaSpecialContent .textContent {
	background-color: #fff;
	padding: 34px;
	text-align: left;
}

#coronaSpecialOverlay .coronaSpecialContent .textContent h2 {
	margin: 0;
	font-size: 24px;
	margin-bottom: 12px;
}

#coronaSpecialOverlay .coronaSpecialContent .textContent .button {
	margin: 0 auto;
	display: block;
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	#coronaSpecialOverlay .coronaSpecialContent .esel .content {
		padding-left: 17px;
		padding-right: 17px;
	}

	#coronaSpecialOverlay .coronaSpecialContent .doubleHead {
		padding: 13px 0 6px;
	}

	#coronaSpecialOverlay .coronaSpecialContent .doubleHead h2 {
		font-size: 22px;
		line-height: 24px;
	}

	#coronaSpecialOverlay .coronaSpecialContent .textContent {
		padding-left: 17px;
		padding-right: 17px;
	}

	#coronaSpecialOverlay .coronaSpecialContent .textContent h2 {
		font-size: 20px;
	}
}

/* ########################################### */

#newsletterStoerer {
	position: fixed;
	right: -300px;
	bottom: 0;

	z-index: 900;
}

#newsletterStoerer .bg {
	background-image: url(../img/newsletter/bgStoerer.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 300px;

	padding: 30px 25px;
}

#newsletterStoerer h3 {
	margin-top: 0;
	font-size: 30px;
}

#newsletterStoerer p {
	margin-bottom: 24px;
	font-size: 16px;
}

#newsletterStoerer .btnNewsletterStoererClose,
#newsletterStoerer .btnCoronaSpecialOverlayClose {
	position: absolute;
	top: -5px;
	right: 0;

	padding: 10px;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	cursor: pointer;
}

#newsletterStoerer .button.arrow {
	text-transform: uppercase;
}

/*
remove after corona
*/

#newsletterStoerer.coronaSpecial .bg {
	background-position: center -60px;
}

@media only screen and (max-width: 767px) {
	#newsletterStoerer>img {
		max-width: 200px;
	}
	#newsletterStoerer .bg {
		width: 200px;
		padding: 15px 15px;
	}
	#newsletterStoerer h3 {
		font-size: 20px;
	}

	#newsletterStoerer p {
		margin-bottom: 16px;
		font-size: 14px;
	}
}

/* ########################################### */




@media print {
	/*@media only screen and (min-width: 1200px) */
    body {
        background: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
	.onlyPrint {
		display: block;
	}
	.printLogo {
		text-align: center;
		margin: 0 auto 20px;
	}
	.printLogo img {
		max-width: 250px;
		height: auto;
	}
    .owl-carousel .owl-item, .sliderElementWrapper,
    .sliderElement {
		height: auto;
    }

    .sliderElement .contentBox {
		position: static;
		height: auto;
    }

    a.bullet {
		background-image: none;
		padding-left: 0;
    }

    section.navigation,
    section.slider,
    .owl-theme .owl-dots, .owl-theme .owl-nav,
    section.content .headlineBox .picture,
    section.content .colSmall .doubleHead .icon,
    section.content .colSmall .teamBox .icons,
    footer .icons, section.moreContent,
    footer, .modal,
    #newsletterStoerer {
		display: none;
    }
    section.content .row.headlineRow {
        padding: 0;
    }

	section.content .headlineBox {
		margin: 25px 0;
	}

	/*
    body#pageId-42 section.slider {
		display: block;
	}
    body#pageId-42 section.slider .sliderElement {
		height: 500px;
	}
	*/

    /* Home */
    section.homeImageBoxen .whiteBlock .col-xs-6 .text, section.homeImageBoxen .greenBlock .text .text {
		display: block;
    }
    .doubleHead.withIcon .icon,
    section.homeImageBoxen .whiteBlock .col-xs-6 .doubleHead:after, section.homeImageBoxen .greenBlock .doubleHead:after,
    .textOnPicture .dreieck {
		display: none;
    }
    .doubleHead.withIcon .headlines {
		min-height: 0;
    }

    section.homeImageBoxen .whiteBlock .textOnPicture {
		height: auto;
    }
    section.homeImageBoxen .whiteBlock .textOnPicture .picture {
		height: auto;
    }
    section.homeImageBoxen .whiteBlock .textOnPicture .fixedHeight610 {
		height: auto;
		position: static;
    }
    .esel.green .greenTop {
		height: auto;
		position: static;
    }
    .green .textOnPicture {
		height: auto;
    }
    .green .textOnPicture .text {
		height: auto;
		position: static;
    }

    .scrollable {
		height: auto;
		overflow: visible;
    }

    section.contact {
		display: none;
    }
    section.content li, section.moreContent li, section.centerTeaser li {
        background-image: none;
    }
    /* Centerpage */

    section .centerTeaser {
		margin-bottom: 20px;
    }

    section .centerTeaser .picture:after {
		display: none;
    }

    section.content ul, section.moreContent ul, section.centerTeaser ul {
		padding-left: 40px;
    }
    section.content li, section.moreContent li, section.centerTeaser li {
		padding-left: 0;
		list-style-type: disc;
    }

    /* Subcenterpage */
    section .centerTeaser.subCenterTeaser .col-xs-4 {
		display: none;
    }
    section .centerTeaser.subCenterTeaser .col-xs-8 {
		width: 100%;
    }

    /* GGW Team */
    .colBig .teamBox .teamElement .overlayWrapper {
		display: block !important;
		position: static;
    }
    .colBig .teamBox .teamElement .overlayWrapper .infos {
		background-color: #fff;
    }
    .colBig .teamBox .teamElement .overlayWrapper .infos .extrainfo {
		display: block !important;
    }
    .colBig .teamBox .teamElement .overlayWrapper .infos .extrainfo .dottedLine {
		border: none;
		margin-bottom: 10px;
    }
    .colBig .teamBox .teamElement .overlayWrapper .infos .extrainfo p {
		margin: 0;
    }
    .colBig .teamBox .teamElement .overlayWrapper .infos .onBottom {
		display: none;
    }

    /* Ansprechpartner */
    .colSmall .teamBox .teamElement .picture {
		float: left;
    }
    .colSmall .teamBox .teamElement .infos {
		padding-right: 0;
		padding-left: 76px;
    }
    section.content .colSmall .teamBox .extrainfo {
		display: block;
    }
    section.content .colSmall .teamBox .extrainfo .dottedLine {
		border: none;
		margin-bottom: 10px;
    }
    section.content .colSmall .teamBox .extrainfo p {
		margin: 0;
    }

    /* Historie */
    section.content .historieAccordion .box .head .leiste {
		display: none;
    }
    section.content .historieAccordion .box .head .text {
		font-size: 20px;
		margin: 10px 0;
    }
    section.content .historieAccordion .box .body {
		display: block;
    }

    /* News */
    .loadMoreBox {
		display: none;
    }
    .loadMoreHiddenContent {
		display: block;
    }
    .newsBlogMeldungContainer .infos > .row > .col-sm-4:nth-child(3) {
		display: none;
    }

    /* Mediathek */
    section .centerTeaser.subCenterTeaser .picture,
    .kundenmagazinBox .dottedLine,
    .kundenmagazinBox a.bullet {
		display: none;
    }
    .kundenmagazinBox .picture img {
		width: 75%;
    }
    .kundenmagazinBox .description {
		min-height: 0;
    }

    /* Glossar */
    section.content .accordion .box.open .head:after {
		display: none;
    }
    section.content .accordion .box.open .body {
		padding: 0;
    }
    section.content .accordion .box .head {
		border: none;
    }
    section.content .accordion .box .head:before,
    section.content .accordion .box .head:after {
		display: none;
    }
    section.content .accordion .box .body {
		display: block;
    }

    section.content .esel.glossarLetterBox,
    section.content .esel.glossarBox {
		display: none;
    }

    /* More content */
    section.moreContent .scrollable {
		height: auto;
    }
    .ftscroller_container {
		overflow: visible;
    }

    /* Footer */
    footer .row > div {
		height: auto;
    }
    footer .row > div.logo {
		height: 80px;
    }
    .newsBlogMeldungContainer .aboutGgwGroup {
        display: block;
    }
}



#myLog {
	position: fixed;
	right: 10px;
	top: 140px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #000;
	color: #000;
	z-index: 111;
	max-width: 400px;
	min-height: 50px;
	max-height: 600px;
	font-size: 12px;
	padding: 5px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@font-face {
    font-family: 'Optima nova';
    src: url('../fonts/auto-hint/OptimaNovaLTPro-MediumCond.eot');
    src: url('../fonts/auto-hint/OptimaNovaLTPro-MediumCond.eot') format('embedded-opentype'),
        url('../fonts/auto-hint/OptimaNovaLTPro-MediumCond.woff2') format('woff'),
        url('../fonts/auto-hint/OptimaNovaLTPro-MediumCond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;
}
@font-face {
	font-family: 'Optima';
	src: url('../fonts/auto-hint/OptimaLTStd.eot');
	src: url('../fonts/auto-hint/OptimaLTStd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/auto-hint/OptimaLTStd.woff') format('woff'),
		url('../fonts/auto-hint/OptimaLTStd.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Optima';
	src: url('../fonts/auto-hint/OptimaLTStd-Medium.eot');
	src: url('../fonts/auto-hint/OptimaLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/auto-hint/OptimaLTStd-Medium.woff') format('woff'),
		url('../fonts/auto-hint/OptimaLTStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s;
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, .95, 1);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
	from {
		transform: none;
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	from, 11.1%, to {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in;
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}

	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}

	50% {
		transform: rotate(-10deg);
	}

	70% {
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}








@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: #e94e00;
  padding-left: 100%;
  box-sizing: content-box;
  z-index: 9100;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

/*
Ticker auf der Home
Wird in Header.html ein-/ausgeschaltet.
*/
/*
@media only screen and (min-width: 768px) {
	section.navigation {
		margin-top: 4rem;
	}
	body.assverm section.navigation,
	body.arwo section.navigation,
	body.gls section.navigation {
		margin-top: 0;
	}
}*/

@media only screen and (max-width: 767px) {
	.ticker-wrap {
		bottom: 0;
		top: auto;
	}
}
