html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    html {
        width: fit-content;
    }
}

.nav-link {
    font-size: 18px;
}

a, a:hover, a:visited, a:active {
    color: #686868;
}

hr {
    background: #1b4389;
    border: none;
    color: #1b4389;
    height: 2px;
    width: 100%;
   }

.larp {
    font-size: 24px !important;
}


.offer p {
    font-size: 28px;
    color: #2c2c2c;
    font-weight: 500
}

.headlineleft {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-video {
    position: relative;
    padding-bottom: 42.86%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.opener {
    padding-top: 200px;
    padding-bottom: 250px;
    background: url(../img/brustverkleinerung.jpg) center fixed;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .opener {
        background-position: top;
        background-attachment: scroll;
    }
}

.openerthx {
    padding-top: 400px;
    padding-bottom: 50px;
}

.reel {
    padding-top: 40px;
    padding-bottom: 40px;
}

.large {
    padding-top: 20px;
    padding-bottom: 20px
}

.contact {
    color: #fff;
    position: relative;
    background: url(../img/kontakt.jpg) center fixed;
    background-size: cover;
}

.price {
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #8f8d9b;
}

.contact:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: " ";
    background: url(../img/koernung.png) repeat
}

.contact:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

@media only screen and (max-width: 768px) {
    .contact {
        background-attachment: scroll;
    }

    .contact:before {
        background-attachment: scroll;
    }

    .contact::after {
        background-attachment: scroll;
    }
}

.title {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

.title h1 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase
}

.title h2 {
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.title p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

.input {
    z-index: 1;
    position: relative;
}

.input ul {
    margin-top: 20px;
}

.input li {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 200;
}

.input li a {
    color: #fff;
}

.input form label {
    font-size: 14px;
    font-weight: 200;
}

.input form legend {
    color: #fff;
}

.input form .form-control {
    color: #fff;
    box-shadow: none;
    border-color: #fff;
    background: rgba(0, 0, 0, .2);
}

.input form .form-control:focus {
    background: rgba(0, 0, 0, .6);
}

.red {
    color: #ea0000;
}

.btn {
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    padding: 5px 15px;
    border-color: #fff;
    background: rgba(255, 145, 0, 1);
}

.btn:hover {
    background: rgb(255, 166, 50);
    color: #fff;
}

.abstand {
    margin-bottom: 40px;
}