/**
 * Common elements.
 */
body {
    font-family: "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
}

b,
strong {
    font-family: "GraublauSansSemibold", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

i,
em {
    font-weight: 500;
    font-style: italic;
}

a,
a:visited {
    color: #ba0c28;
    outline: none;
}

a:hover {
    color: #ba0c28;
}

a:focus,
a:active {
    color: #ba0c28;
}

a.formhandler_removelink {
    margin-left:.5rem;
}

a.formhandler_removelink .notok {
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url(../Images/Extensions/Formhandler/mark.gif) 0 0 no-repeat;
    transition: all 500ms;
}

a.formhandler_removelink .notok:hover {
    transform: scale(1.2);
    transition: all 500ms;
}


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

.ce-bodytext a,
.frame-type-text a,
.xframe-type-text a[class=""] {
    font-style: italic;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.ce-bodytext a:hover,
.ce-bodytext a:focus,
.ce-bodytext a:active,
.frame-type-text a:hover,
.frame-type-text a:focus,
.frame-type-text a:active {
    border-bottom: 1px solid #ba0c28;
}

/* Ordered lists only for the main content area */
#main ol:not(.breadcrumb) {
    padding: 0;

    list-style: none;
    counter-reset: item;
}

#main ol:not(.breadcrumb) ol {
    padding-left: 1em;
}

#main ol:not(.breadcrumb) li {
    counter-increment: step-counter;
    margin-bottom: 15px;
}

#main ol:not(.breadcrumb) li:before {
    content: counter(step-counter);
    margin-right: 8px;
    background-color: #e5e5e5;
    padding: 3px 12px;
    border-radius: 3px;
    color: #ba0c28;
}

h2 {
    margin-bottom: 30px;
    font-size: 42px;
}

h2 i,
h2 em,
h2 b,
h2 strong {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

figure.video {
    width: 100%;
}

video.video-embed-item {
    width: 100%;
    height: 100%;

    vertical-align: bottom;
}

/* To hide unwanted TYPO3 debugger output */
style {
    display: none !important;
}


/**
 * Tables.
 */
table,
.table,
.contenttable {
    width: 100%;
    margin-bottom: 60px;
}

th,
.table th
.contenttable th {
    font: 12px/1.4286 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #ba0c28;
    text-align: left;
}

table.header-vertical th {
    text-align: left;
}

td,
.table td {
    padding: 10px;

    border-top: none;
    border-right: 1px solid #e6e6e6;
}

td:last-child,
.table td:last-child {
    border-right: none;
}

table tr,
.table tr {
    border-bottom: 1px solid #e6e6e6;
}

table tr:last-child,
.table tr:last-child {
    border: none;
}

thead tr:hover,
.table thead tr:hover {
    background: none;
}

tbody tr:hover,
.table tbody tr:hover {
    background: none;
}

.borderless td, .borderless th {
    border: none;
}

@media (max-width: 767px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (min-width: 768px) {
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/**
 * Forms.
 */
fieldset {
    margin: 1em 0 1em 0;
    padding: 0;

    border: none;
    border-radius: 0;
}

legend {
    display: none;
}

form input[type="submit"],
form button[type="submit"] {
    /*margin-bottom: 1rem;*/
}

.input-group.d-inline-flex input[type="submit"],
.input-group.d-inline-flex button[type="submit"] {
    margin-bottom: 0;
}

form.forms-eventregistration .form-check-label {
    padding-left: 0;
}

form .checkbox .jcf-checkbox {
    position: absolute;
}

form .checkbox label {
    margin-left: 30px;
}

form .minitext {
    margin-top: 3rem;
}

form#blindjobapplication table {
    margin: 0;
}

label, .label {
    line-height: 1.6667;
    font-family: GraublauWeb, "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    font-size: 12px;
    color: #5b5b5d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

label.light, .label.light {
    color: #999999;
}

.col-form-label {
    font-size: 14px;
}

.form-inline .col-form-label .txt {
    padding-left: 15px;
}

label.text {
    font-size: 14px;
    letter-spacing: initial;
    text-transform: initial;
    line-height: 1.4;
}

.mailing-list-form .jcf-checkbox {
    position: absolute;
    top: 0;
    left: 0;
}

.mailing-list-form .form-check LABEL {
    padding-left: 2.5rem;
}


/* Required symbol */
.required {
    font-size: 0.85em;
    vertical-align: super;
}

/* Keyframes for rotating a spinner */
@keyframes spinner {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        transform: rotate(359deg);
    }
}

/* Main class for identifying a spinenr */
.spinner {
}

/* General spinner for loading content */
.spinner-default {
    text-align: center;
}

.spinner-default:before {
    content: '';

    display: inline-block;

    border-radius: 50%;

    animation: spinner 0.75s linear infinite;
}

.spinner-lg {
    display: block;
    position: relative;
    margin-top: 20px;
}

.spinner-lg:before {
    width: 75px;
    height: 75px;

    border: 10px solid #e5e5e5;
    border-top-color: #ba0c28;
}

.spinner-xs {
    display: inline-block;
}

.spinner-xs:before {
    width: 20px;
    height: 20px;

    border: 3px solid #e5e5e5;
    border-top-color: #ba0c28;
}

/* Centers the spinner within its container */
.spinner-xs-center {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    z-index: 2147483647;
}

.spinner-lg-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-top: -37px;
    margin-left: -37px;
    z-index: 2147483647;
}

/* Overlay for putting the spinner over any other content */
.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;

    background-color: rgba(255, 255, 255, 0.75);
}


/* Spinner when validating forms via AJAX */
.formhandler-ajax-validation {
    display: inline-block;
    float: right;
}


.formhandler-ajax-validation-spinner {
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url(../Images/Extensions/Formhandler/loader.gif) 0 0 no-repeat;
}

.form-inline .formhandler-ajax-validation {
    padding-left: 10px;
    float: none;
}

.formhandler-ajax-validation-result .ok,
.formhandler-ajax-validation-result .notok,
.formhandler-ajax-validation .has-danger {
    display: inline-block;
    width: 8px;
    height: 7px;
    background: url(../Images/Extensions/Formhandler/mark.gif) 0 0 no-repeat;
}

.formhandler-ajax-validation-result .ok {
    background-position: 0 -7px;
}

:not(.dropdown-toggle).btn::after {
    margin-top: -6px;
}


/**
 * Custom styles.
 */
.teaser {
    line-height: 1.4em;

    color: #999999;
    font-size: 1.35em;
    font-style: italic;
    font-weight: 300;
}

.teaser i,
.teaser em,
.teaser b,
.teaser strong {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.minitext {
    font-size: 12px;
    color: #5b5b5d;
}

.tagtext {
    font-family: GraublauWeb, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999999;
    text-transform: uppercase;
    display: inline-block;
    width: 140px;
    text-transform: uppercase;
}

.flag-icon {
    margin-right: 4px;
}


.label-sm {

}

.attribute {
    font-size: 18px;
    font-family: "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    color: #5b5b5d;
}

.attribute-sm {
    font-size: 12px;
    line-height: 1.5625;
    font-family: "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
}


/**
 * Animations.
 */
@keyframes zoom_in {
    from {
        transform: scale(1.0);
        -ms-transform: scale(1.0); /* IE 9 */
        -webkit-transform: scale(1.0); /* Safari and Chrome */
        -o-transform: scale(1.0); /* Opera */
        -moz-transform: scale(1.0); /* Firefox */
    }
    to {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -o-transform: scale(1.1); /* Opera */
        -moz-transform: scale(1.1); /* Firefox */
    }
}

@keyframes zoom_out {
    from {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -o-transform: scale(1.1); /* Opera */
        -moz-transform: scale(1.1); /* Firefox */
    }
    to {
        transform: scale(1.0);
        -ms-transform: scale(1.0); /* IE 9 */
        -webkit-transform: scale(1.0); /* Safari and Chrome */
        -o-transform: scale(1.0); /* Opera */
        -moz-transform: scale(1.0); /* Firefox */
    }
}


.card-block p:last-of-type,
.card-block ul:last-of-type {
    margin-bottom: 0;
}

/* to top */
.to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    cursor: pointer;
    background: #ba0c29;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 200;
    display: none;
}

