body {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    color: #000;
}

a,
a:hover {
    color: #000;
}

.background-grey {
    background: #f0f0f0;
    padding: 20px 0;
}

.video-container {
    max-width: 100%;
    width: 908px;
    height: 747px;
}

iframe {
    max-width: 100%;
}

.link-btn {
    color: #000;
    background-color: #ffb800;
    border: 1px solid #fb0;
}

.link-btn:before {
    content: "";
    background-image: url("../../Private/Fluid/Page/Partials/SVGs/Mutter-Buttons.svg");
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.clearer {
    clear: both;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.form-control {
    border-radius: unset;
    border: 1px solid #c6c6c6;
}

.form-control.error {
    border: 1px solid #d0021b;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffb800;
}

.section-h1 {
    background: rgb(255 184 0 / 1);
    margin-bottom: 20px;
}

.section-h1 h1 {
    font-size: 26px;
    line-height: 37px;
    padding: 0 15px;
    margin-bottom: 0;
    color: #000;
}

@media screen and (max-width: 425px) {
    .section-h1 h1 {
        font-size: 20px;
        line-height: 31px;
        padding: 0 4px;
    }
}

.section-breadcrumb {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}

.section-breadcrumb .col {
    padding-left: 0;
}

@media screen and (max-width: 576px) {
    .section-breadcrumb .col {
        padding-left: 15px;
    }
}

.section-breadcrumb ol.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0;
}

.section-breadcrumb li,
.section-breadcrumb li a {
    font-size: 15px;
    color: #878787 !important;
    line-height: 37px;
}

.section-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .4rem;
}

.section-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    border: solid #878787;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    margin-right: 6px;
    margin-bottom: 1px;
}

label.control-label .required {
    color: #ffb800;
}

label .required {
    color: #ffb800;
}

form .form-check {
    padding-left: 0;
}

form .btn-primary[type="submit"] {
    background-color: #ffb800;
    color: black;
    border: none;
    border-radius: unset;
    float: right;
    box-shadow: none;
}

form .submitInfo .required {
    color: #ffb800;
}

form .form-group {
    margin-bottom: 15px;
}

form .form-group.salutation,
form .form-group.reyhercustomer {
    margin-bottom: 20px;
}

form .form-group.privacypolicy {
    margin-top: -5px;
}

form .form-group.privacypolicy a,
form .form-group.privacypolicy_erlebnistour a,
form .form-group.privacypolicy_jobspeeddating a {
    color: black;
    text-decoration: underline;
}

