@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('OpenSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('OpenSans-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('OpenSans-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url('Raleway-Thin.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url('Raleway-ExtraLight.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('Raleway-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('Raleway-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('Raleway-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url('Raleway-Black.ttf') format('truetype');
}

@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('LibreBaskerville-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Libre Baskerville';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Libre Baskerville';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url('LibreBaskerville-Italic.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
}

h1 {
    color: #333;
    font-size: 42px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 42px;
    font-weight: 400 !important;
    text-decoration: none;
    text-transform: none;
}

h2 {
    color: black;
    font-size: 32px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5 px;
}

h3 {
    color: #8BC34A;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    color: black;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.success-message {
    display: none;
}

.toggle-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}


/*2. Untermenü*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-left: 5px;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*2. Untermenü*/

.footer {
    background-color: #353a40;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/diagmonds.png);
    background-repeat: repeat;
    color: #888;
    text-align: center;
}

.footer h4 {
    color: #888;
    font-weight: 600;
}

.footer a {
    color: #9f9e9e;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.subfooter {
    background-color: #212121;
    color: #fff;
}

.subfooter a {
    color: #D83C3C;
}

.subfooter a:hover {
    color: #D83C3C;
    text-decoration: underline;
}

.box {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.box h2 {
    margin-top: 0px;
    text-transform: none;
    font-size: 20px;
    color: #777
}

.box p {
    min-height: 80px
}

.btn-primary {
    background-color: #8BC34A;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #8BC34A;
    color: #8BC34A;
}


/*Styles für Layout Stefan*/

.parallax-window {
    min-height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
    background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.dropdown.open {
    background-color: #212121;
}

@media(min-width:768px) {
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #D83C3C;
        border-radius: 0;
    }
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #D83C3C;
    color: #fff;
}

.header-start>div.carousel-inner>div.item>div.fill {
    min-height: 700px;
}

.section-dark {
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/knot.png);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.primer-p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.primer-box {
    position: relative;
}

.pulse {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: . pulse 3s linear infinite;
    -ms-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.parallax-section {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
    text-align: center;
}

.parallax-section h1 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 15px;
}

.parallax-section h2 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
}

.artikel-image {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}

/* Style Start */

a.navbar-brand.page-scroll>img {
    max-width: 160px;
    width: 100%;
    padding: 4px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    font-family: 'Libre Baskerville', serif;
}

.supnav {
    height: 54px;
    background-color: #fff;
    width: 100%;
}

.right {
    position: relative;
    height: 53px;
}

.book_button {
    width: 145px;
    height: 54px;
    background: #8BC34A;
    margin-left: 45px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    float: left;
    margin: 0;
    margin-right: 19px;
    right: 173px;
    top: 0;
    position: absolute;
}

.book_button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.book_online_button {
    width: 145px;
    height: 54px;
    background: #8BC34A;
    margin-left: 45px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    float: left;
    margin: 0;
    margin-right: 19px;
    right: 320px;
    top: 0;
    position: absolute;
}

.book_online_button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.header_phone {
    width: 190px;
    height: 54px;
    background: #8BC34A;
    margin-left: 14px;
    float: left;
    margin: 0;
    text-align: center;
    right: 0;
    position: absolute;
    top: 0;
}

.header_phone a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.room-box {
    border: 1px solid #dadada;
    background-color: #fff;
}

.inner-room-box {
    padding: 30px;
}

.btn-room {
    background-color: #8BC34A;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 0px;
    letter-spacing: 1px;
    font-size: 13px;
}

.room-box-xs {
    height: 33.333%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media(max-width:991px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-inherit;
        display: inherit;
    }
    .room-box-xs {
        height: 350px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.room-img {
    height: 100%;
    width: 100%;
    background-image: url(/pcms/bilder/room.jpg);
    background-size: cover;
    background-position: center;
}

.room-img-big {
    min-height: 493px;
    height: 100%;
    width: 100%;
    background-image: url(/pcms/bilder/room.jpg);
    background-size: cover;
    background-position: center;
}

@media (min-width:991px) and (max-width:1200px) {
    .room-img-big {
        min-height: 581px;
    }
}

figure.effect-bubba {
    background: #8BC34A;
    height: 100%;
    margin: 0px;
}

figure.effect-bubba .room-img {
    opacity: 1;
    transition: opacity 0.35s;
    filter: grayscale(0.2);

}

figure.effect-bubba:hover .room-img {
    opacity: 0.4;
}

@media(max-width: 1200px) {
    figure.effect-bubba .room-img {
        opacity: 0.7;
    }
}

figure.effect-bubba .room-img-big {
    opacity: 1;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover .room-img-big {
    opacity: 0.4;
}

@media(max-width: 1200px) {
    figure.effect-bubba .room-img-big {
        opacity: 0.7;
    }
}

.room-specs {
    margin: 0;
    padding: 0;
}

.room-specs li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px 0;
}

.room-specs li i {
    font-size: 23px;
    color: #585858;
    padding-right: 5px;
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

@media(max-width:991px) {
    figure.effect-bubba h2 {
        padding-top: 95px;
    }
}

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700!important;
    text-transform: uppercase;
    padding-top: 46px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media(max-width: 1200px) {
    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    figure.effect-bubba h2,
    figure.effect-bubba p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-bubba h2 {
        padding-top: 75px;
    }
}

section#wohnung {
    margin-bottom: 30px;
}

section#zwei-boxen {
    margin-bottom: 50px;
    margin-top: 20px;
}

.zwei-boxen {
    min-height: 300px;
    max-height: 350px;
    height: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

#zwei-boxen figure.effect-bubba h2 {
    font-size: 24px!important;
    margin-top: -9px;
    font-family: 'Libre Baskerville', serif;
}

div#form-map {
    max-width: 100%;
}

div.container#form-map {
    padding-left: 0px!important;
}

#form-map label {
    display: none;
}