.to-top:after,
.to-top:before {
    content: '';
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
    transform: rotate(225deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
}

.to-top:after {
    bottom: 14px;
}

.to-top:hover {
    background: #c9c9c9;
}


.frame {
    width: 100%;
}

.frame-indent {
    padding: 0 20px;
    margin: 0;
}

.list_with_line {
    list-style: none;
    padding-top: 15px;
}

.list_with_line li {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    font: italic 500 14px/1.2857 "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
    text-transform: uppercase;
}

.list_with_line li a {
    color: #999999;
    font-size: 16px;
}

.list_with_line li a:hover,
.list_with_line li a:active,
.list_with_line li a:focus {
    color: #ba0c28;
    text-decoration: none;
}

.upper {
    text-transform: uppercase;
}

.noborder {
    border: none !important;
}

.jumbotron {
    margin: 0;
}

.contentelement-jumbotron .container {
    max-width: 40% !important;
    padding: 80px 30px;
}

.contentelement-jumbotron .container .lead,
.contentelement-jumbotron .container .teaser {
    color: #ffffff;
    font-size: 25px;
}

.contentelement-jumbotron .container h1 {
    color: #ffffff;
    font-size: 45px;
}

.contentelement-jumbotron.new .container h2 {
    padding-top: 20px;
}


.contentelement-jumbotron.new .container:after {
    content: 'new';
    text-transform: uppercase;
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 0;
    padding: 0.3rem 0.5rem 0.3rem 1.5rem;
    background: #ba0c28;
    font: italic 500 20px "GraublauSans", "Helvetica Neue", Arial, sans-serif;
}


@media (max-width: 1171px) {
    .contentelement-jumbotron .container {
        max-width: 80% !important;
    }
}

@media (max-width: 767px) {
    .contentelement-jumbotron .container {
        padding: 40px 30px;
        margin: 5% !important;
        max-width: 90% !important;
    }

    .contentelement-jumbotron .container h2 {
        font-size: 30px !important;
    }

    .contentelement-jumbotron .container .lead,
    .contentelement-jumbotron .container .teaser {
        font-size: 1.35em;
    }

    .contentelement-jumbotron .container .teaser {
        margin: 0;
    }
}

.frame-ruler-before:before {
    border-top: 1px solid #e5e5e5;
}

.frame-ruler-after:after {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.menu-holder ul,
.menu-block .menu-bar > ul,
.menu-block .menu-bar > ul > li .dropdown-holder .subnav,
.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul,
.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul,
.sidenav,
.sidenav > li ul,
.social-networks,
.footer-nav,
.doc,
.flyout ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.menu-block .menu-bar > ul > li .dropdown-holder > .container:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#header {
    margin-bottom: 75px;
    position: relative;
    z-index: 9;
}

.logo-holder {
    position: relative;
    width: 159px;
    height: 173px;
    background: #ba0c28;
    float: left;
    display: inline-flex;
    vertical-align: top;
    padding: 34px 5px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.logo-holder .logo {
    width: 112px;
    height: 65px;
    background: url(../Images/agrana-logo.svg) no-repeat 0 0;
}

.no-svg .logo-holder .logo {
    background-image: url(../Images/agrana-logo.png);
    background-size: 112px 65px;
}

.country-title {
    background: #ffffff;
    color: #ba0c28;
    position: absolute;
    top: 173px;
    left: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font: 14px "graublauweb", Arial, Helvetica, sans-serif;
    padding: 5px 0;
    height: auto;
}

.menu-holder {
    float: right;
    font-family: "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    margin-top: 85px;
    background: rgba(255, 255, 255, .3);
    padding: 5px;
    border-radius: 40px;
}

.menu-holder ul:not(.flag-list) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    align-content: center;
    border-radius: 40px;
    overflow: hidden;
}

.menu-holder ul:not(.flag-list) > li {
    font-size: 14px;
    line-height: 1.2857;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.menu-holder ul:not(.flag-list) > li + li {
    margin-left: 1px;
}

.menu-holder ul:not(.flag-list) > li > a {
    display: block;
    background: #ffffff;
    color: #ba0c28;
    min-width: 50px;
    padding: 5px 10px;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-holder ul:not(.flag-list) > li > a .hover-text {
    display: none;
}

.menu-holder ul:not(.flag-list) > li > a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .5);
}

.menu-holder ul:not(.flag-list) > li > a.lang {
    flex-direction: row;
}

.menu-holder ul:not(.flag-list) > li > a .opener-text {
    font-style: normal;
}

.menu-holder ul:not(.flag-list) > li .icon-search {
    font-size: 15px;
    line-height: 1;
}

.menu-holder .menu {
    padding: 0 21px 0 10px;
}

.menu-holder .menu-icon {
    width: 20px;
    height: 16px;
    position: relative;
    padding-left: 20px;
    margin-right: 9px;
}

.menu-holder .menu-icon:before,
.menu-holder .menu-icon:after,
.menu-holder .menu-icon span {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #ba0c28;
}

.menu-holder .menu-icon:after {
    top: auto;
    bottom: 2px;
}

.menu-holder .menu-icon span {
    top: 50%;
    margin-top: -1px;
}

.menu-block {
    font-family: "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 9;
    display: none;
}

.menu-active .menu-block {
    display: block;
}

.menu-block.drop-active {
    overflow: hidden;
}

.menu-block .menu-nav {
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.menu-block .menu-nav .footer-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-block .menu-bar {
    background: #ffffff;
    position: relative;
    padding: 0 170px 0 40px;
    z-index: 9;
}

.menu-block .menu-bar .btn-close {
    position: absolute;
    top: 41px;
    right: 51px;
    width: 60px;
    height: 60px;
    border: 5px solid rgba(204, 204, 204, .2);
    border-radius: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.menu-block .menu-bar .btn-close span {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.menu-block .menu-bar .btn-close span:before,
.menu-block .menu-bar .btn-close span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ba0c28;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.menu-block .menu-bar .btn-close span:after {
    height: 20px;
    width: 2px;
}

.menu-block .menu-bar .btn-close:hover {
    border-color: rgba(204, 204, 204, .6);
}

.menu-block .menu-bar > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.menu-block .menu-bar > ul > li {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-block .menu-bar > ul > li > a {
    display: block;
    color: rgba(186, 12, 40, .5);
    position: relative;
    padding: 61px 59px;
}

.menu-block .menu-bar > ul > li > a:hover {
    color: #ba0c28;
}

.menu-block .menu-bar > ul > li.active .dropdown-holder {
    display: block;
}

.menu-block .menu-bar > ul > li.active > a {
    color: #ba0c28;
}

.menu-block .menu-bar > ul > li.active > a:before {
    content: "";
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #ba0c28;
}

.menu-block .menu-bar > ul > li.active > a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 16px 16px 0;
    border-color: #ffffff transparent transparent;
    border-style: solid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-block .menu-bar > ul > li .dropdown-holder {
    position: absolute;
    max-height: calc(100vh - 238px);
    overflow-y: auto;
    top: 100%;
    left: 0;
    right: 0;
    padding: 90px 0 50px;
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .drop-title {
    display: block;
    font: 600 18px/1.2222 "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 10px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .back-btn {
    font-size: 12px;
    line-height: 1.3333;
    display: inline-block;
    background: #f0f0f0;
    color: #666666;
    padding: 5px 10px 5px 30px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.menu-block .menu-bar > ul > li .dropdown-holder .back-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -1px;
    width: 10px;
    height: 10px;
    border-width: 2px 0 0 2px;
    border-color: #666666 transparent transparent #666666;
    border-style: solid;
    transform: rotate(-45deg) translateY(-50%);
    transition: transform .25s linear;
}

.menu-block .menu-bar > ul > li .dropdown-holder .back-btn:hover {
    background: #e3e3e3;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav {
    position: relative;
    margin-left: 10px;
    width: 410px;
    float: left;
    z-index: 5;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav.add:after {
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav:after {
    content: "";
    position: absolute;
    top: 29px;
    margin-left: 16px;
    left: 100%;
    width: 719px;
    height: 351px;
    background: url(../Images/map.svg) no-repeat;
    z-index: -1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding-right: 32px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li:first-child > a {
    border-top: 1px solid transparent;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a {
    color: #666666;
    display: block;
    padding: 15px 35px 15px 19px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: -1px;
    bottom: -1px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-right: none;
    display: none;
    z-index: -1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a.has-drop-down-a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-color: transparent #cccccc #cccccc transparent;
    border-style: solid;
    transform: rotate(-45deg);
    transition: transform .25s linear;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.has-drop-down.item-active,
.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.has-drop-down:hover {
    padding-right: 0;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li:hover > a {
    color: #ba0c28;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li:hover > a:before {
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li:hover > a:after {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.item-active > .sub-drop {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.item-active > a {
    color: #ba0c28;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.item-active > a:before {
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.item-active > a:after {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 830px;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 18px 29px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li {
    text-transform: none;
    max-width: 385px;
    padding-right: 32px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li:first-child > a {
    border-top: 1px solid transparent;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    color: #ba0c28;
    padding: 15px 35px 15px 19px;
    position: relative;
    z-index: 1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: -1px;
    bottom: -1px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-right: none;
    display: none;
    z-index: -1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a.has-drop-down-a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-color: transparent #cccccc #cccccc transparent;
    border-style: solid;
    transform: rotate(-45deg);
    transition: transform .25s linear;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.has-drop-down.item-active,
.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.has-drop-down:hover {
    padding-right: 0;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li:hover > a {
    color: #666666;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li:hover > a:before {
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li:hover > a:after {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.item-active > .sub-drop {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.item-active > a {
    color: #666666;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.item-active > a:before {
    display: none;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.item-active > a:after {
    display: block;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop {
    display: none;
    position: absolute;
    top: -1px;
    left: 414px;
    right: -1px;
    bottom: -1px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 18px 29px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li:first-child > a {
    border-top: 1px solid transparent;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li > a {
    color: #666666;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li > a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: -1px;
    bottom: -1px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: -1;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li:hover > a {
    color: #ba0c28;
    padding-left: 18px;
    padding-right: 18px;
}

.menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li:hover > a:after {
    display: block;
}

.product-view {
    overflow: hidden;
    padding: 0 10px 0 51px;
}

.product-view .product-info {
    margin-bottom: 29px;
}

.product-view .product-info .preview {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.product-view .product-info .preview img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.product-view .product-info .preview .overlay {
    width: 101px;
    height: 101px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product-view .product-info .preview .overlay:hover {
    opacity: .7;
}

.product-view .product-info .description {
    background: #ffffff;
    border-width: 0 1px 1px;
    border-color: transparent #e5e5e5 #e5e5e5;
    border-style: solid;
    text-align: center;
    padding: 35px 10px;
    font: italic 25px/1.2 "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
}

.product-view .product-info .description a {
    color: #ba0c28;
}

.product-view .product-info .description a:hover {
    color: #ba0c28;
}

.product-view .service-info {
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(229, 229, 229, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-view .service-info:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 120px;
    width: 285px;
    height: 139px;
    background: url(../Images/map.svg) no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .5;
}

.product-view .service-info .text {
    font: italic 20px/1.2 "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
    text-transform: none;
    letter-spacing: 0;
}

body {
    min-width: 320px;
    line-height: 1.4;
}

body.menu-active {
    overflow: hidden;
}

a {
    outline: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

h1 {
    margin-bottom: 69px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    hyphens: auto;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
}

h2 {
    font-family: "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 44px;
    color: #ba0c28;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
}

h3 {
    margin-bottom: 18px;
    font-family: "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5625;
    color: #ba0c28;
    text-transform: uppercase;
}

h4 {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5625;
    color: #ba0c28;
    text-transform: none;
}

p {
    margin-bottom: 30px;
}

p.lead {
    margin-bottom: 49px;
    word-spacing: -1px;
}

.highlighted-text {
    color: #ba0c28;
}

.jcf-select-drop .jcf-select-drop-content {
    border: none;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(19, 20, 19, .15);
}

.jcf-select-drop-content {
    font-size: 14px;
    line-height: 1.2857;
}

.jcf-select-drop-content .jcf-option {
    padding: 15px 28px;
    font: 15px/1.2667 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jcf-select-drop-content .jcf-option.jcf-hover {
    background: #f5f5f5;
}

.jcf-select-drop-content .jcf-option.jcf-selected {
    background: #ffffff;
    color: #666666;
    position: relative;
}

.jcf-select-drop-content .jcf-option.jcf-selected:before {
    content: "";
    width: 8px;
    height: 5px;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #333333 #333333;
    border-style: solid;
    position: absolute;
    top: 21px;
    left: 10px;
    transform: rotate(-45deg);
}

.jcf-radio + .form-check-label,
.jcf-checkbox + .form-check-label {
    vertical-align: middle;
}

.lead {
    color: #999999;
    line-height: 1.4;
    font-style: italic;
    font-weight: lighter;
}

.main-container h1 {
    padding: 0 15px;
}

#twocolumns {
    padding: 64px 96px 41px;
}

#sidebar {
    padding-top: 13px;
}

.content-preview {
    padding-top: 10px;
    margin-bottom: 39px;
}

.content-preview img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.navbar {
    min-height: 100px;
    height: 99px;
}

.navbar .navbar-toggler {
    outline: none;
    cursor: pointer;
}

.navbar-nav {
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 0 15px;
}

.navbar-nav .nav-item {
    padding: 0 30px;
    font: 14px/1.4286 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    min-width: 0px;
    max-width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-item + .nav-item {
    border-left: 1px solid #e5e5e5;
}

.navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: #666666;
}

.navbar-nav .nav-item.active:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #ba0c28;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.sidenav {
    margin-left: 16%;
    border-bottom: 1px solid #e5e5e5;
}

.sidenav > li {
    font: 14px/1.3571 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    border-top: 1px solid #e5e5e5;
    letter-spacing: 1px;
}

.sidenav > li > a {
    display: block;
    color: #ba0c28;
    position: relative;
    padding: 15px 20px;
}

.sidenav > li > a:hover {
    color: #333333;
    text-decoration: none;
}

.sidenav > li > a:focus {
    text-decoration: none;
}

.sidenav > li > a.drop-opener::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 11px;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-color: transparent #333333 #333333 transparent;
    border-style: solid;
    transform: rotate(45deg);
    transition: transform .25s linear;
}

.sidenav > li > a.drop-opener:hover::before {
    border-color: transparent #333333 #333333 transparent;
}

.sidenav > li > a.drop-opener.collapsed {
    color: #ba0c28;
}

.sidenav > li > a.drop-opener.collapsed:before {
    margin-top: -4px;
    border-color: transparent #cccccc #cccccc transparent;
    transform: rotate(-45deg);
    transition: transform .25s linear;
}

.sidenav > li > a.drop-opener.collapsed:hover {
    color: #333333;
}

.sidenav > li > a.drop-opener.collapsed:hover::before {
    border-color: transparent #333333 #333333 transparent;
}

.sidenav > li ul {
    padding: 2px 5px 28px 45px;
}

.sidenav > li ul > li {
    font-size: 14px;
    line-height: 1.2857;
    padding: 11px 5px;
}

.sidenav > li ul > li > a {
    color: #999999;
}

.sidenav > li ul > li > a:hover {
    text-decoration: none;
    color: #333333;
}

.banner {
    position: relative;
    margin-bottom: -100px;
    padding-bottom: 110px;
    background: #a8a39c;
}

.banner .container {
    height: 406px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.banner .bg-stretch {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .8;
}

.banner h1 {
    margin-bottom: 28px;
    font-size: 72px;
    line-height: 1.0417;
}

.banner .main-statement {
    display: block;
    font-size: 25px;
    line-height: 1.4;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 47px;
}

.content-article {
    padding-bottom: 17px;
}

#footer {
    background: #b10b26;
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
}

.footer-top {
    background: #f5f5f5;
}

.footer-top .top-bar {
    padding: 14px 0 15px;
    border-width: 1px 0;
    border-color: #e5e5e5 transparent;
    border-style: solid;
}

.breadcrumb {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0 10px;
}

#main .breadcrumb {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 54px;
    margin-top: -25px;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb a:hover {
    color: #666666;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item {
    margin-right: 10px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    width: 9px;
    height: 9px;
    border-width: 0 1px 1px 0;
    border-color: transparent #999999 #999999 transparent;
    border-style: solid;
    transform: rotate(-45deg);
    margin: 0 15px 0 0;
}

.social-networks {
    padding: 0 4px;
}

.social-networks li {
    padding: 9px;
    font-size: 20px;
    line-height: 1;
}

.social-networks li .icon-whatchado {
    font-size: 28px;
}

.other-info {
    padding: 95px 0 46px;
}

.other-info .btn {
    margin-left: 10px;
}

.footer-nav {
    margin-right: -9px;
}

.footer-nav > li {
    display: inline-block;
    font: 14px/1.2857 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    padding: 4px 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-nav > li.select-wrap.dropup .dropdown-menu {
    margin-bottom: 9px;
    right: 22px;
}

.footer-nav > li.select-wrap .dropdown-toggle {
    font: 14px/2.2857 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999999;
    padding-left: 28px;
}

.footer-nav > li.select-wrap .dropdown-toggle:after {
    content: "";
    margin: -6px 0 0 19px;
    width: 8px;
    height: 8px;
    border-width: 0 2px 2px 0;
    border-color: transparent #cccccc #cccccc transparent;
    border-style: solid;
    transform: rotate(45deg);
}

.footer-nav a,
.footer-nav a:visited {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    color: #999999;
}

.footer-nav a:hover {
    color: #666666;
    text-decoration: none;
}

.footer-nav .icon {
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 120px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

.newsletter-form {
    padding: 61px 0 72px;
}

.newsletter-form fieldset {
    padding: 0;
    margin: 0;

    border: none;
}

.newsletter-form .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    font-style: italic;
    display: block;
    margin-bottom: 55px;
}

.newsletter-form .input-group {
    width: auto;
}

.newsletter-form .input-group .btn {
    font-size: 14px;
    line-height: 32px;
}

.newsletter-form .input-group .jcf-select {
    padding-top: 12px;
    padding-left: 0;
    padding-right: 12px;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    margin-bottom: 0;
    border: none;
    margin-left: 1px;
    border-radius: 0;
    cursor: pointer;
}

.newsletter-form .input-group .jcf-select .jcf-select-text {
    font-family: "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}

.newsletter-form .input-group .jcf-select .jcf-select-opener {
    background: none;
}

.newsletter-form .input-group .jcf-select .jcf-select-opener:after {
    content: "";
    border-width: 4px 4px 0;
    border-color: #999999 transparent transparent;
    border-style: solid;
    margin: 0;
    position: absolute;
    right: 27px;
    top: 55%;
    transform: translateY(-50%);
}

.newsletter-form .dropdown-menu {
    font-size: 14px;
    line-height: 1.2857;
    padding: 1px 0 9px;
    margin-top: -71px;
    margin-right: 11px;
    width: 262px;
}

.newsletter-form .dropdown-menu .dropdown-item {
    padding: 15px 28px;
    font: 15px/1.2667 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsletter-form .dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
}

.newsletter-form .dropdown-menu .dropdown-item.active {
    background: #ffffff;
    color: #666666;
    position: relative;
}

.newsletter-form .dropdown-menu .dropdown-item.active:before {
    content: "";
    width: 8px;
    height: 5px;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #333333 #333333;
    border-style: solid;
    position: absolute;
    top: 21px;
    left: 10px;
    transform: rotate(-45deg);
}

.newsletter-form .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #e5e5e5;
}

.newsletter-form .form-control {
    border-color: white;
    color: #5b5b5d;
    font-size: 17px;
    font-family: "GraublauSans", "Helvetica Neue", Arial, sans-serif;
    min-width: 307px;
    height: 50px;
    padding: 8px 28px;
    letter-spacing: 0;
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: #999999;
}

.newsletter-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #999999;
}

.newsletter-form .form-control:-moz-placeholder {
    color: #999999;
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: #999999;
}

.newsletter-form .form-control.placeholder {
    color: #999999;
}

.newsletter-form .btn-secondary {
    background: rgba(255, 255, 255, .2);
    border-color: transparent;
    color: #ffffff;
}

.newsletter-form .btn-secondary:focus {
    box-shadow: none;
}

.newsletter-form .btn-secondary[type="submit"] {
    background: #ffffff;
    color: #ba0c28;
    padding-right: 22px;
    padding-left: 27px;
    cursor: pointer;
    border-color: transparent !important;
}

@media (max-width: 767px) {
    .newsletter-form .btn-secondary[type="submit"] {
        margin: 0 !important;
    }
}

.newsletter-form .btn-secondary[type="submit"]:hover {
    background: #e6e6e6;
}

.newsletter-form .btn-secondary[type="submit"]:after {
    margin-left: 15px;
}

.newsletter-form .input-group-btn:not(:first-child) > .btn,
.newsletter-form .input-group-btn:not(:first-child) > .btn-group {
    margin-left: 1px;
}

.newsletter-form .input-group-btn:not(:last-child) > .btn,
.newsletter-form .input-group-btn:not(:last-child) > .btn-group {
    margin-right: 0;
}

.newsletter-form .btn-secondary:active,
.newsletter-form .btn-secondary.active,
.newsletter-form .show > .btn-secondary.dropdown-toggle {
    background: #e6e6e6;
    border-color: transparent;
}

.doc {
    padding: 31px 0 80px;
}

.doc li {
    font-size: 15px;
    line-height: 1.2;
    padding: 5px 19px;
}

.doc li a {
    color: #ffffff;
}

.doc li a:hover {
    color: rgba(255, 255, 255, .6);
}

.promo-block img {
    width: 100%;
    height: auto;
}

.content {
    padding: 59px 0 56px;
}

.content-row {
    padding: 0 61px 31px;
}

.card.list-holder .list-group {
    margin-top: auto;
}

.card .card-img-top {
    width: 100%;
    height: auto;
    margin-top: -1px;
    /*transition: all .2s ease-in-out;*/
}

.card .card-block {
    min-height: 80px;
    /* transition: all .2s ease-in-out; */
}

.card .card-block h3 {
    margin-bottom: 0;
}

.card .card-block h3 + p,
.card .card-block h3 + ul,
.card .card-block h3 + ol {
    margin-top: 18px;
}

.card.full-hover:hover,
.card.full-hover:focus,
.card.full-hover:active {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .03), 0 2px 13px 0 rgba(0, 0, 0, .03);
}

.card.new:after {
    content: 'new';
    text-transform: uppercase;
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 0;
    padding: 0.3rem 0.5rem 0.3rem 1.5rem;
    background: #ba0c28;
    font: italic 500 20px "GraublauSans", "Helvetica Neue", Arial, sans-serif;
}


.card-block p {
    margin-bottom: 15px;
}

.card .card-block.popup-opener {
    cursor: pointer;
}

.card h2,
.card .card-title {
    margin-bottom: 17px;

    font-size: 20px;
    line-height: 1.3889;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card .card-title a {
    color: #ba0c28;
}

.card .card-title a:hover {
    color: #ba0c28;
}

.card .card-text {
    font: 16px/1.5625 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    color: #5b5b5d;
}

.card .card-icon {
    width: 70px;
    height: 70px;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 29px;
    color: #ba0c28;
    font-size: 27px;
    line-height: 1;
}

.card.contact {
    z-index: 1;
    overflow: hidden;
}

.card.contact:before {
    content: "";
    width: 295px;
    height: 144px;
    background: url(../Images/map.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: -57px;
    opacity: .5;
    z-index: -1;
}

.card.contact .card-block {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card.contact .card-block > img {
    margin-top: auto;
}

.card.contact .card-title {
    margin-bottom: 8px;
    height: auto;
    max-width: 100%;
}

.card.contact .card-text {
    margin-bottom: 20px;
    line-height: 1.25;
    max-width: 100%;
}

.card.stock .card-icon {
    margin-bottom: 24px;
}

.card.stock .card-block {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 21px;
}

.card.stock .card-title {
    padding-bottom: 22px;
    margin-bottom: 23px;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
}

.card.stock .stock-holder img {
    max-width: 100%;
    height: auto;
}

.card a.card-footer {
    color: #ba0c28;
}

.card a.card-footer:hover {
    color: #ba0c28;
    background: #f1f1f1;
}

.card a.card-footer:hover .link-all:after {
    border-color: transparent #ba0c28 #ba0c28 transparent;
}

.card .card-footer {
    padding: 6px .75rem;
    margin-top: auto;
    height: 62px;
    overflow: hidden;
}

.card .card-footer .link-all {
    font: 13px/1.3077 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 16px 8px 16px 0;
    letter-spacing: 1px;
    position: relative;

}

.card .card-footer .link-all:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    width: 6px;
    height: 6px;
    border-width: 0 2px 2px 0;
    border-color: transparent #ba0c28 #ba0c28 transparent;
    border-style: solid;
}

.card .list-group .list-group-item {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.card .list-group .list-group-item + .list-group-item {
    padding-top: 1px;
}

.card .list-group .list-group-item + .list-group-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    right: 19px;
    height: 1px;
    background: rgba(0, 0, 0, .125);
}

.card .list-group .list-group-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    padding: 27px 19px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #ba0c28;
    position: relative;
}

.card .list-group .list-group-item a:hover {
    background: #f9f9f9;
}

.card .list-group .list-group-item .btn {
    margin-left: 10px;
    font-size: 11px;
    line-height: 14px;
    padding: 7px 9px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.card .list-group .list-group-item .btn:after {
    display: none;
}

.card .list-group .list-group-item .btn.btn-secondary {
    background: #fbfbfb;
}

.card .list-group .list-group-item .btn.btn-secondary:hover {
    border-color: #e5e5e5;
}

.portfolio {
    padding: 124px 0;
}

.portfolio a:hover {
    text-decoration: none;
}

.portfolio h2 {
    margin-bottom: 15px;
    line-height: 1.0667;
}

.portfolio .text {
    margin-bottom: 20px;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-style: italic;
    color: #ffffff;
}

.portfolio .portfolio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 107px 0 66px;
    position: relative;
    flex-wrap: wrap;
}

.portfolio .portfolio-list .portfolio-box {
    display: block;
    margin: 0 18px 18px;
    width: 270px;
    background: #ededed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: relative;
}

.portfolio .portfolio-list .portfolio-box:before {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 100%;
    width: 353px;
    height: 396px;
    background: url(../Images/line-blue.png) no-repeat;
    z-index: 2;
    pointer-events: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -91px;
}

.portfolio .portfolio-list .portfolio-box:hover .hover-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.portfolio .portfolio-list .portfolio-box .title {
    display: block;
    background: #ffffff;
    font-size: 18px;
    line-height: 1.2778;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    color: #ba0c28;
    padding: 14px 10px;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-list .portfolio-box .portfolio-content {
    position: relative;
    height: 199px;
    overflow: hidden;
}

.portfolio .portfolio-list .portfolio-box .image-holder {
    position: absolute;
    top: -36px;
    left: 37px;
}

.portfolio .portfolio-list .portfolio-box .image-holder img {
    max-width: 100%;
    height: auto;
}

.portfolio .portfolio-list .portfolio-box .hover-block {
    background: #86afc6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: .8;
    z-index: 8;
}

.portfolio .portfolio-list .portfolio-box .hover-block .link-text {
    font: 15px/1.3333 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
}

.portfolio .portfolio-list .portfolio-box .hover-block .link-text a {
    display: block;
    color: #ffffff;
}

.portfolio .portfolio-list .portfolio-box .hover-block .link-text .circle {
    margin: 0 auto 13px;
    display: block;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 100px;
    position: relative;
}

.portfolio .portfolio-list .portfolio-box .hover-block .link-text .circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-color: transparent #86afc6 #86afc6 transparent;
    border-style: solid;
    transform: rotate(-45deg);
}

.portfolio .portfolio-list .portfolio-box.yellow .hover-block {
    background: #f6b511;
}

.portfolio .portfolio-list .portfolio-box.yellow .hover-block .link-text .circle:before {
    border-color: transparent #f6b511 #f6b511 transparent;
}

.portfolio .portfolio-list .portfolio-box.yellow:before {
    top: 99px;
    left: -70px;
    right: auto;
    margin: 0;
    width: 182px;
    height: 115px;
    background: url(../Images/line-yellow.png) no-repeat;
}

.portfolio .portfolio-list .portfolio-box.yellow .image-holder {
    left: auto;
    right: -31px;
    top: -49px;
}

.portfolio .portfolio-list .portfolio-box.red .hover-block {
    background: #c20a0a;
}

.portfolio .portfolio-list .portfolio-box.red .hover-block .link-text .circle:before {
    border-color: transparent #c20a0a #c20a0a transparent;
}

.portfolio .portfolio-list .portfolio-box.red:before {
    bottom: 87px;
    right: auto;
    left: 100%;
    width: 391px;
    height: 284px;
    margin-left: -93px;
    background: url(../Images/line-red.png) no-repeat;
}

.portfolio .portfolio-list .portfolio-box.red .image-holder {
    top: auto;
    bottom: -51px;
    left: -25px;
}

.events-block {
    padding: 121px 0 110px;
    position: relative;
}

.events-block:before {
    content: "";
    width: 1557px;
    height: 759px;
    background: url(../Images/map.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .25;
    z-index: -1;
}

.events-block h2 {
    margin-bottom: 22px;
}

.events-block .text {
    display: block;
    font-size: 25px;
    line-height: 1.2;
    font-style: italic;
    color: #999999;
    margin-bottom: 20px;
}

.events-block .events-row {
    padding: 51px 0;
}

.events-block .events-row .card {
    margin-bottom: 23px;
}

.events-block .events-row .card .card-block {
    padding: 23px 15px;
}

.events-block .events-row .card .preview {
    display: block;
    max-width: 160px;
    height: 160px;
    border: 1px solid #e0e0e0;
    border-radius: 300px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.events-block .events-row .card .preview:hover {
    border-color: #666666;
}

.events-block .events-row .card .card-title {
    height: auto;
    margin-bottom: 9px;
}

.events-block .events-row .card .event-date {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-style: italic;
    color: #666666;
    width: 54px;
    margin: 0 auto 14px;
}

.events-block .events-row .card .event-date span {
    display: block;
    font-size: 13px;
    line-height: 1.3846;
    font-weight: normal;
    font-style: normal;
    margin-top: 6px;
    padding-top: 7px;
    text-transform: uppercase;
    color: #000000;
    border-top: 1px solid #e0e0e0;
}

.stock .card-icon {
    margin-bottom: 24px;
}

.stock .card-block {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 21px;
}

.stock .card-title {
    padding-bottom: 22px;
    margin-bottom: 23px;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
}

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

.popup {
    display: none !important;
    transition: all .25s linear;
}

.popup-active .popup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    transition: all .25s linear;
}

.popup-active .popup.js-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all .25s linear;
}

.flyer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: none;
    display: inline-block;
    transform: translateY(100%);
    transition: all .25s linear;
}

.flyer-container.js-block-show {
    transform: translateY(0);
    transition: all .25s linear;
}

/* Flyer */
.contact-flyer a:hover .icon,
.contact-flyer a:active .icon {
    border-color: #999999;
}


.contact-flyer {
    float: right;
    width: 250px;
    height: 90px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px 4px 0 0;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.contact-flyer:before {
    content: "";
    width: 220px;
    height: 108px;
    background: url(../Images/map.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    right: -95px;
    opacity: .5;
    z-index: -1;
}

.contact-flyer .text-holder {
    padding: 19px 75px 10px 12px;
    font: 13px/1.3077 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    color: #5b5b5d;
}

.contact-flyer .text-holder h3 {
    margin-bottom: 3px;
    color: #ba0c28;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-flyer .text-holder p {
    margin-bottom: 0;
}

.contact-flyer .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    width: 50px;
    height: 50px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-radius: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ba0c28;
}

.contact-flyer .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-flyer .btn-close span {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
}

.contact-flyer .btn-close span:before,
.contact-flyer .btn-close span:after {
    content: "";
    width: 14px;
    height: 2px;
    background: #ba0c28;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.contact-flyer .btn-close span:after {
    height: 14px;
    width: 2px;
}

.contact-flyer .btn-close:hover span:before,
.contact-flyer .btn-close:hover span:after {
    background: #ba0c28;
}

@media (min-width: 576px) {
    .menu-holder ul:not(.flag-list) > li > a.lang:hover {
        padding-left: 31px;
        padding-right: 31px;
        background: #ffffff;
    }

    .menu-holder ul:not(.flag-list) > li > a.lang:hover .hover-text {
        display: inline;
    }

    .menu-holder ul:not(.flag-list).hovered-lang .menu {
        padding: 0 0 0 2px;
    }

    .menu-holder ul:not(.flag-list).hovered-lang .opener-text {
        display: none;
    }

    .jcf-select-drop {
        width: 260px !important;
    }
}

@media (min-width: 1172px) {
    .navbar-nav.add .nav-item {
        max-width: 200px;
    }
}

@media (max-width: 1349px) {
    .menu-block .menu-nav .footer-nav li {
        padding: 4px 15px;
    }

    .menu-block .menu-bar {
        padding: 0 90px 0 10px;
    }

    .menu-block .menu-bar .btn-close {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    .menu-block .menu-bar > ul > li > a {
        padding: 61px 20px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder {
        padding: 40px 0 30px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav {
        margin: 0;
        width: 340px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav:after {
        width: 505px;
        height: 246px;
        background-size: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li {
        padding-right: 20px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop {
        width: 590px;
        padding: 18px 20px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li {
        max-width: 290px;
        padding-right: 20px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop {
        left: 310px;
        padding: 18px 20px;
    }

    .product-view {
        padding-left: 10px;
    }

    .product-view .product-info .preview .overlay {
        width: 75px;
        height: 75px;
    }

    #wrapper:before {
        height: 476px;
    }

    h1 {
        font-size: 80px;
        margin-bottom: 50px;
    }

    .main-holder:before {
        left: 100px;
    }

    .main-holder:after {
        right: 100px;
    }

    #twocolumns {
        padding: 50px 60px;
    }

    .navbar {
        min-height: 90px;
        height: 89px;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        min-width: 0;
        max-width: 250px;
    }

    .sidenav {
        margin-left: 10px;
    }

    .footer-nav > li {
        font-size: 14px;
        padding: 4px 5px;
    }

    .footer-nav .icon {
        margin-right: 5px;
    }

    .content-row {
        padding-left: 0;
        padding-right: 0;
    }

    .card .card-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card .card-icon {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .card.contact .card-text {
        margin-bottom: 12px;
    }

    .card .card-footer .social-networks li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .card .list-group .list-group-item a {
        padding: 9px 19px 10px;
    }
}

@media (max-width: 1171px) {
    .logo-holder {
        width: 145px;
        height: 120px;
        padding: 0 5px 25px;
    }

    .logo-holder .logo {
        width: 95px;
        height: 55px;
    }

    .no-svg .logo-holder .logo {
        background-size: 95px 55px;
    }

    .country-title {
        top: 120px;
    }

    .menu-holder {
        margin-top: 30px;
    }

    .menu-block .menu-nav .footer-nav li {
        padding: 4px 5px;
    }

    .menu-block .menu-bar {
        padding-right: 70px;
    }

    .menu-block .menu-bar .btn-close {
        width: 40px;
        height: 40px;
        border-width: 3px;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu-block .menu-bar .btn-close span {
        width: 16px;
        height: 16px;
    }

    .menu-block .menu-bar .btn-close span:before,
    .menu-block .menu-bar .btn-close span:after {
        width: 16px;
    }

    .menu-block .menu-bar .btn-close span:after {
        width: 2px;
        height: 16px;
    }

    .menu-block .menu-bar > ul > li {
        font-size: 13px;
    }

    .menu-block .menu-bar > ul > li > a {
        padding: 30px 10px;
    }

    .menu-block .menu-bar > ul > li.active > a:before {
        bottom: 20px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder {
        padding: 30px 0;
        max-height: calc(100vh - 176px);
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav {
        width: 250px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav:after {
        width: 400px;
        height: 195px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li {
        padding-right: 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a {
        padding: 12px 20px 12px 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a.has-drop-down-a:before {
        right: 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop {
        width: 440px;
        padding: 18px 15px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li {
        max-width: 210px;
        padding-right: 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a {
        padding: 12px 20px 12px 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a.has-drop-down-a:before {
        right: 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop {
        left: 225px;
        padding: 18px 15px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li:hover > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-view {
        padding-right: 0;
    }

    .product-view .product-info .preview .overlay {
        width: 50px;
        height: 50px;
    }

    .product-view .product-info .description {
        font-size: 18px;
        padding: 20px 10px;
    }

    .product-view .service-info {
        padding: 18px 15px;
    }

    .product-view .service-info .text {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    #wrapper:before {
        height: 351px;
    }

    h1 {
        font-size: 60px;
        margin-bottom: 90px;
    }

    h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    p {
        margin-bottom: 20px;
    }

    p.lead {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .main-holder:before {
        top: 0;
        left: 80px;
    }

    .main-holder:after {
        top: 0;
        right: 80px;
    }

    #twocolumns {
        padding: 40px 30px;
    }

    .content-preview {
        padding-top: 0;
        margin-bottom: 25px;
    }

    .navbar {
        min-height: 0;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        padding: 5px 10px;
        z-index: 5;
    }

    .navbar .navbar-toggler {
        float: right;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f7f7f7;
    }

    .navbar-nav {
        padding: 10px 0 0 25px;
        text-align: left;
    }

    .navbar-nav .nav-item {
        max-width: none;
    }

    .navbar-nav .nav-item + .nav-item {
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar-nav .nav-item .nav-link {
        display: inline-block;
        vertical-align: top;
    }

    .navbar-nav .nav-item.active:before {
        bottom: auto;
        top: 40px;
        content: none;
    }

    .sidenav > li > a {
        padding: 10px 15px;
    }

    .sidenav > li ul {
        padding: 0 10px 20px 25px;
    }

    .sidenav > li ul > li {
        padding: 6px 5px;
    }

    .breadcrumb {
        padding: 0;
    }

    #main .breadcrumb {
        margin-top: 0;
    }

    .social-networks {
        padding: 0;
    }

    .other-info {
        padding: 30px 0;
    }

    .other-info .container {
        display: block !important;
    }

    .other-info .btn {
        margin: 0 0 15px;
    }

    .footer-nav > li.select-wrap .dropdown-toggle {
        margin-bottom: 0;
    }

    .card {
        margin-bottom: 20px;
    }

    .card .card-block {
        min-height: 120px;
    }

    .portfolio {
        padding: 50px 0;
    }

    .portfolio .portfolio-list {
        padding: 60px 0;
    }

    .portfolio .portfolio-list .portfolio-box {
        margin: 0 8px 10px;
        width: 210px;
    }

    .portfolio .portfolio-list .portfolio-box:before {
        bottom: 40px;
        margin-right: -72px;
    }

    .portfolio .portfolio-list .portfolio-box .portfolio-content {
        height: 160px;
    }

    .portfolio .portfolio-list .portfolio-box .image-holder {
        width: 150px;
        height: 150px;
    }

    .portfolio .portfolio-list .portfolio-box.yellow:before {
        left: -40px;
        top: 80px;
    }

    .portfolio .portfolio-list .portfolio-box.red:before {
        bottom: 40px;
        margin-left: -80px;
    }

    .contact-flyer .btn-close span:after {
        width: 2px;
    }
}

@media (max-width: 767px) {
    .to-top {
        right: 20px;
    }

    #header {
        background: #ffffff;
    }

    #header > .container {
        padding: 0;
    }

    .logo-holder {
        width: 120px;
        height: auto;
        padding: 11px 0 10px 0;
    }

    .logo-holder .logo {
        width: 60px;
        height: 35px;
    }

    .no-svg .logo-holder .logo {
        background-size: 69px 40px;
    }

    .menu-holder {
        margin-top: 0;
        background: none;
        padding: 0;
        border-radius: 0;
    }

    .menu-holder ul:not(.flag-list) {
        border-radius: 0;
        height: 56px;
    }

    .menu-holder ul:not(.flag-list) > li {
        font-size: 13px;
    }

    .menu-holder ul:not(.flag-list) > li + li {
        margin-left: 0;
    }

    .menu-holder ul:not(.flag-list) > li > a {
        background: none;
        color: #ba0c28;
    }

    .menu-holder .menu {
        padding: 0 9px;
    }

    .menu-holder .menu-icon {
        float: right;
        margin: -2px 0 0 5px;
        width: 18px;
        height: 18px;
    }

    .menu-holder .menu-icon:before,
    .menu-holder .menu-icon:after,
    .menu-holder .menu-icon span {
        background: #ba0c28;
        left: auto;
        right: 0;
        width: 18px;
    }

    .menu-block {
        overflow-y: auto;
    }

    .menu-block .menu-nav {
        position: static;
    }

    .menu-block .menu-nav .footer-nav {
        padding-top: 30px;
    }

    .menu-block .menu-nav .footer-nav {
        text-align: center;
    }

    .menu-block .menu-nav .footer-nav li.select-wrap {
        text-align: center;
    }

    .menu-block .menu-nav .footer-nav li.select-wrap .dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
    }

    .menu-block .menu-bar {
        padding-right: 10px;
        padding-top: 40px;
    }

    .menu-block .menu-bar .btn-close {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: #ffffff;
    }

    .menu-block .menu-bar > ul {
        display: block;
    }

    .menu-block .menu-bar > ul > li {
        padding: 5px 0;
    }

    .menu-block .menu-bar > ul > li > a {
        padding: 10px 8px;
    }

    .menu-block .menu-bar > ul > li.active .dropdown-holder {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-block .menu-bar > ul > li.active > a:before {
        left: 8px;
        right: auto;
        bottom: 0;
    }

    .menu-block .menu-bar > ul > li.active > a:after {
        display: none;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder {
        padding: 50px 0 10px;
        position: fixed;
        top: 0;
        bottom: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        background: #ffffff;
        z-index: 1;
        display: block;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder.sub-active {
        overflow: hidden;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder > .container {
        padding: 0;
        width: auto;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder > .container > .sub-drop {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav {
        width: auto;
        float: none;
        position: static;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav:after {
        width: 250px;
        height: 122px;
        top: 80px;
        left: 50%;
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: none;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li {
        max-width: none;
        padding-right: 0;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > a:after {
        border-right: 1px solid #e5e5e5;
        left: -1px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li.item-active > .sub-drop {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop {
        border: none;
        width: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 50px 13px 10px;
        margin: 0 -1px;
        background: #ffffff;
        z-index: 2;
        display: block;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop.sub-active {
        overflow: hidden;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li {
        max-width: none;
        padding-right: 0;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li > a:after {
        border-right: 1px solid #e5e5e5;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li.item-active > .sub-drop {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop {
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin-right: -1px;
        padding: 50px 13px 10px;
        border: none;
        display: block;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        z-index: 9;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav > li > .sub-drop > ul > li .sub-drop > ul > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-view {
        padding: 20px 10px;
    }

    #wrapper:before {
        height: 319px;
        background-position: 100% 50%;
    }

    h1 {
        margin-bottom: 80px;
        font-size: 45px;
    }

    .main-container {
        padding: 0;
        width: 100%;
    }

    .main-holder:before {
        left: 90px;
        display: none;
    }

    .main-holder:after {
        right: 90px;
        display: none;
    }

    #twocolumns {
        padding: 30px 20px;
    }

    .footer-top .top-bar {
        padding-top: 25px;
    }

    #footer .container {
        padding-top: 0 !important;
    }

    .breadcrumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .breadcrumb .breadcrumb-item {
        margin-bottom: 10px;
    }

    .social-networks {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .footer-nav {
        margin-right: 0;
        display: block !important;
    }

    .footer-nav > li {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
    }

    .footer-nav > li.select-wrap {
        display: block;
        padding-top: 10px;
        width: 100%;
    }

    .footer-nav > li.select-wrap.dropup .dropdown-menu {
        right: 0;
        left: 0;
    }

    .footer-nav > li.select-wrap .dropdown-toggle {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .newsletter-form {
        padding: 30px 0 40px;
    }

    .newsletter-form .title {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .newsletter-form .form-control {
        min-width: 0;
    }

    .content {
        padding: 30px 0;
    }

    .card .card-block {
        min-height: 0;
    }

    .card .card-title {
        height: auto;
    }

    .card .card-footer .link-all {
        padding: 8px;
    }

    .card .list-group .list-group-item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 10px;
    }

    .card .list-group .list-group-item time {
        margin: 0 0 15px;
    }

    .card .list-group .list-group-item .btn {
        margin-left: 0;
    }

    .portfolio .text {
        font-size: 20px;
    }

    .portfolio .portfolio-list {
        padding: 30px 0 10px;
    }

    .portfolio .portfolio-list .portfolio-box {
        width: 46%;
        margin-bottom: 15px;
    }

    .portfolio .portfolio-list .portfolio-box:before {
        display: none;
    }

    .events-block {
        padding: 40px 0;
    }

    .events-block .text {
        font-size: 20px;
    }

    .events-block .events-row {
        padding: 30px 0;
    }

    .contact-flyer {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #header {
        margin-bottom: 40px;
    }

    .menu-holder ul:not(.flag-list) > li > a {
        padding: 5px;
    }

    .menu-holder ul:not(.flag-list) > li .icon-search {
        font-size: 12px;
    }

    .menu-holder .menu-icon:after {
        bottom: 1px;
    }

    .menu-block .menu-bar > ul > li .dropdown-holder .subnav:after {
        width: 170px;
        height: 83px;
    }

    .product-view .product-info .preview .overlay {
        width: 25vw;
        height: 25vw;
    }

    .product-view .service-info {
        display: block;
        text-align: center;
    }

    .product-view .service-info .text {
        display: block;
        margin-bottom: 10px;
    }

    body {
        font-size: 16px;
    }

    #wrapper:before {
        height: 275px;
    }

    p.lead {
        font-size: 15px;
    }

    .jcf-select-drop-content.dropdown-menu-right {
        left: 0;
    }

    #twocolumns {
        padding: 20px 15px 30px;
    }

    .sidenav {
        margin-left: 0;
    }

    #footer {
        padding-bottom: 80px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .footer-nav > li {
        text-align: center;
        padding: 10px;
    }

    .footer-nav a {
        display: inline-flex;
        vertical-align: top;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-decoration: none;
    }

    .footer-nav .icon {
        margin: 0 0 10px;
    }

    .newsletter-form {
        padding: 20px 0;
    }

    .newsletter-form .title {
        margin-bottom: 20px;
    }

    .newsletter-form .input-group {
        display: flex !important;
        flex-direction: column;
    }

    .newsletter-form .input-group .btn {
        line-height: 22px;
    }

    .newsletter-form .input-group .jcf-select {
        max-width: none;
        width: 100%;
        margin: 0 0 1px;
    }

    .newsletter-form .dropdown-menu.dropdown-menu-right {
        left: 0;
    }

    .newsletter-form .form-control {
        width: 100%;
        border-radius: 10px !important;
        text-align: center;
        margin-bottom: 1px;
    }

    .newsletter-form .input-group-btn {
        flex-direction: row;
    }

    .newsletter-form .input-group-btn:last-child > .btn,
    .newsletter-form .input-group-btn:last-child > .btn-group {
        border-radius: 0 0 10px 10px;
    }

    .newsletter-form .input-group .form-control:not(:last-child),
    .newsletter-form .input-group-addon:not(:last-child),
    .newsletter-form .input-group-btn:not(:last-child) > .btn,
    .newsletter-form .input-group-btn:not(:last-child) > .btn-group > .btn,
    .newsletter-form .input-group-btn:not(:last-child) > .dropdown-toggle,
    .newsletter-form .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
    .newsletter-form .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .doc {
        padding: 20px 0;
        flex-direction: column;
    }

    .portfolio .text {
        font-size: 15px;
    }

    .portfolio .portfolio-list {
        display: block;
    }

    .portfolio .portfolio-list .portfolio-box {
        width: auto;
        max-width: 270px;
        margin: 0 auto 15px;
    }

    .portfolio .portfolio-list .portfolio-box .title {
        font-size: 16px;
    }

    .events-block .text {
        font-size: 15px;
    }
}

@media (max-height: 475px) {
    .menu-block .menu-nav .footer-nav li.select-wrap .dropdown-menu {
        max-height: 300px;
    }
}

.contentelement-card {
    position: relative;
    overflow: hidden;
    max-height: 600px;
    min-height: 190px;
}

.contentelement-card .card-block {
    position: relative;
    z-index: 200;

    color: #5b5b5d;
}

.contentelement-card .card-footer {
    z-index: 300;
}

.contentelement-card .full-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contentelement-card .card-img-top {
    height: 190px;
    min-height: 190px;
    max-height: 190px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contentelement-infocard .card-img-top {
    min-height: 190px;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (min-width: 1350px) {
    .contentelement-card {
        min-height: 240px;
    }

    .contentelement-card .card-img-top {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }
}

/* main nav wrapper */
.wrapper-main-nav {
    position: absolute;
    top: 170px;
    right: 15px;
    display: none;
    width: 695px;
}

.main-nav-open .wrapper-main-nav {
    display: block;
}

/* main nav grid */
.wrapper-main-nav .col-12 {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.wrapper-main-nav .col-12:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    right: 60px;
    top: -7px;
}

.wrapper-main-nav .col-12 div[class*="col"]:last-child {
    border-right: 1px solid #e5e5e5;
}

/* global styles */
.wrapper-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper-main-nav ul li a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrapper-main-nav .main-nav,
.wrapper-main-nav .products-nav {
    padding: 45px 35px 45px 35px;
}

.wrapper-main-nav .products-nav {
    padding-top: 30px;
}

.wrapper-main-nav ul li a.btn {
    font: 14px/2.2857 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ba0c28;
    padding: 8px 26px;
}


/* main nav */
.wrapper-main-nav .main-nav.side {
    padding-top: 25px;
}

.main-nav a {
    color: #666666;
    padding: 15px 0;
    font: 14px/19px 'GraublauWeb', 'Helvetica Neue', Arial, sans-serif;
}

.main-nav li:last-child a {
    padding-bottom: 0;
}

.main-nav a:hover {
    color: #ba0c28;
    text-decoration: none;
}

.main-nav .active a {
    color: #ba0c28;
}

/* products nav */
.products-nav a {
    font-size: 20px;
    font-style: italic;
    padding: 8px 0;
}

.products-nav li:first-child a {
    padding-top: 0;
}

.products-nav li:last-child a {
    padding-bottom: 0;
}

.products-nav a:hover {
    text-decoration: none;
}

.products-nav a:hover span {
    text-decoration: underline;
}

.products-nav img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.wrapper-main-nav .footer-nav {
    background: #f5f5f5;
    margin: 0 -15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 25px;
}

.wrapper-main-nav .footer-nav > li {
    padding: 4px 10px !important;
}

.wrapper-main-nav .footer-nav .icon {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.wrapper-main-nav em {
    color: #999999;
    font-size: 16px;
    line-height: 18px;
    padding: 58px 35px 0 35px;
    display: block;
}

/* fixed burger menu */
.fixed-menu {
    position: fixed !important;
    display: none;
    right: 40px !important;
    margin-top: 0;
    top: 5px !important;
    background: rgba(224, 224, 231, 0.5);
    border-radius: 40px;
    padding: 5px;
}

.fixed-menu.menu-holder .menu {
    padding: 0;
}

.fixed-menu.menu-holder .menu-icon {
    margin-right: 0;
}

.fixed-menu-show .wrapper-main-nav {
    position: fixed;
    top: 80px;
}

.fixed-menu-show .wrapper-main-nav .col-12:before {
    right: 45px;
}

/* responsive styles */
@media (max-width: 1171px) {
    .wrapper-main-nav {
        top: 110px;
        right: 0;
        width: 100%;
    }

    .wrapper-main-nav .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .wrapper-main-nav {
        top: 56px;
        left: 0;
        position: absolute;
    }

    .wrapper-main-nav .col-12 div[class*="col"]:first-child {
        border-bottom: 1px solid #e5e5e5;
    }

    .wrapper-main-nav .col-12 div[class*="col"]:last-child {
        border: 0 none;
    }

    .wrapper-main-nav .footer-nav {
        padding: 10px 0;
    }

    .fixed-menu {
        right: 20px !important;
    }

    .fixed-menu.menu-holder ul:not(.flag-list) {
        border-radius: 40px;
        height: 50px;
    }

    .fixed-menu.menu-holder ul:not(.flag-list) > li > a {
        padding: 5px 10px;
        background: #ffffff;
        color: #ba0c28;
    }

    .fixed-menu .menu-button * {
        color: #ba0c28;
    }

    .fixed-menu.menu-holder .menu-icon {
        width: 20px;
        height: 16px;
        float: none;
        margin: 0;
    }

    .fixed-menu.menu-holder .menu-icon:before,
    .fixed-menu.menu-holder .menu-icon:after,
    .fixed-menu.menu-holder .menu-icon span {
        background: #ba0c28;
        left: 0;
        right: auto;
        width: 20px;
    }

    .fixed-menu.menu-holder ul:not(.flag-list) > li {
        font-size: 14px;
    }

    .wrapper-main-nav .col-12:before {
        right: 35px;
    }

    .fixed-menu-show .wrapper-main-nav .col-12:before {
        right: 28px;
    }

    .wrapper-main-nav .main-nav,
    .wrapper-main-nav .products-nav {
        padding: 20px;
    }

    .wrapper-main-nav .main-nav a {
        padding: 10px;
    }

    .wrapper-main-nav em {
        padding: 20px 20px 0 20px;
    }

    .products-nav img {
        width: 30px;
        height: 30px;
    }

    .products-nav a {
        padding: 5px 0;
        font-size: 18px;
    }

    .wrapper-main-nav .footer-nav > li {
        padding: 4px 2px !important;
    }

    .wrapper-main-nav .footer-nav .icon {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .fixed-menu.menu-holder .menu-icon:after {
        bottom: 2px;
    }
}

/**
 * Page layout.
 */
/* Main page image at the top of the site */
.page-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 591px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Opens the main menu and contains other mainmenu options */
.menu-button * {
    color: #ba0c28;
}

.menu-opener {
    cursor: pointer;
}

/* Opens the country selection in the main menu for country sites */
.country-opener {
    position: relative;

    padding-right: 40px !important;

    cursor: pointer;
}

.country-opener:after {
    position: absolute;
    right: 17px;
    top: 24px;
}

@media (max-width: 767px) {
    .country-opener:after {
        top: 26px;
    }
}

/* Language menu */
.language-menu {
    border-radius: 0 !important;
}

/* Hide current language */
.language-menu span.active {
    display: none !important;
}

/* If there is more than one language, add margin between elements */
.language-menu li {
    margin-right: 1px;
    margin-left: 0 !important;
    border-left: 0;
}

.language-menu li:first-of-type {
    border-left: 0;
}

.language-menu li:last-of-type {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .language-menu li {
        margin-right: 0;
        border-left: 1px solid rgba(255, 255, 255, .5);
    }
}

.language-menu a {
    position: relative;
}

.language-menu .short {
    opacity: 1;
}

.language-menu .long {
    opacity: 0;
    position: absolute;

    transition: transform 200ms;
}

.language-menu a:hover .short {
    opacity: 0;
    position: absolute;
}

.language-menu a:hover .long {
    opacity: 1;
    position: relative;

    transform: scale(1.08);
}

/* Content containers for different templates */
body.start .content-0 {
    padding: 0;
}

body.start #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body.article .content-0 {
    padding: 64px 84px 0px 84px;
}

body.article .content-0 .sidenav {
    /* padding-top: 13px; */
    padding-top: 47px;
}

body.landing .content-0 {
    padding: 96px 96px 65px 96px;
}

body.detail .content-0 {
    padding: 150px 96px 56px 96px;
}

body.detail #header {
    position: absolute;
    width: 100%;
}

body.detail #header .menu-holder {
    margin-top: 19px;
    margin-right: 96px;

    background: rgba(0, 0, 0, 0.05);
}

body.detail #header .logo-holder {
    margin-left: 96px;
}

body.detail #main .page-navigation .navbar-toggler {
    display: none;
}

body.detail h2 {
    font-weight: normal;
}

/* Empty layout */
body.empty #wrapper > .frame:only-child .ce-gallery {
    margin-bottom: 0;
}

/* Main website navigation */
.main-navigation a {
    cursor: pointer;
    text-decoration: none;
}

/* Page navigation */
.page-navigation {
    z-index: 200; /* For the main content shadow */
}

.page-navigation .navbar-toggler {
    border: 0 none;
    cursor: pointer;
}

.page-navigation.navbar-light .navbar-toggler-icon {
    background: none;
    position: relative;
}

.page-navigation.navbar-light .navbar-toggler-icon:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-width: 0 2px 2px 0;
    border-color: transparent #666666 #666666 transparent;
    border-style: solid;
    transform: rotate(45deg);
    position: absolute;
    left: 9px;
    top: 6px;
}

.page-navigation.navbar-light .navbar-show .navbar-toggler-icon:before {
    transform: rotate(225deg);
    top: 12px;
}

.page-navigation-title {
    font: 14px/1.4286 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 10px 10px 25px;
}

.page-navigation .sidenav > li > a.drop-opener:before {
    right: 0;
}

/* Shadow and ordering for the main content container */
#header {
    margin-bottom: 0;

    z-index: 300;
}

#main {
    position: relative;
    z-index: 200;
}

#footer {
    z-index: 100;
}

#footer .page-uid {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.85rem;
    color: #c41330;
}

/* Increase link sizes for footer menu for better mobile score */
#footer .footer-menu li {
    font-size: 18px;
}

.main-header {
    height: 275px;
    margin-bottom: 43px;
}

.main-header h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;

    text-align: center;
    display: none;
}


.content-0 {
    position: relative;
    margin: 0;
    min-height: 300px;

    background-color: white;
    z-index: 100;
}

.main-holder {
    position: relative;
    background: white;
}

.article .main-holder {
    padding-bottom: 50px;
}

.main-holder:before {
    content: "";

    position: absolute;
    top: 50px;
    left: 30px;
    width: 50px;
    height: 300px;
    z-index: 0;

    box-shadow: 0 0 40px 15px rgba(0, 0, 0, .2);
    transform: rotate(-6deg);
}

.main-holder:after {
    content: "";

    position: absolute;
    top: 50px;
    right: 30px;
    width: 50px;
    height: 300px;
    z-index: 0;

    box-shadow: 0 0 40px 15px rgba(0, 0, 0, .2);
    transform: rotate(6deg);
}

/* Content side navigation */
.sidenav > li.active > a {
    color: #333333;
}

.sidenav ul > li.active > a {
    color: #333333;
}

/* Flag list */
.flag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

    width: 604px;
    margin: 0;
    padding: 19px 30px;

    list-style: none;
}

.country-opener-menu {
    margin-top: -60px;
}

.flag-list li {
    min-width: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    font: 13px/18px "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    padding: 10px 12px;
}

.flag-list li a {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    color: #999999;
    text-decoration: none;
}

.flag-list li a:hover {
    color: #666666;
}

.flag-list li .flag-icon {
    margin-right: 4px;
}

.flag-list img {
    height: 13px;
    width: auto;
}

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

    .country-opener-menu {
        margin-top: auto;
    }

    .flag-list li {
        width: 125px; /* Fixed with for long country names => word break */
    }
}

@media (max-width: 575px) {
    .flag-list {
        padding: 10px 12px;
    }

    .flag-list li {
        min-width: 0;
        width: 50%;
        text-align: center;
    }

    .flag-list li a {
        display: inline-block;
    }

    .flag-list li .flag-icon {
        display: block;
        margin: 0 auto 5px;
    }

    .flag-list li .flag-icon img {
        margin: 0 auto;
    }
}

/* Social network links */
.social-networks li {
    display: inline-block;
}

.social-networks li a .text {
    display: none;
    color: #999999;
}

.social-networks li a {
    color: #c9c9c9;
}

.social-networks li a,
.social-networks li a:hover,
.social-networks li a:active {
    text-decoration: none;
}

.social-networks li a:hover,
.social-networks li a:active,
.social-networks li a:hover .text,
.social-networks li a:active .text {
    color: #666666;
}

.small-header .main-header {
    height: 150px;
}

.small-header .page-image {
    height: 466px;
}

/**
 * Breakpoints.
 */
/* Screens bigger than the general mobile breakpoint */
@media (min-width: 1172px) {
    /* Cut off too many menu items */
    .page-navigation {
        overflow: hidden;
    }
}

/* Screens smaller than the general mobile breakpoint */
@media (max-width: 1349px) {
    .small-header .page-image,
    .page-image {
        height: 355px;
    }

    .small-header .main-header {
        height: 58px;
    }

    .main-header {
        margin-bottom: 35px;
        height: 57px;
    }

    body.article .content-0 {
        padding: 50px 60px 0px 50px;
    }

    body.landing .content-0 {
        padding: 60px;
    }

    body.detail .content-0 {
        padding: 140px 60px 60px 60px;
    }

    body.detail #header .menu-holder {
        margin-right: 60px;
    }

    body.detail #header .logo-holder {
        margin-left: 60px;
    }
}


@media (max-width: 1171px) {
    .small-header .page-image,
    .page-image {
        height: 262px;
    }

    .page-navigation .nav-item {
        height: auto;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        padding: 0px 10px 0px;
        border-bottom: 1px solid #e0e0e0;
        margin-right: 20px;
    }

    .page-navigation .nav-item:last-child,
    .page-navigation .nav-item.active .nav-item:last-child {
        border-bottom: none;
    }

    .page-navigation .navbar-nav .nav .nav-item:before {
        top: 50px;
        content: none;
    }

    body.article .content-0 {
        padding: 40px 30px 0px 30px;
    }

    body.landing .content-0 {
        padding: 30px;
    }

    body.detail .content-0 {
        padding: 140px 30px 30px 30px;
    }

    body.detail #header .menu-holder {
        margin-top: 30px;
        margin-right: 30px;
    }

    body.detail #header .logo-holder {
        margin-left: 30px;
    }

    .page-navigation .sidenav {
        display: flex;
        margin: 20px 0 0 0;
    }

    .page-navigation .sidenav .nav-item {
        text-transform: none;
        padding: 0;
    }

    .page-navigation .sidenav .nav-item.active:before {
        content: none;
    }

    .page-navigation .sidenav .nav-item a {
        padding: 15px 20px;
        color: #ba0c28;
    }

    .page-navigation .sidenav ul .nav-item a {
        color: #999999;
        padding: 10px 15px;
    }

    .page-navigation .sidenav .nav-item.active > a {
        color: #333333;
    }

    .page-navigation .sidenav .nav-item ul .nav-item {
        border: 0 none;
    }

    .content-0 {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .main-header {
        margin-bottom: 35px;
        height: 150px;
    }

    .menu-button * {
        color: #ba0c28;
    }

    body.article .content-0 {
        padding: 30px 20px 0px 20px;
    }

    body.landing .content-0 {
        padding: 20px;
    }

    body.detail .content-0 {
        padding: 75px 20px 20px 20px;
    }

    body.detail #header .menu-holder {
        margin-top: 0;
        margin-right: 20px;
    }

    body.detail #header .logo-holder {
        margin-left: 20px;
    }

    .main-header,
    .main-header + .container {
        padding: 0;
    }

    .small-header .page-image, .page-image {
        height: 242px;
    }

    .country-title {
        top: 56px;
        left: 0;
        font-size: 10px;
    }

    #main .breadcrumb {
        margin-top: 0;
        padding-bottom: 30px;
    }

    .same-height .common-height {
        height: auto !important;
    }

    .content-0 {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    body.article .content-0 {
        padding: 20px 15px 0px 15px;
    }

    body.article .content-1 .content-container {
        padding: 20px 30px 0px 30px;
    }

    body.landing .content-0 {
        padding: 30px 15px;
    }

    body.detail .content-0 {
        padding: 80px 15px 15px 15px;
    }

    body.detail #header .menu-holder {
        margin-right: 15px;
    }

    body.detail #header .logo-holder {
        margin-left: 15px;
    }
}

/**
 * TYPO3 elements.
 */
.frame {
    position: relative;
}

.ce-border img, .ce-border iframe {
    border: 1px solid #e5e5e5;
    /* margin: 0 0 25px; */
    padding: 0px;
}

/* Filelinks are bootstrap list-groups */
.ce-uploads li {
    margin: -1px 0 0 0;
}

.ce-uploads li:hover,
.ce-uploads li:active {
    border: 1px solid lightgrey;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .03), 0 2px 13px 0 rgba(0, 0, 0, .03);
}

.ce-uploads img {
    width: auto;
}

/* gallery */
.ce-gallery figcaption {
    caption-side: bottom;
    display: table-caption;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    color: #999999;
}

.ce-gallery figure.image {
    margin: 0 0 0px 0;
}

.ce-below .ce-gallery figure.image {
    margin: 0 0 60px 0;
}


/* Paginate */
.f3-widget-paginator {
    display: flex;
    padding: 0;
    margin: 60px 0 0;
    list-style: none;
    border-radius: 4px;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}

.f3-widget-paginator li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.f3-widget-paginator li:last-child a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* If only one page-element is present, hide the browser all together */
.f3-widget-paginator li:only-child,
.f3-widget-paginator li.current:only-child {
    display: none;
}

.f3-widget-paginator li.current {
    position: relative;
    display: block;
    padding: 12px 24px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    color: #5b5b5d;
}

.f3-widget-paginator li a {
    position: relative;
    display: block;
    padding: 12px 24px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.f3-widget-paginator li a:focus,
.f3-widget-paginator li a:hover {
    text-decoration: none;
    background-color: #fafafa;
    border-color: #e0e0e0;
    color: #ba0c28;
}

.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
    padding: 15px 24px 14px;
    font-family: GraublauWeb, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.f3-widget-paginator li.previous a:hover,
.f3-widget-paginator li.previous a:focus,
.f3-widget-paginator li.next a:hover,
.f3-widget-paginator li.next a:focus {
    color: #ba0c28;
}


.tx-felogin-pi1 .forgot {
    margin-top: 3em;
    font-size: 0.75em;
}

.tx-felogin-pi1 .back {
    margin-top: 3em;
    font-size: 0.75em;
}

/* typo3 inhaltselements */
@media (max-width: 767px) {
    .ce-textpic,
    .ce-image,
    .ce-nowrap .ce-bodytext,
    .ce-gallery,
    .ce-row,
    .ce-uploads li,
    .ce-uploads div {
        overflow: visible;
    }

    .ce-intext.ce-right .ce-gallery {
        margin-left: 0;
    }

    .ce-below .ce-gallery figure.image {
        margin: 0 0 30px 0;
    }
}

/* highcharts */
.chart-column-stacked {
    max-width: 800px;
    width: 100%;
    height: 800px;
    margin: 0 auto;
}

.chart-column-stacked h3 {
    text-transform: none;
    line-height: 1.4em;
    color: #999999;
    font-size: 1.35em;
    font-style: italic;
    font-weight: 300;
    font-family: "GraublauSans", "Helvetica Neue", Arial, sans-serif;
}

.chart-column-stacked h3 span {
    font-family: "graublausans", Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #5b5b5d;
    letter-spacing: normal;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
}


.ce-textpic.ce-intext .image {
    padding-top: 15px;
}

.ce-textpic.ce-left.ce-intext .image {
    padding-top: 0px;
}

/**
 * Download items.
 */
.th-ce-uploads .result_holder .content-container {
    padding-top: 0;
}

.content-0 .th-ce-uploads .result_holder .content-container {
    padding: 0;
}

.article .content-0 .th-ce-uploads .result_holder .content-container .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

.th-ce-uploads .card .card-block {
    padding: 0;
}

.th-ce-uploads .card .preview {
    overflow: hidden;

    height: 200px;
    margin: 10px;

    text-align: center;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.th-ce-uploads .card .preview a {
    display: block;
    min-width: 40%;
}

.th-ce-uploads .card .preview a.other {
    max-width: 40%;
}

.th-ce-uploads .card .card-title {
    padding: 0 10px 0 10px;
    text-align: center;
}

.th-ce-uploads .card h3 {
    margin-bottom: 4px;
    padding-top: 22px;
    border-top: 1px solid #e0e0e0;
}

.th-ce-uploads .card h3 a:hover {
    text-decoration: none;
}

.th-ce-uploads .card label {
    text-align: center;
    display: block;
}

.th-ce-uploads .card .card-footer {
    padding: 0;
    margin: 10px 0 0 0;

    text-align: center;
}

.th-ce-uploads .card .card-footer a {
    display: block;
    width: 100%;
    padding: 23px 0 23px 0;

    color: #999999;
    font-size: 10px;
}

.th-ce-uploads .card .card-footer a:hover {
    color: white;
    background-color: #ba0c28;
    text-decoration: none;
}


/**
 * Styles for different download types.
 */
.th-ce-uploads .archive .preview {
    padding: 1em 0 1em 0;
}

.th-ce-uploads img {
    width: auto;
    max-height: 200px;
}

.th-ce-uploads .control {
    margin: 10px 10px 0 0;
    position: relative;
    display: inline-block;
}

.th-ce-uploads .control,
.th-ce-uploads .control * {
    cursor: pointer;
}

.th-ce-uploads .control input.form-control {
    border-radius: 33px;
}


.tag {
    padding: 2px 10px 2px 10px;
    color: #ffffff;
    background-color: #699019;
    font: 11px/1.6667 "GraublauWeb", "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    top: -3px;
}

h2 .tag {
    position: relative;
    top: -11px;
}

.stock .card-img-top {
    height: auto;
    min-height: auto;
    max-height: none;
    background: none;
}

.stock .stock-holder {
    margin: 0 -55px;
}

.stock iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

@media (max-width: 1171px) {
    .stock .stock-holder {
        margin: 0 -30px;
    }
}

@media (min-width: 768px) and (max-width: 1171px) {
    .stock iframe {
        height: 400px;
    }

    .stock iframe .Label {
        font-size: 16px;
    }
}




/* Blog teaser */
.container-blog-teaser .btn-info {
    color: #ffffff !important;
}

.container-blog-teaser .btn-info:hover {
    color: #ba0c28 !important;
}

.container-blog-teaser {
    padding: 30px 0;
}

.container-blog-teaser h4 {
    color: #999999;
}

.container-blog-teaser .col-md-6:first-child {
    border-right: 1px solid #e5e5e5;
}
@media (min-width: 1350px) {
    .container-blog-teaser.gridelement-container:not(.large) .content-container {
        width: 1140px;
        padding: 60px 225px 0 225px !important;
    }
}

@media (max-width: 1171px) {
    .container-blog-teaser.gridelement-container:not(.large) .content-container {
        padding: 60px 15px 0 15px !important;
    }

}

@media (min-width: 1172px) {
    .container-blog-teaser.gridelement-container:not(.large) .content-container {
        padding: 0px 225px 0 225px !important;
    }
}
@media (max-width: 767px) {
    .contact-flyer {
        width: 100%;
    }

    .container-blog-teaser .col-md-6:first-child {
        border: 0 none;
    }

    .container-blog-teaser img {
        margin-top: 100px;
    }

    .container-blog-teaser.gridelement-container:not(.large) .content-container {
        padding-top: 0;
    }

    .container-blog-teaser {
        padding: 0;
    }

}

.btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #960a20;
      border-color: #8a091e;
      box-shadow: 0 0 0 0.2rem rgba(196, 48, 72, 0.5); }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
      color: #fff;
      background-color: #8a091e;
      border-color: #7e081b; }
      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 0 0.2rem rgba(196, 48, 72, 0.5); }
