/*!
* MAIN CSS
* Colors
red: #e2001a;
red-hover: #e83348;
red-clicked: #cb0017;
dark-red-clicked: #a60315;

gray: #f3f3f3;
gray clicked: #e6e6e6;
gray hover: #cbcbcb;
gray border: #404040;

Font
gray: #404040;

*/

/* Fonts */
body {
    font-family: 'GT-Walsheim', sans-serif;
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 3.125em;
    line-height: 1.2;
}

h2 {
    font-size: 2.5em;
    line-height: 1.25;
}

h3 {
    font-size: 1.875em;
    line-height: 1.33;
}

h4 {
    font-size: 1em;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    word-wrap: break-word;
    margin-bottom: 0.4em;
}

h1 > b, h2 > b, h3 > b, h4 > b {
    font-weight: bold;
}

a, p {
    font-size: 1.5em;
    line-height: 1.5;
}



/* Colors */
.text-primary {
    color: #e2001a !important;
}

.bg-primary {
    background-color: #e2001a !important;
}
.bg-secondary {
    background-color: #f3f3f3 !important;
}

body {
    color: #404040;
}

a, h1 > b, h2 > b, h3 > b, h4 > b {
    color: #e2001a
}

.bg-primary a, .bg-primary h1 > b, .bg-primary h2 > b, .bg-primary h3 > b, .bg-primary h4 > b {
    color: #fff;
}

a:hover {
    color: #e83348;
}

a:visited {
    color: #cb0017;
}



/* Buttons */
.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 1.465em 2.0725em;

}

.btn-primary:focus,
.btn-secondary:focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(232, 51, 72, .5);
    box-shadow: 0 0 0 2px rgba(232, 51, 72, .5);

}

.btn-secondary:focus,
.btn-outline-primary:focus {
    color: #e2001a;
}

.btn-primary:focus,
.btn-outline-secondary:focus {
    color: #fff;
}

.btn-primary,
.btn-outline-primary {
    border-color: #e2001a;
}

.btn-primary {
    background-color: #e2001a;
}

.btn-outline-primary {
    color: #e2001a;
}

.btn-secondary {
    color: #e2001a;
    border-color: #fff;
}

.bg-primary .btn-secondary {
    color: #e2001a;
}

.btn-primary:hover {
    border-color: #e83348;
    background-color: #e83348;
}

.btn-outline-primary:hover {
    background-color: rgba(226, 0, 26, 0.05);
    color: #e2001a;
    border-color: #e2001a;
}

.btn-secondary:hover {
    color: #e2001a;
    border-color: #fef2f3;
    background-color: #fef2f3;
}

.btn-primary:visited {
    border-color: #cb0017;
    color: #fff;
    background-color: #cb0017;
}

.btn-secondary:visited {
    border-color: #fff;
    color: #cb0017;
}

.btn-primary:active,
.btn-secondary:active {
    color: #fff;
}

.btn-primary:active {
    background-color: #cb0017;
    border-color: #cb0017;
}

.btn-secondary:active {
    background-color: #a60315;
    border-color: #a60315;
}

.btn-outline-primary:active {
    background-color: #a60315;
    border-color: #a60315;
    color: #fff;
}

.btn-outline-secondary {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-outline-secondary:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, .25);
}

.btn-outline-secondary:visited {
    border-color: #fff;
    color: #fff;
}

.btn-outline-secondary:active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
}

.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .5);
}

.input-group-btn {
    font-size: inherit;
}



/* Forms */
button, input, optgroup, select, textarea {
    font-family: inherit;
}

