.dropdown-item,.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75)
}

.btn:not(:disabled):not(.disabled),.card-header,.card:hover,.scrollup {
    cursor: pointer
}

.btn-link,.fab,.scrollup {
    text-decoration: none
}

.footer,.modal {
    content-visibility: auto
}

:root {
    --relfie: #0f3f6c;
    --relfie-light: #0f3f6ca8;
    --relfie-middle: #375b7e;
    --relfie-lighten: #cfd6dd
}

html {
    font-size: 1.0rem;
    font-display: swap;
    scroll-behavior: smooth
}

body {
    box-sizing: border-box;
    content-visibllity: auto;
    background: #eceff1!important
}

.card-header>.title>h3,.h4,h4 {
    font-size: 1.1rem!important
}

.container,.container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    content-visibility: auto
}

.dropdown-menu-height {
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width: 768px) {
    .container,.container-md {
        max-width:100%
    }

    .h4,h4 {
        font-size: 1.2rem!important
    }

    .card-header>.title>h3 {
        font-size: 1.3rem!important
    }
}

@media (min-width: 992px) {
    .container,.container-md {
        max-width:960px
    }

    .h4,.nav-bar-nav .nav-item a,h4 {
        font-size: 1.3rem!important
    }

    .nav-link {
        border-bottom: 0
    }

    .header-text small {
        display: none
    }
}

@media (min-width: 1200px) {
    .container,.container-md {
        max-width:1140px
    }

    div.pic-box-left {
        width: 30vw!important
    }
}

@media (min-width: 1290px) {
    .header-text small {
        display:inline-block;
        font-size: 1.4rem!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.navbar .dropdown-menu .card a {
    padding: .2rem
}

.container,.main .section {
    position: relative
}

.main #video-background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    content-visibllity: auto
}

.bg-relfie,.bg-relfie-dark {
    background-color: var(--relfie)!important
}

.bg-relfie-middle {
    background-color: var(--relfie-middle)!important
}

.accordion .card .collapsed,.bg-light {
    background-color: #fff!important
}

.navbar-header {
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.35)!important
}

.header-text small {
    font-size: .9rem!important
}

@media all and (min-width: 576px) {
    .navbar-brand {
        font-size:1.5rem
    }

    .header-text small {
        font-size: .95rem!important
    }
}

@media all and (min-width: 768px) {
    .navbar-brand {
        font-size:1.5rem
    }
}

@media all and (min-width: 992px) {
    .header-text small {
        display:none;
        font-size: 1.4rem!important
    }
}

@media all and (min-width: 1200px) {
    .navbar-brand {
        font-size:1.9rem
    }
}

@media all and (min-width: 1270px) {
    .header-text small {
        display:inline-block;
        font-size: 1.4rem!important
    }
}

.navbar .dropdown-menu {
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.99),0 2px 10px 0 rgba(0,0,0,.12)
}

.logo {
    margin-top: -10px;
    width: 40px;
    height: 40px
}

.shadow-custom {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25),0 3px 7px 5px rgba(0,0,0,.26)!important
}

.header-text-sub {
    display: none;
    margin-left: 10px
}

.header-text-mini {
    display: inline-block;
    margin-left: 1rem
}

.header-content {
    position: absolute!important;
    display: flex;
    top: .2rem!important;
    font-size: 1rem;
    flex-direction: column
}

.header-content div {
    text-align: left;
    padding: 0!important
}

.header-content small {
    margin-top: .75rem!important;
    left: 8.8rem;
    position: absolute!important;
    font-size: 1.05rem!important
}

.nav-link {
    font-size: 1.3rem!important;
    border-bottom: 1px solid rgba(255,255,255,.5)!important
}

.nav-link:hover,.navbar-nav li.show {
    background-color: rgba(255,255,255,.2)!important
}

.accordion .card {
    border: 1px solid rgba(0,0,0,.35)!important;
    background-color: #fff!important;
    border-radius: 0
}

.accordion .card:first-of-type,.navbar-nav li:last-child a {
    border-bottom: 0!important
}

