@font-face {
  font-family: 'fontello';
  src: url('../Fonts/fontello/fontello.eot?29995653');
  src: url('../Fonts/fontello/fontello.eot?29995653#iefix') format('embedded-opentype'),
       url('../Fonts/fontello/fontello.woff2?29995653') format('woff2'),
       url('../Fonts/fontello/fontello.woff?29995653') format('woff'),
       url('../Fonts/fontello/fontello.ttf?29995653') format('truetype'),
       url('../Fonts/fontello/fontello.svg?29995653#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fontello.svg?29995653#fontello') format('svg');
  }
}
*/
 
 [class^="icon-fontello-"]:before, [class*=" icon-fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-fontello-plus:before { content: '\e800'; } /* '' */



body {
    padding-bottom: 100px;
}

h1 {
    font-size: 25.5px;
}
.headline-small {
    padding: 6.5px 20px;
}

.navigation {
    margin-top: 0px;
    font-weight: normal;
}
.navigation .navigation-hover a {
    color: #000;
}

.navigation .navigation-hover h4 a {
    font-size: 15px;
    color: #000;
    max-height: 20px; 
    text-overflow: ellipsis; 
    display: inline-block; 
}
.navigation .navigation-hover li {
  line-height: 20px;
}

.campaignbox-content {
  padding: 20px;
  padding-top: 0;
}

.campaignbox-content img {
    margin: 0 auto;
    margin-bottom: 20px;
}

header {
    position: relative;
    z-index: 16;
}

header .header-partner {
    _padding-top: 30px;
    padding-left: 0;
    padding-right: 40px;
}
header .header-search {
  padding-top: 20px;
}
header .identification .header-partner a {
  max-height: 60px;
  max-width: 240px;
}
 media only screen and (max-width: 767px) {
header .identification .header-logo a {
    width: 85px;
    height: 85px;
 }
}

.main-navigation-sm > ul > li > div {
    display: none;
}

.navigation div.navbar-collapse  .main-navigation-sm > ul > li:hover > a {
    background: #e51e20;
    color: white;
}

.main-navigation-sm > ul > li:hover > div {
    display: inline-block;
}

.navigation div.navbar-collapse .main-navigation-sm > ul > li > a {
    color: #000;
    outline: none;
}


.subnavigation ul li a {
    padding: 8px 8px;
    font-size: 11px;
}

.filter-search-form button {
    width: 100%;
    padding: 9px 20px;
}

.filter-search-form button:hover {
    background: #ac1618;
    color: white;
}

.social-share > * {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.social-share .facebook {
    background: url("../Images/icon-facebook.png") no-repeat;
}

.social-share .twitter {
    background: url("../Images/icon-twitter.png") no-repeat;
}

.social-share .print {
    background: url("../Images/icon-print.png") no-repeat;
}

.social-share .email {
    background: url("../Images/icon-email.png") no-repeat;
}

.social-share .whatsapp {
    background: url("../Images/icon-whatsapp.png") no-repeat;
}

.meta-navigation {
    padding: 10px 10px 3px;
}

.meta-navigation .btn.btn-primary:hover {
    background: transparent;
}

.meta-navigation .btn-toolbar {
    text-align: center;
}

.meta-navigation .btn-toolbar.right .btn-group a {
    padding: 0;
}

.meta-navigation .btn-toolbar .btn-group {
    float:none;
}

.meta-navigation .btn-toolbar a {
    transition: all 0.2s ease;
}

.meta-navigation .btn-toolbar.right .btn-group a img {

}

.meta-navigation .btn-toolbar.right .btn-group a:hover img {


}

.meta-navigation .btn-toolbar.right .btn-group .grayscale img:first-child {
    position: absolute;
    opacity: 0;
    
    transition: all 0.2s ease;
}
.meta-navigation .btn-toolbar.right .btn-group .grayscale img:first-child:hover {

    opacity: 1;
}

.meta-navigation .social-buttons a {
    transition: all 0.2s ease;
}
.meta-navigation .social-buttons a.btn:first-child:hover {
    background: #3b5998;
}

.meta-navigation .social-buttons a.btn:nth-child(2):hover {
    background: #23AEF0;
}

.meta-navigation .social-buttons a.btn:last-child:hover {
    background: #e51e20;
}


@media (min-width: 550px) and (max-width: 768px) {
    .meta-navigation > .container > .row > div.col-xs-6 {
        width: 25%;
        float: left;
    }
    .meta-navigation > .container > .row > div.col-xs-6:first-child {
        width: 20%;
    }
    .meta-navigation > .container > .row > div.col-xs-12 {
        width: 55%;
        float: left;
    }
    .meta-navigation .btn-toolbar.middle {
        margin-top: 0 !important;
    }
    .meta-navigation .btn-toolbar a {
        padding: 3px 3px;
    }
}

@media (max-width: 768px) {

    .meta-navigation .btn-toolbar.middle {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    
    .meta-navigation .btn-toolbar.middle .btn.btn-primary {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (min-width: 980px) {
    
    .meta-navigation .btn-toolbar.middle .btn.btn-primary{
        padding-left: 15%;
        padding-right: 15%;
    }
}



.news-image-carousel video {
    width: 100%;
    vertical-align: bottom;
}

@media (min-width: 1080px) {
    .news-image-carousel p {
        white-space: normal;
        max-height: 68px;
    }
}

.news-image-carousel p.small,
.news-image-carousel p.small span,
.billboard-carousel .small {
    font-weight: normal;
    font-size: 12px;
}

.news-single .teaser-text {
    color: #000;
    font-weight: 700;
}

.carousel-description {
    pointer-events: none;
}

.carousel iframe {
  max-width: 100%;
  min-height: 380px;
}

.news .article h3 {
    margin: -3px 0 33px 0;
}
.news-related {
    padding: 0;
    width: 100%;
    display: block;
    border: 0;
    margin-bottom: 20px;
}
.news-related ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
}
.news-related li {
    text-align: right;
}
.news-related li .icon {
    font-size: 18px;
}
.news-related ul li span {
    padding: 0;
    border: 0;
    font-size: 12px;
    margin-right: 0;
}
.news-related ul li a {
    color: black;
}

.news-listing-small a {
    line-height: 18px;
    color: black;
}

@media only screen and (min-width: 768px) {
    .news-listing-small .news-listing-item [class^="col"]:last-child {
        padding-left: 20px;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 980px) {
    .news-listing-small .news-listing-item [class^="col"]:last-child {
        padding-left: 20px;
        padding-top: 0px;
    }
}

.news-related-files ul li {
    margin-bottom: 0;
}


@media (min-width: 768px) {
    .billboard-carousel .carousel-indicators {
        padding: 0;
        position: relative;
        margin: 0 0 0 -40px;
        right: 0;
        width: auto;
    }
    .billboard-carousel .carousel-indicators > li {
        padding: 15px;
        height: 65px;
        margin-bottom: 0;
        cursor: pointer;
    }
    .billboard-carousel .carousel-indicators > li .articletype-0 {
        z-index: 1;
        position: absolute;
        top: 13.5px;
        right: 0;
        bottom: 0;
        left: 15px;
        padding-right: 10px;
    }
    .billboard-carousel .carousel-indicators > li .background {
        z-index: 0;
        position: absolute;
        background: rgba(255, 255, 255, 1);
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
    }
    .billboard-carousel .carousel-indicators > li.active .background {
        background: #ac1618;
        opacity: 1;
    }
    .billboard-carousel .carousel-indicators > li.active:before {
        content: "";
    }
}



@media (min-width: 980px) {
    .billboard-carousel .carousel-indicators > li {
        height: 85px !important;
    }
    .billboard-carousel .carousel-indicators > li .articletype-0 {
        top: 18.5px;
    }
}
@media (min-width: 1080px) {
    .news-image-carousel img {
        height: 383px !important;
    }

    .billboard-carousel .carousel-indicators > li {
        height: 95px !important;
    }
}


@media only screen and (max-width: 767px) {
  .billboard-carousel .carousel-indicators {
        bottom: 130px;
        width: 110px;
        left: inherit;
        right: 0;
        top: inherit;
  }
  .billboard-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
}


.content .carousel.news-image-carousel .carousel-indicators {
    display: none;
}

.info-tools {
    font-size: 15px;
}
.info-tools a {
    margin-right: 0;
}
.info-tools .social-share a:hover {
    color: transparent;
}
.info-tools .social-share a {
    margin-top: 10px;
    margin-right: 20px;
}
.info-tools > li > div:nth-child(2) {
    color: inherit;
    text-align: right;
}

.info-tools > li .news-list-tags a {
    display: block;
}

@media(min-width: 768px) {
    .info-tools > li > div:nth-child(2) {
        text-align: left;
    }
}

@media(min-width: 980px) {
    .info-tools > li > div:nth-child(2) {
        text-align: right;
    }
}


.fly-dropdown {
    cursor: pointer;
}
.fly-popover {
    border: 0;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    border-radius: 0;
}
.fly-dropdown + .fly-dropdown-content {
    display: none;
    padding: 0;
}

.fly-dropdown-content-persons {
    width: 400px;
    height: 200px;
    color: white;
    padding: 20px;
}
.fly-dropdown-content-persons * {
    color: white;
    font-size: 14px;
}

.fly-dropdown-content-persons h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.fly-dropdown-content-persons .photoName {
    width: 150px;
    height: auto;
    float: right;
}

.lb-outerContainer {
    border-radius: 0;
}

.lb-dataContainer {
    background-color: white;
}
.lb-outerContainer .lb-container {
    padding: 0;
}
.lightbox .lb-image {
    border-radius: 0;
}
.lb-data {
    color: #4E4E4E;
}
.lb-data .lb-number {
    color: #4E4E4E;
}
.lb-data .lb-details {
    padding: 10px 20px 2px;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    outline: none;
}

div.csc-mailform ol, div.csc-mailform ol li {
    list-style-type: none;
    padding-left: 0;

}
@media only screen and (min-width: 992px) {
    .headline span {
        font-size: 25px;
    }
}

@media (max-width: 767px) {

    .navigation {
            margin-top: 0px;
    }
    .headline.headline-logo {
        padding-left: 0;
    }
    .headline.headline-logo span {
        width: auto;
    }
    header .identification .header-logo a {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    header .identification .header-search {
        margin-top: 120px;
        padding-top:0;
    }
    header .identification .header-search .global-search-form button {
        display: block;
        width: 0px;
    }
    header .identification .header-sponsor a img, header .identification .header-partner a img {
        max-height: none;
    }
    select, textarea, input {
        min-height: 40px;
    }
}

#mobile-navigation ul {
    padding-left: 0;
    list-style-type: none;
}
#mobile-navigation li {
    background:  #878787;
    color: white;
    border-bottom: 1px solid white;
}
#mobile-navigation li a {
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 70%;
    font-weight: 600;
    border: 0;
}
#mobile-navigation li a.arrow {
    position: relative;
    width: 27%;
    text-align: right;
    padding-left: 30px;
}
#mobile-navigation li.back {
    background-color: #e51e20;
}
#mobile-navigation li.back a.arrow {
    text-align: left;
    padding-left: 40px;
    width: 100%;
}
#mobile-navigation li.back a.arrow:before {
    content: "❮";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.carousel-control {
    background-color: transparent;
    margin: -20px 20px 20px 20px;
    opacity: 0.5;
    border: 0 none;
    outline:0 none !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.carousel-control .icon-prev:before {
  content: '';
}
.carousel-control .icon-next:before {
  content: '';
}

.carousel-control .icon-prev {
    background: url(../Images/prev.png) right 48% no-repeat;
}


.carousel-control .icon-next {
    background: url(../Images/next.png) 0 48% no-repeat;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 28px;
    line-height: 40px;
    width: 40px;
    height: 45px;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 1px;
}


.hide-on-mobile {
    display: none;
}

.page-navigation {
    min-height: 50px;
}

.news .page-navigation ul li a {
    min-width: 30px;
    text-align: center;
}

.news-related,.info-tools {
	 max-width:95%;
	 overflow:hidden;
}

div.tx-powermail div.col-sm-10 { 
width:60%;


}
div.tx-powermail label.col-sm-2 {
width:32% !important;
}

@media only screen and (min-width: 775px) {
    div.subsubnavigation {
        max-height: 415px;
        overflow:scroll;
    }
}

div.extbase-debugger {
  display:none;
}