.text-white .form-control {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.text-white .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.text-white .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.text-white .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.text-white .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.form-compact .form-group {
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #cbcbcb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0.625em 0;
    margin-bottom: -1px;
}
.text-white .form-compact .form-group {
    border-bottom: 1px solid #fff;
}

.form-compact .col:first-child .form-group,
.form-compact .col-12:first-child .form-group,
.form-compact .col-md-12:first-child .form-group,
.form-compact .col-6:nth-child(-n+2) .form-group,
.form-compact .col-md-6:nth-child(-n+2) .form-group,
.form-compact .col--4:nth-child(-n+3) .form-group,
.form-compact .col-md-4:nth-child(-n+3) .form-group,
.form-compact .col--3:nth-child(-n+4) .form-group,
.form-compact .col-md-3:nth-child(-n+4) .form-group {
    border-top: 1px solid #cbcbcb;
}
.text-white .form-compact .col:first-child .form-group,
.text-white .form-compact .col-12:first-child .form-group,
.text-white .form-compact .col-md-12:first-child .form-group,
.text-white .form-compact .col-6:nth-child(-n+2) .form-group,
.text-white .form-compact .col-md-6:nth-child(-n+2) .form-group,
.text-white .form-compact .col--4:nth-child(-n+3) .form-group,
.text-white .form-compact .col-md-4:nth-child(-n+3) .form-group,
.text-white .form-compact .col--3:nth-child(-n+4) .form-group,
.text-white .form-compact .col-md-3:nth-child(-n+4) .form-group {
    border-top: 1px solid #fff;
}

.form-compact .form-group label,
.form-compact .form-group legend {
    margin-bottom: 0;
    margin-right: 1em;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.form-compact .form-control {
    border: none;
    background-color: #e6e6e6;
    padding: 0.625em 1em;
}

.form-compact input.form-control {
    font-size: 1.25em;
    background-color: transparent;
    border-radius: initial;
    letter-spacing: 0.05em;
    padding-left: 0;
    padding-right: 0;
}

.form-compact select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto !important;
    padding: 0.9375em 1.25em;
}

.form-compact select.form-control {
    background-size: 0.75em;
    background-position: center right 1em;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cpath%20d%3D%22M19.56%2C11.44l-5%2C5.05V5.95H13.26v10.5l-5-5-0.88.89%2C6.54%2C6.54%2C6.55-6.54Z%22%20transform%3D%22translate(-7.36%20-5.95)%22%2F%3E%3C%2Fsvg%3E');
}

.form-compact select.form-control.active {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cpath%20d%3D%22M8.25%2C13.38l5-5.05V18.87h1.25V8.37l5%2C5%2C0.88-.89L13.91%2C5.95%2C7.36%2C12.49Z%22%20transform%3D%22translate(-7.36%20-5.95)%22%2F%3E%3C%2Fsvg%3E');
}

.form-compact fieldset.form-group {
    display: block;
}

.form-compact .form-check {
    display: inline-block;
    margin: 0;
}

.form-compact fieldset.form-group legend {
    float: left;
    width: auto;
    line-height: normal;
    padding-top: 1.1em;
    margin-right: 2.365em;
}

.form-compact fieldset.form-group .form-check-label {
    position: relative;
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    padding: 0.8em 0 0.8em 1.4em;
    letter-spacing: 0;
}

.form-compact .form-check-input.form-check-input-custom {
    margin-right: 0.3em;
    visibility: hidden;
}

.form-check-input-custom-inner {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6em;
    visibility: visible;
    width: 1.125em;
    height: 1.125em;
    border: 1px solid #303030;
    border-radius: 50%;
    cursor: pointer;
    /*transition: background-image 0.3s ease-out;*/
    background: no-repeat center;
    background-size: 0;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%226%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%224%22%2F%3E%3C%2Fsvg%3E');
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-check-input:checked + .form-check-input-custom-inner {
    background-size: 1.125em;
}

.form-compact .form-control-feedback {
    position: absolute;
    right: 0;
    top: 0.2em;
    width: 60%;
    pointer-events: none;
    font-size: 0.775em;
    text-align: right;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.form-compact .form-control-feedback.active {
    opacity: 1;
}







.form-compact-collapsed input.form-control {
    padding-top: 1.1em;
    padding-bottom: 0.15em;
}

.form-compact-collapsed label {
    position: absolute;
    top: calc(50% - 0.7em);
    /*margin-top: -0.7em;*/
    pointer-events: none;
    transition: all 0.3s ease-out;
}

.form-compact-collapsed label.active {
    top: 1.1em;
    margin-top: 0;
    font-size: 0.6em;
    color: #909090;
}

.text-white .form-compact-collapsed label.active {
    color: #fff;
}



/* Misc */
.logo img {
    width: 90%;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%);
}

/* Parallax */
.bg-parallax {
    transition: 0s linear;
    transition-property: background-position;
}

/* pace.js */
.pace .pace-progress {
    background: #e2001a;
}

/* Animations */
.fadeInUp {
    transition: transform 1s, opacity 1s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.fadeInUp.animated {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}



/*================================= BLOCKS =================================*/
.footer-block > .container,
.html-block > .container,
.text-block > .container,
.image-block > .container,
.gallery-block > .container {
    padding-top: 5em;
    padding-bottom: 5em;
}



/*=== Navigation ===*/
.nav-top {
    position: absolute;
    top: 0em;
    width: 100%;
    z-index: 1030;
}

.nav-top + .text-block {
    margin-top: 5em;
    /*margin-top: 10em;*/
}

.nav-top-wrapper {
    /*padding: 5em 0em 1em;*/
    padding: 1.3em 0em 0.5em;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.nav-top-sticky .nav-top-wrapper {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    padding-top: 0.5em;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
}

.nav-top .nav {
    margin-top: 0.5em;
}
.nav-top nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.nav-top-sticky nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-top .nav-item {
    margin: 0 1em;
    border-bottom: 4px solid transparent;
    transition: all 0.2s ease-in;
    color: #404040;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.nav-top-sticky .nav-item {
    font-size: 0.8em;
    border-bottom-width: 2px !important;
}

.nav-top .nav-item:hover,
.nav-top .nav-item.active {
    border-bottom: 4px solid #e2001a;
}

.nav-top.text-white .nav-item {
    color: #fff;
}

.nav-top.text-white .nav-item:hover,
.nav-top.text-white .nav-item.active {
    border-bottom: 4px solid #fff;
}

.nav-top-sticky.text-white .nav-item {
    color: #404040;
}

.nav-top-sticky.text-white .nav-item:hover {
    border-bottom: 4px solid #e2001a;
}

.nav-top-sticky.text-white .nav-item.active {
    border-bottom: 4px solid #404040;
}

.nav-top .nav-link {
    padding: 0;
    color: inherit;
    font-size: 1em;
}

.nav-top .nav-item.active .nav-link {
    /*pointer-events: none;*/
}

.nav-top .logo img {
    transition: width 0.3s ease-out;
}

.nav-top-sticky .logo img {
    width: 60%;
}

/* section nav */
.nav-section {
    margin: 7em 0;
    text-align: center;
}
.nav-top + .nav-section {
    margin-top: 15em;
    margin-bottom: 0em;
}
.nav-section ul {
    margin: 0;
    display: inline-block;
    padding: 0 0.5em;
}
.nav-section li {
    display: inline-block;
    padding: 1.25em;
    position: relative;
}
.nav-section li::after {
    content: '';
    width: 0.375em;
    height: 0.375em;
    background-color: #cb0017;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.185em;
    left: 0;
    margin-left: -0.185em;
}
.nav-section li:first-child::after {
    display: none;
}

.nav-section li a {
    font-size: 1em;
    color: inherit;
}
.nav-section li a.active {
    font-weight: bold;
}


/*=== Footer block ===*/
.footer-block {
    background-color: #f3f3f3;
}

.footer-block-phone {
    margin-top: 1em;
    margin-bottom: -0.4em;
    color: #e2001a;
    font-weight: bold;
    letter-spacing: 0.1em
}


.footer-block nav {
    padding-top: 5em;
}

.footer-block ul {
    list-style: none;
}

.footer-block nav li {
    margin-bottom: 1.25em;
}

.footer-block nav li:first-child {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-block nav li.active {
    /*pointer-events: none;*/
}

.footer-block nav a {
    font-size: 1em;
    color: #404040;
}

.footer-block-other {
    margin-top: 4em;
}

.footer-block-other a,
.footer-block-other p {
    color: #909090;
    font-size: 0.875em;
}

.footer-block-other ul li {
    margin-right: 1em;
    display: inline-block;
}



/*=== Text block ===*/
.text-block h2, h3 {
    margin-bottom: 1.5em;
}

.text-block p {
    margin-bottom: 1.5em;
}

.text-block-readmore {
    margin-top: 5em;
}

.text-block.teaser {

}

.text-block-lead.row {
    margin-bottom: 5em;
}
.text-block-lead {

}

.text-block-lead img {
    width: 100%;
}



/*=== Image block ===*/
.image-block {
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.image-block > .container {
    height: 100%;
}

.image-block-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 5em;
}

.image-block-bottom h2 {
    font-size: 3.125em;
    font-weight: bold;
    line-height: 1.2;
}

.image-block-bottom h3 {
    font-size: 1.125em;
    letter-spacing: 0.075em;
    font-weight: bold;
    text-transform: uppercase;
}

.image-block-readmore {
    margin-top: 3em;
}

/* teaser */
.image-block.teaser {

}



/*=== Gallery block ===*/
.gallery-block .row > * {
    padding: 15px;
}

.gallery-block-pic {
    background-size: cover;
    cursor: pointer;
    position: relative;
    height: 45vh;
}

.gallery-block-pic::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background-color 0.3s;
    background-color: rgba(0, 0, 0, 0.0);
}

.gallery-block-pic:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery-block-pic::after {
    content: "+";
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    margin-left: -1em;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s;
}

.gallery-block-pic:hover::after {
    bottom: 50%;
    margin-bottom: -1em;
}

.gallery-block-pic h4 {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 1.2em;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-block-pic:hover h4 {
    opacity: 1;
}

/*.gallery-block-pic.swiper-slide {

}*/

.gallery-block .swiper-container {
    padding: 0 2em;
    background-color: #e2001a;
}

.gallery-block .swiper-button-prev,
.gallery-block .swiper-button-next {
    height: 100%;
    top: 0;
    margin: 0;
    background-color: #e2001a;
    opacity: 1;
    width: 2em;
    background-size: 0.75em;
    transition: background-color 0.3s;
}
.gallery-block .swiper-button-disabled {
    background-color: #cb0017;
}
.gallery-block .swiper-button-prev:hover,
.gallery-block .swiper-button-next:hover {
    background-color: #e83348;
}
.gallery-block .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.gallery-block .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.gallery-block-pic.swiper-slide {
    height: 50vh;
    background-size: cover;
}


.lightbox {
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 4em 0em !important;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
}

.lightbox.active {
    visibility: visible;
    opacity: 1;
}

.lightbox-container {
    height: 100%;
    position: relative;
}

.lightbox img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 1s;
    opacity: 0;
}

.lightbox img.active {
    opacity: 1;
}

.lightbox-controls {
    /*width: 50%;
    height: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
}

.lightbox-control-close,
.lightbox-control-prev-inner,
.lightbox-control-next-inner {
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2em;
    color: #fff;
    border-radius: 50%;

    position: absolute;
    background-color: rgba(128, 128, 128, 0.25);
    background-size: 1em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.lightbox-control-close {
    cursor: pointer;
    top: -3em;
    left: 50%;
    margin-left: -1em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20style%3D%22fill%3A%23fff%3B%22%20points%3D%2216%2014.83%209.14%207.97%2016%201.11%2014.89%200%208.03%206.86%201.17%200%200%201.17%206.86%208.03%200%2014.89%201.11%2016%207.97%209.14%2014.83%2016%2016%2014.83%22%2F%3E%3C%2Fsvg%3E');
}

.lightbox-control-next,
.lightbox-control-prev {
    width: 33.3%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
}

.lightbox-control-next {
    right: 0;
}
.lightbox-control-prev {
    left: 0;
}

.lightbox-control-next::before,
.lightbox-control-prev::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

.lightbox-control-next::before {
    background-image: -moz-linear-gradient(right,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(right,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to left,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
}
.lightbox-control-prev::before {
    background-image: -moz-linear-gradient(left,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(left,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to right,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%);
}

.lightbox-control-next:hover::before {
    opacity: 1;
}
.lightbox-control-prev:hover::before {
    opacity: 1;
}

.lightbox-control-next-inner {
    top: 50%;
    right: 1em;
    margin-top: -1em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M6.87%2C1.09l6.21%2C6.14H0V8.77H13L6.88%2C14.92%2C8%2C16l8-8L8%2C0Z%22%2F%3E%3C%2Fsvg%3E');
}
.lightbox-control-prev-inner {
    top: 50%;
    left: 1em;
    margin-top: -1em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M9.13%2C14.91L2.92%2C8.76H16V7.23H3L9.12%2C1.08%2C8%2C0%2C0%2C8l8%2C8Z%22%2F%3E%3C%2Fsvg%3E');
}

.lightbox-control-indicators {
    position: absolute;
    width: 100%;
    bottom: 0.25em;
}
.lightbox-control-indicators div {
    display: inline-block;
    cursor: pointer;
    padding: 0.5em;
}
.lightbox-control-indicators span {
    display: inline-block;
    opacity: 0.5;
    width: 0.75em;
    height: 0.75em;
    background-color: #fff;
    border-radius: 50%;
}
.lightbox-control-indicators span.active {
    opacity: 1;
}





/*=== HTML block ===*/



/*=== Video block ===*/
.video-block {
    height: 100vh;
    /*background: fixed no-repeat center;*/
    background-size: cover;
    position: relative;
}

.video-block-play {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent center no-repeat;
    transition: background-color 1s;
    background-size: 5em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M60%2C0a60%2C60%2C0%2C1%2C0%2C.08%2C0H60Zm0%2C103.28A43.28%2C43.28%2C0%2C1%2C1%2C103.28%2C60%2C43.28%2C43.28%2C0%2C0%2C1%2C60%2C103.28ZM80.63%2C60.13l-33.84%2C17v-34Z%22%2F%3E%3C%2Fsvg%3E');
}

.video-block-play:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.video-block-container {
    opacity: 0;
    visibility: hidden;
    z-index: 1030;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 4em 0;
    transition: opacity 0.5s;
}

.video-block-container.active {
    opacity: 1;
    visibility: visible;
}

.video-block-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-block-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    margin: 0 auto;
}

.video-block-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}





/*================================= PAGES =================================*/
/*=== Header block ===*/
.bag-home-header {
    height: 100vh;
    background: fixed no-repeat center;
    background-size: cover;
    background-color: #888;
}

.ifaw17 {
    width: 18em;
    height: 18em;
}

.bag-home-header .ifaw17 {
    cursor: pointer;
    font-size: 0.654em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9em 0 0 -9em;
    border: 0.3em solid transparent;
    transition: border-color 0.3s;
    border-radius: 50%;
}

.bag-home-header .ifaw17:hover {
    border: 0.3em solid #fff;
}

.bag-home-header > .container {
    height: 100%;
}

.bag-home-headline {
    /*bottom: 5em;
    position: absolute;*/
}

.bag-home-headline h1 {
    /*font-size: 3em;
    font-size: 2.225em;*/
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 2em;
}

.bag-home-headline-alt h1 {
    /*font-size: 3em;
    font-size: 2.225em;*/
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 3em;
}

.bag-home-headline h1 b {
    font-size: 1.2em;
}
.bag-home-headline-alt h1 b {
    font-size: 1.5em;
}

.bag-home-header-scroll {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 2px solid transparent;
    position: absolute;
    bottom: 2em;
    cursor: pointer;
    transition: border-color 0.3s ease-out;
    left: 50%;
    margin-left: -1.5em;
    background: rgba(255, 255, 255, 0.75) no-repeat center;
    background-size: 1.6em;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20style%3D%22fill%3A%23e2001a%22%20d%3D%22M14.91%2C6.87L8.76%2C13.08V0H7.23V13L1.08%2C6.88%2C0%2C8l8%2C8%2C8-8Z%22%2F%3E%3C%2Fsvg%3E');
}

.bag-home-header-scroll:hover {
    border-color: #e2001a;
}

.bag-form h2 {
    margin-bottom: 1.5em;
}

.bag-form-job-find .input-group {
    margin-bottom: 1.5em;
}

.bag-form-job-find .input-group .form-control {
    text-align: center;
}

.bag-form-job-find .input-group .form-control {
    text-align: center;
}
.bag-form-job-find .input-group .form-control::-webkit-outer-spin-button,
.bag-form-job-find .input-group .form-control::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
}

.bag-form-job-find .input-group .form-control::placeholder  {
    /*text-align: left;*/
    transition: color 0.5s;
}

.bag-form-job-find .input-group .form-control:focus::placeholder  {
    /*text-align: right;*/
    color: transparent;
    /*opacity: 0;*/
}

.bag-form-job-find .input-group-btn .btn {
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.14%2016%22%3E%3Cpolygon%20style%3D%22fill%3A%23e2001a%22%20points%3D%229.14%207.97%201.17%200%200%201.17%206.86%208.03%200%2014.89%201.11%2016%209.14%207.97%22%2F%3E%3C%2Fsvg%3E');
    color: transparent;
}

.bag-form-job-find .form-control {
    font-size: 1.5em;
    letter-spacing: 0.075em;
    line-height: 1em;
}

.bag-form-job-find .form-control-feedback {
    position: absolute;
    top: 4.5em;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    /*transition: opacity 0.75s cubic-bezier(0.5, 2, 0.5, 0);*/
    transition: opacity 0.5s ease-in-out;
}

.bag-form-job-find .form-control-feedback.active {
    opacity: 1;
}



.bag-form-section {
    margin-bottom: 5em;
}


.bag-form-hello .form-compact h3 {
    color: #e2001a;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.25em;
}

.bag-form-hello .form-compact {
    margin-top: 4em;
}

.bag-form-hello .bag-form-feedback-main {
    font-size: 2em;
    color: #e2001a;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.bag-form-hello .bag-form-feedback-main.active {
    opacity: 1;
}



.bag-form-callback .bag-form-feedback-main {
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
    height: 0;
    margin-bottom: 0;

}
.bag-form-callback .bag-form-feedback-main.active {
    visibility: visible;
    opacity: 1;
    height: 2em;
}
/*.bag-img-teaser {
    height: 100vh;
}

.bag-img-teaser .row {
    height: 100%;
}*/

.bag-img-teaser .row {
    margin: 0;
}

.bag-img-teaser .col-md-6 {
    padding: 0;
}

.bag-img-teaser a {
    line-height: 50vw;
    display: block;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: background 0.5s;
    background: rgba(0, 0, 0, 0.25);
}

.bag-img-teaser a:hover {
    background: rgba(0, 0, 0, 0.5);
}



.bag-text-teaser {
    background-color: #e2001a;
}

.bag-text-teaser h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em
}
.bag-text-teaser p {
    font-size: 1em;
    margin-bottom: 1.5em;
}
/*.bag-text-teaser .row {
    margin-bottom: -7em;
}*/
.bag-text-teaser-readmore {
    margin-top: 3em;
    font-size: 0.725em;
}

.bag-text-teaser .row {
    margin-top: -3em;
    margin-bottom: -3em;
}

.bag-text-teaser .col-md-6 {
    padding-top: 3em;
    padding-bottom: 3em;
}




/* Content pages */
.bag-content p {
    font-size: 1.25em;
}

blockquote.bag-content-quote,
.bag-content-quote blockquote  {
    border: none;
}

.bag-content-quote.row {
    margin-bottom: 6em;
}
.bag-content-quote {

}

.bag-content-quote p {
    color: #e2001a;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.bag-content-quote footer {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

.bag-content-quote footer::after {
    display: none;
}

.bag-content-quote img {
    width: 100%;
}

.bag-content .text-block-content h2 {
    margin-bottom: 1em;
}

.bag-content .text-block-content h3 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.bag-content .text-block-content img {
    margin-bottom: 3em;
    width: 100%;
}




/* Home */
.bag-home-teaser .bag-slideshow {
    width: 100%;
    height: 100vh;
    position: absolute;
}
.bag-home-teaser .bag-slideshow-slide {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bag-home-teaser .bag-slideshow-slide .container {
    height: 100%;
}
.bag-home-teaser h1 {
    color: #404040;
}

/* karriere */
.bag-content-karriere h2 {
    margin-top: 2.5em;
}

/* produkte */
.bag-content-product {
    margin-bottom: -10em;
}

/* geschichte */
.bag-timeline {

}

.bag-timeline h2 {

}

.bag-timeline-wrapper {
    position: relative;
    padding-top: 3em;
}

.bag-timeline-wrapper::before {
    content: '';
    display: block;
    height: 100%;
    width: 0.25em;
    background-color: #e6e4e4;
    position: absolute;
    top: 0;
    left: 50%;
}

.bag-timeline-entry h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #e2001a;
    margin-bottom: 0;
}

.bag-timeline-entry p {
    font-size: 1em;
}

.bag-timeline-entry::before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border: 0.25em solid #e6e4e4;
    position: absolute;
    top: 0;
    border-radius: 50%;
    transition: border-color 0.5s;
}

.bag-timeline-entry:hover::before {
    border-color: #e2001a;
}

.bag-timeline-entry:nth-child(odd)::before {
    right: -0.875em;
}
.bag-timeline-entry:nth-child(even)::before {
    left: -0.625em;
}

.bag-timeline-entry:nth-child(odd) {
    text-align: right;
    padding-right: 2em;
}
.bag-timeline-entry:nth-child(even) {
    text-align: left;
    padding-left: 2em;
    margin-left: 50%;
}



/* weltweite-standorte */
.bag-locations {

}
.bag-locations-home .container {
    padding-top: 0;
    padding-bottom: 2em;
}
.bag-locations-abroad .container {

}
.bag-locations-entry {

}
.bag-locations-entry h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: bold;
}
.bag-locations-entry ul {
    list-style: none;
    padding: 0;
}
.bag-locations-entry li {
    margin-bottom: 0.5em;
}
.bag-locations-entry li a,
.bag-locations-entry li p {
    font-size: 1.25em;
}
.bag-locations-entry li p {
    margin-bottom: 1em;
}
.bag-locations-entry li > a {
    text-decoration: none;
    color: inherit;
}
.bag-locations-entry li a span {
    font-size: 0.5625em;
    font-weight: bold;
    text-transform: uppercase;
    width: 4em;
    display: inline-block;
}
.bag-locations-entry li span a {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 1em;
    display: inline-block;
}

