html {
    height: 100%;
}

body {
    min-width: 320px;
    background: url('../img/50x50_pattern_bg.jpg');
    background-repeat: repeat;
    text-align: center;
    height: 100%;
    font-family: 'Open Sans',sans-serif;    
    font-size: 16px;
    line-height: 22px;
    color:#555151;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color:#2d2929;
}
h1{
    font-size: 46px;
    line-height: 130%;
}
h1.page-title-left{
    text-align: left;
    padding: 0 15px;
}
h2{
    font-size: 32px;
    line-height: 130%;
}
h3{
    font-size: 22px;
    line-height: 130%;   
}
h4{
    font-size: 16px;
}

a, a:link, a:focus, a:hover{
    text-decoration: none;
}
p {
    /*font-size: 16px;
    line-height: 22px;*/
}
q {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.col-fixed
, .right-container-wrapper
{
  float: left;

}

.right-container{
    max-width: 1500px;
    margin:0 auto;
    float: none;
}

.right-container.content-page{
    /*max-width: 1260px;*/
    max-width: 1308px;
    padding: 0;
    /*margin:0 auto;
    float: none;*/
    /*box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);*/
}

.col-fixed {
    background: -webkit-linear-gradient(left, #151412 , #352f31, #2d292a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #151412, #352f31, #2d292a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #151412, #352f31, #2d292a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #151412 , #352f31, #2d292a); /* Standard syntax */
/*  background-image: url('../img/300x1_pattern_menu.jpg');
    background-repeat: repeat-y;*/
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
   /* width: 300px;*/
    height: 100%;
    margin-right: 8px;
    box-sizing: border-box;
}

.right-container-wrapper{   
    width:calc(100% - 308px);
    /*width: 100%;
    padding-left:308px;*/
}

.container {
    width: 100%;
}


.fill { 
    padding: 0px;
    position: relative;
}

.menu-header {
    width: 100%;
    text-align: right;
    display:none;
}

.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 16px; / mobile (retina): 32px;
    text-align: left;
    text-transform: uppercase;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}

.navbar-default .navbar-nav .search-font a {
    color: #db8334;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 32px; / mobile (retina): 60px;
    text-transform: uppercase;
    width: 300px;
}

.main-search-button{
    background: #db8334; 
}
.main-search-button button.btn-default,
.main-search-button button.btn-default:hover,
.main-search-button button.btn-default:focus,
.main-search-button button.btn-default:active{
    background: #db8334;
    border: none;
    font-size: 70px;
    margin: 0;
    height: 180px;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.centered {
    float:none;
}

.content-block-wrapper{
    margin-bottom:24px;
}
.content-block{
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    padding: 0 24px 24px;
}
.content-block .block-head{
    position: relative;
    text-align: center;
    border-top: 8px solid #519caf;
    min-height: 55px;
}
.content-block .block-head span{
    position: absolute;
    top: 0;
    /*height: 45px;*/
    height: 40px;
    /*width: 45px;*/
    width: 40px;
    line-height: 45px;
    /*font-size: 22px;*/
    font-size: 20px;
}
.content-block .block-head span.block-ico{
    background: #519caf;
    color:#fff;
    left: 0;
}
.content-block .block-head span.block-refresh{
    right: 0;
    text-align: right;    
}
.content-block .block-head span.block-refresh a{
    color:#2d2929;    
}
.content-block .block-head h4{
    /*line-height: 26px;*/  
    line-height: 17px;
    margin: 10px 52px 0 62px;
    padding: 0;
    color:#519caf;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
}

.content-block .block-content p {
    text-align: left;
}
.content-block a .block-content{
    color: #555151;
}
.content-block a:hover .block-content{
    color: #555151;
}

/*dark block*/
.dark .content-block{
    background: url(../img/50x50_pattern_bg_dark.jpg) repeat;
    color: #fff;
}
.dark .content-block .block-head{
    border-top: none;
    border-bottom: 8px solid #519caf;
    min-height: 48px;
    margin-bottom: 7px;
}
.dark .content-block .block-head h4{
    /*margin-left:0;*/
    margin-top: 0;
    margin-right: 0;
    line-height: 40px;
}
.dark .content-block .block-content{
    text-align: left;
}
.dark .content-block .block-content q{
    display: block;
    line-height: 130%;
    margin:10px 0 10px;
}
.dark .content-block .block-content i{
    font-weight: 600;
    font-style: normal;
}
/*sponsor block*/
.content-block.sponsor .block-content{
    position: relative;
}
.content-block.sponsor .block-content .img-responsive{
    width:70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-responsive{
    max-height: 220px;
    width: auto;
    margin: 0 auto;
}

/* paper block */
.paper .content-block .block-content{
    padding:0;
}
.paper .content-block .block-content .block-content-image{
    text-align: center;
    background: url(../img/50x50_pattern_bg_dark.jpg) repeat;
    margin: 0 0 24px 0;
}
.paper .content-block .block-content .block-content-image img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;

}

/*Content pages*/

.content-page-wrapper {
    width: 100%;
    height: auto;    
    text-align:left;    
    padding: 0 24px 0 24px;
}

.content-page-wrapper h1 {
    line-height: 100%;
    margin: 0 0 24px;
}
.content-page-wrapper p.body-text{
    /*font-size: 16px;*/
    /*line-height: 22px;*/
    margin-bottom: 30px;
}
.content-page-wrapper q {
    font-size: 22px;
    margin-bottom: 10px;
}
.content-page-wrapper p.body-text.push-down {
    margin-top:10px;
}
.content-page-wrapper .header-picture{    
    width: 100%;    
}
.content-page-wrapper .header-picture img {
    max-width: 1260px;
    width: 100%;    
    height:auto;
}
.content-page-wrapper .header-picture .map-container {
    margin: 0!important;
}


.content-page-wrapper .header-picture .map-container {
    margin: 0!important;
}

.content-page-wrapper .content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding:60px 50px 24px;    
    background: #fff; 
    border-top: 10px solid #519caf;
    position: relative;
}

.content-page-wrapper .content-inner-wrapper {    
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.content-page-wrapper .content-wrapper .page-item {
    margin-bottom: 30px;
}
.content-page-wrapper .content-wrapper .page-item p.body-text{
    margin-bottom: 0;
}
.content-page-wrapper .content-wrapper .page-item img{
    max-width: 100%;
}
.content-page-wrapper .content-wrapper .page-item audio,
.content-page-wrapper .content-wrapper .page-item iframe {
    width: 100%;
    max-width: 700px;
}

.content-page-wrapper .content-wrapper .row.icon-holder {
    margin: 30px 0;
}
.content-page-wrapper .content-wrapper .row.icon-holder img {
    display: block;
    margin: 0 auto;
}
.content-page-wrapper .content-wrapper .row.icon-holder p {
    text-align: center;
    margin-top: 10px;
}

.fa.go-icon{
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    background: #2d2929;
    color: #fff;
    padding: 10px 5px;
    border-radius: 3px; 
    height: 38px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.go-icon.go-back{
    right: 70px;
}





.tag-container {

}
.tag-container h4 {
    text-transform: uppercase;
}
.tag-container ul.tag-list {
    margin: 0;
    padding: 0;    
}
.tag-container ul.tag-list li {
    margin-right: 5px;
    margin-bottom: 5px;
    list-style: none;
    background: #dd6900;
    float: left;
}
.tag-container ul.tag-list li a {    
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
}

.my-row.article-container {
    margin: 60px 5px;
}

.my-row.article-container .theme-title {
    padding: 0 15px;
    text-align: left;
}

.my-row.article-container .article-read-more .article-read-more-container{
    display: inline-block;
    width: 100%;
}
/*.my-row.article-container.carousel-container {
    margin: 60px 10px;
}*/

.theme-container ul {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.theme-container li {
    list-style-type: none;
    display: inline-block;
}

.theme-container li h3 {
    padding: 12px;
}

.carousel-container .content-block-wrapper .block-content{
    min-height: auto;
    max-height: auto;
}

.carousel-container .content-block-wrapper{
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-container .content-block-wrapper .article-inner{
    min-height: 350px;
}

.carousel-container .content-block-wrapper .block-image{
    padding:20px 20px 0;
    height: 220px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.carousel-container .content-block-wrapper .block-image img{
    max-height: 200px;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hp-carousel .carousel-content{    
    border-top: 10px solid #519caf;
    padding-top: 20px;
    margin-top:15px;
}

.hp-carousel{
    background: #000;
}

.hp-carousel h1{
    line-height: 115%;
}

.hp-carousel .carousel-inner .item:after{
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(right, rgba(20,20,20,1) 0%, rgba(20,20,20,0.85) 15%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(20,20,20,1)), color-stop(15%,rgba(20,20,20,0.85)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, rgba(20,20,20,1) 0%,rgba(20,20,20,0.85) 15%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, rgba(20,20,20,1) 0%,rgba(20,20,20,0.85) 15%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, rgba(20,20,20,1) 0%,rgba(20,20,20,0.85) 15%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to left, rgba(20,20,20,1) 0%,rgba(20,20,20,0.85) 15%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.sponsor .carousel-container .content-block-wrapper .block-content{ 
    background: #555151;    
    min-height: 135px; 
    max-height: 135px;
    /*display: table;*/
    width: 100%;
}
.sponsor .carousel-container .owl-carousel-off{
    margin: 0 10px;
}

.sponsor .carousel-container.sponsor-list{
    margin: 0 5px 60px;
    text-align: left;
    
}
.sponsor .carousel-container.sponsor-list .content-block-wrapper{
    margin: 0;
}
.sponsor .carousel-container.sponsor-list .content-block-wrapper .sponsor-list-inner{
    padding: 20px;
    margin: 0 0 30px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    min-height: 590px;
}
.sponsor .carousel-container.sponsor-list ul{
    margin: 0;
    padding-left: 15px;
}
.sponsor .carousel-container.sponsor-list ul li a{
    color: #519caf;
}
.sponsor .carousel-container.sponsor-list ul li{
    margin: 3px 0;
}

.sponsor .content-block-wrapper .article-inner .block-content:after {
    height: 0;
}
.sponsor .carousel-container .content-block-wrapper .block-content h3 {
    color: #fff;
    margin-bottom: 0;
    /*display: table-cell;*/
    display: block;
    /*vertical-align: middle;*/
    font-size: 20px;
}
.sponsor .carousel-container .content-block-wrapper .block-image img {
    padding: 20px;
}
.sponsor .carousel-container .content-block-wrapper .article-inner{
    min-height: 320px;
}

.fixed-slider-height  {
    height: 120px;
}

.fixed-slider-height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.my-row.article-container h2 {
    margin: 0;
    margin-bottom: 24px;
}
.my-row.article-container.hof .block-image img {
  max-height: 180px;
}
.content-block-wrapper {
    /*padding: 0;*/
}
.content-block-wrapper .article-inner {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.content-block-wrapper .article-inner > a,
.content-block-wrapper .article-inner > a:hover{
    color: inherit;
}

.content-block-wrapper .block-image {
    width: 100%;
    min-height: 205px;
    text-align: center;
    /*background: #2a2626;*/
    position: relative;
}
.content-block-wrapper .block-image-pressreports {
    width: 100%;
    min-height: 205px;
    text-align: center;
    background: #2a2626;
    position: relative;
}
.content-block-wrapper .block-image.smaller {
	min-height: 140px;
}
.content-block-wrapper.block-content-sm6 .block-image.smaller {
	min-height: 205px;
}

.b-img-container{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-block-wrapper .block-image img{
    width: 100%;
    max-height: 230px;
}
.content-block-wrapper .block-image-pressreports img{
    width: auto;
    max-width: 230px;
}
.content-block-wrapper .block-content {
    padding: 0 0 0 0;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
}

.article-container-memo .content-block-wrapper .block-content {
    padding: 0 0 0 0;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
}

.content-block-wrapper.block-content-sm6 .block-content{
    min-height: 280px;
    max-height: 280px;
}
.content-block-wrapper .block-content.no-text {
    min-height: 0;
}
.content-block-wrapper .article-inner .block-content {
    padding: 24px;
    position: relative;
}

.content-block-wrapper .article-inner .block-content:after{
  content: " ";
  position: absolute;
  background: #fff;
  width:100%;
  left:0;
  bottom:0;
  height:24px
}

.content-block-wrapper .block-content h3 {
    margin: 0;
    margin-bottom: 24px;
}

.tab-section {
    background: #fff;
    /*padding-left: 160px;*/
    padding-bottom: 60px;
    /*margin-right: 180px;*/
    /*margin: 0 15px;*/
    /*box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);*/
}
.tab-section ul.nav.nav-tabs {
    background-image: url(../img/4x1_pattern.jpg);
    background-repeat: repeat;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    /*margin-left:160px;*/
}
.tab-section ul.nav.nav-tabs li {
    margin-bottom: 0;
}
.tab-section ul.nav.nav-tabs li a{
    border-radius: 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
    margin-right: 0;
    border-right: 2px solid #555151;
}
.tab-section ul.nav.nav-tabs li a:hover{
    background: #519caf;
    opacity: 0.7;
}
.tab-section ul.nav.nav-tabs li.active a{
    background: #519caf;
}
/*.tab-section ul.nav-tabs > li.active > a, */
.tab-section ul.nav.nav-tabs li.active a:hover, 
.tab-section ul.nav.nav-tabs li.active a:focus{
    border: none;
    background: #519caf;
    opacity: 0.7;
    margin: 0;
    color: #fff;
}
.tab-section .tab-content {
    padding-right: 0px;  
    padding-top: 24px;  
}

#accordion .panel.panel-default {
    margin:0;
    border:none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border-bottom: 2px solid #555151;
}
#accordion .panel.panel-default:last-child{
    border:none;
}
#accordion .panel-heading {
    background-image: url(../img/4x1_pattern.jpg);
    background-repeat: repeat;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
#accordion .panel-heading:hover {
    cursor: pointer;
    opacity: 0.7;
}
#accordion .panel-heading a {
    line-height: 70px;
    padding: 0 24px;
    color: #fff;
}
#accordion .panel-heading a:hover,
#accordion .panel-heading a:focus{
    color:#fff;
    text-decoration: none;
}

#accordion .panel-heading .aco-ico {
    position: absolute;
    right: 39px;
    line-height: 70px;
    font-size: 22px;
}

#accordion .panel-heading .fa-minus.aco-ico {
    display: inline-block;
}
#accordion .panel-heading .fa-plus.aco-ico {
    display: none;
}
#accordion .panel-heading.collapsed .fa-minus.aco-ico {
    display: none;
}
#accordion .panel-heading.collapsed .fa-plus.aco-ico {
    display: inline-block;
}

#accordion .panel-body {
    padding: 0;
}