form .form-group .control-label {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

form .form-group .input input {
    line-height: 15px;
    font-size: 15px;
    height: 40px;
    padding: 11px 15px 12px;
}

form .form-group .input input[type="checkbox"][id$="privacypolicy"] {
    position: absolute;
    opacity: 0;
    top: -10px;
    left: 3px;
    display: block;
    visibility: visible;
}

@media screen and (max-width: 566px) {
    .form-wrapper form {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* hide standard inputs */
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    display: none;
    margin: 0;
    padding: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
    margin-right: 35px;
}

.form-group.privacypolicy input[type="checkbox"] + label {
    cursor: pointer;
    margin-right: 0;
}

/* add custom inputs with ::before */
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    border: 1px solid #c6c6c6;
    background: white;
    margin-right: 10px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 30px;
}

input[type="radio"]:hover + label:before {
    background: #ffb800;
    box-shadow: inset 0 0 0 5px white;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #ffb800;
    box-shadow: inset 0 0 0 5px white;
}

input[type="radio"]:not(:checked) + label:before {
    background: #c6c6c6;
    box-shadow: inset 0 0 0 5px white;
}

input[type="radio"].error + label:before,
input[type="checkbox"].error + label:before {
    border: 1px solid #d0021b;
}

/* ############### FOOTER - START ############### */
footer {
    display: flex;
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    position: relative;
}

footer .outerContainer {
    width: 100%;
    background-color: #e3e3e3 !important;
    padding-bottom: 130px;
}

/* This Styl has been added for Newsletter form ads */
footer .gelb-footer {
    padding-top: 5px;
    background-color: #ffb800;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

footer .gelb-footer span {
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    letter-spacing: 0;
    line-height: 20px;
}

footer .gelb-footer span a {
    color: black;
}

footer .gelb-footer span > svg {
    margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
    .gelb-footer .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* This Styl has been added for Newsletter form ads */
footer .outerContainer .container {
    padding-left: 0;
    padding-right: 0;
}

footer .backgroundImg {
    position: absolute;
    width: 100%;
    height: 400px;
    background-image: url("../Images/shanghai.svg");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom;
    margin-bottom: -1px !important;
    bottom: 10px;
}

footer .tempImg {
    position: absolute;
    bottom: -49px;
}

footer .container .col-md-6 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

footer .container .col-md-6 {
    padding: 10px 90px 30px 0;
}

footer .nav li {
    position: relative;
    color: #878787;
}

footer .nav li:after {
    display: inline-block;
    content: "\00b7";
    position: absolute;
    right: 5px;
    bottom: -2px;
    color: #878787;
}

footer .nav li:last-of-type:after {
    display: none;
}

footer a,
.nav-link {
    color: #878787;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    padding: 0 16px 0 0;
}

footer .nav.justify-content-center a,
.nav.justify-content-center .nav-link {
    line-height: 16px;
    padding-right: 6px;
    padding-left: 6px;
}

footer a,
.nav-link:hover {
    color: #878787;
    font-weight: normal;
}

footer .footerListHeader {
    padding-top: 12px !important;
}

footer .footerListHeader a {
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

footer .footerListHeader a:hover {
    color: #878787;
    font-weight: bold;
}

footer .justify-content-center .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
}

footer .justify-content-center .nav-item:not(:last-of-type) {
    border-right: 1px solid;
    color: #fff;
    line-height: 1;
    height: 16px;
}

footer .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

footer .nav.justify-content-center li:after {
    display: none;
}

footer .outerContainer .justify-content-center {
    background-color: #000;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    line-height: 0;
}

footer .row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 100px;
}

footer .gelb-footer .row {
    margin-bottom: unset;
}

@media screen and (max-width: 767px) {
    footer .outerContainer {
        padding-bottom: 220px;
    }

    footer .container .col-md-6 {
        padding-right: 0;
        margin-right: 20px;
        margin-left: 20px;
    }

    footer .row {
        margin-right: 0;
        margin-left: 0;
    }
}

/* ############### FOOTER - END ############### */

#cookielayer a {
    color: white;
    text-decoration: underline;
}

#cookielayer a:hover {
    text-decoration: underline;
}

#cookielayer div {
    padding: 10px;
    padding-right: 40px;
}

#cookielayer {
    text-align: center;
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    background: #878787;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    display: none;
    padding: 35px 10px;
    color: white;
}

#cookielayer button {
    width: 130px;
    height: 35px;
    background-color: #ffb800;
    border: 0 none;
    cursor: pointer;
}

#cookielayer span#cookie_layer_text {
    text-align: left;
    padding: 0 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    #cookielayer span#cookie_layer_text {
        max-width: 720px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 992px) {
    #cookielayer span#cookie_layer_text {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    #cookielayer span#cookie_layer_text {
        max-width: 1100px;
        padding: 0 30px;
    }
}

#cookielayerCloser {
    right: 25px;
    text-decoration: none;
    top: 5px;
    cursor: pointer;
    padding: 4px;
    color: #484847;
    font-size: 16px;
    display: none;
}

#browserlayer a {
    color: white;
    text-decoration: underline;
}

#browserlayer a:hover {
    text-decoration: underline;
}

#browserlayer div {
    padding: 10px 40px 10px 10px;
}

#browserlayer {
    text-align: center;
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    background: #878787;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    display: none;
    padding: 35px 10px;
    color: white;
}

#browserlayer button {
    width: 130px;
    height: 35px;
    background-color: #ffb800;
    border: 0 none;
    cursor: pointer;
}

#browserlayer span#browser_layer_text {
    text-align: left;
    padding: 0 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    #browserlayer span#browser_layer_text {
        max-width: 720px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 992px) {
    #browserlayer span#browser_layer_text {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    #browserlayer span#browser_layer_text {
        max-width: 1100px;
        padding: 0 30px;
    }
}