.bag-locations-accordion {
    list-style: none;
    padding: 0;
}
.bag-locations-accordion .bag-locations-entry {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: -1px;
}
.bag-locations-accordion .bag-locations-entry ul li:last-child {
    margin-bottom: 1.5em;
}

.bag-locations-accordion .bag-locations-entry h3 {
    font-size: 0.625em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}
.bag-locations-accordion .bag-locations-entry h3 a {
    color: inherit;
    text-decoration: none;
    padding: 1.6em 0;
    display: block;
    position: relative;
}
.bag-locations-accordion .bag-locations-entry h3 a::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    margin-top: -0.75em;
    top: 50%;
    right: 0;
    background: transparent center no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20style%3D%22fill%3A%23292b2c%22%20points%3D%2216%2014.83%209.14%207.97%2016%201.11%2014.89%200%208.03%206.86%201.17%200%200%201.17%206.86%208.03%200%2014.89%201.11%2016%207.97%209.14%2014.83%2016%2016%2014.83%22%2F%3E%3C%2Fsvg%3E');
    background-size: 1em;
}
.bag-locations-accordion .bag-locations-entry h3 a.collapsed::after {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20style%3D%22fill%3A%23292b2c%22%20d%3D%22M6.87%2C1.09l6.21%2C6.14H0V8.77H13L6.88%2C14.92%2C8%2C16l8-8L8%2C0Z%22%2F%3E%3C%2Fsvg%3E');
}









