body, html {
    min-height: 100%;
}
body *{
	font-family: DaxWeb, sans-serif;
	color: #39444c;
}
h1 {
    margin: 0;
}
span.hidden {
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    border: 0;
}
h2{
	font-size: 60px;
	font-weight: 300;
	margin: 0 0 50px;
}
h3 {
        font-size: 24px;
        font-weight: 200;
        line-height: 1.333334em;
        margin: 45px 0 31px;
}
h4 {
    font-size: 24px;
    margin: 45px 0 15px;
}
.vorstand h4 {
    margin-top: 0;
    margin-bottom: 39px;
}
p{
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
        font-size: 24px;
        line-height: 1.45em;
        margin-top: 0;
}
.bodytext p,
.bodytext p a,
.vorstand p,
.vorstand p a{
    font-size: 18px;
}
strong {
    font-family: DaxWeb-Medi, sans-serif;
}
#header .inside,
.footer_first .inside,
.footer_last .inside,
.gwrapper,
.mod_breadcrumb {
	max-width: 1208px;
	margin:0 auto;
	position: relative;
}
/* -- Header --------*/

#menu_layer .gwrapper.menu_header {
    padding-bottom: 11px;
}
.gwrapper {
    overflow: visible;
}
.gwrapper .inside {
    box-sizing: border-box;
}
.gwrapper .section {
    padding: 0 80px;
}
#menu_layer .gwrapper .mod_navigation li {
    padding-bottom: 15px;
}
.mod_navigation span.active,
.mod_navigation a.active{
    font-family: DaxWeb-Medi;
    color: #fc0;
}

#header .inside:after{
	content: '';
	clear: both;
	display: block;
}
body #header{
	position: fixed;
	width: 100%;
	background-color:#fff;
	z-index: 1444;
}
body.parallax-persona #header {
    height: 80px;
}

body.shrinkNavi #header
/*,body.subsite #header*/ {
    border-bottom: 1px solid #c0c1c1;
    height:80px;
}

body.shrinkNavi #header .inside,
body.parallax-persona #header .inside
/*,body.subsite #header .inside*/{
	padding: 18px 80px 14px;
}

#header .logo{
	float:left;
}
#head_meta_section{
	float: right;
}
#head_meta_section ul,
#head_meta_mobile ul{
	list-style: none;
	margin: 0;
	padding:0;
    vertical-align: middle;
}
#head_meta_section li{
	float: left;
	margin: 10px 30px;
}
#head_meta_section li:last-child{
	margin-right:0;
}
#head_meta_section .mod_changelanguage li,
#head_meta_mobile .mod_changelanguage li{
	margin:0;
}
#head_meta_section .mod_changelanguage li.first:after{
	content: '';
}
#head_meta_mobile {
    display: none;
    position: relative;
}
#head_meta_mobile > div {
    display: inline-block;
}
#header #head_meta_mobile .logo {
    width: 36%;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    padding-right: 30px;
}
#head_meta_mobile [class^="icon-"]:before,
#head_meta_mobile [class*=" icon-"]:before {
    font-size: 18px;
}
#mobile_menu_layer {
    display: none;
}
/*Suche*/
#search_overlay {
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,1);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2001;
  display:none;
}
#overlay_content{
	display: none;
}
.overlay_header{
	box-sizing: border-box;
    padding: 55px 80px;
    position: relative;
}
.icon-close:hover:before {
    color: #fc0;
}
.overlay_header .icon-close{
	color: #000;
	text-transform: uppercase;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index:3002;
	top:0;
	right: 0;
	cursor: pointer;
	/*display:none;*/
}
.overlay_header .icon-close i{
	border: 2px solid #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
}
#search_container{
	position: relative;
	top: 50px;
	/*padding: 0 80px;*/
	z-index: 2002;
	/*display:none;*/
	width: 100%;
	box-sizing: border-box;
}
#search_container form{
	background: transparent;
}
#search_container input.text,
.mod_search input.text{
	width: 90%;
	border:1px solid;
	background: transparent;
	/*background-color: rgba(125,125,125,0.9);*/
	/*border-radius: 5px;*/
	font-size: 23px;
	padding: 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#search_container input.text:focus, .mod_search input.text:focus {
    outline: none;
}