.btn.btn-default.btn-show-more{
    color: #fff;
    background: #519caf;
    font-family: 'Oswald', sans-serif;
    padding: 0;
    font-weight: 700;
    border-radius: 0;
    outline: none;
    width: 100%;
    max-width: 300px;
    height: 40px;
    line-height: 35px;
    opacity: 1;
    -moz-transition:    background 300ms ease;
    -webkit-transition: background 300ms ease;
    -o-transition:      background 300ms ease;
    -ms-transition:     background 300ms ease;
    transition:         background 300ms ease;
}

.btn.btn-default.btn-show-more:hover{
    background: #33788a;
}

.submenu-panel{
    position: absolute;
    width: 30%;
    height: 100%;
    z-index: 999999;
    top:0px;
    left:-8px;
    border-color: #ffffff;
    display: none;
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.search-close{
    height: 180px;
    font-size: 75px;
    color:#372d2e;
    text-align: right;
    margin-right: 3%;
}

.search-area{
    text-align: right;
    margin-right: 3%;   
    margin-left: 3%;   
    margin-top:15%;
}

.search-area input[type=text]{
    font-size: 75px;
    font-weight: bold;
    padding-left: 4%;
}

.main-search-button{
    background: #db8334;  
}

.form-control.search-input-box{
    height: 180px;
    font-family: Oswald, sans-serif;
    color:#372d2e;
    border-radius: 0;
}

.input-group-search-area{
    position: relative;
}

.search-close-sign{
    cursor: pointer;
}

.input-group-addon{
    background-color: #dc8234;
    border: 0 none;
}

.input-group-addon .fa{
    color: #ffffff;
    font-size: 75px;
    
}

.mob-ind{
    display: none;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}

.map-container {
    /*width: 100%;*/
    min-height: 600px;
    margin: 45px 24px 0;
    overflow: hidden;   
	background-color: #ffffff;
}

.map-container.shadow {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5)
}
.map-container #map {
    width: 100%;
    min-height: 600px;
}
.map-container .contact-wrapper {
    background: #519caf;
    min-height: 600px;
    padding: 60px 50px;
    text-align: left;
}
.map-container .contact-wrapper p,
.map-container .contact-wrapper h3 {
    color: #fff;
}
.map-container .contact-wrapper p {
    margin: 25px 0;
}
.map-container .contact-wrapper p.contact-heading {
    font-size: 46px;
    font-weight: 700;
    font-family: "Oswald" sans-serif;
    margin-bottom: 40px;
}
.map-container div[class*="col-"] {
    padding: 0;
    margin:0;
}

    /*CONTACT PAGE*/

