/*! customize.css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%;
    font-size: 16px;
}

body,
#wrapper {
}

body, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000;
    line-height: 1.6;
}

a {
    color: #900706;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main .content-text p a {
    text-decoration: underline;
}



a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a[href^="tel"],
a[href^="tel"]:hover {
    text-decoration: none;
    color: inherit !important;
    cursor: default;
    font-size: initial !important;
}

a[href^="tel"]:after {
    content: " " !important;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
    padding: 0;
    margin: 0;
    color: #900706;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: bold;
}

h1, h1 a {
    font-size: 1.4rem;
}

h2, h2 a {
    font-size: 1.2rem;
}

h3, h3 a {
    font-size: 1.1rem;
    margin-bottom: 0;
}

h4, h4 a,
h5, h5 a,
h6, h6 a {
    font-size: 1rem;
}

@media screen and (max-width: 480px) {
    h1, h1 a {
        font-size: 1.3rem;
    }

    h2, h2 a {
        font-size: 1.1rem;
    }
}

.mb-0.rs-columns .rs-column {
    margin-bottom: 0;
}

figcaption {
    line-height: 1.2;
}

figure {
    padding: 0;
    margin: 0;
    line-height: 0;
}

#container .fa {
    color: #900706;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

p:last-child {
    margin: 0;
}

b, strong {
}

hr {
    max-width: 1200px;
    border-top: 1px solid #e0ddc9;
    border-bottom: 0;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table td,
table th {
    padding: 10px 10px 10px 5px;
    vertical-align: top;
    text-align: left;
}

.content-table tr.even {
    background: #f4f4f4;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}



.mod_mmenu .mm-navbar {
    display: none !important;
}

.mod_mmenu .level_1 a,
.mod_mmenu .level_1 span {
    color: #000;
    display: block;
    padding: 10px 0 10px 25px;
    font-size: 1rem;
    color: #900706;
}

.mod_mmenu .level_1 a:hover,
.mod_mmenu .level_1 span {
    background: #e0ddc9 !important;
}



#header {
    padding: 0;
    z-index: 100;
    width: 100%;
    background: #CF1313;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1313+0,cf1313+16,930e0e+100 */
    background: #cf1313; /* Old browsers */
    background: -moz-linear-gradient(top, #cf1313 0%, #cf1313 16%, #930e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cf1313 0%,#cf1313 16%,#930e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cf1313 0%,#cf1313 16%,#930e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1313', endColorstr='#930e0e',GradientType=0 ); /* IE6-9 */
}

#header .inside {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

@media screen and (max-width: 1260px) {
    #header .inside {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    #header .inside {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#header .inside:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#logo a {
    background-image: url(../img/logo.png);
    background-image: url(../img/logo-lang.svg);
    max-width: 480px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
}

#header .mod_navigation .level_1 {
    list-style: none;
    padding: 0;
    margin: 30px auto 15px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

#header .mod_navigation .level_1:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#header .mod_navigation .level_1 > li {
    position: relative;
}

#header .mod_navigation .level_1 > li.extern a {
    padding-right: 30px;
}

#header .mod_navigation .level_1 > li.extern a:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #900706;
    top: 2px;
    right: 2px;
    z-index: 1;
}

#header .mod_navigation .level_1 > li.submenu > a.submenu:after,
#header .mod_navigation .level_1 > li.submenu > span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.3rem;
    color: #900706;
    bottom: 0;
    z-index: 1;
    width: 22px;
    left: 50%;
    margin-left: -11px;
}

#header .mod_navigation .level_1 > li > span,
#header .mod_navigation .level_1 > li > a {
    display: block;
    text-decoration: none;
    color: #fff;

}

#header .mod_navigation .level_1 > li.last > span,
#header .mod_navigation .level_1 > li.last > a {
    padding-right: 0;
}

#header .mod_navigation .level_1 > li > span,
#header .mod_navigation .level_1 > li > a.trail,
#header .mod_navigation .level_1 > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

#header .mod_navigation .level_1 li > .navigation-wrapper {
    display: none;
    z-index: 100;
    background-color: #eee;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -100%;
    right: -100%;
    top: 52px;
    padding: 25px 0;
}

@media screen and (max-width: 1300px) {
    #header .mod_navigation .level_1 > li.last > .level_2 {
        right: 0;
    }

    #header .mod_navigation .level_1 > li.last > .level_2 a,
    #header .mod_navigation .level_1 > li.last > .level_2 span {
        text-align: right;
    }
}

#header .mod_navigation .level_1 li > .level_2 {
    z-index: 100;
    background-color: #900706;
    overflow: hidden;
    padding: 0 40px;
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 320px;
    margin-left: -60px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    padding: 20px;
}