#search_container .submit,
.mod_search .submit{
	background: none;
	border: none;
	color: #000;
	font-weight: normal;
	font-size: 25px;
        cursor: pointer;
}
#search_container .submit:hover .icon-search:before,
.mod_search .submit:hover .icon-search:before{
    color: #fc0;
}
.mobile_image_teaser {
    display: none;
}
.image_teaser_4cols .it4col_section .image_container img {
	animation: kenburns 30s infinite linear;
	width: auto;
        margin-top: -5%;
	margin-left: -20%;
        height: 100%;
	max-width: 1000000px;
}
#menu_layer .image_teaser_4cols .it4col_section .image_container img {
    width: 140%;
    height: auto;
    margin-top: -5%;
}
/* -- Glossar ------ */
div#glossar {
    z-index: 1;
}
.glossar{
	box-sizing: border-box;
}
.glossar .column-content {
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-count: 4;
    -webkit-column-gap: 40px;
    column-count: 4;
    column-gap: 40px;
}

.glossar .char-separator {
    border-bottom: 1px solid #a1b4d0;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    width: 100%;
}
.ce_text .glossar-list-entry {
    /*color: #333333;*/
    cursor: pointer;
    border-bottom: 1px solid #39444C;
}
.glossar .glossar-list-entry {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 15px;
    hyphens: auto;
    line-height: 21px;
    margin-bottom: 26px;
    overflow: hidden;
    transition: color 0.2s ease 0s;
}
.glossar-detail{
	position: fixed;
	max-width: 430px;
	/*min-height: 350px;*/
	width: 100%;
	/*height:100%;*/
	background-color: #ebebec;
	padding:40px;
	box-sizing: border-box;
	font-size:13px;
	top:120px;
	left:25%;
	-webkit-box-shadow: 0px 11px 20px -9px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 11px 20px -9px rgba(0,0,0,0.4);
	box-shadow: 0px 11px 20px -9px rgba(0,0,0,0.4);
	z-index:3002;
    /*margin: 56px 40px;*/
}
.glossar-detail .inside{
	position: relative;
}
.glossar-icon-close{
	color: #000;
	text-transform: uppercase;
	width: 20px;
	height: 20px;
	position: absolute;
	top:-40px;
	left: -30px;
    font-size: 20px;
	cursor: pointer;
}
.glossar-detail-entry h3,
.glossar-detail-entry p{
    font-size: 16px;
}
.glossar-detail-entry h3 {
    font-family: DaxWeb-Medi;
    margin: 1em 0;
    padding-bottom: 18px;
    border-bottom: 2px solid;
}
/* -- Breadcrumb --------*/
.mod_breadcrumb {
	box-sizing: border-box;
	padding: 78px 80px 60px;
    z-index:1000;
}
.mod_breadcrumb ul{
	list-style:none;
	margin:0;
	padding:0;
}
.mod_breadcrumb li{
	float:left;
	padding:0;
	margin: 0;
        margin-bottom: 10px;
}
.mod_breadcrumb li:after{
	display: inline-block;
	content: '/';
	padding: 0 10px;
}
.mod_breadcrumb li.last:after{
	content: '';
	padding: 0;
}
.mod_breadcrumb a{
	color: #39444c;
	text-decoration:underline;
}
.mod_breadcrumb a:hover,
.mod_breadcrumb a:focus{
	text-decoration: none;
}
/* -- Main --------*/
#container {
    padding: 100px 0 0;
}
body.subsite #container{
	position: relative;
  	padding: 80px 0;
}
.mod_article .image_teaser_4cols #col1 .title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 25px;
}
.mod_article .image_teaser_4cols #col1 .subtitle {
    font-size: 34px;
}