#browserlayerCloser {
    right: 25px;
    text-decoration: none;
    top: 5px;
    cursor: pointer;
    padding: 4px;
    color: #484847;
    font-size: 16px;
    display: none;
}

.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 65px;
}

.mm-menu .mm-navbars_bottom {
    border-bottom: 10px solid #ffb800 !important;
}

.mm-menu .mm-navbars_bottom .socialmedia-link {
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin: 10px 5.5%;
}

.mm-menu .mm-navbars_bottom .socialmedia-link.facebook-link {
    background-image: url("../Images/social-media-icons/facebook.svg");
}

.mm-menu .mm-navbars_bottom .socialmedia-link.instagram-link {
    background-image: url("../Images/social-media-icons/instagram.svg");
}

.mm-menu .mm-navbars_bottom .socialmedia-link.xing-link {
    background-image: url("../Images/social-media-icons/xing.svg");
}

.mm-menu .mm-navbars_bottom .socialmedia-link.linkedin-link {
    background-image: url("../Images/social-media-icons/linked-in.svg");
}

.mm-menu .mm-navbars_bottom .socialmedia-link.youtube-link {
    background-image: url("../Images/social-media-icons/youtube.svg");
}

.head {
    max-height: 191px;
    background-color: #fff;
}

#navbar-socialmedia {
    width: 100%;
}

.head .headTopRow {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #eeefef;
    width: 100%;
    z-index: 400;
}

.head .headTopRow .container {
    padding: 0;
}

.head .headTopRow .socialmedia-intro {
    float: left;
    margin: 12px 5px 10px .5rem;
    height: 18px;
    color: #c6c6c6;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.head .headTopRow .socialmedia-icon {
    float: left;
    margin: 8px 5px 7px;
    width: 25px;
    height: 25px;
}

.head .headTopRow .socialmedia-icon svg #Startseite {
    fill: #c6c6c6;
}

.head .headTopRow .socialmedia-icon svg:hover #Startseite {
    fill: #000;
}

.newsletter-nav {
    text-align: center;
    padding-top: 8px;
}

.newsletter-nav > span > a {
    color: rgb(255 184 0) !important;
}

.newsletter-nav > span > img {
    width: 45px;
    height: 20px;
    margin-bottom: 2px;
}

.head .navbar {
    width: 100%;
}

.head .head-row {
    width: 100%;
}

#mobile-menu {
    display: none;
}

#mobile-menu.mm-menu_opened {
    display: block;
}

.head #navbarSupportedContent {
    justify-content: space-between;
    height: 30px;
    margin-bottom: 55px;
    margin-top: 101px;
}

.head #navbarSupportedContent .nav-item.dropdown a.nav-link.dropdown-toggle:after {
    content: none;
    margin-left: 0;
}

.head #navbarSupportedContent .navbar-nav a {
    line-height: 20px;
}

.head #navbarSupportedContent .dropdown > a.nav-link.dropdown-toggle,
.head #navbarSupportedContent .nav-item > a.nav-link {
    padding-bottom: 15px;
    padding-top: 15px;
}

.head #navbarSupportedContent .dropdown a.nav-link.dropdown-toggle:not(:last-of-type) {
    padding-right: 15px;
}

.head #navbarSupportedContent .dropdown a.nav-link.dropdown-toggle:not(:first-of-type) {
    padding-left: 15px;
}

.head .navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px;
}

.head #navbarSupportedContent a.nav-link:hover {
    color: #ffb800 !important;
}

.head #navbarSupportedContent .nav-item:not(:first-of-type) a.nav-link {
    /* padding-left: 20px ; */
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .head #navbarSupportedContent .nav-item:not(:first-of-type) a.nav-link {
        padding-left: 10px;
    }
}

.head #navbarSupportedContent .dropdown-menu {
    top: 90%;
}

.head #navbarSupportedContent .dropdown-submenu .dropdown-menu {
    top: 0;
}