#form-map a {
    color: #8BC34A;
}

#form-map a:hover {
    text-decoration: none;
}

.responsive_map {
    margin-bottom: -7px;
}

h2.main-title {
    color: black;
    text-align: center;
}

li.nav-item {
    margin-right: 20px;
}

.footer h2 {
    color: white;
    font-size: 20px;
}

header#myCarousel {
    margin-bottom: 30px;
}

.footer i {
    font-size: 50px;
}

.footer a:hover {
    color: white;
}

button#Absenden {
    float: right;
    padding: 15px;
    font-size: 25px;
    margin-bottom: 25px;
}

.mycheckbox {
    margin-bottom: 3px;
}

.intro-text {
    background-color: rgba(51, 51, 51, 0.49);
    margin: auto;
    padding: 20px;
    max-width: 500px;
    margin-top: 50px;
    text-align: center;
}

.intro-text .intro-lead-in {
    font-family: 'Libre Baskerville', serif;
    color: white;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}

.intro-heading {
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 17px;
    color: white;
}

.smaller {
    font-size: 35px;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.slider-container {
    position: relative;
    top: -300px;
    right: 0;
    left: 0;
    z-index: 99;
}

.start-page {
    position: relative;
    top: -260px;
    right: 0;
    left: 0;
    margin-bottom: -140px;
}

@media(max-width:767px) {
    .slider-container {
        top: -110px;
    }
    .start-page {
        top: -180px;
    }
    .intro-text .intro-lead-in {
        font-size: 30px;
        line-height: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .intro-heading {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .smaller {
        font-size: 34px;
    }
    h1.main-title {
        font-size: 31px;
    }
}

@media(max-width:600px) {
    .intro-text {
        max-width: 400px;
    }
    .intro-text .intro-lead-in {
        font-size: 27px;
        line-height: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .intro-heading {
        font-size: 45px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .smaller {
        font-size: 30px;
    }
}

@media(max-width:450px) {
    .intro-text {
        max-width: 300px;
    }
    .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 0;
    }
    .intro-heading {
        font-size: 35px;
        margin-bottom: 0px;
        line-height: 40px;
    }
    .smaller {
        font-size: 25px;
    }
}

.spezial-angebote a {
    color: #8bc34a;
}

#form1 label {
    font-weight: 600;
}

.map-info {
    font-size: 90%;
    margin-left: 20px;
    margin-right: 20px;
}

.room-box>a>.effect-bubba p {
    margin-top: 150px;
    font-size: 18px;
}

@media (max-width:991px) {
    .kontakt-maps {
        margin-top: 30px;
    }
}

@media (max-width:1220px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 19px;
    }
}

@media (max-width:1180px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 17px;
    }
}

@media (max-width:1103px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width:1066px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
}

#testimonial-carousel {
    margin-top: 20px;
    margin-bottom: 10px;
}