.block1 {
    clip: rect(auto, auto, auto, auto);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    height: 100vh;
}
.block2 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/img/geschichte-img3.jpg);
    background-size: cover;
    z-index: -1;
}









/*=== Media query ===*/
/* Bootstrap XL (below) */
@media (max-width: 1199px) {
    .bag-home-headline h1 {
        font-size: 2.5em;
    }
}
/* Bootstrap LG (below)  */
@media (max-width: 991px) {
    .bag-home-headline h1 {
        font-size: 2.2em;
    }
}
/* Bootstrap MD (below) */
@media (max-width: 767px) {
    .nav-top-sticky .logo img {
        margin: 0 15%;
    }

    .bag-timeline-wrapper::before {
        left: 1.625em;
        right: auto;
    }
    .bag-timeline-entry::before {
        left: 1em !important;
        right: auto !important;
    }
    .bag-timeline-entry {
        padding-left: 3em !important;
        padding-right: 1em !important;
        margin-bottom: 1.5em;
    }
    .bag-timeline-entry:nth-child(odd) {
        text-align: left;
    }
    .bag-timeline-entry:nth-child(even) {
        margin-left: 0;
    }
    .image-block-bottom h2 {
        font-size: 2.5em;
    }
    .bag-home-headline h1 {
        font-size: 1.58em;
    }


}
@media (max-width: 767px) and (orientation: landscape) {
    .bag-home-header > .container > .row {
        font-size: 0.7em
    }
    .image-block-bottom h2 {
        font-size: 2em;
    }

    .bag-home-headline h1 {
        font-size: 1.1em;
        margin-bottom: 2.5em;
    }

    .bag-home-headline-alt h1 {
        font-size: 1.5em;
        margin-bottom: 1.5em;
    }

}
/* Bootstrap SM (below) */
@media (max-width: 575px) {
    .nav-top .nav-item {
        font-size: 3.2vw;
    }
    .bag-home-header > .container > .row {
        font-size: 0.7em
    }

    /*.image-block-bottom h2 {
        font-size: 1em;
    }*/
    .bag-home-headline h1 {
        font-size: 1.1em;
        margin-bottom: 2.5em;
    }

    .bag-home-headline-alt h1 {
        font-size: 1.5em;
        margin-bottom: 1.5em;
    }

    .bag-home-headline h1 b {
        font-size: 1.0em;
    }
    .bag-home-headline-alt h1 b {
        font-size: 1.0em;
    }

    h2 {
        font-size: 1.8em !important;
    }
    p {
        font-size: 1.3em !important;
    }

}
@media (max-width: 575px) and (orientation: landscape) {

}