.head #navbarSupportedContent .dropdown-menu,
.head .lang-nav .dropdown-menu,
.head .blackHeadBorder .dropdown-menu {
    border: none;
    border-bottom: 10px solid #ffb800 !important;
    border-radius: 0;
    z-index: 2000;
}

.mm-menu .mm-panels {
    border: none;
    z-index: 2000;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a.nav-link {
    padding-right: 15px;
    position: relative;
    padding-left: 0;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a.nav-link.members-only:after {
    position: absolute;
    top: 0;
    right: -4px;
    content: " ";
    background-image: url("../Images/lock.png");
    height: 16px;
    width: 16px;
    transform: none;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item.dropdown-link {
    padding: 0 15px 0 0;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item:active {
    background-color: #fff;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a:focus {
    outline-color: #fff;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a.nav-link:hover,
.head #navbarSupportedContent .dropdown-menu .dropdown-item a.dropdown-item:hover,
.mm-menu .mm-listview .mm-listitem:hover {
    color: #ffb800;
    background-color: #fff;
}

.head a.language-menu-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 6px solid #c6c6c6;
    border-bottom: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

main .container {
    position: relative;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mm-menu .mm-panels .mm-panel .mm-navbar .mm-navbar__title {
    color: #000;
}

.mm-menu .mm-navbar .newsletter-nav {
    text-align: center;
    padding-top: 12px;
}

.mm-menu .mm-listview .mm-listitem:hover .mm-counter {
    color: inherit;
}

.mm-menu .mm-listview .mm-listitem .mm-btn_next {
    border: none;
}

.mm-menu .mm-listview .mm-listitem .mm-btn_next:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    transform: none;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a.nav-link.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    margin-left: 5px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid transparent;
    border-left: .3em solid #c6c6c6;
    border-bottom: .3em solid transparent;
}

.head #navbarSupportedContent .dropdown-menu .dropdown-item a.nav-link.dropdown-toggle:hover:after {
    transform: none;
}

.head .sticky-top {
    z-index: 1017;
}

.head .lang-nav {
    margin-top: 10px;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .head .lang-nav {
        margin-top: 10px;
        padding: 12px;
        left: 75%;
    }
}

.head .lang-nav #navbar {
    position: absolute;
    display: block;
    left: 75%;
    top: -3px;
    z-index: 10020;
}

.head .lang-nav #navbar .dropdown {
    min-width: 60px;
}

.head .lang-nav .language-menu-toggle {
    padding-bottom: 15px;
}

.head .lang-nav .dropdown-menu {
    padding: 8px;
    top: 90%;
}

.head .lang-nav .dropdown-menu li a,
.head .lang-nav .dropdown-menu li.text-muted span {
    color: #000;
    text-decoration: none;
}

.head .lang-nav .dropdown-menu li a:hover {
    color: #ffb800;
    background-color: #fff;
}

.head .main-nav {
    padding: 0;
}

.head .yellowHeadBorder {
    width: 66.66%;
    border-bottom: 10px solid #ffb800;
    float: left;
}

.head .blackHeadBorder {
    width: 33.33%;
    border-bottom: 10px solid #000;
    float: left;
    position: relative;
}

.head .blackHeadBorder .logo-search-wrapper {
    position: absolute;
    top: -101px;
    left: -65px;
}

.head .blackHeadBorder .logo-search-wrapper .logo-search-wrapper-full-width {
    width: 300px;
}

.head .blackHeadBorder .logo-search-wrapper .logo-search-wrapper-full-width .btn-group.dropleft {
    height: 55px;
    padding-top: .325em;
}

.head .blackHeadBorder .reyher-logo {
    margin-right: 0;
    z-index: 1018;
    width: auto;
    float: right;
}

.head .blackHeadBorder .reyher-logo img {
    height: 55px;
    width: auto;
}

.head .blackHeadBorder .search-menu {
    border-bottom: 1px solid rgb(0 0 0 / .15);
    width: max-content;
    top: -18px !important;
    left: -10px !important;
}

.head #headerSearchForm {
    margin: 0 !important;
}

.head #headerSearchForm .form-control {
    width: auto;
    margin-right: 10px !important;
}

