input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    border: 1px solid rgb(230, 190, 60);
}

img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 16px;
}

.sub_logo_slogan {
    color: #000000;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

#headerContainer {
    background-color: #ffffff;
    height: auto;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 22000;
}

.header-icon-container {
    text-align: center;
}

.header-text-container {
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;

}

.header-icon {
    cursor: pointer;
    height: 0;
}

.header-icon.hidden {
    display: none;
}

#contentContainer a {
    text-decoration: underline;
}

.filter-grey {
    filter: invert(27%) sepia(5%) saturate(11%) hue-rotate(98deg) brightness(90%) contrast(88%);
}

.filter-yellow {
    /* get color -> https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(84%) sepia(24%) saturate(1232%) hue-rotate(351deg) brightness(95%) contrast(90%);
}

#logo {
}

.formrow {
    padding-bottom: 24px;
}

.formrow label {
    display: block;
    margin-bottom: 0;
}

.inputflat {
    border: 1px solid rgb(153, 153, 153);
    border-radius: 4px;
    outline: none;
    padding: 3px 5px;
    width: 100%;
    transition: all .2s, background-color .2s, border-color .2s;
    resize: none;
}

input[type="checkbox"].inputflat {
    width: auto;
    margin-right: 10px;
}

textarea.inputflat {
    height: 125px;
}

.inputflat:focus {
    background-color: rgb(230, 230, 230);
    transition: all .2s, background-color .2s, border-color .2s;
}

.tooltip {
    z-index: 49999;
}

.tooltip-inner {
    background-color: #fff;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 4px;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    max-width: 100%;
    padding: 3px 5px;
}


button.textlink {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    color: #000;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    outline: none;
    text-align: left;
    transition: all .2s, color .2s, border-color .2s;
}

button.textlink:hover {
    color: rgb(230, 190, 60);
    text-decoration: underline;
    transition: all .2s, color .2s, border-color .2s;
}


.lightbox {
    cursor: pointer;
}

.fancybox-stage {
    background-color: #fff;
}

.fancybox-navigation .fancybox-button {
    opacity: 0;
    height: 136px;
    top: calc(50% - 88px);
    width: 112px;
}

.fancybox-navigation .fancybox-button:disabled {
    visibility: hidden;
}

.fancybox-navigation .fancybox-button svg {
    fill: rgb(70, 70, 70);
}

.fancybox-navigation .fancybox-button:enabled:hover svg, .fancybox-navigation button.fancybox-button.hover svg {
    fill: rgb(230, 190, 60);
}


.fancybox-navigation .fancybox-button--arrow_left {
    left: -20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: -20px;
}

.fancybox-navigation .fancybox-navigation-header {
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    color: #000;
    z-index: 1000000;
    text-align: center;
}

.fancybox-navigation .fancybox-navigation-header img {
    height: 45px;
    padding-top: 11px;
}

@media (min-width: 500px) and  (max-width: 767px) {
    .fancybox-content {
        margin-top: 57px;
    }
}

.fancybox-button {
    background-color: transparent;
    color: rgb(70, 70, 70);
    height: 42px;
    width: 42px;
}

.fancybox-button:hover {
    color: rgb(230, 190, 60);
}

.data-fancybox-bigger, .data-fancybox-bigger:focus, .data-fancybox-bigger:active {
    position: absolute;
    cursor: pointer;
    height: 100%;
    width: 70px;
    right: 0;
    z-index: 99996;
    background: transparent;
    border: 0 transparent;
    border-image-width: 0;
    outline: none;
}

.data-fancybox-bigger.arrow-prev {
    left: 0;
    right: unset;
}

.fancybox-thumbs__list a::before {
    border: 3px solid rgb(230, 190, 60);
}

.fancybox-progress {
    background: rgb(230, 190, 60);
}

.fancybox-caption {
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.fancybox-toolbar {
    top: unset;
    bottom: 0;
    padding-bottom: 16px;
}

.fancybox-infobar {
    bottom: 0;
    height: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: unset;
    margin-left: 5px;
    padding-bottom: 25px;
    top: unset;
}

.fancybox-slide {
    padding: 15px;
}


.breadcrumb {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

.sticky {
    background-color: #fff;
    padding: 5px 0 0px;
    position: -webkit-sticky;
    position: sticky !important;
    top: 130px;
    z-index: 20001;
}

.sticky h1, .sticky h2, h1, h2, h3, h4, h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 2px !important;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

#menue {
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
    height: calc(100% - 50px);
    left: 0;
    position: fixed;
    overflow-x: hidden;
    top: 50px;
    transition: width 0.5s;
    width: 100%;
    z-index: 50000;
}

.menue-container {
    background-color: #fff;
    overflow: hidden;
    min-height: 100%;
    display: inline-block;
    padding: 5px 35px 0 15px;
    margin-bottom: -20px;
}

#menue-content {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}


#menue-content ul li {
    margin-bottom: 15px;
}

#menue-content ul li.spacer {
    height: 10px;
}

.stickable {
    overflow: visible !important;
}

#logo .row, .logo-subline .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

#logo div[class*="col-"], .logo-subline div[class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.tx-rit-willebrand .t3bsfsc-imagerow.clearfix {
    margin-bottom: 9px;
}

.wb-page, .wb-form {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

#contentNormal.no-page {
    margin-top: 5px;
}

.tx-rit-willebrand .t3bsfsc-textpic.ce-above .ce-gallery {
    margin: 0px !important
}

.tx-rit-willebrand .smallborders {
    margin: 0px !important
}

.tx-rit-willebrand .smallborders div[class*="col-"], .tx-rit-willebrand .smallborders.sticky {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

@media print {
    #headerContainer {
        position: absolute;
    }

    .sticky {
        position: relative;
        top: 0px !important;
    }

    #contentContainer {
        margin-top: 90px !important;
    }
}

/* col-sm (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .fancybox-slide {
        padding: 25px;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    #headerContainer {
        padding-top: 20px;
    }

    .fancybox-toolbar {
        margin-right: 10px;
    }

    .fancybox-infobar {
        margin-left: 15px;
    }

    .menue-container {
        padding-right: 60px;
    }

}

/* col-md (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    body, .bordered {
        margin: 0 25px;
    }

    .fancybox-slide {
        padding: 25px;
    }

    .fancybox-navigation .fancybox-button--arrow_left {
        left: -20px;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: -20px;
    }

    .fancybox-toolbar {
        margin-right: unset;
    }

    .fancybox-infobar {
        margin-left: 5px;
    }

    .fancybox-slide {
        padding: 57px;
    }

    .compensate-for-scrollbar {
        padding-right: 25px;
    }

    .borderedWidth {
        margin: 0 25px;
        width: calc(100% - 50px) !important;

    }

    #headerContainer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

}

/* col-lg (desktops, 992px and up) */
@media (min-width: 992px) {
    body, .bordered {
        margin: 0 30px;
    }

    .compensate-for-scrollbar {
        padding-right: 30px;
    }

    .borderedWidth {
        margin: 0 30px;
        width: calc(100% - 60px) !important;
    }

    #headerContainer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .menue-container {
        padding-right: 80px;
    }

}