.contact .content-page-wrapper {
    padding: 0;
    font-weight: bolder;
}

.contact .content-inner-wrapper {
    box-shadow: none;
    padding: 0 15px;
}
.contact .article-container {
    margin: 25px 0;
}
.contact .article-container .block-content {
    min-height: 175px;
    max-height: 180px;
}
.contact .article-container .block-content p {
    margin-bottom: 0;
}
.contact .article-container .block-content a {
    line-height: 22px;
}
.contact .article-inner {
    min-height: 470px;
    max-height: 470px;
}
.contact .article-inner.blue-area {
    padding: 30px 30px;
    background: #519caf;
    color: #fff;    
    min-height: 470px;
    max-height: 470px;
}
.contact .article-inner.blue-area p {
    padding: 12px 0;
    margin: 0;
}
.contact .article-inner.blue-area p:last-child {
    padding-bottom: 0;
}
.contact .article-inner.blue-area h3 { 
    color: #fff;
    margin-top: 0;
}
.contact .contact-form-wrapper {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);    
    min-height: 200px;
    /*margin: 0 30px 40px;*/
    margin: 0 15px;
    padding: 45px 180px 35px;
    color: #2a2626!important;
}
.contact .contact-form-wrapper p {
    text-align: left;
    margin-top: 20px;
}