.head #headerSearchForm .btn {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.head .blackHeadBorder .search-btn {
    padding: 0;
    margin-right: 20px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

@media screen and (max-width: 991px) {
    .head .blackHeadBorder .reyher-logo img {
        height: 40px;
    }

    .head .blackHeadBorder .logo-search-wrapper {
        position: absolute;
        top: -55px;
        left: -65px;
    }

    .col-md-9.social-media-nav {
        display: none;
    }

    .head .headTopRow {
        border: none;
    }

    .head .lang-nav #navbar {
        position: absolute;
        display: block;
        left: 100%;
        top: 13px;
        z-index: 1020;
    }

    .head .blackHeadBorder .search-menu {
        top: 52px !important;
        right: -255px !important;
        left: 0 !important;
        position: fixed !important;
        width: 100%;
        transform: none !important;
    }

    .head #headerSearchForm .form-control {
        width: calc(100% - 93px);
    }

    .head .blackHeadBorder .logo-search-wrapper .logo-search-wrapper-full-width .btn-group.dropleft {
        height: unset;
        padding-top: 0;
    }

    .head .blackHeadBorder .reyher-logo {
        float: unset;
    }
}

@media screen and (max-width: 767px) {
    .head .blackHeadBorder .logo-search-wrapper {
        right: 5px;
        left: auto;
    }
}

@media screen and (max-width: 600px) {
    .head .lang-nav #navbar {
        position: absolute;
        display: block;
        left: 86%;
        top: 13px;
        z-index: 1020;
    }
}

@media screen and (max-width: 425px) {
    .head .blackHeadBorder .reyher-logo img {
        height: 30px;
    }

    .head .lang-nav #navbar {
        left: 82%;
        top: 9px;
    }

    .head .blackHeadBorder .search-btn {
        margin-right: 0;
    }

    .head .blackHeadBorder .logo-search-wrapper {
        right: -50px;
        top: -50px;
    }
}

.head .blackHeadBorder .search-btn:focus {
    box-shadow: none;
    outline: none;
}

.head .blackHeadBorder .search-menu .search-submit-btn {
    color: #000;
    background-color: #ffb800;
    border: 1px solid #fb0;
    position: relative;
    padding-left: 17px;
}

.head .blackHeadBorder .search-menu form {
    padding: 10px;
}

.head .blackHeadBorder .search-menu input {
    border: 1px solid rgb(0 0 0 / .15);
    color: #000;
}

.head .blackHeadBorder .search-submit-btn .btn-nut {
    padding-right: 10px;
}

.head .blackHeadBorder .search-submit-btn:focus {
    box-shadow: none;
    outline: none;
}

.head .blackHeadBorder .search-submit-btn:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../Images/Mutter-Buttons.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 5px;
}

.head .blackHeadBorder .search-btn:before {
    content: none;
}

.head .blackHeadBorder a,
.head #navbarSupportedContent a {
    font-size: 16px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .head #navbarSupportedContent .nav-item.dropdown:not(:first-of-type) > a.nav-link {
        padding-left: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .head #navbarSupportedContent .nav-item:not(:first-of-type) a.nav-link {
        padding-left: 0;
        font-size: 14px;
    }
}

/* STYLES FROM RTE - START */
a.button-reyher-yellow {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    background: rgb(255 184 0);
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 35px;
}

a.button-reyher-yellow:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../Images/Mutter-Buttons.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 11px;
    left: 12px;
}

a.button-reyher-yellow:hover {
    text-decoration: none;
    cursor: pointer;
}

a.button-reyher-yellow-big {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    background: rgb(255 184 0);
    display: inline-block;
    position: relative;
    padding: 10px 15px 10px 38px;
}

a.button-reyher-yellow-big:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../Images/Mutter-Buttons.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 16px;
    left: 12px;
}

a.button-reyher-yellow-big:hover {
    text-decoration: none;
    cursor: pointer;
}

a.button-reyher-black {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000;
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 38px;
}

a.button-reyher-black:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../Images/Mutter-Buttons-white.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 11px;
    left: 12px;
}