.accordion .card:not(:last-of-type) {
    border-bottom: 0!important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .card .card-header {
    border-bottom: 1px solid rgba(0,0,0,.15)!important
}

.dropdown-toggle::after {
    margin-right: 16px;
    float: right
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    right: 0!important;
    left: auto!important;
    background-color: #ccd2d4!important
}

.dropdown-item:hover {
    color: #000!important;
    background-color: #f8f9fa
}

.navbar .dropdown-menu a {
    font-size: 1.2rem!important
}

.dropdown-item {
    border-bottom: 1px solid rgba(255,255,255,.75)!important
}

@media all and (min-width: 676px) {
    .dropdown-item:last-of-type {
        border-bottom:0 solid gray!important
    }

    .dropdown-menu-height {
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: auto
    }

    .navbar .dropdown-menu a {
        font-size: 1.1rem!important;
        color: #000!important
    }

    .navbar .dropdown-menu a:hover {
        color: #000!important
    }
}


.btn.btn-md {
    padding: .5rem 1rem;
    font-size: .8rem
}

.text-responsive .text-responsive h3,.text-responsive h3,.text-responsive h4,.text-responsive h5,.text-responsive p,.text-responsive span {
    text-shadow: 0 .5rem 1rem #000!important;
    font-size: .9rem!important
}

.cookie-richtlinie h4,.text-responsive h3 {
    font-size: 1rem!important
}

.carousel-caption h3,.carousel-caption p {
    text-shadow: 2px 2px 2px #000!important
}

.card2 {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.box,.box_sm {
    background-color: var(--relfie);
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 2px
}

.box-indigo {
    background-color: var(--indigo)
}

.box {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    display: flex;
    border-radius: 10%
}

.box:hover {
    background-color: #28649e;
    color: #fff
}

.box_sm {
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    display: inline-flex;
    border-radius: 20%
}

.card-body {
    padding: 1.25rem;
    padding-top: .3rem!important;
    padding-bottom: .3rem!important
}

.card-body4rem {
    height: 4rem
}

.button-panel,.form-pic,.slider {
    display: none
}

.web_pic {
    border: 1px solid gray;
    max-width: 10rem!important
}

@media all and (min-width: 501px) {
    .logo {
        margin-top:-10px;
        width: 50px!important;
        height: 50px!important;
        aspect-ratio: 1/1
    }

    .text-responsive span {
        font-size: calc(50% + 1vw + 1vh)!important;
        text-shadow: 0 .5rem 1rem #000!important
    }

    .text-responsive .text-responsive h3,.text-responsive h3,.text-responsive h4,.text-responsive h5,.text-responsive p {
        font-size: calc(60% + 1vw + 1vh);
        text-shadow: 0 .5rem 1rem #000!important
    }

    .text-responsive h3 {
        font-size: calc(70% + 1vw + 1vh)!important
    }

    .card {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .box {
        width: 90px;
        height: 90px
    }

    .card-body {
        padding: 1.25rem
    }

    .carousel-caption h3,.carousel-caption p {
        text-shadow: 2px 2px 2px #000!important
    }

    .web_pic {
        max-width: 13rem!important
    }
}

.box2,.flex-container2,.scroll-top {
    width: 100%;
    display: flex
}

@media all and (min-width: 768px) {
    
    .btn.btn-md {
        padding: .8rem 1.6rem;
        font-size: .81rem
    }

    .text-responsive h3,.text-responsive p,.text-responsive span {
        text-shadow: 0 .5rem 1rem #000!important
    }

    .text-responsive span {
        font-size: calc(110% + 1vw + 1vh)!important
    }

    .text-responsive h3 {
        font-size: calc(90% + 1vw + 1vh)!important
    }

    .text-responsive p {
        font-size: calc(70% + 1vw + 1vh)!important
    }

    .form-pic {
        display: block
    }
}

@media all and (min-width: 992px) {
    .dropdown-toggle::after {
        margin-right:0;
        float: none
    }

    .nav-link {
        font-size: 1.3rem!important;
        border: 0!important
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        margin-top: 0
    }

    .button-panel,.navbar .nav-item:hover .dropdown-menu {
        display: block
    }

    .text-responsive h3,.text-responsive p {
        font-size: calc(100% + 1vw + 1vh)!important;
        text-shadow: 0 .5rem 1rem #000!important
    }

    .text-responsive p {
        font-size: calc(80% + 1vw + 1vh)!important
    }
}

.panel {
    background-color: rgba(255,255,255,.8);
    color: #000!important
}

.panel-top {
    margin-top: 65px
}

.footer-space,.header-space {
    padding-top: 1rem
}

.header-space {
    padding-bottom: .5rem
}

.footer-space {
    padding-bottom: 1rem
}

.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.card-img {
    padding: 1rem!important
}

.card-text,.cookie-richtlinie {
    font-size: .8rem!important
}

.btn-outline-purple {
    color: var(--purple);
    border-color: var(--purple)
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: var(--purple);
    border-color: var(--purple)
}

.btn-outline-relfie {
    color: #fff!important;
    border-color: var(--relfie-middle)!important;
    background-color: var(--relfie-middle)!important
}

.btn-outline-relfie:hover {
    color: #fff!important;
    background-color: var(--relfie)!important;
    border-color: var(--relfie)!important
}

.btn-outline-indigo {
    color: var(--indigo);
    border-color: var(--indigo)
}

.btn-outline-indigo:hover {
    color: #fff!important;
    background-color: var(--indigo)!important;
    border-color: var(--indigo)!important
}

.icons {
    font-size: 2.5rem
}

.box2 {
    justify-content: center
}

.flex-container2 {
    background-color: #f1f1f1;
    align-items: stretch;
    flex-wrap: wrap
}

.flex-container2>div {
    padding-top: 15px;
    margin-bottom: 0;
    text-align: center
}

.scroll-top {
    height: 100%;
    font-size: 2rem;
    color: #e0e0e0;
    justify-content: center;
    align-items: center
}

.scrollup {
    position: fixed;
    bottom: 18px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(80,80,80,.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.invalid-feedback,.select2-container {
    width: 100%!important
}

.scrollup:hover {
    background-color: rgba(80,80,80,.7)
}

.footer_text,.footer_text a {
    color: #fff!important
}

.btn-link {
    color: #000
}

.btn-link h3 {
    font-size: 1.3rem!important;
    display: inline-block;
    text-align: left
}

.beer-slider {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem
}

.card-body4rem,fieldset {
    margin: 0;
    padding: 0
}

.card-header .title {
    font-size: 1.5rem;
    color: #000
}

.card-header .title h3 {
    display: inline-block;
    font-size: 1.5rem
}

.card-header .accicon {
    float: right;
    font-size: 1.5rem;
    width: 1.2em
}

.card-header {
    border-bottom: none
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg)
}

.help-inline-error,.required {
    color: red
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ddd!important;
    border-radius: 0!important;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff!important;
    border: 1px solid #28a745;
    border-radius: 0!important
}

.has-error {
    border: 1px solid #b94a48!important
}

.has-error .select2-selection {
    border-color: #b94a48!important
}

.control-label>small {
    color: #343a40!important
}

.control-label {
    font-weight: 700!important
}

.footer,h1 {
    font-weight: 300
}

.bottom-bordered {
    border-left: 0!important;
    border-top: 0!important;
    border-right: 0!important
}

.input-group-text {
    background-color: #fff;
    border: 0!important;
    border-bottom: 1px solid #ced4da!important;
    border-radius: 0!important
}

.md-form.input-group .input-group-text {
    background-color: transparent!important;
    border-bottom: 1px solid #ced4da!important
}

.md-form.was-validated:invalid .input-group-text {
    border-color: green!important
}

.md-form .prefix~label {
    margin-left: 3rem!important
}

.was-validated:invalid .input-group-append .input-group-text,.was-validated:invalid .input-group-prepend .input-group-text {
    border-color: red!important
}

.my-border-invalid {
    border-bottom: red!important
}

.invalid-feedback {
    transition: width 2s!important
}

.row:after,.row:before {
    display: inline-block!important
}

.megamenu-li {
    position: static
}

.megamenu {
    padding: 1rem 5px 2rem;
    width: 100%;
    position: absolute;
    top: 66px;
    -webkit-box-shadow: 8px 25px 43px 30px rgba(0,0,0,.6);
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.99),0 2px 10px 0 rgba(0,0,0,.12)
}

.flex-containerA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex-containerA>div>div {
    width: 100px!important;
    margin: 6px;
    border: 1px solid var(--relfie);
    padding: .5rem
}

div.box {
    height: 150px;
    width: 150px;
    border: 1px dashed #000;
    background: #e3f2fd;
    margin: 20px
}

div.pic-box-left {
    width: 40vw;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px
}

.footer {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.99),0 2px 10px 0 rgba(0,0,0,.12),0-2px 5px 0 rgba(0,0,0,.99),0-2px 10px 0 rgba(0,0,0,.12);
    background-color: var(--relfie)
}

@media all and (max-width: 768px) {
    .footer_underline {
        border-bottom:1px solid var(--relfie-lighten)!important
    }
}

.p-2 {
    padding: .5rem!important
}

.modal-xl {
    max-width: 99%
}

.modal-header h4 {
    font-size: 1.5rem!important;
    font-weight: 300!important
}

.form-check-label {
    text-wrap: nowrap!important
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

fieldset {
    min-width: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

h1 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }

    h1 {
        font-size: 2rem;
        font-weight: 600
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }

    h1 {
        font-weight: 800
    }
}

.thumb-img {
    width: 20vw;
    border-radius: .8rem
}

.footerflex {
    flex-direction: column
}

.fab {
    font-size: 40px!important;
    text-align: center;
    opacity: .6;
    margin: 0 5px
}

.fab:hover {
    opacity: 1
}

.fa-facebook {
    line-height: 30px;
    padding-top: 13px!important;
    background: #1778f2;
    color: #fff;
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important
}

.fa-whatsapp,.fa-whatsapp:after {
    background: #fff;
    padding-left: 10px;
    border-radius: .3rem
}

.fa-whatsapp {
    padding-top: 10px!important;
    color: #075e54;
    font-size: 2rem!important
}

.fa-whatsapp:after {
    display: inline-block;
    font-size: .8rem;
    content: 'Chat WhatsApp';
    width: auto;
    line-height: auto;
    margin-bottom: 5px;
    padding-right: 10px;
    font-family: Arial;
    font-weight: 700
}

.no-webp .panel,.webp .panel {
    background-size: cover;
    background-blend-mode: lighten
}

@media (min-width: 768px) {
    .footerflex {
        flex-direction:row
    }

    .thumb-img {
        width: 10vw;
        border-radius: 1rem
    }
}

.card-footer {
    border: 1px solid gray
}

.card-footer:hover {
    transform: scale(1.4);
    z-index: 100;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)!important
}

.header-distance {
    height: 3rem
}

@media all and (min-width: 576px) {
    .header-text-sub {
        display:inline-block;
        margin-left: 10px
    }

    .header-text-mini {
        display: none;
        margin-left: 10px
    }

    .slider {
        display: block
    }

    .header-distance {
        display: none
    }
}

.footer-last {
    padding-top: 2.4rem
}

.action-pic {
    width: 100%;
    aspect-ratio: 1.77
}

@media (min-width: 1400px) {
    .container,.container-md {
        max-width:1380px
    }

    .carousel-inner img {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 1600px) {
    .container-lg {
        min-width:100%
    }

    .carousel-inner img {
        width: 100%;
        height: 100%
    }
}

.no-webp .panel {
    background-image: url(../images/wolken.jpg)!important
}

.webp .panel {
    background-image: url(../images/wolken.webp)!important
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    font-weight: 400;
    border: 1px solid var(--relfie-light);
    border-bottom: .2rem solid var(--relfie)
}