::-webkit-input-placeholder { color:#2a2626; font-weight: bold; }
::-moz-placeholder { color:#2a2626; font-weight: bold; } /* firefox 19+ */
:-ms-input-placeholder { color:#2a2626; font-weight: bold; } /* ie */
input:-moz-placeholder { color:#2a2626; font-weight: bold; }

.contact .contact-form-wrapper form input[type="text"], 
.contact .contact-form-wrapper form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #2a2626;    
    color: #2a2626;
    font-weight: bold;
}
.contact .contact-form-wrapper form input[type="text"].error,
.contact .contact-form-wrapper form textarea.error{
    border: 1px solid #db8334;
    color: #db8334;
}
.contact .contact-form-wrapper form input[type="checkbox"].error {
    border: 1px solid #db8334;
    color: #db8334;
}
.contact .contact-form-wrapper form input[type="checkbox"].error +label {
     color: #db8334;
}
.contact .contact-form-wrapper form input[type="submit"] {
    display: block;
    float: left;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background: #519caf;
    color: #fff;
    font-family: ‚Oswald‘, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border: none;
}
.contact .contact-form-wrapper form input[type="submit"]:hover {
    opacity: 0.7;
}

.contact .contact-form-wrapper form.form-container {
	display: inline-block;
	width: 100%;
}


/* presseberichte */

.presseberichte-wrapper {
    margin: 40px 0;
}
.presseberichte-wrapper .row.full-width  {
    padding: 20px 0;
}

.presseberichte-wrapper {
    width: 100%;
    height: auto;    
    text-align:left;    
    padding: 0 10px 0 10px;
}

.presseberichte-wrapper .article-container .content {
    max-width: 100%;
    margin-left: 190px;  
    min-height: 180px;    
    background: #fff;
    padding: 12px 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.presseberichte-wrapper .article-container .content h3 {
    line-height: 100%;
    margin: 9px 0;
}

.presseberichte-wrapper .article-container .content p {
    margin-bottom: 5px;
}
.presseberichte-wrapper .article-container .content p.date {
    margin-bottom: 10px;
}


.presseberichte-wrapper .article-container .image {
    width: 180px;    
    height: 180px;    
    float:left;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-align: center;    
}
.presseberichte-wrapper .article-container .image span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.presseberichte-wrapper .article-container .image img {
    vertical-align: middle;
    max-width: 150px;
    max-height: 160px;
}

.sponsor-detail-carousel .block-content{
    display: none;
}
.sponsor-detail-carousel .article-inner{
    cursor: pointer;
}

.outside-text{
    text-align: left;
    padding: 0 40px;
}
.outside-text-inner{
    border-top: 1px solid #191919;
    padding:40px 17% 0;
    position: relative;
}

.outside-text span.sp-pointer-arr{
    position: absolute;
    left: 17%;
    top: 0px;
    height: 30px;
    width: 53px;
    background: url('../img/50x50_pattern_bg.jpg');
    z-index: 1;
    overflow: hidden;
}
/*
.outside-text span.sp-pointer-arr span{
    position: absolute;
    left: 0;
    top: 0;
    height: 19px;
    width: 53px;
    background: url('../img/arr-down-tst.png');
    background-size: 53px 19px;
}
*/

.outside-text span.sp-pointer-arr span.ar1{
    position: absolute;
    right: -8px;
    top: -45px;
    height: 53px;
    width: 53px;
    border-right: 1px solid #191919;
    -ms-transform: rotate(57deg); 
    -webkit-transform: rotate(57deg); 
    transform: rotate(57deg);
}
.outside-text span.sp-pointer-arr span.ar2{
    position: absolute;
    left: -8px;
    top: -45px;
    height: 53px;
    width: 53px;
    border-left: 1px solid #191919;
    -ms-transform: rotate(-57deg); 
    -webkit-transform: rotate(-57deg); 
    transform: rotate(-57deg);
}

.timeline-wrapper{
    background: #fff;
    margin-bottom: 20px;
}
.timeline-wrapper > h2{
    margin:0;
    padding: 0 160px;
}
.timeline-wrapper .tl-slide-content{
    width:100% !important;
}

.video-wrapper {
    height: 205px;
    width: 100%;
}

.video-container {
    position:relative;        
    height:0;
    overflow:hidden;
    width: 100%;
    height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    /*width:100%;*/
    width: auto;
    height:100%;
}

/* search page */

/*.right-container-wrapper.search-page{*/
/*    width:calc(100% - 680px);*/
/*    width: 100%;*/
/*    padding-left:308px;*/
/*}*/
p.search-results{
    margin-bottom:24px;
    text-align: left;
    padding: 0 15px;
    color: #362d2d;
}
.search-panel-data{
    text-align: left;
}
.search-panel-data form{
    padding: 0;
}
.search-panel-data .search-input{
    border-radius: 0;
    border: none;
    padding: 12px 24px;
    height: auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color:#362d2d;
    font-size: 22px;
}
.search-panel-data .input-group-btn:last-child > .btn, 
.search-panel-data .input-group-btn:last-child > .btn-group{
    margin: 0;
}
.search-panel-data .input-group-btn{    
    background: #db8334;
}
.search-panel-data button.btn-default{
    border-radius: 0;
    border: none;    
    color: #fff;
    font-size: 17px;
    background: #db8334;
    padding: 10px 5px;
    margin: 0;
}
.filter-search-title{
    color: #362d2d;
    font-size: 16px;
    margin:25px 0 10px;
    width: 90%;
    display: inline-block;
    padding-bottom:10px;
    border-bottom: 1px solid #e2b68e;    
    position: relative;
    cursor: pointer;
}
.filter-search-title:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #c56c1d;
}

.filter-search-title i{
    float: right;
    display: none;
    margin-right: 20px;
}

.reset-filter{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 20px;
    display: none;
}

.filter-segment{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.filter-segment h4{
    text-transform: uppercase;
    color: #2a2626;
}
.filter-segment h4 i{
    float:right;
    display: none;
}
.filter-segment .filter-tags button{
    display: block;
    float: left;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    width: auto;
    height: auto;
    background: #dd6900;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif; 
    text-transform: none;
    font-weight: normal;
    border:none;
}
.filter-segment .filter-tags button.active{
    background: #2a2626;
}

.show-results{
    display: none;
}

.btn.btn-search-result.btn-show-more{
    color: #fff;
    background: #db8334;
    font-family: 'Oswald', sans-serif;
    padding: 5px 50px;
    font-weight: 700;
    width: 300px;
    border-radius: 0;
    outline: none;
}
.btn.btn-search-result.btn-show-more:active{
    opacity: 0.7;
}
.search-page{
    text-align: left;
}
.is-search-page .result-container,
.is-search-page .result-header,
.is-search-page .result-footer{
    margin: 40px 0;
}
.is-search-page .result-header p{
    margin-bottom: 0;
}
.is-search-page .result-container{
    -moz-column-count:3;
    -moz-column-gap: 0%;
    -moz-column-width: 33.33%;
    -webkit-column-count:3;
    -webkit-column-gap: 0%;
    -webkit-column-width: 33.33%;
    column-count: 3;
    column-gap: 0%;
    column-width: 33.33%;    
}
.is-search-page .content-block-wrapper{
    float: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0 30px;
}

.is-search-page .content-block-wrapper .block-image{
    min-height: auto;
}
.is-search-page .content-block-wrapper .block-image img{
    max-height: none;
    width: auto;
    max-width: 100%;
}
.is-search-page .content-block-wrapper .block-content{
    min-height: auto;
    max-height: none;
}

.is-search-page .content-block-wrapper .block-image-pressreports{
    min-height: auto;
}
.is-search-page .content-block-wrapper .block-image-pressreports img{
    max-height: none;
}


.errorMessage{
	color:red;
}

/* Article slider */
.slider-component {
     padding: 0 50px;
}

.article-slider,
.article-slider-nav {
    margin: 0 auto;
   
}

.article-slider {
    margin-bottom: 30px;
}

.article-slider .slick-list  img{
    height: 550px;
    width: auto;
}

.article-slider-nav p {
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    text-align: center;
}

.article-slider .item {
    margin: 0 10px;
    opacity: 0.7;
}

.article-slider .item.slick-active {
    opacity: 1;
    cursor: pointer;
}

.article-slider .slick-arrow {
    cursor: pointer;
}

.article-slider .fa-angle-left,
.article-slider .fa-angle-right {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2a2626;
    font-size: 50px;
}

.article-container-aboutUs .content-block-wrapper .block-content h3 {
    max-width: 80%;
}

.article-slider .fa-angle-left {
    left: -50px;
}

.article-slider .fa-angle-right {
    right: -50px;
}

.slick-lightbox-slick-item {
    padding: 30px 0;
}

.slick-lightbox-slick-img {
    margin: 0 auto 30px;
}

.slick-lightbox-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    cursor: pointer;
    font-size: 2.5rem;
    color: #000;
}

button.slick-lightbox-close {
    width: 50px;
    height: 50px;
}

.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
    font-family: 'FontAwesome';
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    color: #2a2626;
    font-size: 50px;
}

.slick-lightbox .slick-prev:before {
    content: "\f104";
}

.slick-lightbox .slick-next:before {
     content: "\f105";
}

.slick-lightbox-slick-caption {
   color: #555151;
   position: relative;
}

.slick-lightbox-slick-caption a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
}

.slick-lightbox-slick-caption a:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    color: #db8334;
    margin-left: 10px;
}

.slick-lightbox-slick-item-inner {
    max-width: 80%;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
    width: 50px;
    height: 100px;
    font-family: 'FontAwesome';
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    color: #2a2626;
}

@media (max-width: 767px) {
    .article-slider {
        margin-bottom: 10px;
    }
    .article-slider .slick-list  img {
        height: 250px;
    }
    
    .slick-lightbox .slick-prev:before,
    .slick-lightbox .slick-next:before {
        font-size: 4rem;
    }

    .slick-lightbox .slick-prev {
        left: -12.5px;
    }

    .slick-lightbox .slick-next {
        right: -12.5px;
    }

    .slick-lightbox-close {
        top: 0;
        right: -5px;
    }

    .slick-lightbox-close::before {
        font-size: 2rem;
    }

    .slick-lightbox-slick-item {
        padding: 10px 0;
    }

    .slick-lightbox-slick-caption {
        font-size: 14px;
    }
}

@media (max-height: 767px) {
    .slick-lightbox-slick-item-inner {
        overflow-y: auto;
    }
}


@media (max-width: 1153px) {
    body {
        font-size: 13px;
        line-height: 140%;
    }

    h1 {
        font-size: 32px;        
    }
    h2, h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }               

    q {
        font-size: 15px;
    }
	
	.content-block-wrapper .block-content h3 {
		margin: 0;
		margin-bottom: 18px;
	}
}