#testimonial-carousel h2.main-title {
    text-align: center;
    font-size: 23px;
    line-height: 3px;
}

@media (min-width:991px) and (max-width:1072px) {
    button#Absenden {
        margin-top: 5px;
        float: left;
    }
}

.button_slide {
    color: #FFF;
    border: 2px solid white;
    border-radius: 0px;
    padding: 14px 36px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 white;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.slide_left:hover {
    color: white;
    box-shadow: inset 0 0 0 50px rgb(255 255 255 / 12%);
}

#outer-btn {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center;
}

.background-blur {
    background-color: rgb(112 112 112 / 47%);
    padding: 20px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:767px) {
    .parallax-blur h1 {
        font-size: 35px;
    }
    .parallax-blur h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 31px;
    }
    h2 {
        font-size: 28px;
    }
    figure.effect-bubba h2 {
        font-size: 25px;
    }
}

@media(max-width:550px) {
    button#Absenden {
        margin-top: 10px;
        padding: 15px;
        font-size: 25px;
        width: 100%;
    }
}

@media(max-width:1200px) {
    button#Absenden {
        margin-bottom: 55px;
    }
}

@media(max-width: 767px) {
    .subnav.mobile-bottom-fixed {
        position: fixed;
        bottom: 0;
        z-index: 20;
        width: 100%;
        background: white;
    }
    .subnav.mobile-bottom-fixed .book_button {
        width: 49%;
        right: unset;
    }
    .header_phone {
        width: 10%;
    }
    .book_online_button{
        right: 165px;
    }
    .book_button{
        right: 19px;
    }
    .subnav{
        background-color: #8BC34A;
    }
    a.mybacktop {
        position: fixed;
        right: -60px;
        bottom: 64px;
        font-size: 52px;
        color: #8bc34a;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
        width: 55px;
        height: 55px;
        line-height: 0;
        padding: 2px;
        border-radius: 50%;
        background: white;
    }
    a.mybacktop.mobile-bottom-fixed {
        right: 12px;
    }
    i.fab.fa-facebook-square {
        margin-bottom: 50px;
    }
    body {
        word-break: break-word;
    }
}

form#sendform3 {
    margin-bottom: 50px;
}


.st-art {
  text-align: center;
  padding: 40px 0;

}

.st-art h3 {
  font-size: 17px;
  margin-bottom: 5px;

}

.btn1 {

}
a {
    color: #8bc34a;
    text-decoration: none;

}
a:hover {
    color: #709d33;
    text-decoration: underline;
}


a.btn1 {
    max-width: 300px;
    width: 100%;
    padding: 7px 20px;
    background: #709d33;
    font-size: 15px;
    color: white;
    border: 2px solid #709d33;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

}

a.btn1:hover {
    background: transparent;
    color:#709d33;
    border-color: #709d33;
    text-decoration: none;
}

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

section.art-b-l {
    background: rgb(52 58 64 / 5%);
}



.kontakt-maps {
  background: rgb(49 82 10 / 10%);
    padding-top: 30px;
}


section#juicer-s, .galerie, #art22 {
    background: rgb(154 154 154 / 7%);
    padding-top: 40px;
}

#art23 {
  background: white;

}
#art23 .gal-btn {
  display: none;
}

.media__body {
    background: rgb(43 44 42 / 38%);}

.gal-txt {
  font-weight: 600;
    font-size: 23px;
}

@media(min-width: 767px) {
  .text-b {
    padding: 20px 75px;
  }
}
@media(max-width: 767px) {
  .text-b {
    padding: 20px;
  }
}


.subnav a:hover  {
  text-decoration: none;
  color:white;
}

.book_button:hover, .header_phone:hover{
  background: #80b741;

}


.art-b figure.effect-bubba p {
  padding-top:20%;
  font-size:22px;
}

.zwei-boxen figure.effect-bubba p {
    font-size: 17px;
    padding-top:20px;

}

.sidebtn {
    position: fixed;
    left: -500px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1040;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.sidebtn a {
    display: block;
    background: #8bc34a;
    color: white;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.sidebtn.active{
    left:0;
}
@media(max-width: 767px){
    .sidebtn{
        display:none;
    }
    .not-mobile{
        display:none;
    }
}