/* col-xl (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body, .bordered {
        margin: 0 45px;
    }

    .compensate-for-scrollbar {
        padding-right: 45px;
    }

    .borderedWidth {
        margin: 0 45px;
        width: calc(100% - 90px) !important;
    }

    #headerContainer {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}


.fotocdn-integrator .fotocdn-guestbox {
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    max-width: inherit;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input {
    border: 1px solid rgb(153, 153, 153);
    border-radius: 4px;
    box-shadow: none;
    color: #000000;
    float: left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 24px;
    padding: 3px 5px;
    max-width: 100%;
    margin: 0px;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input:focus {
    background-color: rgb(230, 230, 230);
}

.fotocdn-integrator .fotocdn-guestbox {
    max-width: inherit;
}

.fotocdn-integrator .fotocdn-guestbox .fotocdn-guestbox-highlight {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    font-weight: 300;
    margin: 0;
    text-align: left;
}

.fotocdn-integrator .fotocdn-guestbox .fotocdn-guestbox-highlight strong {
    font-weight: 400;
}

.fotocdn-integrator .fotocdn-topdistance {
    padding-top: 0;
}

.fotocdn-integrator ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input {
    float: none;
    display: block;
    width: 100%;
}

.fotocdn-integrator .fotocdn-guestbox div.fotocdn-submit {
    padding: 24px 0;
    float: none;
    display: block;
    text-align: left;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input:focus::placeholder {
    color: rgb(230, 230, 230);
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-submit {
    display: inline-block;
    touch-action: manipulation;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-submit:hover {
    color: rgb(230, 190, 60);
    text-decoration: underline;
    transition: all .2s, color .2s, border-color .2s;
}

.fotocdn-integrator :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input:focus:-ms-input-placeholder {
    color: rgb(230, 230, 230);
}

.fotocdn-integrator ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.fotocdn-integrator .fotocdn-guestbox input.fotocdn-input:focus::-ms-input-placeholder {
    color: rgb(230, 230, 230);
}

.price {
    color: rgb(230, 190, 60);
    font-weight: 600;
    text-align: right;
}


.video-embed:focus {
    outline: none;
}

video:focus {
    outline: none;
}


.tx-rit-willebrand .row {
    margin-right: -15px;
    margin-left: -15px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7.5px;
    padding-left: 7.5px;
}