/*=== Modernizr ===*/
.no-flexbox .col, .no-flexbox .col-1, .no-flexbox .col-10, .no-flexbox .col-11, .no-flexbox .col-12, .no-flexbox .col-2, .no-flexbox .col-3, .no-flexbox .col-4, .no-flexbox .col-5, .no-flexbox .col-6, .no-flexbox .col-7, .no-flexbox .col-8, .no-flexbox .col-9,
.no-flexbox .col-lg, .no-flexbox .col-lg-1, .no-flexbox .col-lg-10, .no-flexbox .col-lg-11, .no-flexbox .col-lg-12, .no-flexbox .col-lg-2, .no-flexbox .col-lg-3, .no-flexbox .col-lg-4, .no-flexbox .col-lg-5, .no-flexbox .col-lg-6, .no-flexbox .col-lg-7, .no-flexbox .col-lg-8, .no-flexbox .col-lg-9,
.no-flexbox .col-md, .no-flexbox .col-md-1, .no-flexbox .col-md-10, .no-flexbox .col-md-11, .no-flexbox .col-md-12, .no-flexbox .col-md-2, .no-flexbox .col-md-3, .no-flexbox .col-md-4, .no-flexbox .col-md-5, .no-flexbox .col-md-6, .no-flexbox .col-md-7, .no-flexbox .col-md-8, .no-flexbox .col-md-9,
.no-flexbox .col-sm, .no-flexbox .col-sm-1, .no-flexbox .col-sm-10, .no-flexbox .col-sm-11, .no-flexbox .col-sm-12, .no-flexbox .col-sm-2, .no-flexbox .col-sm-3, .no-flexbox .col-sm-4, .no-flexbox .col-sm-5, .no-flexbox .col-sm-6, .no-flexbox .col-sm-7, .no-flexbox .col-sm-8, .no-flexbox .col-sm-9,
.no-flexbox .col-xl, .no-flexbox .col-xl-1, .no-flexbox .col-xl-10, .no-flexbox .col-xl-11, .no-flexbox .col-xl-12, .no-flexbox .col-xl-2, .no-flexbox .col-xl-3, .no-flexbox .col-xl-4, .no-flexbox .col-xl-5, .no-flexbox .col-xl-6, .no-flexbox .col-xl-7, .no-flexbox .col-xl-8, .no-flexbox .col-xl-9 {
    display: inline-block;
}



.no-flexbox .nav-top .nav-item {
    display: inline-block;
}

.no-flexbox .nav-top .nav {
    float: right;
    margin-top: 2.2em;
}



.no-flexbox .bag-form-job-find .input-group .form-control {
    display: inline-block;
    width: 60%;
    height: 2.5em;
    vertical-align: bottom;
    margin-right: -0.25em;
}



.no-flexbox .form-compact .col-md-6 {
    display: inline-block;
    margin-right: -0.25rem;
}



.no-flexbox .footer-block ul {
    vertical-align: top;
}

.no-flexbox .footer-block-phone {
    margin: 0;
    float: right;
}