#header .mod_navigation .level_1 > li.active > .level_2 {
    height: 187px;
    visibility: visible;
}

#header .mod_navigation .level_1 a.close {
    display: none;
    position: absolute;
    top: 70px;
    right: -40px;
    z-index: 102;
    line-height: 1;
    padding: 0;
    color: #ffffff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#header .mod_navigation .level_1 a.close:hover {
    color: #6E6E6E;
}

#header .mod_navigation .level_1 > li.active a.close {
    display: block;
}

#header .mod_navigation .level_2 > li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}

#header .mod_navigation .level_2 li.submenu.first, #header .mod_navigation .level_2 li.submenu.last {
    border-left: none;
    border-right: none;
}

#header .mod_navigation .level_2 li.submenu.first {
    padding-bottom: 5px;
}

#header .mod_navigation .level_2 li.submenu.first {
    padding-left: 0;
}

#header .mod_navigation .level_2 li.submenu.last {
    padding-right: 0;
}

#header .mod_navigation .level_2 > ul {
    padding: 0;
    margin: 0;
}

#header .mod_navigation .level_2 > li > a,
#header .mod_navigation .level_2 > li > span {
    display: block;
    padding: 0;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
}

#header .mod_navigation .level_2 > li.last > a,
#header .mod_navigation .level_2 > li.last > span {
    border: 0;
}

#header .mod_navigation .level_2 > li > a:hover,
#header .mod_navigation .level_2 > li > a.active,
#header .mod_navigation .level_2 > li > span {
    color: #6e6e6e;
    text-decoration: none;
}

#menuBars {
    margin: 5px -5px 0;
    display: none;
    padding: 5px;
    float: right;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#menuBars .fa {
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .top #menuBars {
        display: block;
    }

    .top #header .mod_navigation {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .left-side #menuBars {
        display: block;
    }

    .left-side #header .mod_navigation {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #menuBars {
        left: 10px;
    }
}

#main .mod_article {
    position: relative;
}

.top #main .mod_article .article-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 25px;
}


@media screen and (max-width: 1260px) {
    .top #main .mod_article .article-inner-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .top #main .mod_article .article-inner-wrapper {
        padding: 25px 15px 15px;
    }
}

.top #main .mod_article.no-padding .article-inner-wrapper {
    padding: 0;
    max-width: 100%;
}

.left-side #container {
    max-width: 1200px;
    margin: 0 auto;
}

.left-side #main .inside {
    padding: 120px 25px;
}

.left-side #left .inside {
    padding: 120px 50px 25px 0;
}

@media screen and (max-width: 1260px) {
    .left-side #main .inside {
        padding-right: 30px;
    }

    .left-side #left .inside {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .left-side #main .inside {
        padding-top: 25px;
    }

    .left-side #left .inside {
        padding-top: 25px;
    }
}

.left-side #logo a {
    margin: unset;
}


.left-side .mod_navigation {
    margin-bottom: 80px;
}

.left-side .mod_navigation .level_1 {
    margin: 0;
    padding: 0;
}

.left-side .mod_navigation .level_1 a,
.left-side .mod_navigation .level_1 span {
    display: block;
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid #000;
    line-height: 1.2;
}

.left-side .mod_navigation .level_1 .last a,
.left-side .mod_navigation .level_1 .last span {
    border-bottom: 0;
}

.left-side .mod_navigation .level_1 a:hover,
.left-side .mod_navigation .level_1 span {
    background: #e0ddc9;
    text-decoration: none;
}

.left-side .haus {
    position: absolute;
    right: 0;
    top: -130px;
    border: 10px solid #fff;
}

@media screen and (max-width: 1260px) {
    .left-side .haus {
        right: 30px;
    }
}

.left-side #header {
    padding-top: 150px;
}

.left-side #header .inside {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .left-side .haus {
        position: static;
    }

    .left-side #header {
        padding-top: 0;
    }

    .left-side #header .inside {
        padding: 30px;
    }
}


#main ul,
#main ul li,
#main ol,
#main ol li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}

#main ul,
#main ol {
    margin-bottom: 15px;
}

#main ul li,
#main ol li {
    line-height: 1.5;
    padding-left: 15px;
}

#main ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1rem;
    color: #900706;
    top: 0;
    left: 0;
    z-index: 1;
}

#main ol li:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 1rem;
    color: #900706;
    top: 0;
    left: 0;
    z-index: 1;
}

#main .content-gallery {
    margin-bottom: 10px;
}

#main .content-gallery .cols_1,
#main .content-gallery .cols_2,
#main .content-gallery .cols_3,
#main .content-gallery .cols_4,
#main .content-gallery .cols_5,
#main .content-gallery .cols_6 {
    margin: 0 -10px;
}

