@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

/**
  Mixins:
  -------

  @mixin mixin_name($parametername, ...){
    //styling Optionen
    position: $parametername;
  }

  Mixin einbinden:

  .container {
    @include mixin_name($parametername);
  }

  ----------------------------------------------

  Extends:
  --------

  .message {
    color: red;
  }

  Extend einbinden:

  .error {
    @extend .message;
  }

**/
body {
    color: #3c4552;
    background-color: #fff;
    font-size: 16px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body h1, body h2, body h3, body p {
    margin: 0;
}

body h1 {
    font-size: 32px;
    margin-bottom: 35px;
}

body h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 18px 0;
}

body h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

body h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

body p {
    font-size: 16px;
    margin: 20px 0;
    font-weight: normal;
}

body a {
    color: #3c4552;
}

body a:hover {
    text-decoration: none;
    color: #3c4552;
}

body a:focus {
    outline: none;
    color: #3c4552;
    text-decoration: none;
}

body img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body ul li {
    padding-left: 0;
    list-style: none;
}

body ul li a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body.no-scroll {
    overflow: hidden;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 70px;
}

.main-wrapper {
    padding-bottom: 120px;
}

body .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
}

@font-face {
    font-family: 'afb-group';
    src: url("../fonts/afb-group.eot?sqdfl5");
    src: url("../fonts/afb-group.eot?sqdfl5#iefix") format("embedded-opentype"), url("../fonts/afb-group.ttf?sqdfl5") format("truetype"), url("../fonts/afb-group.woff?sqdfl5") format("woff"), url("..7fonts/afb-group.svg?sqdfl5#afb-group") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'afb-group' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e90e";
}

.icon-phone:before {
    content: "\e912";
}

.icon-certificate:before {
    content: "\e924";
}

.icon-check:before {
    content: "\e929";
}

.icon-check-box:before {
    content: "\e919";
}

.icon-cloud:before {
    content: "\e91a";
}

.icon-desktop:before {
    content: "\e92c";
}

.icon-diagram:before {
    content: "\e91d";
}

.icon-follow-up:before {
    content: "\e91c";
}

.icon-garbage:before {
    content: "\e915";
}

.icon-heart-box:before {
    content: "\e917";
}

.icon-house:before {
    content: "\e916";
}

.icon-leaf:before {
    content: "\e923";
}

.icon-marker:before {
    content: "\e92ae";
}

.icon-microscope:before {
    content: "\e918";
}

.icon-no-discrimination:before {
    content: "\e928";
}

.icon-numbers:before {
    content: "\e920";
}

.icon-paper-garbage:before {
    content: "\e922";
}

.icon-percent:before {
    content: "\e91b";
}

.icon-pickup:before {
    content: "\e92b";
}

.icon-puzzle:before {
    content: "\e91e";
}

.icon-safe:before {
    content: "\e927";
}

.icon-scan:before {
    content: "\e911";
}

.icon-security:before {
    content: "\e91f";
}

.icon-star:before {
    content: "\e92a";
}

.icon-target:before {
    content: "\e92e";
}

.icon-truck:before {
    content: "\e92d";
}

.icon-value-paper:before {
    content: "\e926";
}

.icon-waves:before {
    content: "\e921";
}

.icon-wheelchair:before {
    content: "\e92f";
}

.icon-download:before {
    content: "\e910";
}

.icon-price-flag:before {
    content: "\e90d";
}

.icon-recording:before {
    content: "\e902";
}

.icon-shopping-cart:before {
    content: "\e903";
}

.icon-screen:before {
    content: "\e904";
}

.icon-arrow-right-v2:before {
    content: "\e908";
}

.icon-lock:before {
    content: "\e909";
}

.icon-screwsdriver:before {
    content: "\e90a";
}

.icon-gear:before {
    content: "\e90b";
}

.icon-arrow-bottom-v2:before {
    content: "\e90c";
}

.icon-arrow-bottom:before {
    content: "\e914";
}

.icon-message:before {
    content: "\e913";
}

.icon-twitter:before {
    content: "\e90f";
}

.icon-arrow-left:before {
    content: "\e905";
}

.icon-arrow-right:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e900";
}

.icon-search:before {
    content: "\e901";
}

.icon-xing:before {
    content: "\e907";
}

.icon-linkedin2:before {
    content: "\e930";
}

.button {
    margin-top: 20px;
    padding: 15px 50px 15px 50px;
    position: relative;
    text-decoration: none !important;
    transition: background .4s ease-in;
    display: inline-block;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .button {
        padding: 15px 15px;
    }
}

.button.button-green-transparent {
    color: #96C11F;
    background-color: transparent;
    border: 1px #96C11F solid;
}

.button.button-green-transparent:hover {
    color: #fff;
    background-color: #96C11F;
}

.button.button-green {
    color: #fff;
    background-color: #96C11F;
    border: 1px #96C11F solid;
}

.button.button-green:hover {
    color: #96C11F;
    background-color: #fff;
    border: 1px #96C11F solid;
}

.btn-container {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .button {
        width: 100%;
    }

    .btn-container {
        text-align: center;
        margin-bottom: 0;
    }
}

section.slider .image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

section.slider .image img,
section.slider .image video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}

section.slider .image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(158, 198, 27, 0.6);
    z-index: 20;
}

section.slider .image:before {
    top: 0;
}

section.slider .image:after {
    bottom: 0;
}

section.slidervideo .image:after {
    bottom: 0;
    display: none
}

section.slider .image .container {
    display: table;
    height: 100%;
}

section.slider .content {
    z-index: 10;
    color: #fff;
    padding: 0 115px;
}


section.slider .content .headline {
    margin-top: 20px;
}

section.slider .content .subline, section.slider .content .headline {
    font-weight: lighter;
    /* text-shadow: 0px 2px 6px rgba(84, 84, 84, 0.7); */
    text-shadow: none;
}

section.slider .content .btn-container {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

section.slider .content .headline h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 32px;
}

section.slider .content .subline p {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    section.slider .content {
        color: #3c4552;
        padding: 0;
    }

    section.slider .content .subline, section.slider .content .headline {
        text-shadow: none;
    }
}

@media (min-width: 768px) {

    .slider .item .container {
        height: 100%;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        align-items: center;
    }
}

@media (min-width: 992px) {

    .slider .item .container {
        padding: 230px 0 40px;
    }
}


section.slider .owl-nav {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    left: 10px;
    right: 10px;
    height: 0;
}