@media (max-width: 768px){
    h1 {
        font-size: 23px;        
    }
    h2, h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    /*p{
        font-size: 26px;
        line-height: 30px;
    }*/    
        
    body {
        font-size: 14px;
        line-height: 140%;
    }

    q {
        /*font-size: 32px;    */
        font-size: 16px;
    }
	
	.carousel-indicators {
        bottom:140px;
    }

    /* hide descripion in slider */
    .carousel-content p {
        display: none;
    }

    .content-block-wrapper .block-image img{
        max-height: none;
    }
    .contact .contact-form-wrapper {
        padding: 45px 30px 25px;
    }

    .content-page-wrapper .content-wrapper {
        padding: 60px 50px 24px;
    }

    .hp-carousel{
        background: transparent;
    }

    .hp-carousel .carousel-content{    
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
    }

    .presseberichte-wrapper {
        margin: 40px 0;
    }
    .presseberichte-wrapper .row.full-width  {
        padding: 0;
    }
    .presseberichte-wrapper .row.full-width .col-lg-6 {
        margin: 20px 0;
    }
    .presseberichte-wrapper .article-container .image {
        float:none;
        margin: 0 auto;    
    }
    .presseberichte-wrapper .article-container .content {
        margin: 0;
        margin-top: 15px;
    }
    .content-wrapper *{
        word-wrap: break-word;
    }
    .search-page.open-search-panel .result-container{
        -moz-column-count:2;
        -moz-column-gap: 0%;
        -moz-column-width: 50%;
        -webkit-column-count:2;
        -webkit-column-gap: 0%;
        -webkit-column-width: 50%;
        column-count: 2;
        column-gap: 0%;
        column-width: 50%;    
    }
    .sponsor .carousel-container.sponsor-list .content-block-wrapper .sponsor-list-inner{
        min-height: 0px;
    }
}