.mod_article.gwrapper .ce_text.image-padding-x {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
}
.mod_article.gwrapper .ce_text.image-padding-x a {
    position: relative;
}
.mod_article.gwrapper .ce_text.image-padding-x a span.text_container {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: calc(100% - 30px);
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    left: 10px;
    right: 10px;
    bottom: 20px;
}
.mod_article.gwrapper .ce_text.image-padding-x a span.text_container > span {
    display: inline-block;
    width: 90%;
    box-sizing: border-box;
}
.mod_article.gwrapper .ce_text.image-padding-x a span.text_container > span.persona_title {
    margin-bottom: 24px;
}
.mod_article.gwrapper .ce_text.image-padding-x a span.text_container > span.persona_teaser {
    opacity: 0;
    display: none;
    font-size: 18px;
    line-height: 1.5em;
}
.mod_article.gwrapper .ce_text.image-padding-x a:hover img {
    transform: scale(1.02);
}
.mod_article.gwrapper .ce_text.image-padding-x a:hover span.text_container {
    background: rgba(57,68,76,0.85);
    color: #fff;
    bottom: 10px;
}
.mod_article.gwrapper .ce_text.image-padding-x a:hover span.text_container > span {
    color: #fff;
}
.mod_article.gwrapper .ce_text.image-padding-x a:hover span.text_container > span.persona_teaser {
    opacity: 1;
    display: block;
}
.mod_article:not(.parallax) {
	box-sizing: border-box;
	padding: 0px 80px;
        max-width: 1208px;
	margin:0 auto;
	position: relative;
}
.mod_article a {
    font-size: 24px;
}
.mod_article a:hover {
    text-decoration: none;
}
.mod_article:not(.parallax) .ce_text {
    margin-bottom: 65px;
    width: 75%;
    box-sizing: border-box;
    padding-right: 10px;
}
.mod_article .ce_text.vorstand {
    width: 100%;
    padding: 0;
    max-height: 350px;
    height: 100%;
    margin-bottom: 20px;
}
.img-left figure.image_container {
    float: left;
}
.img-right figure.image_container {
    float: right;
}
.vorstand figure.image_container {
    width: 50%;
    max-height: 350px;
    overflow: hidden;
}
.mod_article.outerBox {
    background: #ebeced;
    padding: 55px 80px;
}
.box, .box.block {
    margin: 0 0 10px;
    float: left;
    height: 540px;
    width: 100%;
    max-width: 49.586%;
    vertical-align: top;
    background: #ebeced;
    position: relative;
}
.box.yellowbox {
    background: #fef1b5;
}

.box p,
.box a {
	font-size: 20px;
}

.mod_article.outerBox .box {
    background: #fff;
    margin-bottom: 10px;
    padding: 33px 55px;
}
.outerBox .box.yellowbox {
    background: #FC0;
}
.box .ce_text.block {
    max-height: 380px;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}
.box:nth-of-type(2n-1) {
    margin-right: 0.828%;
}
.box .bx-viewport {
    max-height: 240px;
    overflow: hidden;
}
.bx-controls.bx-has-pager {
    position: absolute;
    right: 45px;
    top: calc(50% - 45px);
}
.bx-controls-direction {
    display: none;
}
.subsite:not(.parallax-persona) #main > .inside {
    margin: 0 auto;
    max-width: 1208px;
/*    overflow: hidden;*/
}
.bx-pager a.bx-pager-link {
    text-decoration: none;
    font-size: 0;
    width: 13px;
    height: 13px;
    background: #D2D2CC;
    border-radius: 13px;
    display: block;
    margin-bottom: 20px;
}
.bx-pager a.bx-pager-link.active {
    background-color: #39444c;
}
.mod_article:not(.parallax) .ce_text.half,
.mod_article:not(.parallax) .ce_text.linklist{
    width: 100%;
    padding-right: 0;
}
.mod_article .ce_text.half > div {
    width: 50%;
    float: left;
}
.mod_article .ce_text.half > div.right {
    padding-left: 80px;
    box-sizing: border-box;
}
p + p.numberblock {
    margin-top: -24px;
}
p.numberblock,
span.number {
    font-size: 83px;
    line-height: 1em;
    margin: 0;
    font-family: DaxWeb-Medi;
    color:#fdca00;
}
.outerBox p.numberblock,
.outerBox span.number {
    color:#39444c;
}
p.percentblock {
    font-size: 36px;
    line-height: 1em;
}
.prevY {
    display: none;
}
.outerBox h3 {
    margin: 0px 0 10px;
}
span.changeY {
    position: absolute;
    bottom: 35px;
    right: 35px;
    cursor: pointer;
}
span.changeY:after {
    content: '>';
    padding-left: 5px;
}
.ce_text.linklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.ce_text.linklist ul li {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    transition: transform 0.1s;
}
.ce_text.linklist ul li:hover {
	transform:scale(1.05);
}

