
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/typo3conf/ext/epb_sitepackage/Resources/Public/Fonts/Montserrat-Regular.ttf') format('ttf');
}


.htmlarea-content-body, body, html {
    font-family: 'Montserrat', sans-serif !important;
}

::-moz-selection {
    background-color: #042b76;
    color: white;
}
::selection {
    background-color: #042b76;
    color: white;
}

.text-2column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
@media (min-width:1200px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
a {
    color: #009ee0;
}
strong {
    font-weight: 500;
}
a:hover {
    color: #082C76;
}
.body-bg-top {
    padding-top: 0px;
}
.center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.middle {
    padding: 250px 0;
}
.box {
    margin: auto;
    background-color: #2e6da4;
    width: 50%;
    height: 200px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.bsfullwrapper {
    overflow-x: hidden;
    padding: 0;
}
.right:before {
    right: -999em;
    background: inherit;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}
.jarallax {
    position: relative;
    z-index: 0;
    color: #FFFFFF;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.parallax-container {
    height: 400px;
    background: transparent;
}

.percent100 {
    height: 100%;
    width: 100%;
    display: table;
}

.v-h-center {
    display: table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.box-darkblue {
    background: rgba(134,149,220,0.5);
    color: #ffffff;
    padding: 30px;

}
.box-darkblue .text {
    color: #ffffff;
}
@media (max-width:991px) {
    .header {
        background-image: none !important;
    }
    .navbar-main .open .dropdown-menu {
        border-left: 4px solid #009ee0;
    }
}
.header {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

@media (min-width:992px) {
    .header {
        height: 217px;
        background-image: url("../Images/header-home.png");
        background-repeat: no-repeat;
        background-position: -380px 0px;

    }
    .navbar-main > li > a {
        padding: 0 10px;
    }
    .header nav.navbar-collapse.collapse ul.nav.navbar-nav.navbar-main > li {
        /* Menu Abstand von oben */
        padding-top: 137px;
    }
}

@media (min-width:1200px) {
    .header {
        height: 217px;
        background-image: url("../Images/header-home.png");
        background-repeat: no-repeat;
        background-position: center;
    }
}


.navbar {
    margin-bottom: 0px;
}
.header nav.navbar-collapse.collapse ul.nav.navbar-nav.navbar-main li.dropdown.open ul.dropdown-menu li {
    padding-top: 0px;
}
.header nav.navbar-collapse.collapse ul.nav.navbar-nav.navbar-main li a {
    line-height: normal;
    font-weight: 500;
    color: #009EE0;
    font-size: 18px;

}
.header nav.navbar-collapse.collapse ul.nav.navbar-nav.navbar-main li a:hover {
    color: #082C76;
}
.header nav.navbar-collapse.collapse ul.nav.navbar-nav.navbar-main li a {
    background-color: transparent;
}
.navbar-nav li .dropdown-menu {
    margin-top: 2px;
    border: 1px solid #009ee0;
}
.mobile-logo {
    padding-top: 3px;
}

strong {
    font-weight: 600;
}
.section-normal {
    padding-top: 5px;
    padding-bottom: 5px;
}
.frame > :last-child {
    margin-bottom: 0px;
}
.lightblue {
    background-color: #eaf6fc;
    padding-top: 40px;
    padding-bottom: 40px;
}
section .p {
    margin: 0px;
    padding: 0px;
}
.darkblue {
    background-color: #009ee0;
    padding-top: 40px;
    padding-bottom: 40px;
}
#map {
    height: 500px;
    width: 100%;
}


.frame {
    padding: 0px;
}

.footer-section {
    background: #009ee0;
}
.footer-section a {
    color: #FFFFFF;
}
.footer-section a:hover {
    color: #FFFFFF;
}
.footer-section-meta {
    padding: 0px;
    height: 400px;
}
.footer-section-content {
    padding-top: 1em;
    padding-bottom: 1em;
}
#googleMap {
    height:100%;
    width:100%;
}
h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue {
    color: #009ee0;
}
h4.media-heading {
    font-size: 16px;
}
@media (min-width: 992px) {
    h6 {
        font-size:1.0em;
    }
}
.frame-jumbotron-blue-transparent {
    background: rgba(3, 44, 119, 0.35);
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-info {
    border: none;
    background-color: #009ee0;
}
/*
 ##########
 ### Blue Card with Icon
 ##########
 */
.card-small {
    background-color: #eaf6fc;
    color: #000000;
    text-align: center;
    margin-top: 50px;
    height: 200px;
}
.circle-icon {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
.card-small h5.blue {
    position: relative;
    top: -25px;
    font-weight: bold;
}
.card-small p {
    position: relative;
    top: -10px;

}
.card-small .circle-icon img {
    margin-top:2px;
}
/*
 ##########
 ### Mitglieder
 ##########
 */

.table.table-blue td {
    border-top: none;
    padding: 5px;
}
.table.table-blue th {
    color: #009ee0;
    border-top: none;
    padding: 5px;
}
.table-responsive {
    border: 0px;
}
.page-58 .table-blue {
    margin-top: 40px;
}

/*
 ##########
 ### Mitglieder Slider
 ##########
 */
.padding-slider {
   padding-left: 35px;
   padding-right: 35px;
}
.mitglieder-slider-item {
    text-align:center;
}
.mitglieder-slider-item img {
    margin: 5px auto;
}
.center-slider a {
    color: #000000;
    text-decoration: none;
}
.center-slider a:hover {
    color: #000000;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-dots li button:before
{
    opacity: 1;
    color: #009ee0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 40px;
}
.slick-dots li.slick-active button:before
{
     opacity: 100%;
     color: #042b76;
}
.leistung-slider {
    padding-top:10px;
}
.leistung-slider-item {
    padding-bottom: 5px;
}
.co2-slider {
    padding-top:10px;
}
.co2-slider-item {
    padding-bottom: 5px;
}
a .solarwert, a .solarwerttext, a .solarwert:hover, a .solarwerttext:hover {
    color: #000000;
}
.solarwerttext {
    padding-top: 15px;
    margin-bottom: 0px;
}
.solarwert {
    font-weight: bold;
    font-size: 18px;
}

/*
 ##########
 ### Linkliste
 ##########
 */

.linkliste {
    height: 70px;
    align-items: center;
    display: flex;
}
.linkliste img {
    margin: auto;
    display: block;
}
.linkliste .col-linktext {
    padding-left: 0px;
}
.linkliste .col-icon {
    padding-right: 0px;
}
.blacklink, .blacklink:hover, .blacklink:focus, .blacklink:active {
    color: #000000;
    text-decoration: none;
}

/*
 ##########
 ### Header mit Icon oben
 ##########
 */

.section-header-with-icon {
    margin-top: 70px;
    padding-bottom: 0px;
    background-color: #c8e9f8;
    height: 110px;
}
.section-header-with-icon div {
    height: 100px;
}

.section-header-with-icon img {
    position: relative;
    top: -50px;
}
.section-header-with-icon .header-text {
    position: relative;
    top: -40px;
}
.section-header-with-icon-img {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #009ee0;
}
.section-header-with-icon-footer {
    background-color: #c8e9f8;
    border-bottom: 1px solid;
    border-color: #009ee0;
}
.section-header-with-icon-footer a,.section-header-with-icon-footer a:hover {
    color: #009ee0;
}

/*
 ##########
 ### News
 ##########
 */

.bgcolor-blue {
    background-color: #eaf6fc;
}
.news-images img {
    padding: 0.5em;
}
.news ul.pager {
    margin-top: 0px;
}
.pager li > a, .pager li > span {
    border: none;
    background-color: #009ee0;
    padding: 6px 12px;
    border-radius: 0px;
    color: #FFFFFF;
}
.pager li > a:focus, .pager li > a:hover {
    background-color: #009ee0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:focus, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:hover, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus, .tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover {
    background-color: #009ee0;
}
.pagination > li > a, .pagination > li > span, .tx-indexedsearch-browsebox > li > a, .tx-indexedsearch-browsebox > li > strong > a {
    color: #042b76;
}
.pagination > li > a:focus, .pagination > li > a:hover {
    color: #042b76;
}

.news-gallery .news-gallery-item {
    padding: 15px;
}


@media screen and (min-width: 1200px) {
    .bricklayer-column-sizer {
        /* divide by 3. */
        width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .bricklayer-column-sizer {
        /* divide by 2. */
        width: 50%;
    }
}

/*
 ##########
 ### Stationen-Rundgang
 ##########
 */

.station-header {
    background-color: #c8e9f8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.station-header:before {
    right: -999em;
    background-color: #c8e9f8;
    content: 'test';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
    height: 100px;
}
/*
 ##########
 ### technische Daten
 ##########
 */
table.tech-data td {
    padding: 5px;
}
table.table-center {
    margin-left:auto;
    margin-right:auto;
}

/*
 ###########
 ### Timeline
 ###########
 */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eaf6fc;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.1em;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -35px;
    background-color: #009ee0;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge.with-kw {
    line-height: normal;
    padding-top: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/*
 ###########
 ### Searchbar
 ###########
 */

.searchbar {
    margin-top:15px;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

/*
 ###########
 ### Cookies
 ###########
 */

#tx_cookies {
    height: 127px;
}

#tx_cookies_inner {
    background: #eaf6fc;
    position: fixed;
    width: 100%;
    z-index: 2000;
    /*
    height: 100px;
    padding-top: 100px; */
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    background: #009ee0;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}


/*
###########
### Fix Typo3 Update with new boostrap
###########
*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Fonts/glyphicons-halflings-regular.eot');
    src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    url('../Fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
    url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), 
    url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
    url('../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }


figure img, figure picture, figure video{
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.textmedia,
.textpic {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.textmedia-item,
.textpic-item {
  order: 1;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.textmedia-text > *:last-child,
.textpic-text > *:last-child {
  margin-bottom: 0;
}
.textmedia-gallery,
.textpic-gallery {
  margin-bottom: 24px;
}
.textmedia-centered,
.textpic-centered {
  align-items: center;
}
.textmedia-below .textmedia-text,
.textpic-below .textmedia-text,
.textmedia-below .textpic-text,
.textpic-below .textpic-text {
  order: 0;
  margin-bottom: 24px;
}
.textmedia-below .textmedia-gallery,
.textpic-below .textmedia-gallery,
.textmedia-below .textpic-gallery,
.textpic-below .textpic-gallery {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .textmedia-right .textmedia-item,
  .textmedia-left .textmedia-item,
  .textpic-right .textmedia-item,
  .textpic-left .textmedia-item,
  .textmedia-right .textpic-item,
  .textmedia-left .textpic-item,
  .textpic-right .textpic-item,
  .textpic-left .textpic-item {
    margin-bottom: 0;
    width: 50%;
  }
  .textmedia-right .textmedia-gallery,
  .textpic-right .textmedia-gallery,
  .textmedia-right .textpic-gallery,
  .textpic-right .textpic-gallery {
    order: 2;
  }
}
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .gallery-row:last-child {
    margin-bottom: -1em;
  }
  .gallery-item {
    position: relative;
    float: none;
    padding-left: .5em;
    padding-right: .5em;
  }
  /* .gallery-item:not(.gallery-item-size-1) img,
  .gallery-item:not(.gallery-item-size-1) picture {
    width: 100%;
    height: auto;
  } */
  .gallery-item-size-1 {
    width: 100%;
  }
  .gallery-item-size-2 {
    width: calc(100% / 2);
  }
  .gallery-item-size-3 {
    width: calc(100% / 3);
  }
  .gallery-item-size-4 {
    width: calc(100% / 2);
  }
  @media (min-width: 768px) {
    .gallery-item-size-4 {
      width: calc(100% / 4);
    }
  }
  .gallery-item-size-5 {
    width: calc(100% / 2);
  }
  @media (min-width: 768px) {
    .gallery-item-size-5 {
      width: calc(100% / 3);
    }
  }
  @media (min-width: 992px) {
    .gallery-item-size-5 {
      width: calc(100% / 5);
    }
  }
  .gallery-item-size-6 {
    width: calc(100% / 2);
  }
  @media (min-width: 768px) {
    .gallery-item-size-6 {
      width: calc(100% / 3);
    }
  }
  @media (min-width: 992px) {
    .gallery-item-size-6 {
      width: calc(100% / 6);
    }
  }