section.slider .owl-nav .icon {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

@media (max-width: 1500px) {
    section.slider .owl-nav {
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    section.slider .owl-nav {
        display: none;
    }
}

section.slider .owl-prev {
    float: left;
    position: relative;
    left: 15px;
}

section.slider .owl-next {
    float: right;
    position: relative;
    right: 15px;
}

.owl-item .item .container .content .button-green {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .owl-item .item .container .content .btn-container {
    text-align: left;
  }

  .owl-item .item .container .content .button-green {
    margin-top: 0;
    width: auto;
  }
}

.text-module {
    margin: 50px 0 50px 0;
}

.text-module .background-white {
    background: #fff;
    position: relative;
    z-index: 20;
    padding: 50px 115px;
}

@media (max-width: 991px) {
    .text-module .background-white {
        padding: 50px 0;
    }
}

.text-module .background-white.no-padding {
    padding: 0;
}

.text-module .background-white h1 {
    line-height: 36px;
}

@media (max-width: 600px) {
    .text-module .background-white h1 {
        text-align: left !important;
    }

    .text-module .background-white p {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .text-module .negative-margin {
        margin-top: -40px;
    }
}

.text-module .btn-container {
    margin-top: 70px;
    text-align: center;
}

.text-module .btn-container .button {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .text-module .btn-container .button {
        margin: 0 20px;
        min-width: 300px;
    }
}

@media (min-width: 992px) {
    .background-image-text-module {
        padding-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .background-image-text-module .col-md-5, .background-image-text-module .col-md-7 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .background-image-text-module .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }
}

.background-image-text-module .background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 690px;
    display: table;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .background-image-text-module .background {
        height: 560px;
    }
}

.background-image-text-module .background-2 {
    background-image: url("../assets/images/image_1_example.png");
}

.background-image-text-module .container-wrapper {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
}

@media (min-width: 992px) {
    .background-image-text-module .container-wrapper:before, .background-image-text-module .container-wrapper:after {
        content: '';
        position: absolute;
        background: #fff;
        bottom: 0;
        height: 70px;
    }

    .background-image-text-module .container-wrapper:before {
        width: 14.5%;
        left: -1px;
    }

    .background-image-text-module .container-wrapper:after {
        width: 22%;
        right: 0;
    }
}

@media (min-width: 992px) {
    .background-image-text-module .container {
        padding: 0 115px;
    }
}

.background-image-text-module .content {
    color: #fff;
    text-shadow: 0px 2px 6px rgba(84, 84, 84, 0.7);
}

.background-image-text-module .content .headline {
    text-align: left;
}

.background-image-text-module .content .subline p {
    font-size: 24px;
}

.background-image-text-module .content h1, .background-image-text-module .content h2, .background-image-text-module .content h3, .background-image-text-module .content h4 {
    font-size: 91px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .background-image-text-module .content h1, .background-image-text-module .content h2, .background-image-text-module .content h3, .background-image-text-module .content h4 {
        font-size: 60px;
    }
}

.background-image-text-module .box {
    background: #fff;
    padding: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .background-image-text-module .box {
        top: 175px;
    }
}

@media (max-width: 767px) {
    .background-image-text-module .box {
        padding: 30px 15px 0;
    }
}

.background-image-text-module .box p {
    margin-top: 0;
}

.background-image-text-module .button {
    width: 100%;
    text-align: center;
}

.border {
    border-top: 2px #d9dee2 solid;
    border-bottom: 2px #d9dee2 solid;
}

.border-thin {
    border-top: 2px #d9dee2 solid;
    margin: 40px 0 20px 0;
}

.border-module {
    margin-bottom: 40px;
}

.border-module .container {
    border-top: 2px #d9dee2 solid;
}

.image-text-module {
    margin: 100px 0;
}

@media (max-width: 992px) {
    .image-text-module {
        margin: 50px 0;
    }
}

@media (max-width: 767px) {
    .image-text-module .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.image-text-module .container-wrapper {
    padding: 50px 0;
}

@media (min-width: 992px) {
    .image-text-module .container-wrapper {
        padding: 50px 100px;
    }
}

@media (max-width: 767px) {
    .image-text-module .container-wrapper {
        padding: 50px 15px;
    }
}

.image-text-module .container-wrapper:nth-child(2) {
    margin-bottom: 100px !important;
}

@media (min-width: 768px) {
    .image-text-module .col-md-3 {
        float: left;
        width: 25%;
    }
}

@media (max-width: 767px) and (min-width: 400px) {
    .image-text-module .col-md-3 {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .image-text-module .col-md-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .image-text-module .col-md-6 {
        float: left;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .image-text-module .col-md-6 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .image-text-module .col-md-push-6 {
        left: 50%;
    }

    .image-text-module .col-md-pull-6 {
        right: 50%;
    }
}

.image-text-module h2 {
    font-size: 28px;
}

@media (min-width: 768px) {
    .image-text-module h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .image-text-module h2 {
        margin-top: 0;
    }
}

@media (min-width: 400px) {
    .image-text-module .row {
        display: table;
    }
}

@media (min-width: 992px) {
    .image-text-module .row {
        width: 100%;
    }

    .image-text-module .row > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.image-text-module img {
    width: auto;
}

@media (max-width: 400px) {
    .image-text-module img {
        width: 100%;
    }
}

.image-text-module .center {
    text-align: center;
}

.image-text-module .btn-container {
    text-align: center;
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .container-wrapper {
        padding: 100px 100px;
    }

    .contentelements .image-text-module.outer-headline .container-wrapper {
        padding: 100px 200px 100px 0px;
    }

}

.image-text-module.outer-headline .row {
    display: block;
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .row {
        width: 100%;
    }

    .image-text-module.outer-headline .row > div {
        display: block;
        float: left;
    }
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .content.padding-top {
        padding-top: 75px;
    }
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .container-wrapper.no-padding {
        padding: 0 100px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .image-text-module.outer-headline .container-wrapper.no-padding {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .image-text-module.outer-headline .container-wrapper.no-padding {
        padding: 0 15px;
    }
}

.image-text-module.outer-headline .full-width img {
    width: 100%;
}

.image-text-module.outer-headline .headline {
    position: relative;
    width: 100%;
}

.image-text-module.outer-headline .headline h2 {
    font-size: 28px;
    z-index: 10;
    left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-right: 40px;
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .headline h2 {
        position: absolute;
        background: #fff;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .image-text-module.outer-headline .headline.right h2 {
        right: 0;
        left: auto;
        padding-left: 40px;
    }
}

.image-text-module.no-margin-top {
    margin-top: 0;
}

.image-text-module.no-margin-top .row:nth-child(2) {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .image-text-module.no-margin-top .row:nth-child(2) {
        margin-bottom: 50px;
    }
}

.image-text-module.no-margin-top .row:last-child {
    margin-bottom: 0;
}

.gray.outer-headline {
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .gray.outer-headline .headline h2 {
        background: #f8f8f8;
    }
}

@media (min-width: 768px) {
    .quick-nav {
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 26;
    }

    .quick-nav-wrapper {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }
}

.quick-nav-element {
    background: #96C11F;
    overflow: hidden;
    width: 63px;
    height: 67px;
    transition: transform .6s ease;
    position: relative;
    margin-bottom: 5px;
}

.quick-nav-element a {
    display: block;
}

.quick-nav-element .icon {
    left: 0;
    top: 0;
    position: absolute;
    display: table;
    color: #fff;
    width: 63px;
    height: 50px;
    font-size: 28px;
}

.quick-nav-element .icon:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.quick-nav-element span {
    position: absolute;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 8px;
    color: #fff;
}

@media (max-width: 767px) {
    .quick-nav.fixed {
        display: none;
    }
}

@media (max-width: 767px) {
    .quick-nav {
        text-align: right;
    }

    .quick-nav-element {
        display: inline-block;
    }
}

.video-module iframe {
    width: 100%;
    border: none;
}

@media (max-width: 767px) {
    .video-module iframe {
        height: 400px;
    }
}

.page-1 .header-image-module {
    display: none;
}

@media (min-width: 1600px) {
    .header-image-module {
        width: 1600px;
    }
}

@media (max-width: 1599px) {
    .header-image-module {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header-image-module {
        display: none;
    }
}

.header-image-module .background {
    background-image: url("../assets/images/header-image-small.png");
    background-size: cover;
    height: 215px;
    width: 100%;
    position: relative;
    background-position: center bottom !important;
}

.header-image-module .background:before {
    top: 0;
}

.header-image-module .background:after {
    bottom: 0;
}

@media (max-width: 1200px) {
    .header-image-module .background-desktop {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-image-module .background-small-desktop {
        display: none;
    }
}

@media (min-width: 1201px) {
    .header-image-module .background-small-desktop {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header-image-module .background-small-desktop {
        background-image: url("../assets/images/header-image-small-desktop.png");
    }
}

.counter-module {
    margin: 100px 0;
}

.counter-module .background {
    background: #005191;
    color: #fff;
    background-image: url("../assets/images/blue_background.png");
    background-position: center center;
}

@media (min-width: 768px) {
    .counter-module .background {
        height: 225px;
    }
}

@media (max-width: 767px) {
    .counter-module .background {
        padding: 50px;
    }
}

@media (min-width: 768px) {
    .counter-module .col-md-4 {
        float: left;
        width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .counter-module .col-md-4 {
        margin-bottom: 40px;
    }

    .counter-module .col-md-4:last-child {
        margin-bottom: 0;
    }
}

.counter-module .counter-wrapper {
    text-align: center;
}

.counter-module .container {
    display: table;
    height: 100%;
}

.counter-module .row {
    display: table-cell;
    vertical-align: middle;
}

.counter-module .number, .counter-module .percent {
    font-style: italic;
    font-size: 45px;
}

.counter-module .text-label {
    text-transform: uppercase;
    font-size: 14px;
}

.image-box-module {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    .image-box-module {
        margin: 0 0 50px 0;
    }
}

.image-box-module .container {
    position: relative;
    z-index: 20;
    margin-top: -40px;
}

@media (max-width: 991px) {
    .image-box-module .container {
        margin-top: -9px;
    }
}

.image-box-module .image {
    position: relative;
}

@media (max-width: 991px) {
    .image-box-module .image img {
        margin-bottom: 30px;
    }
}

.image-box-module .box {
    background: #fff;
}

.image-box-module .box .btn-container {
    margin-top: 40px;
    margin-bottom: 0;
}

.image-box-module .box .button {
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .image-box-module .box {
        width: 340px;
        padding: 40px;
        position: absolute;
        z-index: 10;
        right: 100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.image-box-module .headline {
    text-align: left;
}

.contact-person-module {
    background: #f8f8f8;
    padding: 60px 0;
}

.contact-person-module .col-md-12 {
    text-align: center;
    margin: 30px 0;
}

.contact-person-module .col-md-2 {
    margin-bottom: 30px;
}

@media (max-width: 992px) and (min-width: 767px) {
    .contact-person-module .col-md-2 {
        width: 25%;
        float: left;
    }
}

@media (max-width: 767px) {
    .contact-person-module .col-md-2 {
        width: 50%;
        float: left;
    }
}

.contact-person-module a {
    text-decoration: underline;
}

.contact-person-module a:hover {
    text-decoration: none;
}

.tile-module {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    /*  .turnaround.active {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
      }*/
}

.tile-module.color2 {
    padding: 100px 0;
}

.tile-module .text-content {
    margin-bottom: 50px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .tile-module .col-md-4 {
        width: 50%;
        float: left;
    }

    .tile-module .wrapper {
        float: none !important;
        margin: 30px auto;
    }
}

.tile-module .wrapper {
    height: 284px;
    width: 100%;
    float: left;
    color: black;
    position: relative;
    margin-bottom: 30px;
    text-align: left !important;
    perspective: 1000px;
}

@media (max-width: 992px) {
    .tile-module .wrapper {
        color: black;
        float: none;
        position: relative;
        margin: 0px auto;
        margin-bottom: 30px;
        left: 0;
        right: 0;
    }
}

.tile-module .wrapper.active .turnaround {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tile-module .wrapper.active .back {
        backface-visibility: visible;
    }

    .tile-module .turnaround {
        transition: none !important;
    }
}

.tile-module .hover-backface {
    backface-visibility: visible !important;
}

.tile-module .turnaround {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tile-module .front, .tile-module .back {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    padding-right: 25px;
}

.tile-module .front {
    z-index: 1;
    background-color: #005191;
    color: #fff;
    text-align: center;
}

.tile-module .back {
    transform: rotateY(180deg);
    z-index: 10;
    -webkit-transition: 1s 3s;
    transition: 1s 3s;
    border: 1px #3c4552 solid;
    background: #fff;
}

.tile-module .front .headline {
    padding-top: 15px;
}

.tile-module .front .front-text p {
    font-weight: bold;
}

.tile-module .back .headline {
    text-align: left;
}

.tile-module .back .headline h3 {
    color: #96C11F;
    font-weight: bold;
    margin-bottom: 30px;
}

.tile-module .icon {
    font-size: 32px;
}

.tile-module .content {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.tile-module .icon-wrapper {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 70px;
}

.tile-module .icon-wrapper .icon {
    font-size: 50px;
}

.tile-module .link a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.tile-module .link .back-link {
    color: #3c4552;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.history-module {
    margin: 100px 0;
}

@media (min-width: 992px) {
    .history-module .container {
        padding: 0 115px;
    }
}

.history-module .headline {
    text-align: left;
}

.history-module .row {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .history-module .row {
        display: flex;
    }
}

.history-module .row:first-child .col-md-6.right .headline:before {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

@media (min-width: 768px) {
    .history-module .row:last-child .col-md-6:first-child:before {
        content: '';
        position: absolute;
        bottom: -116px;
        width: 14px;
        height: 14px;
        background: #96C11F;
        border-radius: 100%;
        right: -9px;
    }
}

.history-module .col-md-6 {
    position: relative;
}

@media (min-width: 768px) {
    .history-module .col-md-6 {
        width: 50%;
        float: left;
    }

    .history-module .col-md-6:first-child {
        border-right: 3px #96C11F dotted;
    }

    .history-module .col-md-6:first-child:after {
        position: absolute;
        content: '';
        height: 105px;
        width: 3px;
        border-right: 3px #96C11F dotted;
        right: -3px;
        bottom: -103px;
    }
}

.history-module .col-md-6.right {
    padding-left: 50px;
}

.history-module .col-md-6.right .headline {
    position: relative;
}

.history-module .col-md-6.right .headline:before {
    font-family: 'afb-group';
    color: #96C11F;
    content: "\e914";
    position: absolute;
    left: -30px;
    top: 8px;
    font-size: 24px;
}

.history-module .col-md-6.left {
    padding-right: 60px;
    text-align: right;
}

.history-module .col-md-6.left .headline {
    text-align: right;
}

.history-module .col-md-6.left .headline:after {
    font-family: 'afb-group';
    color: #96C11F;
    content: "\e914";
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .history-module .desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .history-module .mobile {
        display: none;
    }
}

.history-module .mobile .row {
    margin-bottom: 70px;
}

.history-module .mobile .left {
    text-align: left;
    padding-left: 50px;
}

.history-module .mobile .left .headline {
    text-align: left;
}

.history-module .mobile .left .headline:before {
    font-family: 'afb-group';
    color: #96C11F;
    content: "\e914";
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 24px;
}

.history-module .mobile .left .headline:after {
    content: none;
}

.reference-module {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .reference-module .container {
        padding: 0 115px;
    }
}

.reference-module .col-md-4 {
    text-align: center;
}

@media (min-width: 768px) {
    .reference-module .col-md-4 {
        height: 150px;
    }
}

@media (max-width: 992px) {
    .reference-module .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .reference-module .col-md-4 {
        margin-bottom: 30px;
    }
}

.reference-module img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .reference-module img {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .reference-module .content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.reference-module .references {
    margin-top: 50px;
}

.reference-module {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .reference-module .container {
        padding: 0 115px;
    }
}

.reference-module .col-md-4 {
    text-align: center;
}

@media (min-width: 768px) {
    .reference-module .col-md-4 {
        height: 150px;
    }
}

@media (max-width: 992px) {
    .reference-module .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 767px) {
    .reference-module .col-md-4 {
        margin-bottom: 30px;
    }
}

.reference-module img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .reference-module img {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .reference-module .content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.reference-module .references {
    margin-top: 50px;
}

.accordion-section {
    margin: 60px 0;
}

@media (min-width: 992px) {
    .accordion-section .container {
        padding: 0 115px;
    }
}

.accordion {
    margin-bottom: 15px;
}

.accordion-wrapper .accordion-title {
    cursor: pointer;
    height: 70px;
    padding: 25px 90px;
    width: 100%;
    position: relative;
    font-size: 15px;
    background: #f8f8f8;
    color: #3c4552;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion-wrapper .accordion-title .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    font-size: 30px;
    color: #96C11F;
}

.accordion-wrapper .accordion-title:after {
    font-family: 'afb-group';
    content: '\e905';
    position: absolute;
    top: 25px;
    right: 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.accordion-wrapper .accordion-title.active:after {
    font-family: 'afb-group';
    content: '\e905';
    position: absolute;
    right: 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: 23px;
}

.accordion-wrapper .accordion-content {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .accordion-wrapper .accordion-content {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.accordion-wrapper .accordion-content img {
    width: auto;
}

@media (min-width: 992px) {
    .accordion-wrapper .accordion-content .row {
        display: table;
    }

    .accordion-wrapper .accordion-content .row > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.accordion-wrapper .accordion-content .col-md-6.image {
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .accordion-wrapper .accordion-content .col-md-6.image img {
        width: 100%;
    }

    .accordion-wrapper .accordion-title {
        height: 100% !important;
    }
}

.accordion-wrapper .content-wrapper {
    padding: 20px 0;
}

.accordion-wrapper .col-md-3 {
    margin-bottom: 30px;
}

@media (max-width: 992px) and (min-width: 767px) {
    .accordion-wrapper .col-md-3 {
        width: 50%;
        float: left;
    }
}

.accordion-wrapper .accordion.white {
    margin-bottom: 10px;
}

.accordion-wrapper .accordion.white .accordion-title {
    margin-bottom: 0;
}

.accordion-wrapper .accordion.white .accordion-content {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

.accordion-wrapper.small-accordion .accordion {
    margin: 50px 0;
}

.accordion-wrapper.small-accordion .accordion-title {
    cursor: pointer;
    height: 70px;
    padding: 25px 30px;
}

.accordion-wrapper.small-accordion .accordion-title img {
    position: absolute;
    top: -20px;
    left: 28px;
    width: 40px;
}

.accordion-wrapper.small-accordion .accordion-content {
    padding-left: 15px;
    padding-right: 15px;
}

.three-col-background-module .background {
    height: 450px;
    background-image: url("../assets/images/image_5.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .three-col-background-module .background {
        background-position: center left;
    }
}

@media (min-width: 992px) {
    .three-col-background-module .container {
        padding: 0 115px;
    }
}

@media (max-width: 992px) {
    .three-col-background-module {
        margin-bottom: 50px;
    }

    .three-col-background-module .col-md-4 {
        margin-bottom: 50px;
    }

    .three-col-background-module .col-md-4:last-child {
        margin-bottom: 0;
    }
}

.three-col-background-module .content-wrapper {
    background: #fff;
    padding: 40px 35px;
    position: relative;
}

@media (min-width: 992px) {
    .three-col-background-module .content-wrapper {
        margin-top: -150px;
    }
}

.three-col-background-module .content-wrapper:before {
    content: '';
    height: 50px;
    width: 100%;
    background: rgba(0, 81, 145, 0.52);
    position: absolute;
    left: 0;
    top: -50px;
}

.three-col-background-module .content-wrapper a {
    text-decoration: underline;
}

.three-col-background-module h2 {
    font-size: 28px;
    margin: 30px 0;
}

.three-col-background-module img {
    position: absolute;
    left: 35px;
    top: -35px;
    width: 75px;
}

.three-col-background-module .headline {
    text-align: left;
}

@media (max-width: 767px) {
    .three-col-background-module .btn-container {
        margin-bottom: 50px;
    }
}

.news-teaser {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .news-teaser .container {
        padding: 0 115px;
    }
}

.news-teaser .news-wrapper {
    margin-bottom: 60px;
}

.news-teaser .news-wrapper .headline {
    text-align: left;
}

@media (max-width: 768px) {
    .news-teaser .news-wrapper {
        margin-bottom: 30px;
    }
}

.news-teaser h2 {
    font-size: 28px;
}

@media (min-width: 768px) {
    .news-teaser h2 {
        margin-top: 0;
    }
}

.news-teaser a {
    color: #96C11F;
    font-weight: bold;
}

@media (max-width: 992px) and (min-width: 768px) {
    .news-teaser .col-md-2, .news-teaser .col-md-10 {
        float: left;
    }

    .news-teaser .col-md-2 {
        width: 20%;
    }

    .news-teaser .col-md-10 {
        width: 80%;
    }
}

.product-module {
    padding: 100px 0;
}

@media (min-width: 992px) {
    .product-module .row-wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 768px) {
    .product-module .row-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .product-module .container {
        padding: 0 115px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .product-module .col-md-4, .product-module .col-md-5 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .product-module .col-md-3 {
        width: 100%;
    }
}

.product-module .col-md-4 {
    position: relative;
}

@media (min-width: 992px) {
    .product-module .col-md-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .product-module .col-md-4 {
        margin-bottom: 30px;
    }
}

.product-module h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
}

.product-module table td {
    vertical-align: top;
}

.product-module .info p {
    font-size: 13px;
}

@media (min-width: 992px) {
    .product-module .price-wrapper {
        position: absolute;
        bottom: 0;
        right: 15px;
    }
}

.product-module .price-wrapper .info {
    text-align: right;
}

.product-module .price {
    text-align: right;
}

.product-module .price span {
    font-size: 37px;
    font-weight: bold;
}

.product-module .guarantee {
    text-align: right;
    padding-bottom: 5px;
}

.product-module .guarantee .icon {
    position: relative;
    top: 4px;
    left: -5px;
    font-size: 24px;
}

.product-module .payment {
    margin-top: 10px;
    text-align: right;
}

.product-module .payment span:first-child {
    margin: 0 10px;
}

.product-module .payment img {
    width: auto;
}

.portfolio-module {
    margin: 200px 0 100px 0;
    background: #f8f8f8;
}

.portfolio-module.footer-margin-bottom {
    margin-bottom: -50px;
}

@media (max-width: 767px) {
    .portfolio-module {
        margin: 200px 0 50px 0;
    }
}

.portfolio-module .top-headline {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 2px #d9dee2 solid;
}

.portfolio-module .top-headline h3 {
    font-weight: bold;
}

.portfolio-module p {
    margin: 10px 0;
}

@media (min-width: 992px) {
    .portfolio-module .container {
        padding: 0 115px;
    }
}

@media (min-width: 992px) {
    .portfolio-module .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.portfolio-module .container {
    position: relative;
    top: -160px;
}

.portfolio-module .col-md-4 {
    margin-bottom: 40px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .portfolio-module .col-md-4 {
        width: 50%;
        float: left;
        min-height: 450px;
    }
}

.portfolio-module .portfolio .headline {
    text-align: left;
}

.portfolio-module .image {
    margin-bottom: 30px;
}

.portfolio-module .button {
    width: 100%;
    text-align: center;
}

.portfolio-module .phone, .portfolio-module .mail, .portfolio-module .xing, .portfolio-module .linkedin {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.portfolio-module .linkedin {
    margin-left: 10px;
}

.portfolio-module .phone:before, .portfolio-module .mail:before, .portfolio-module .linkedin:before, .portfolio-module .xing:before {
    font-family: 'afb-group';
    position: absolute;
    left: 0;
    color: #96C11F;
}

.portfolio-module .xing:before {
    content: "\e907";
}

.portfolio-module .linkedin:before {
    content: "\e931";
}

.portfolio-module .phone {
    text-decoration: none;
}

.portfolio-module .phone:before {
    content: "\e912";
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.portfolio-module .mail {
    text-decoration: underline;
}

.portfolio-module .mail:before {
    content: "\e90e";
}

.portfolio-module .content {
    padding-right: 30px;
    position: relative;
}

.portfolio-module .flag {
    position: absolute;
    right: 0;
    top: -2px;
}

.portfolio-module .flag img {
    width: 14px;
    height: 11px;
}

.newsletter-module .info {
    font-style: italic;
    font-size: 14px;
    color: #a9adb0;
}

@media (min-width: 992px) {
    .newsletter-module .container {
        padding: 0 115px;
    }
}

.newsletter-module form {
    margin-top: 60px;
}

.newsletter-module .col {
    margin-bottom: 20px;
}

.newsletter-module .btn-container {
    text-align: right;
}

.newsletter-module .btn-container .button {
    width: auto;
    font-style: normal;
    text-align: center;
}

@media (max-width: 768px) {
    .newsletter-module .btn-container .button {
        width: 100%;
    }
}

.btn-group.bootstrap-select {
    width: 100% !important;
    font-size: 16px;
}

.btn-group.bootstrap-select .filter-option {
    color: #a9adb0 !important;
    font-style: italic;
}

.btn-group.bootstrap-select:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.bootstrap-select .btn {
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    background-color: #f8f8f8;
    position: relative;
}

.btn-group.bootstrap-select .btn:hover {
    background-color: #f8f8f8;
}

.btn-group.bootstrap-select .btn:focus {
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.btn-group.bootstrap-select .btn .bs-caret {
    display: inline-block;
    font-family: 'afb-group';
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    right: 15px;
    top: 10px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.btn-group.bootstrap-select .btn .bs-caret:before {
    content: "\e905";
    font-size: 16px;
    color: #a9adb0;
}

.btn-group.bootstrap-select .btn .caret {
    display: none;
}

.btn-group.bootstrap-select .dropdown-menu.open {
    border-radius: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none !important;
    border-top: 0;
    padding: 0;
}

.btn-group.open .dropdown-menu {
    z-index: 5 !important;
    border-left: 1px #f8f8f8 solid !important;
    border-bottom: 1px #f8f8f8 solid !important;
    border-right: 1px #f8f8f8 solid !important;
}

.btn-group.open .dropdown-menu li:before {
    content: none;
}

.btn-group.open .dropdown-menu li:last-child {
    border-bottom: none;
}

.btn-group.open .dropdown-menu li:first-child {
    border-top: none;
}

.btn-group.open .dropdown-menu li a {
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #a9adb0;
}

.btn-group.open .dropdown-menu li a:hover {
    background-color: #f8f8f8;
    color: #a9adb0;
}

.btn-group.open .dropdown-menu li a:focus {
    outline: none;
    background-color: #f8f8f8;
    color: #a9adb0;
}

.btn-group.open .dropdown-menu .selected a {
    outline: none;
}

.btn-group.open .dropdown-menu .selected a:hover {
    background-color: #f8f8f8;
    color: #a9adb0;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle .bs-caret {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.btn-group.open .dropdown-toggle .bs-caret:before {
    content: "\e905";
    font-size: 16px;
    color: #a9adb0;
}

.image-module {
    position: relative;
    z-index: 20;
}

.image-module .image {
    text-align: center;
}

.image-module .image img {
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 716px;
}

.contact-module {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .contact-module {
        margin-bottom: 50px;
    }
}

.contact-module input {
    margin-bottom: 20px;
}

.contact-module .isfirstsub {
    background: white;
    position: relative;
    z-index: 20;
    padding: 50px 100px 0 100px;
}

@media (max-width: 991px) {
    .contact-module .isfirstsub {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .contact-module .isfirstsub {
        padding-top: 50px;
        padding-bottom: 0;
        margin-top: 0;
    }
}

.contact-module .row:last-child {
    margin-top: 100px;
}

.contact-module .col-md-4 {
    margin-bottom: 30px;
}

.contact-module .col-md-6 {
    margin-bottom: 40px;
}

.contact-module .col-md-6:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contact-module .col-md-6 {
        float: left;
        width: 50%;
    }
}

.contact-module table {
    width: 100%;
}

.contact-module table td:last-child {
    text-align: right;
}

.contact-module .image-container {
    margin-bottom: 30px;
}

.contact-module .btn-container {
    text-align: right;
}

.contact-module .button {
    width: auto;
    text-align: center;
    font-style: normal;
}

@media (max-width: 767px) {
    .contact-module .button {
        width: 100%;
    }
}

.contact-module .info {
    margin-top: 20px;
    font-style: italic;
    font-size: 14px;
    color: #a9adb0;
}

.contact-module .top-headline {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px #a9adb0 solid;
}

.contact-module .top-headline h3 {
    font-weight: bold;
}

.download-module {
    margin: 200px 0 100px 0;
    background: #f8f8f8;
}

@media (min-width: 992px) {
    .download-module .container {
        padding: 0 115px;
    }
}

.download-module .container {
    position: relative;
    top: -140px;
}

.download-module .download-container .download {
    padding-left: 0;
}

.download-module .download-container .download:before {
    font-family: 'afb-group';
    content: "\e910";
    color: #96C11F;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: -4px;
}

.download-module .download-container a {
    text-decoration: underline;
}

.download-module .col-md-3 {
    min-height: 280px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .download-module .col-md-3 {
        width: 50%;
        float: left;
    }
}

.download-module .top-headline {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 2px #d9dee2 solid;
    height: 28px;
}

.download-module .top-headline h3 {
    font-weight: bold;
    float: left;
}

.download-module .top-headline .pages {
    float: right;
}

.download-module .top-headline .pages span {
    margin-right: 5px;
}

@media (min-width: 992px) {
    .preview-article .container {
        padding: 0 115px;
    }
}

.preview-article .content {
    padding: 35px;
    text-align: center;
    background: #f8f8f8;
}

.preview-article h3 {
    font-weight: bold;
}

.preview-article a {
    color: #96C11F;
    text-decoration: underline;
}

.preview-article .article {
    margin-bottom: 29px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .preview-article .col-md-4 {
        width: 33.333333%;
        float: left;
    }

    .preview-article .col-md-8 {
        width: 66.66666667%;
        float: left;
    }

    .preview-article .content {
        padding: 35px;
    }

    .preview-article .article {
        margin-bottom: 26px;
    }
}

.google-maps-module #googleMap {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 20;
}

@media (max-width: 767px) {
    .google-maps-module #googleMap {
        height: 300px;
    }
}

.detail {
    margin-bottom: 100px;
}

.detail .col-md-12 {
    position: relative;
    background: inherit;
    padding-top: 100px;
    margin-top: -30px;
    position: relative;
    z-index: 20;
}

@media (min-width: 992px) {
    .detail .col-md-12 {
        padding: 100px 100px 0 100px;
    }
}

.detail .top-back-link, .detail .subline {
    position: absolute;
    top: 30px;
    display: inline-block;
}

@media (max-width: 767px) {
    .detail .top-back-link, .detail .subline {
        top: 50px !important;
    }
}

.detail .subline {
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.detail .top-back-link {
    position: absolute;
    top: 30px;
    z-index: 2;
}

.detail .top-back-link a {
    text-decoration: none !important;
}

.detail .top-back-link .icon {
    position: relative;
    top: 2px;
    left: -5px;
}

.detail .subline {
    text-align: center;
}

.detail .content {
    margin-top: 50px;
}

.detail .back-link {
    text-align: center;
    margin-top: 50px;
}

.detail .back-link a {
    text-decoration: underline;
}

.detail img {
    margin: 40px 0;
}

.detail a {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.detail a:hover, .detail a:focus {
    color: #96C11F;
}

@media (min-width: 768px) {
    .footer .col-md-3 {
        width: 25%;
        float: left;
    }
}

@media (max-width: 767px) {
    .footer .col-md-3 {
        text-align: center;
        padding: 0;
    }

    .footer .col-md-3:last-child .headline:after {
        content: none !important;
    }
}

@media (min-width: 768px) {
    .footer ul {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .footer ul:not(.certification) {
        display: none;
        padding-bottom: 15px;
    }
}

.footer ul li {
    font-size: 14px;
}

.footer .footer-top {
    background: #005191;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .footer .footer-top {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

.footer .footer-top .headline {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

@media (min-width: 768px) {
    .footer .footer-top .headline {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer .footer-top .headline {
        padding: 10px 0;
        border-top: 1px #fff solid;
        cursor: pointer;
        text-align: center;
    }

    .footer .footer-top .headline:after {
        font-family: 'afb-group';
        content: '\e905';
        display: inline-block;
        position: absolute;
        right: 15%;
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }

    .footer .footer-top .headline.active:after {
        font-family: 'afb-group';
        content: '\e905';
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

.footer .footer-top .headline:last-child {
    border-bottom: none;
}

.footer .footer-top ul li {
    line-height: 30px;
}

.footer .footer-top ul li img {
    width: 50px;
}

.footer .footer-top ul li a {
    color: #fff;
}

.footer .footer-top ul li a:hover {
    text-decoration: underline;
}

.footer .footer-top .certification li:nth-last-child(2) {
    margin-bottom: 30px;
}

.footer .footer-top .certification li:nth-last-child(2) a {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .footer .footer-top .certification li {
        margin-top: 10px;
    }

    .footer .footer-top .certification li:nth-last-child(2) a {
        padding: 0 5px;
    }
}

.footer .footer-bottom {
    background: #d9dee2;
    color: #3c4552;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer .footer-bottom ul li {
    display: inline-block;
}

.footer .footer-bottom ul li a:hover {
    color: #3c4552;
}

.footer .footer-bottom .socials {
    display: table;
}

.footer .footer-bottom .socials li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .footer .footer-bottom .socials li:first-child {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom .socials li:first-child {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom .socials li {
        display: inline-block;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .footer .footer-bottom .socials {
        float: left;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom .socials {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer .footer-bottom .links {
    font-weight: bold;
    display: table;
    height: 27px;
}

.footer .footer-bottom .links a:hover {
    text-decoration: underline;
}

.footer .footer-bottom .links li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.footer .footer-bottom .links li:after {
    content: '|';
    padding-left: 5px;
}

.footer .footer-bottom .links li:last-child:after {
    content: none !important;
}

@media (max-width: 767px) {
    .footer .footer-bottom .links li {
        display: inline-block;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .footer .footer-bottom .links {
        float: right;
    }
}

@media (max-width: 767px) {
    .footer .footer-bottom .links {
        display: block;
        text-align: center;
    }
}

.footer .footer-bottom .icon {
    font-size: 24px;
}

@media (max-width: 768px) {
    .footer .footer-bottom {
        padding: 20px 0;
    }
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (max-width: 991px) {
    .main-header {
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .main-header {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.main-header .logo {
    float: left;
}

.main-header .logo img {
    width: 130px;
    height: 71px;
}

.main-header .navigation-top-container {
    background: #005191;
    color: #fff;
    padding: 7px 35px;
    height: 37px;
    display: table;
    width: 100%;
    font-size: 12px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .main-header .navigation-top-container {
        padding: 7px 15px;
    }
}

.main-header .navigation-top-container a {
    color: #fff;
}

.main-header .navigation-top-container ul {
    display: inline-block;
}

.main-header .navigation-top-container ul.link {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
}

.main-header .navigation-top-container ul.link li {
    text-decoration: underline;
}

.main-header .navigation-top-container ul.link li:hover {
    text-decoration: none;
}

.main-header .navigation-top-container .certification li {
    margin-right: 13px;
}

.main-header .navigation-top-container .certification img {
    width: 27px;
    height: 27px;
}

.main-header .navigation-bottom-container {
    padding: 25px 35px;
    background: #fff;
    width: 100%;
    display: table;
    height: 132px;
    border-bottom: 3px #96C11F solid;
}

.main-header .navigation-bottom-breadcrumb {
    height: 60px;
    background-color: #FFFFFF;
    line-height: 60px;
    padding-left: 15px;
}

.main-header .navigation-bottom-breadcrumb .breadcrumb-content {
    display: inline-block;
    font-size: 14px;
}

.main-header .navigation-bottom-breadcrumb .breadcrumb-content .bread_link_small {
    color: #d2d2d2;
    font-size: 14px;
}

.main-header .navigation-bottom-breadcrumb .breadcrumb-content a:hover {
    color: #3c4552;
}

@media (max-width: 768px) {
    .main-header .navigation-bottom-container {
        padding: 25px 15px 25px 15px;
    }
}

.main-header .navigation-bottom-container ul.navbar-top {
    margin-bottom: 24px;
    font-size: 14px;
}

.main-header .navigation-bottom-container ul.navbar-top li:nth-child(2) {
    padding-left: 5px;
}

.main-header .navigation-bottom-container ul.navbar-top li:nth-last-child(2):after {
    content: ' |';
    position: relative;
    left: 15px;
}

.main-header .navigation-bottom-container ul.navbar-top li a:hover {
    text-decoration: underline;
}

.main-header .navigation-bottom-container ul.navbar-top li:nth-child(1) a:hover, .main-header .navigation-bottom-container ul.navbar-top li:nth-child(2) a:hover {
    text-decoration: none;
}

.main-header .navigation-bottom-container ul.navbar-top .resize-fonts {
    padding-right: 0;
}

.main-header .navigation-bottom-container ul.navbar-top .resize-fonts .fontSmaller {
    font-size: 11px;
}

.main-header .navigation-bottom-container ul.navbar-top .resize-fonts .fontDefault {
    font-size: 14px;
}

.main-header .navigation-bottom-container ul.navbar-top .resize-fonts .fontBigger {
    font-size: 18px;
}

.main-header .navigation-bottom-container ul.navbar-top .germany, .main-header .navigation-bottom-container ul.navbar-top .uk, .main-header .navigation-bottom-container ul.navbar-top .search {
    position: relative;
    padding-left: 25px;
}

.main-header .navigation-bottom-container ul.navbar-top .germany:before, .main-header .navigation-bottom-container ul.navbar-top .uk:before, .main-header .navigation-bottom-container ul.navbar-top .search:before {
    content: '';
    height: 11px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
}

.main-header .navigation-bottom-container ul.navbar-top .search:before {
    background-image: url("../assets/icons/search.svg");
    width: 25px;
    height: 25px;
    left: -2px;
}

.main-header .navigation-bottom-container ul.navbar-top .germany:before {
    background-image: url("../assets/icons/germany-flag.png");
}

.main-header .navigation-bottom-container ul.navbar-top .uk:before {
    background-image: url("../assets/icons/uk-flag.png");
}

.main-header .navigation-bottom-container ul.navbar-bottom {
    font-size: 16px;
    position: relative;
    height: 23px;
}

@media (max-width: 1199px) {
    .main-header .navigation-bottom-container ul.navbar-bottom {
        font-size: 15px;
    }
}

.main-header .navigation-bottom-container ul.navbar-bottom li {
    font-weight: bold;
}

@media (min-width: 768px) {
    .main-header .navigation-bottom-container ul.navbar-bottom li:hover span {
        position: relative;
    }

    .main-header .navigation-bottom-container ul.navbar-bottom li:hover span:before {
        content: '';
        position: absolute;
        height: 11px;
        width: 100%;
        background: #a9adb0;
        bottom: -33px;
    }

    .parentActive span {
        position: relative;
    }

    .parentActive span:before {
        content: '';
        position: absolute;
        height: 11px;
        width: 100%;
        background: #a9adb0;
        bottom: -33px;
    }

    .main-header .navigation-bottom-container ul.navbar-bottom .active span {
        position: relative;
    }

    .main-header .navigation-bottom-container ul.navbar-bottom .active span:before {
        content: '';
        position: absolute;
        height: 11px;
        width: 100%;
        background: #a9adb0;
        bottom: -33px;
    }

}

.main-header .navigation-bottom-container ul.navbar-bottom li:nth-last-child(2) .submenu {
    min-width: 160px;
}

/* 30.01.2019 MS */
.main-header .navigation-bottom-container ul.navbar-bottom li:nth-last-child(2) a {
    color: #96C11F;
}

.main-header .navigation-bottom-container ul.navbar-bottom li:last-child a {
    color: #96C11F;
}

.main-header .navigation-bottom-container ul.navbar-bottom li:last-child .submenu {
    right: -35px;
    min-width: 160px;
}

@media (max-width: 992px) {
    .main-header .navigation-bottom-container ul.navbar-bottom li:last-child .submenu {
        width: 81px;
    }
}

.main-header .navigation-bottom-container ul.navbar-bottom li:last-child .submenu li a:before {
    content: none !important;
}

.main-header .navigation-bottom-container ul.navbar-bottom li .submenu li a:before {
    content: none !important;
}

.main-header .navigation-bottom-container ul.navbar-bottom li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 19px;
    padding-top: 35px;
    transition: all 0.3s ease;
    text-align: left;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu li {
    display: block;
    background: #fff;
    border-top: 1px #a9adb0 solid;
    transition: all .3s ease-in;
    font-weight: normal;
    padding: 0;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu li:hover {
    background: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu li a {
    color: #3c4552;
    padding: 10px 15px;
    display: block;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu .active {
    font-weight: bold !important;
}

.main-header .navigation-bottom-container ul.navbar-bottom .submenu li a:after {
    content: none;
}

.main-header .navigation-bottom-container ul {
    text-align: right;
}

.main-header .navigation-bottom-container ul li {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .main-header .navigation-bottom-container ul li {
        padding: 0 8px;
    }
}

.main-header .menu-wrapper {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.main-header ul li {
    display: inline-block;
}

.mobile-navigation {
    position: fixed;
    right: -75.23917%;
    top: 0;
    color: #fff;
    cursor: auto;
    overflow: hidden;
    transition: right .4s ease;
    width: 75.23917%;
    z-index: 60;
    height: 100%;
    background: #fff;
}

@media (min-width: 992px) {
    .mobile-navigation {
        display: none;
    }
}

.mobile-navigation-wrapper ul li {
    border-top: 1px #a9adb0 solid;
    position: relative;
    color: #3c4552;
    text-align: right;
}

.mobile-navigation-wrapper ul li span {
    padding: 10px 25px 10px 15px;
    display: block;
}

.mobile-navigation-wrapper ul li a {
    display: block;
    padding: 10px 25px 10px 15px;
}

.mobile-navigation-wrapper ul .resize-fonts {
    padding: 10px 25px 10px 15px;
}

.mobile-navigation-wrapper ul .resize-fonts a {
    display: inline-block;
    padding: 0;
}

.mobile-navigation-wrapper .search {
    border-top: none;
    background-color: #005191;
}

.mobile-navigation-wrapper .search a {
    color: #fff;
}

.mobile-navigation-wrapper .chat {
    border-top: 1px #fff solid;
}

.mobile-navigation-wrapper .contact, .mobile-navigation-wrapper .chat {
    background: #96C11F;
}

.mobile-navigation-wrapper .contact a, .mobile-navigation-wrapper .chat a {
    color: #fff;
}

.mobile-navigation-wrapper .submenu-wrapper {
    padding-bottom: 0;
}

.mobile-navigation-wrapper .top-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.mobile-navigation-wrapper .icon-arrow:after {
    font-family: 'afb-group';
    content: '\e905';
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #96C11F;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.mobile-navigation-wrapper .icon-arrow.active:after {
    font-family: 'afb-group';
    content: '\e905';
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mobile-navigation-wrapper .submenu {
    margin-left: -15px;
    margin-right: 0;
    display: none;
}

.mobile-navigation-wrapper .submenu li {
    padding-left: 30px;
    font-size: 13px;
}

.mobile-navigation.visible {
    right: 0;
}

.mobile-header {
    position: fixed;
    z-index: 51;
    width: 100%;
    background: #fff;
    padding: 15px;
}

@media (min-width: 992px) {
    .mobile-header {
        display: none;
    }
}

.mobile-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(158, 198, 27, 0.5);
    z-index: 50;
    bottom: -20px;
    left: 0;
}

@media (min-width: 1600px) {
    .mobile-header:after {
        width: 1600px;
    }
}

.mobile-header .navigation-bottom {
    position: relative;
}

.mobile-header .logo {
    float: left;
}

.mobile-header .navbar-toggle {
    float: right;
    margin-top: 15px;
    margin-right: 0;
}

.mobile-header .navbar-toggle span {
    background: #005191;
    width: 46px;
    height: 8px;
}

@media (max-width: 991px) {
    .mobile-header .navbar-toggle {
        display: block;
    }
}

.mobile-header .logo img {
    width: 130px;
}

.mobile-navigation-wrapper.scroll-enable {
    overflow-y: scroll;
    overflow-x: hidden;
}

.body-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 59;
    touch-action: none;
    background: rgba(24, 42, 53, 0.15);
}

.body-overlay.visible {
    display: block;
}

.mobile-header:after {
    content: none !important;
}

/*
.page-1 {
.mobile-header {
    &:after {
      content: none !important;
    }
  }

  .main-wrapper {
    position: relative;

    &:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 20px;
        background: rgba(158,198,27,0.5);
        z-index: 50;

        @media(min-width: 1600px) {
          width: 1600px;
        }
    }

    @media(max-width: 991px) {
      padding-top: 111px;
    }

    @media(min-width: 991px) {
      padding-top: 0;
    }
  }
}*/
@media (max-width: 991px) {
    .page-1 .main-wrapper {
        padding-top: 111px;
    }
}

.main-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media (min-width: 991px) {
    .main-wrapper {
        padding-top: 270px;
    }

    .main-wrapper .adjust-top-padding {
        margin-top: -270px;
    }
}

.main-wrapper:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 20px;
    background: rgba(158, 198, 27, 0.5);
    z-index: 50;
    top: 0;
}

@media (min-width: 1600px) {
    .main-wrapper:before {
        width: 1600px;
    }
}

@media (max-width: 991px) {
    .main-wrapper:before {
        top: 105px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main-wrapper {
        padding-top: 200px;
    }

    .main-wrapper .adjust-top-padding {
        margin-top: -95px;
    }
}

@media (max-width: 767px) {
    .main-wrapper {
        padding-top: 165px;
    }

    .main-wrapper .adjust-top-padding {
        margin-top: -40px;
    }
}

.main-wrapper ul li {
    position: relative;
    padding-left: 15px;
}

.main-wrapper ul li:before {
    content: '+';
    color: #96C11F;
    position: absolute;
    left: 0;
}

.main-wrapper a {
    text-decoration: underline;
}

.image-container {
    position: relative;
}

.image-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(0, 81, 145, 0.6);
    z-index: 5;
}

.image-container.green-border {
    position: relative;
}

.image-container.green-border:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 20px;
    background: rgba(158, 198, 27, 0.6);
    z-index: 5;
}

select, input, textarea {
    width: 100%;
    background: #f8f8f8;
    border: none;
    padding: 10px 20px;
    font-style: italic;
    color: #a9adb0;
}

input[type="checkbox"] {
    width: unset;
}


::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}


.preview-article .content {
    text-align: center;
    background: #f8f8f8;
    padding: 35px
}

.preview-article b {
    font-weight: 700
}

.preview-article p {
    margin: 0
}

.preview-article .headline {
    margin-bottom: 20px
}

.preview-article .teaser {
    margin-bottom: 20px
}

.preview-article .col-md-4 {
    margin-bottom: 30px
}

@media (max-width: 992px)and (min-width: 768px) {
    .preview-article .col-md-4 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

.preview-article .image {
    position: relative;
    height: 300px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.preview-article img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    display: block
}

.preview-article .category {
    margin-bottom: 20px
}

.preview-article .category__name {
    display: inline-block;
    background-color: #fff;
    color: #005191;
    border: 1px #005191 solid;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 0 5px 10px;
    font-size: 14px
}

.preview-article a {
    color: #96c11f;
    text-decoration: underline
}

.preview-article a:hover {
    color: #3c4552
}

.preview-article span.news-image-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background: rgba(248, 248, 248, .6);
    display: block;
    font-size: 12px;
    font-style: italic;
    width: 100%
}

html {
    position: relative;
    min-height: 100%
}

body {
    background-color: #fff;
    color: #3c4552;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

.filter {
    margin-bottom: 45px
}

.filter__category-wrapper {
    text-align: center;
    font-weight: bold
}

.filter__title {
    display: inline;
    text-align: center;
    font-weight: bold;
    margin-right: 10px
}

.filter__categories {
    display: inline-block
}

@media (max-width: 767px) {
    .filter__categories {
        margin-top: 15px
    }
}

.filter__categories li {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-weight: normal;
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px transparent solid;
    -webkit-transition: background .4s ease-in, color .4s ease-in, border .4s ease-in;
    transition: background .4s ease-in, color .4s ease-in, border .4s ease-in;
    background-color: #96c11f;
    color: #fff;
    margin-right: 10px
}

.filter__categories li.active, .filter__categories li:hover {
    background-color: #fff;
    border: 1px #96c11f solid;
    color: #96c11f
}

.filter__categories li:last-child {
    margin-right: 0
}


/*# sourceMappingURL=application.css.map */


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.country-wrapper::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 10px;
    background: rgba(158, 198, 27, 0.5);
    z-index: 50;
    bottom: 0;
}

.country-module a {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .country-module {
        background-size: contain;
        height: 970px !important;
    }

    .country-single {
        padding: 5px !important;
    }

    .country-flag {
        position: absolute;
    }

    .country-text {
        padding-bottom: 5px;
        padding-left: 70px;
        text-align: unset !important;
    }

    .country-wrapper {
        width: unset !important;
    }
}

.carousel .item:before,
.carousel .item .image:before {
    content: '';
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

@media (max-width: 767px) {
    .carousel .item .image::before {
        display: block;
    }
}

@media (min-width: 768px) {
    .carousel .item:before {
        display: block;
    }
}

body {
    font-family: 'Barlow', sans-serif !important;
}

.button, .cookie-manager__button, .powermail_submit {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}


/** frontend login */

.main-wrapper .frame-type-login {
    width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .main-wrapper .frame-type-login {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .main-wrapper .frame-type-login {
        padding: 0 15px;
    }
}

.main-wrapper .frame-type-login fieldset > div {
    width: 400px;
    max-width: 100%;
}