.ce_text.linklist ul li:first-of-type {
    padding-left: 0;
}
.ce_text.linklist ul li:last-of-type {
    padding-right: 0;
}
.ce_text.linklist li > a {
    display: block;
    text-align: center;
    padding: 28px 0;
    background: #878388;
    text-decoration: none;
    color: #fff;
}
.box > .ce_download.block,
.box > .ce_downloads.block,
.box > .download-block{
    position: absolute;
    bottom: 50px;
    left: 80px;
    right: 80px;
}
.box > .download-block > div {
    padding-top: 27px;
}
.ce_download.block a,
.ce_downloads.block a{
    text-decoration: none;
}
.ce_download.block a span.link-text,
.ce_downloads.block a span.link-text{
    text-decoration: underline;
    line-height: 1.5em;
    display: inline-block;
    width: 85%;
}
.ce_download.block a:hover span.link-text,
.ce_downloads.block a:hover span.link-text{
    text-decoration: none;
}
.ce_download.block span.icon-download,
.ce_downloads.block span.icon-download{
    display: inline-block;
    vertical-align: top;
    width: 12%;
}
.ce_download.block span.icon-download:before,
.ce_downloads.block span.icon-download:before{
    font-size: 30px;
    vertical-align: middle;
    margin: 0;
}
.ce_downloads ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ce_downloads li {
    padding: 10px 0 10px;
}
.textfield {
    background: #ebeced;
    width: 50%;
    float: left;
    padding: 46px;
    padding-right: 40px;
    height: 350px;
    box-sizing: border-box;
}
.textfield h3 {
    margin: 0;
}
.ce_text.bodytext.block {
    margin-bottom: 36px;
}
.ce_text.inline.block {
    display: inline-block;
    margin-bottom: 150px;
    width: 20% !important;
}
.ce_text.inline figure.image_container {
    margin-bottom: 15px;
}
.ce_text p:last-of-type {
    margin-bottom: 0;
}
.ce_text.quote.block {
    padding: 58px 87px;
    background: #ffcc00;
    margin-bottom: 36px;
}
.ce_text.quote p {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}
.mod_article.fullwidth {
    max-width: 100%;
    padding: 50px 0;
}
.mod_article.fullwidth .ce_text {
    width: 100%;
    padding: 117px 0;
    margin-bottom: 0;
}
.mod_article.fullwidth .ce_text h2, .mod_article.fullwidth .ce_text .page {
    width: 1208px;
    padding: 0 80px;
    margin: 0 auto;
    box-sizing: border-box;
}
.mod_article.fullwidth .ce_text.quote h2:before {
    content:'„';
    font-size: 503px;
    line-height: 1px;
    position: absolute;
    color:rgba(255,255,255,0.2);
    font-family: Georgia;
    left: -8%;
    top: -195px;
}
.mod_article.fullwidth h2, .mod_article.fullwidth a {
    color: #fff;
    position: relative;
}
.mod_article.fullwidth .ce_text h2 {
    padding-bottom: 30px;
}
.ce_text a:hover {
    text-decoration: none;
}
.mod_article.boxes {
    padding: 50px 0 100px;
}
.mod_article.boxes h2 {
    padding: 0 80px;
}
.mod_article.boxes .box {
    padding: 0 80px;
    box-sizing: border-box;
}
.box.darkgreybox {
    background-color: #c0c1c1;
}

.image-padding-x img{
/*	padding:0 10px;*/
        padding-right: 10px;
        box-sizing: border-box;
        max-width: 50%;
}

.mod_search {
    width: 75%;
}
.mod_search p {
    font-size: 20px;
}
p.header {
    margin-top: 40px;
}
#vorstandsmitglieder,
#brief-an-die-aktionaere {
    padding-top: 100px;
    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
/* -- Footer --------*/
.footer_first{
	border-top: 1px solid #c0c1c1;
}
.footer_first .inside{
	padding: 55px 80px;
	box-sizing: border-box;
}
.footer_first .inside:before,
.footer_first .inside:after
{
	content: '';
    clear: both;
    display: block;
}
.footer_navi{
	float:left;
}
.footer_navi ul{
	list-style: none;
	margin:0;
	padding:0;
}
.footer_navi li{
	float:left;
	padding: 10px 55px 10px 0;
}
.footer_navi a{
	text-decoration: none;
	color: #39444c;
}
.footer_navi a:hover{
	color: #F0B600;
}
.socicons{
	float:right;
}
.socicons ul{
	margin:0 10px;
	padding:0;
	list-style: none;
}
.socicons li{
	float:left;
	position: relative;
	margin: 0 5px;
    height: 44px;
	width: 44px;
}
.socicons a i{
    background-color: #39444c;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    height: 100%;
	width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out  0s;
}
.socicons a:hover i{
	background-color: #F0B600;
	color: #39444c;
}
#footer .inside {
    position: static;
}
#footer a{
	outline: none;
}
#footer .footer_last{
	background-color: #39444c;
}
.footer_last .inside{
	box-sizing: border-box;
	padding: 25px 80px;
}
#footer .footer_last *{
	color: #afb2b4 !important;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