a.button-reyher-black:hover {
    text-decoration: none;
    cursor: pointer;
}

a.link-arrow {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 22px;
}

a.link-arrow:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: 7px;
    background: url("../Images/vor.svg") no-repeat;
    background-size: contain;
}

a.link-arrow:hover {
    text-decoration: none;
    cursor: pointer;
}

a.link-reyher-career {
    text-transform: uppercase;
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 30px;
}

a.link-reyher-career:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 7px;
    background-image: url("../Images/Stellenangebote.svg");
    background-repeat: no-repeat;
}

a.link-reyher-career:hover {
    text-decoration: none;
    cursor: pointer;
}

ul.bullet-black-square {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.bullet-black-square li {
    position: relative;
    padding-left: 16px;
}

ul.bullet-black-square li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 7px;
    background-color: #000;
}

a.icon-pdf,
a.icon-exe,
a.icon-zip {
    position: relative;
    padding-left: 50px;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    a.icon-pdf,
    a.icon-exe,
    a.icon-zip {
        line-height: 300%;
    }
}

a.icon-pdf:before,
a.icon-exe:before,
a.icon-zip:before {
    display: block;
    width: 27px;
    height: 38px;
    margin-right: 15px;
    background-color: #ffb800;
    vertical-align: middle;
    position: absolute;
    padding: 12px 2px 0 0;
    content: "";
    left: 0;
    top: -7px;
}

a.icon-pdf:after,
a.icon-exe:after,
a.icon-zip:after {
    content: "";
    width: 39px;
    height: 40px;
    position: absolute;
    z-index: 99;
    top: -8px;
    left: -1px;
}

a.icon-pdf:after {
    background-image: url("../SVGs/PDF.svg");
}

a.icon-exe:after {
    background-image: url("../SVGs/EXE.svg");
}

a.icon-zip:after {
    background-image: url("../SVGs/ZIP.svg");
}

/* STYLES FROM RTE - END */

/* LOGIN - START */
div.tx-felogin-pi1 h3 {
    font-size: 26px;
    margin-bottom: 11px;
    position: relative;
    padding-bottom: 12px;
}

div.tx-felogin-pi1 h3:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #ffb800;
    height: 1px;
    width: 89px;
}

div.tx-felogin-pi1 .btn.btn-primary {
    padding: .375rem .75rem .375rem 1.75rem;
}

div.tx-felogin-pi1 .btn.btn-primary:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../Images/Mutter-Buttons.svg");
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 7px;
}

/* LOGIN - END */

/* FAL-SECUREDOWNLOAD - START */
div.fal-securedownload ul li:not(:last-child) {
    margin-bottom: 10px;
}

div.fal-securedownload ul li i {
    display: inline-block;
    width: 27px;
    height: 38px;
    margin-right: 15px;
    background-color: #ffb800;
    vertical-align: middle;
    position: relative;
    padding: 12px 2px 0 0;
}

div.fal-securedownload ul li i img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

div.fal-securedownload ul li i:before {
    content: "";
    width: 39px;
    height: 40px;
    position: absolute;
    z-index: 99;
    top: -1px;
    left: -1px;
}

div.fal-securedownload ul li i.file-pdf:before {
    background-image: url("../SVGs/PDF.svg");
}

div.fal-securedownload ul li i.file-exe:before {
    background-image: url("../SVGs/EXE.svg");
}

div.fal-securedownload ul li i.file-zip:before {
    background-image: url("../SVGs/ZIP.svg");
}

/* FAL-SECUREDOWNLOAD - END */

/* ATL-video-2click */
.ce-video-2click .dsg-overlay {
    background-color: #878787;
    color: black;
    opacity: .8;
}

.ce-video-2click .dsg-overlay a {
    color: white;
    text-decoration: underline;
}

.ce-video-2click .dsg-overlay button {
    background-color: #ffb800;
    border-radius: unset;
    border: none;
    color: #000;
    opacity: 1;
}

/* ATL-video-2click - END */

@media (min-width: 992px) {
    main {
        margin-top: 155px;
    }
}

@media (max-width: 991px) {
    main {
        overflow: hidden;
    }
}