@media (max-width: 1152px) {

    /*.navbar-default .navbar-nav > li a{*/
    /*    padding:20px 24px;*/
    /*    position: relative;*/
    /*}*/

    /*.navbar-default .navbar-nav > li .fa-tg-icon{*/
    /*    position: absolute;*/
    /*    right: 35px;*/
    /*    top: 12px;*/
    /*    padding: 10px 0;*/
    /*}*/
    /*.navbar-default .navbar-nav > li.open .fa-plus{*/
    /*    display: none;*/
    /*}*/
    /*.navbar-default .navbar-nav > li.open .fa-minus{*/
    /*    display: block;*/
    /*}*/

    /*.navbar-default .navbar-nav > li > a,*/
    /*.navbar-default .navbar-nav > li > a:hover,*/
    /*.navbar-default .navbar-nav > li > a:focus{*/
    /*    color: #fff;*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*}*/

    /*.navbar-default .navbar-nav > li.search-font > a,*/
    /*.navbar-default .navbar-nav > li.search-font > a:hover,*/
    /*.navbar-default .navbar-nav > li.search-font > a:focus{*/
    /*    color: #db8334;*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    line-height: 100%;*/
    /*}*/

    /*.navbar-default .main-menu .navbar-nav > .open > a, */
    /*.navbar-default .main-menu .navbar-nav > .open > a:hover, */
    /*.navbar-default .main-menu .navbar-nav > .open > a:focus{*/
    /*    background-color: transparent;*/
    /*    color: #fff;*/
    /*}*/

    /*.navbar-default .main-menu .navbar-nav > .search-panel-control.open > a, */
    /*.navbar-default .main-menu .navbar-nav > .search-panel-control.open > a:hover, */
    /*.navbar-default .main-menu .navbar-nav > .search-panel-control.open > a:focus{*/
    /*    background-color: transparent;*/
    /*    color: #db8334;*/
    /*}*/
    
    .right-container-wrapper{
        padding-left: 0;
        width: 100%;
    }
    .col-fixed {
        width: 100%;
        margin-bottom: 8px;
        height: auto !important;
    }

    .right-container-wrapper{
        width:100%;

    }

    .hide2 {
        display: none;

    }

    .search-font a{
        color: #db8334;
    }
    .search-icon {
        float: left;
        width: 40px;
        text-align: center;
        margin-right: 5px;
        line-height: 25px;
    }


 .mob-ind{
        display: block;
    }

   /* search page */


    #ddSearchPane{
        /*display: none;*/
    }
    .right-container-wrapper.search-page{
        width:100%;

    }
    /*.p-search .nav > li.search-panel-control{*/
    /*    display: none;*/
    /*}*/
    /*.search-panel-data{*/
    /*    display: none !important;*/
    /*}*/
    /*.p-search .search-panel-data{*/
    /*    display: block !important;*/
    /*    background: #db8334;*/
    /*    padding: 0;*/
    /*    border-radius: 0;*/
    /*}*/
    .search-panel-data form{
        margin: 0;
    }

    .search-panel-data .search-input{
        font-size: 32px;
    }

    .search-panel-data .input-group{
        width: 100%;
        padding: 20px;
    }
    .search-panel-data button.btn-default{
        font-size: 34px;
    }
    .search-panel-data .filter-search-title{
        display: block;
        border:none;
        cursor: pointer;
        width: 100%;
        font-size: 32px;
        line-height: 30px;
        color: #fff;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding: 40px 20px;
        margin: 0;
        background: #2d292a;
        background: url(../img/bg-pattern.png) repeat, -webkit-linear-gradient(left, #151412 , #352f31, #2d292a); /* For Safari 5.1 to 6.0 */
        background: url(../img/bg-pattern.png) repeat, -o-linear-gradient(right, #151412, #352f31, #2d292a); /* For Opera 11.1 to 12.0 */
        background: url(../img/bg-pattern.png) repeat, -moz-linear-gradient(right, #151412, #352f31, #2d292a); /* For Firefox 3.6 to 15 */
        background: url(../img/bg-pattern.png) repeat, linear-gradient(to right, #151412 , #352f31, #2d292a); /* Standard syntax */
    }
    .search-panel-data .filter-search-title:after{
        content: "";
        border:none;
    }
    .search-panel-data .filter-search-title i.fa-plus{
        display: none;
    }
    .search-panel-data .filter-search-title i.fa-minus{
        display: block;
    }
    .search-panel-data .filter-search-title.collapsed i.fa-plus{
        display: block;
    }
    .search-panel-data .filter-search-title.collapsed i.fa-minus{
        display: none;
    }
    .search-panel-data .reset-filter{
        display: block;
    }
    .search-panel-data .filter-segments{
        padding:0 20px;
    }
    .search-panel-data .filter-segments h4{
        font-size: 26px;
        background: #fff;
        display: block;        
        padding: 15px 20px;
        cursor: pointer;
    }
    .search-panel-data .filter-segment h4 i.fa-plus{
        display: none;
    }
    .search-panel-data .filter-segment h4 i.fa-minus{
        display: block;
    }
    .search-panel-data .filter-segment h4.collapsed i.fa-plus{
        display: block;
    }
    .search-panel-data .filter-segment h4.collapsed i.fa-minus{
        display: none;
    }
    .search-panel-data .filter-segment .filter-tags a{
        font-size: 28px;
        line-height: normal;
    }
    .search-panel-data .input-group .input-group-btn{
        width: 5%;
    }
    .search-panel-data .show-results{
        display: inline-block;
        width: 100%;
        margin: 20px 0;
        padding-top: 20px;
        border-top: 1px solid #c56c1d;
        position: relative;
    }
    .search-panel-data .show-results:after{
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #e2b68e;
    }
    .search-panel-data .show-results button{
        color: #fff;
        background: #2a2626;
        font-size: 26px;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        width: 100%;
        max-width: 60%;
        min-width: 280px;
    } 


}

@media (min-width: 1153px) {
/*.navbar-default .navbar-nav {*/
/*    height: 80vh;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    padding-bottom: 200px;*/
/*}*/
/*.top-menu-mainsearch-element{*/
/*    line-height: 32px;*/
/*}*/

.right-container-wrapper{
    float:right;
}
.col-fixed{
    position: fixed;
    z-index: 10;
    height: 100% !important;
    max-height: 100% !important;
}
/*.col-fixed .navbar{*/
/*    height: 100%;*/
/*    !*overflow-x: hidden;*!*/
/*}*/
/*.main-menu .nav > li{*/
/*    position:inherit;*/
/*}*/
/*.navbar-default .main-menu .navbar-nav > .open > a, */
/*.navbar-default .main-menu .navbar-nav > .open > a:hover, */
/*.navbar-default .main-menu .navbar-nav > .open > a:focus{*/
/*    background-color: #519caf;*/
/*    color: #fff;*/
/*}*/

.search-icon {
    float: left;
    margin-left: 9px;
    margin-right: 15px;    
}

.vert-align {
    /*margin-top: 10px;*/
}

    .hide-mobile {
        display: none;

    }

    .fill { 
    height: 100%;
    min-height: 100%;
    }

    .search-font {
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 999999999;
    }

    /*.navbar-default .navbar-nav > li > a{*/
    /*    height: 60px;*/
    /*    padding: 10px 15px;*/
    /*    -moz-transition:    background 0.3s ease;*/
    /*    -webkit-transition: background 0.3s ease;*/
    /*    -o-transition:      background 0.3s ease;*/
    /*    -ms-transition:     background 0.3s ease;*/
    /*    transition:         background 0.3s ease;*/
    /*}*/

    /*.navbar-default .navbar-nav .search-font a {*/
    /*    height: 80px;*/
    /*    width:300px;*/
    /*    padding-left: 52px;*/
    /*}*/

    /*.navbar-default .navbar-nav > li > a:hover{    */
    /*    width: 300px;    */
    /*    background: #33788a;*/
    /*    color: #fff;*/
    /*    font-family: Oswald, sans-serif;*/
    /*    font-weight: 400;*/
    /*    font-size: 16px;*/
    /*    text-align: left;*/
    /*    text-transform: uppercase;        */
    /*}*/

    /*.navbar-default .navbar-nav > li > a.active:after,*/
    /*.navbar-default .navbar-nav > li > a:after,*/
    /*.navbar-default .navbar-nav > li > a:hover:after{*/
    /*    content: " ";*/
    /*    position: absolute;*/
    /*    right: -5px;*/
    /*    top: 0;*/
    /*    width: 10px;*/
    /*    height: 60px;    */
    /*    background: #519caf;*/
    /*    opacity: 0;*/
    /*    box-shadow: 1px 0px 1px #655c5d;*/
    /*    -moz-transition:    opacity 0.2s ease;*/
    /*    -webkit-transition: opacity 0.2s ease;*/
    /*    -o-transition:      opacity 0.2s ease;*/
    /*    -ms-transition:     opacity 0.2s ease;*/
    /*    transition:         opacity 0.2s ease;*/
    /*}*/

    /*.navbar-default .navbar-nav > li > a.active,*/
    /*.navbar-default .navbar-nav > li > a:focus,*/
    /*.navbar-default .navbar-nav > li > a:focus:hover{*/
    /*    width: 305px;    */
    /*    background: #519caf;*/
    /*    color: #fff;*/
    /*    font-family: Oswald, sans-serif;*/
    /*    font-weight: 400;*/
    /*    font-size: 16px;*/
    /*    text-align: left;*/
    /*    text-transform: uppercase;*/
    /*    opacity: 1;        */
    /*    position: relative;*/
    /*    border-right: none;*/
    /*    outline: none; */
    /*}*/
    /*.navbar-default .navbar-nav > li > a.active:after,*/
    /*.navbar-default .navbar-nav > li > a:focus:after,*/
    /*.navbar-default .navbar-nav > li > a:focus:hover:after{        */
    /*    opacity: 1;*/
    /*}*/

    

    /*.navbar-default .navbar-nav > li.search-panel-control > a:focus,*/
    /*.navbar-default .navbar-nav > li.search-panel-control > a:focus:hover,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:focus,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:focus:hover{    */
    /*    width: 305px;    */
    /*    background: #db8334;*/
    /*    color: #000;*/
    /*    font-family: Oswald, sans-serif;*/
    /*    font-weight: 700;*/
    /*    font-size: 32px; / mobile (retina): 60px;*/
    /*    text-align: left;*/
    /*    text-transform: uppercase;*/
    /*    opacity: 1;*/
    /*}*/

    /*.navbar-default .navbar-nav > li.search-panel-control > a.active,*/
    /*.navbar-default .navbar-nav > li.search-panel-control > a:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control > a:hover:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:hover:after{*/
    /*    content: " ";*/
    /*    position: absolute;*/
    /*    right: -5px;*/
    /*    top: 0;*/
    /*    width: 10px;*/
    /*    height: 80px;    */
    /*    background: #db8334;*/
    /*    opacity: 0;*/
    /*    box-shadow: 1px 0px 1px #655c5d;*/
    /*    -moz-transition:    opacity 0.2s ease;*/
    /*    -webkit-transition: opacity 0.2s ease;*/
    /*    -o-transition:      opacity 0.2s ease;*/
    /*    -ms-transition:     opacity 0.2s ease;*/
    /*    transition:         opacity 0.2s ease;*/
    /*}*/

    /*.navbar-default .navbar-nav > li.search-panel-control > a.active:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control > a:focus:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control > a:focus:hover:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:focus:after,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:focus:hover:after{        */
    /*    opacity: 1;*/
    /*}*/

    /* search page */
    /*.search-panel-data{*/
    /*    display: none;*/
    /*}*/
    /*.p-search .search-panel-data{*/
    /*    position: absolute;*/
    /*    left:300px;*/
    /*    height: 100%;*/
    /*    width: 360px;*/
    /*    top:0;*/
    /*    display: block;*/
    /*    z-index: -1;*/
    /*    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);*/
    /*    border-top:none;*/
    /*    padding: 24px;*/
    /*    background: #db8334;*/
    /*}*/
    /*.navbar-default .main-menu .navbar-nav > li.search-panel-control > a,  */
    /*.navbar-default .main-menu .navbar-nav > li.search-panel-control > a:focus,*/
    /*.navbar-default .main-menu .navbar-nav > li.search-panel-control.open > a,  */
    /*.navbar-default .main-menu .navbar-nav > li.search-panel-control.open > a:focus{*/
    /*    background-color: #db8334 ;*/
    /*    color: #000;*/
    /*}*/

    /*.navbar-default .navbar-nav > li.search-panel-control > a:hover,*/
    /*.navbar-default .navbar-nav > li.search-panel-control.open > a:hover{    */
    /*    width: 300px;    */
    /*    background: #dd6900;*/
    /*    color: #000;*/
    /*    font-family: Oswald, sans-serif;*/
    /*    font-weight: 700;*/
    /*    font-size: 32px; / mobile (retina): 60px;*/
    /*    text-align: left;*/
    /*    text-transform: uppercase;        */
    /*}*/

}

.right-container-wrapper{
    position: relative;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 480px) {    
    .content-page-wrapper .content-wrapper {
        padding: 60px 10px 24px;
    }
    .content-page-wrapper{
        padding: 0 10px;
    }

    .search-page.open-search-panel .result-container{
        -moz-column-count:1;
        -moz-column-gap: 0%;
        -moz-column-width: 100%;
        -webkit-column-count:1;
        -webkit-column-gap: 0%;
        -webkit-column-width: 100%;
        column-count: 1;
        column-gap: 0%;
        column-width: 100%;    
    }
}

@media (max-width: 1200px) {
    .content-block .block-head h4{        
        margin: 10px 55px 0 55px;
    }
}

/*@media (min-width: 1024px) and (max-width: 1200px) {
    
    .presseberichte-wrapper {
        margin: 40px 0;
    }
    .presseberichte-wrapper .row.full-width  {
        padding: 0;
    }
    .presseberichte-wrapper .row.full-width .col-lg-6 {
        margin: 20px 0;
    }

    .presseberichte-wrapper .article-container .image {
        float:none;
        margin: 0 auto;    
    }
    .presseberichte-wrapper .article-container .content {
        margin: 0;
        margin-top: 15px;
    }
}*/

@media (min-width: 768px) and (max-width: 1280px) {
  
    .presseberichte-wrapper {
        margin: 40px 0;
    }
    .presseberichte-wrapper .row.full-width  {
        padding: 0;
    }
    .presseberichte-wrapper .row.full-width .col-lg-6 {
        margin: 20px 0;
    }
    .presseberichte-wrapper .article-container .image {
        /*float:none;*/
        /*margin: 0 auto;    */
    }
    .presseberichte-wrapper .article-container .content {
        /*margin-right: 190px;*/
        /*margin-top: 15px;*/
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .sponsor .content-block .block-content .img-responsive{
        width:auto;
        max-height: 220px;
        margin: 0 auto;
    }

      /* search page */
    
    .navbar-nav .open .dropdown-menu.search-panel-data{
        padding: 10px 40px;
    }
    .search-panel-data .navbar-form{
        border: none;
    }
}

@media (min-width: 1153px) and (max-width: 1458px) {
	
	body {
	    font-size: 14px;
	}

    h1 {
        font-size: 32px;        
    }
    h2, h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }               

    q {
        font-size: 15px;
    }
    .search-page .content-block-wrapper .block-content{
        padding: 10px;
    }

    .search-page.open-search-panel .result-container{
        -moz-column-count:2;
        -moz-column-gap: 0%;
        -moz-column-width: 50%;
        -webkit-column-count:2;
        -webkit-column-gap: 0%;
        -webkit-column-width: 50%;
        column-count: 2;
        column-gap: 0%;
        column-width: 50%;    
    }

}

@media (min-width: 480px) {
    .fixed-slider-height  {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .fixed-slider-height  {
        height: 265px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {	
	
	body {
	    font-size: 13px;
	}

    h1 {
        font-size: 32px;        
    }
    h2, h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 17px;
    }               

    q {
        font-size: 14px;
    }
	
	.content-block-wrapper .block-content h3 {
		margin: 0;
		margin-bottom: 18px;
	}
}

/*@media (min-width: 1153px) and (max-height: 980px) {*/
/*    .navbar-default .navbar-nav > li > a{*/
/*        height: auto;*/
/*        font-size: 16px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a:hover{*/
/*        height: auto;*/
/*        font-size: 16px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:focus:hover{*/
/*        height: auto;*/
/*        font-size: 16px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a.active::after, .navbar-default .navbar-nav > li > a::after, .navbar-default .navbar-nav > li > a:hover::after{*/
/*        height: 100%;*/
/*    }*/
/*    .navbar-default .navbar-nav .search-font a,*/
/*    .navbar-default .navbar-nav .search-font a:hover{*/
/*        height: 60px !important;*/
/*        padding: 5px 15px 5px 52px !important;*/
/*    }*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a.active, .navbar-default .navbar-nav > li.search-panel-control > a::after, .navbar-default .navbar-nav > li.search-panel-control > a:hover::after, .navbar-default .navbar-nav > li.search-panel-control.open > a::after, .navbar-default .navbar-nav > li.search-panel-control.open > a:hover::after{*/
/*        height: 100% !important;*/
/*    }*/

/*}*/
/*@media (min-width: 1154px) and (max-height: 880px) {*/
/*    .navbar-default .navbar-nav > li > a{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a:hover{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:focus:hover{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 10px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a.active::after, .navbar-default .navbar-nav > li > a::after, .navbar-default .navbar-nav > li > a:hover::after{*/
/*        height: 100%;*/
/*    }*/
/*    .navbar-default .navbar-nav .search-font a,*/
/*    .navbar-default .navbar-nav .search-font a:hover{*/
/*        height: 60px !important;*/
/*        padding: 5px 15px 5px 52px !important;*/
/*    }*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a.active, .navbar-default .navbar-nav > li.search-panel-control > a::after, .navbar-default .navbar-nav > li.search-panel-control > a:hover::after, .navbar-default .navbar-nav > li.search-panel-control.open > a::after, .navbar-default .navbar-nav > li.search-panel-control.open > a:hover::after{*/
/*        height: 100% !important;*/
/*    }*/
/*}*/
/*@media (min-width: 1154px) and (max-height: 800px) {*/
/*    .navbar-default .navbar-nav > li.search-panel-control a,*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a:hover,*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a:focus,*/
/*    .navbar-default .navbar-nav > li.search-panel-control.open > a:focus*/
/*    .navbar-default .navbar-nav > li.search-panel-control.open > a:hover{*/
/*        font-size: 24px !important;*/
/*    }*/

/*    .top-menu-mainsearch-element {*/
/*        line-height: 24px;*/
/*    }*/
/*    .navbar-default .navbar-nav .search-font a,*/
/*    .navbar-default .navbar-nav .search-font a:hover {*/
/*        height: 40px !important;*/
/*    }*/

/*}*/
/*@media (min-width: 1154px) and (max-height: 700px) {*/
/*    .navbar-default .navbar-nav > li > a{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 5px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a:hover{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 5px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:focus:hover{*/
/*        height: auto;*/
/*        font-size: 14px;*/
/*        padding: 5px 15px;*/
/*    }*/
/*    .navbar-default .navbar-nav > li.search-panel-control a,*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a:hover,*/
/*    .navbar-default .navbar-nav > li.search-panel-control > a:focus,*/
/*    .navbar-default .navbar-nav > li.search-panel-control.open > a:focus*/
/*    .navbar-default .navbar-nav > li.search-panel-control.open > a:hover{*/
/*        font-size: 24px !important;*/
/*    }*/

/*    .top-menu-mainsearch-element {*/
/*        line-height: 24px;*/
/*    }*/
/*    .navbar-default .navbar-nav .search-font a,*/
/*    .navbar-default .navbar-nav .search-font a:hover {*/
/*        height: 40px !important;*/
/*    }*/
/*}*/

.supporter-sponsors a{
    font-size: 20px;
    color: #337ab7;
}

.supporter-sponsors a:hover{
    font-size: 20px;
    color: #337ab7;
    text-decoration: underline;
}

/*#btnpressReport {*/
/*    margin-top: 20px;*/
/*}*/

.article-image-from-component{
    max-width: 100%;
}

.search-submit-button {
	cursor: pointer;
}

.timeline-year-selector select{
	border: 1px solid #ccc;
	margin-left: 5px;
	width: 70px
}

.timeline-year-selector label{
	color: #555151;
	font-weight: 300;
	margin-top: 12px;
}

.displayNone {
    display: none;
}

#acceptTerms {
    float: left;
    margin: 0 10px 0 0;
}

#acceptTerms +label {
    float: left;
    width: 85%;
}

#acceptTerms +label p {
    margin-top: 0;
}

.cc-window .cc-allow {
    flex: auto !important;
}
.cc-window .cc-allow:hover {
    background-color: #5a5a5a !important;
}
.cc-window .cc-compliance .cc-btn {
    text-transform: uppercase;
    font-style: italic;
    border-radius: 2px;
    text-decoration: none !important;
}

.year-description {
    display: none;
}

.year-description em {
    line-height: 1.6em;
}

.editModeBlankHeight {
    height: 50px;
}


/* MENU START */

.mobile-header-wrapper {
    background: #fff;
    height: 175px;
}

.mobile-header {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.mobile-header img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.mobile-header .navbar-toggle .fa-times,
.mobile-header .navbar-toggle.open .fa-bars{
    display: none;
}

.mobile-header .navbar-toggle.open .fa-times{
    display:block;
}

.mobile-header-wrapper button.navbar-toggle {
    color: #000;
    margin-right: 8px;
    font-size: 32px;
}

#nav1 {
    display: none;
    opacity: 0;
}

#nav1.open {
    transition: opacity 0.2s ease 0.5s;
    opacity: 1;
}

.nav-stacked {
    color: #fff;
    text-align: left;
    padding-left: 0;
    margin: 0;
}

.nav-stacked li {
    list-style-type: none;
    border-bottom: 1px solid #454444;
}

.nav-stacked li:last-of-type {
    border-bottom: 1px solid transparent;
}

.nav-stacked li .dropdown-head {
    position: relative;
}

.nav-stacked li a {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #2a2626;
}

.nav-stacked li .dropdown-head a {
    color: #fff;
    padding: 20px 0px 20px 10px;
}

.nav-stacked li .dropdown-head {
    padding-right: 50px;
}

.nav-menu {
    padding: 0;
}

.nav-menu .simplebar-content {
    padding: 0 !important;
}

.search-panel {
    color: #db8334;
    font-weight: 700;
    font-size: 32px; / mobile (retina): 60px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    line-height: 30px;
    transition: color 0.2s ease;
}

.search-panel .toggle-search {
    padding: 20px;
    cursor: pointer;
}

.search-panel .search-icon {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 5px;
    line-height: 25px;
}

.search-panel .search-field {
    padding: 20px;
    display: none;
    background: #db8334;
    position: relative;
}

.search-panel .search-field .search-icon-input {
    position: absolute;
    padding: 0;
    top: 28px;
    right: 30px;
    background-color: transparent;
    border: 0;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-search-title {
    text-transform: none;
    margin: 15px 0 10px;
    width: 100%;
}

.filter-search-title .icons {
    display: inline-block;
    margin-left: 20px;
}

.filter-search-title i {
    float: none;
    display: block;
    margin: 0;
}

.filter-search-title .fa-plus,
.filter-search-title.open .fa-minus {
    display: block;
}

.filter-search-title .fa-minus,
.filter-search-title.open .fa-plus {
    display: none;
}

.search-panel .search-field input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 10px;
    font-size: 18px;
}

.search-panel .search-field input:focus {
    outline: none;
}

.menu-ttl {
    padding-left: 45px;
    text-transform: uppercase;
}

.menu-icon {
    float: left;
    width: 40px;
    text-align: center;
    margin-right: 5px;
}

.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle .fa-minus,
.dropdown.open .dropdown-toggle .fa-plus {
    display: none;
}

.dropdown.open .dropdown-toggle .fa-minus {
    display: block;
}

.main-sub-menu .close-dd {
    display: none;
}

.main-sub-menu {
    display: none;
}

.dropdown {
    transition: background 0.3s ease;
}

.dropdown.open .main-sub-menu {
    display: block;
}

.dropdown.open .dropdown-toggle span:nth-of-type(2) {
    opacity: 0;
}

.main-sub-menu {
    background: #fff;
}

.main-sub-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-sub-menu-ul a {
    color: #2a2626;
    padding: 10px 24px 0;
    margin-bottom: 10px;
}

.hdp-logo-main {
    height: 183px;
    background-color: #fff;
    display: none;
}

.hdp-logo-main img {
    height: 100%;
    width: auto;
}

@media(min-width: 1153px) {
    .fixed-slider-height  {
        height: 295px;
    }

    .hide-1153 {
        display: none !important;
    }
    .fill {
        height: 100%;
        min-height: 100%;
    }

    #nav1 {
        display: block !important;
        opacity: 1 !important;
    }

    .hdp-logo-main {
        height: 20vh;
    }

    .nav-stacked {
        height: 80vh;
    }

    .nav-menu {
        height: calc(100% - 70px);
    }

    .p-search .search-field {
        display: block;
    }

    .col-fixed {
        position: fixed;
        z-index: 10;
        left: 0;
        top: 0;
        height: 100%;
        width: 300px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    .hdp-logo-main {
        display: block;
    }

    .search-panel:hover {
        color: #dd6900;
    }

    .nav-menu .simplebar-content {
        padding: 0 0 0 30px;
    }

    .nav-stacked li .dropdown-head {
        padding-right: 60px;
    }

    .nav-stacked li .dropdown-head a {
        padding: 10px 15px;
    }

    .dropdown:hover {
        background: #33788a;
    }

    .dropdown.open,
    .dropdown.active {
        background: #519caf;
    }

    .dropdown-toggle {
        height: 100%;
        width: 50px;
    }

    .main-sub-menu-ul li:hover, .main-sub-menu-ul li.active-hover-effect {
        background: #519caf;
        width: 305px;
        box-shadow: 1px 0 1px #372d2e;
        border-color: transparent;
    }

    .main-sub-menu-ul a {
        padding: 10px 15px 10px 60px;
        margin-bottom: 0;
        transition: color 0.15s ease;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .main-sub-menu-ul li:hover a, .main-sub-menu-ul li.active-hover-effect a {
        color: #fff;
        padding: 10px 18px 10px 60px;
    }

    .nav-menu > .simplebar-track.simplebar-vertical {
        top: 0;
        width: 6px;
    }

    .nav-menu > .simplebar-track .simplebar-scrollbar {
        width: 4px;
    }
    .nav-menu > .simplebar-track .simplebar-scrollbar:before {
        width: 4px;
        background: #8c8c8c;
    }

    .nav-menu > .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
        opacity: 0.7;
    }
}

@media(min-width: 1440px) {
    .fixed-slider-height  {
        height: 460px;
    }
}

.b-img-container.object-fit-img{
    background-size: cover;
    background-position: center top;
}

.cc-grower {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.btn.btn-default.btn-show-more.disable-click{
    background: #626262;
    pointer-events:none;
}
.btn.btn-search-result.btn-show-more.btn-show-more-search.disable-click{
    background: #626262;
    pointer-events:none;
}

.ajax-loader {
    opacity: 0;
}
.ajax-loader img {
    width: 30px;
}