#main .content-gallery .cols_1 li,
#main .content-gallery .cols_2 li,
#main .content-gallery .cols_3 li,
#main .content-gallery .cols_4 li,
#main .content-gallery .cols_5 li,
#main .content-gallery .cols_6 li {
    padding: 10px 10px;
}

#main .content-gallery .cols_1 li:after,
#main .content-gallery .cols_2 li:after,
#main .content-gallery .cols_3 li:after,
#main .content-gallery .cols_4 li:after,
#main .content-gallery .cols_5 li:after,
#main .content-gallery .cols_6 li:after {
    content: " ";
}

#main .content-gallery > ul li.col_first {
    clear: none;
}

#main .content-gallery .cols_2 li {
    width: 100%;
}

#main .content-gallery .cols_2 li {
    width: 50%;
}

#main .content-gallery .cols_3 li {
    width: 33.3333%;
}

#main .content-gallery .cols_4 li {
    width: 25%;
}

#main .content-gallery .cols_5 li {
    width: 20%;
}

#main .content-gallery .cols_6 li {
    width: 16.6666666%;
}

#main .content-gallery .image_container:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#main .content-gallery .image_container {
    overflow: hidden;
}

#main .content-gallery img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media screen and (max-width: 991px) {
    #main .content-gallery .cols_5 li,
    #main .content-gallery .cols_6 li {
        width: 33.333333333%;
    }
}

@media screen and (max-width: 520px) {
    #main .content-gallery .cols_3 li,
    #main .content-gallery .cols_4 li,
    #main .content-gallery .cols_5 li,
    #main .content-gallery .cols_6 li {
        width: 100%;
    }
}

#main .content-download {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}

#main .content-downloads {
    margin-bottom: 15px;
}

#main .content-downloads ul li {
    position: relative;
    padding-left: 30px;
}

#main .content-downloads ul li:after {
    content: " ";
}

#main .content-download a,
#main .content-downloads a {
    color: #900706;
}

#main .content-download a:before,
#main .content-downloads a:before {
    color: #900706;
    content: "\f019";
    font-family: FontAwesome;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: -1px;
    font-style: normal;
}

#main .content-download img,
#main .content-downloads img {
    display: none;
}

#main .ce_accordion {
    margin-bottom: 15px;
}

#main .ce_accordion .toggler {
    outline: 0 none;
    cursor: pointer;
    text-align: left;
    padding: 5px 15px;
    position: relative;
    background: #900706;
    color: #ffffff;
    font-size: 1rem;
}

#main .ce_accordion .accordion {
    padding-top: 30px;
}

#main .ce_accordion .ui-icon-triangle-1-e:before {
    content: "\f13a";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
    right: 15px;
}

#main .ce_accordion .ui-icon-triangle-1-s:before {
    color: #ffffff;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
    right: 15px;
}

#main .content-text {
    margin-bottom: 15px;
}

#main .content-text.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

@media screen and (max-width: 1000px) {
    .left-side #main .content-text.col2 {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}


@media screen and (max-width: 767px) {
    #main .content-text.col2 {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

#main a.btn {
    display: inline-block;
    background-color: #900706;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none !important;
}

#main a.btn:hover {
    background-color: #e0ddc9;
    text-decoration: none;
}

#main .content-hyperlink {
    margin-bottom: 15px;
}

#main .content-hyperlink a {
    display: block;
    background-color: #900706;
    color: #ffffff;
    padding: 10px 10px;
    text-align: center;
}

#main .content-hyperlink a:hover {
    background-color: #e0ddc9;
    text-decoration: none;
}


#footer {
    background: #e0ddc9;
}

#footer .inside {
    max-width: 1200px;
    margin: 0 auto;
    color: #000;
    padding: 35px 0 120px;
}

@media screen and (max-width: 1260px) {
    #footer .inside {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    #footer .inside {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    #footer .inside {
        padding-bottom: 220px;
    }
}

#footer .fa,
#footer a,
#footer h2,
#footer h3,
#footer h4 {
    color: #000;
}

#footer a {
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
    float: right;
}

@media screen and (max-width: 767px) {
    #footer ul {
        float: none;
    }
}

#footer ul li {
    float: left;
    list-style: none;
    padding-right: 15px;
}

#scrollup {
    position: fixed;
    bottom: 100px;
    right: 60px;
    color: #900706;
    font-size: 2.5rem;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    z-index: 111;
    display: none;
}

#scrollup:hover {
    color: #ccc;
}

@media screen and (max-width: 960px) {
    #scrollup {
        right: 15px;
        bottom: 50px;
    }
}



.cookiebar__button {
    background: #900706;
}
