/**
*********************************************************************************************************************
* Urheber:      TreibHolz 2022                                                                                      *
* Pojekt:       Ferienhaus Seestern                                                                               *
* Eigentümer:   http://www.fewo-ruck.de/                                                                      *
*                                                                                                                   *
* Copyright:    2015-2025 TreibHolz                                                                                 *
* NOTE :        Diese Datei ist lizenziert und es ist strengstens verboten, sie zu kopieren oder wiederzuverwenden  *
.                                                                                                                   *
*********************************************************************************************************************
*/








/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body {
    font-size: 16px;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    z-index:-10;
}
a:hover {
    color: #2b99f8;
    text-decoration: none;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
.container-hase{
     width:90%;
     padding-right:25px;
     padding-left:25px;
     margin-right:auto;
     margin-left:auto
 }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.tbz-scroll-top {
    position: fixed;
    right: 105%;
    bottom: 50px;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s ease;
    border-style: none;
    background: transparent; }

.tbz-scrollup-icon {
    background: url('../../../img/general/top_a.gif') no-repeat left 10px;
    background-position: center center;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-style: none;
}
.tbz-scrollup-icon:hover {
    width:60px;
    height:60px;
    background: url('../../../img/general/top_b.gif') no-repeat left top;
    background-position: center center;
    border-style: none;
}
@media (min-width: 320px) and (max-width: 767.98px) {
.tbz-scrollup-icon {
    background: url('../../../img/general/top_a1.gif') no-repeat left 10px;
    background-position: center center;
    z-index: 500;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index:500;
    display: none;
    text-decoration: none;
    color: #0E1729;
    border-style: none;
}
.tbz-scrollup-icon:hover {
    width:45px;
    height:45px;
    background: url('../../../img/general/top_b1.gif') no-repeat left top;
    background-position: center center;
    border-style: none;
    z-index:500;
}}
.tbz-scroll-top.open {
    right: 30px;
    border-style: none;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader{
    background-color:#f7f7f7;
    width:100%;
    height:100%;
    position:fixed;
    top:0;left:0;
    right:0;
    bottom:0;
    z-index:999999;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s;
    margin:0 auto
}
.preloader .preloader-circle{
    width:100px;
    height:100px;
    position:relative;
    border-style:solid;
    border-width:4px;
    border-top-color:#0000ff;
    border-bottom-color:transparent;
    border-left-color:transparent;
    border-right-color:transparent;
    z-index:10;
    border-radius:50%;
    -webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
    background-color:#fff;
    -webkit-animation:zoom 2000ms infinite ease;
    animation:zoom 2000ms infinite ease;
    -webkit-transition:.6s;-o-transition:.6s;
    transition:.6s
}
.preloader .preloader-circle2{
    border-top-color:#0078ff
}
.preloader .preloader-img{
    position:absolute;
    top:50%;
    z-index:200;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    display:inline-block;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    padding-top:6px;
    -webkit-transition:.6s;
    -o-transition:.6s;
    transition:.6s
}
.preloader .preloader-img img{
    max-width:100px
}
.preloader .pere-text strong{
    font-weight:800;
    color:#dca73a;
    text-transform:uppercase
}
@-webkit-keyframes zoom{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}
@keyframes zoom{
    0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #7d7e7d;
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    height: 40px;
    font-family: "Neucha";
    font-size: 1.25rem;
    text-transform: normal;
    transition: all 0.5s;
    overflow: hidden;
}
#topbar.topbar-scrolled {
    top: -60px;
}
#topbar .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#topbar .contact-info li {
    display: inline-block;
    padding: 0;
}
#topbar .contact-info li + li {
    margin-left: 18px;
}
#topbar .contact-info a {
    color: rgba(255, 255, 255, 1.0);
    transition: 0.3s;
}
#topbar .contact-info a:hover {
    color: #fff;
}
#topbar .contact-info i {
    font-size: 1.625rem;
    color: yellow;
    padding-right: 4px;
}
@media (min-width: 1200px) {
#topbar {
    font-size: 1.0rem;
}
#topbar .cta {
    font-family: "Neucha", sans-serif;
    font-size: 1.125rem;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#topbar .cta a {
    padding: 0 20px;
    margin-right: 25px;
    margin-bottom: 2px;
    color: #323232;
    background: #ffff00;
    background-clip: padding-box;
    border: 0.0625rem solid #999999;
    border-radius: 0.25rem;
    box-shadow:  3px 3px 5px #8f8f8f,-3px -3px 5px #ffffff;
    transition: all 0.3s ease-in-out;
}
#topbar .cta a:hover {
    border-radius: 0.55rem;
    color: #323232;
    background: #d2dae2;
    outline: 0;
    box-shadow: inset 3px 3px 5px #8f8f8f,inset -3px -3px 5px #ffffff;
}}
@media (min-width: 320px) and (max-width: 1199px) {
#topbar {
    font-size: 0.85rem;
}
#topbar .cta {
    display: none;
}
#topbar .cta a {
   display: none;
}
#topbar .cta a:hover {
    display: none;
}}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent; background: #4da0d3;
    background: -moz-linear-gradient(top,  #4da0d3 0%, #1268b4 50%,  #1749a0 100%);
    background: -webkit-linear-gradient(top,  #4da0d3 0%,#1268b4 50%, #1749a0 100%);
    background: linear-gradient(to bottom,  #4da0d3 0%,#1268b4 50%,#1749a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da0d3', endColorstr='#1749a0',GradientType=0 );
    height: 70px;
    transition: all 0.5s;
    z-index: 1200;
    padding: 15px 0;
    top: 40px;
}
#header.header-scrolled {
    top:0;
    height:77px;
    background-image:url(../../../img/general/headline.webp);
    background-position:center top;
    position:fixed;
    z-index:290;
    transition:all 0.8s;
}
#header .logo img {
    margin-top: -15px;
    margin-left: -25px;

    transition: transform 1.7s;
    transform: scale(1.0, 1.0);
    z-index: 50;
}
#header .logo img:hover{
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    transition: transform 1.7s;
    transform: scale(1.2, 1.2);
    z-index: 50;
}
#header .logo img a {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    z-index: 50;
}
@media (max-width: 992px) {
#header {
    top: 0;
    padding: 15px 0;
    height: 50px;
}
#header.header-scrolled {
    background: transparent; background: #4da0d3;
    background: -moz-linear-gradient(top,  #4da0d3 0%, #1268b4 50%,  #1749a0 100%);
    background: -webkit-linear-gradient(top,  #4da0d3 0%,#1268b4 50%, #1749a0 100%);
    background: linear-gradient(to bottom,  #4da0d3 0%,#1268b4 50%,#1749a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da0d3', endColorstr='#1749a0',GradientType=0 );
    height: 50px;
    position:fixed;
    z-index:290;
    transition:all 0.8s;
}
#header .logo img {
    height: 50px;
    margin-top: -20px;
    margin-left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 1.7s;
    transform: scale(1.0, 1.0);
    z-index: 50;
}
#header .logo {
    font-size: 1.75rem;
}}
@media (min-width: 992px) and (max-width: 1198px) {

#header .logo img {
    display:none;
}}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu > ul {
    display: flex;
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    /*top:-5px;*/
    top:-25px;
    padding: 0px 0 10px 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    /*top:-5px;*/
    top:-10px;
    padding: 0px 0 10px 24px;
}}
.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    font-size: 1.875rem;
    padding: 0 3px;
    font-family: "Amatic SC Bold", sans-serif;
    text-transform: normal;
}
.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -15px;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23ffffff; stroke-width:3; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
    -webkit-animation: waving 3s linear infinite;
    animation: waving 3s linear infinite;
    transform: scaleX(1);
    visibility: hidden;
    width: 0px;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
@-webkit-keyframes waving {
    to {
        background-position: 80px 50%, 160px 50%;
}}
@keyframes waving {
    to {
        background-position: 80px 50%, 160px 50%;
}}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 40px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #727675;
    background: -moz-linear-gradient(top,  #727675 0%, #28312e 50%,  262f2c 100%);
    background: -webkit-linear-gradient(top,  #727675 0%,#28312e 50%, #262f2c 100%);
    background: linear-gradient(to bottom,  #727675 0%,#28312e 50%,#262f2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727675', endColorstr='#262f2c',GradientType=0 );
    -webkit-box-shadow: -1px 9px 22px 11px rgba(40,49,46,0.7);
    -moz-box-shadow: -1px 9px 22px 11px rgba(40,49,46,0.7);
    box-shadow: -1px 9px 22px 11px rgba(40,49,46,0.7);
    transition: 0.8s;
    border-radius: 8px;
}
.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .drop-down li {
    min-width: 220px;
    position: relative;
}
.nav-menu .drop-down ul a {
    padding: 5px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Neucha", sans-serif;
    text-transform: none;
    color: #ffffff;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #ffffff;
    margin-left: 0.8rem;
    transition: margin 0.6s ease-in-out;
}
.nav-menu .drop-down > a:after {
    content: "\e825";
    font-family: stern;
    font-style:normal;
    padding-left: 5px;
}
.nav-menu .drop-down:hover > a:after {
    content: "\e826";
    font-family: stern;
    font-style:normal;
    padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
    content: "\e827";
    font-family: stern;
    position: absolute;
    right: 15px;
}
@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
    left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
}}

/* Mobile Navigation */
.mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 1.5rem;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -ms-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        overflow:hidden;
}
.mobile-nav-toggle:hover {
        -moz-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        -o-transform: translate(0px, -5px);
        -ms-transform: translate(0px, -5px);
        transform: translate(0px, -5px);
}
.mobile-nav-toggle i {
        color: #fff;
}
.mobile-nav {
        position: fixed;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
        overflow-y: none;
        background: rgba(255, 255, 255, 0.8);
        visibility: hidden;
        padding: 10px 0;
        width: 280px;
        height: 480px;
        border-radius: 3px;
        border: solid #BDBDBD 2px;
        box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.5)  ;
        -webkit-box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.5)  ;
        -moz-box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.5)  ;
        font-family: "Neucha", sans-serif;
        font-size: 1rem;
        transition: opacity 1.9s, transform 1.9s;
        pointer-events: none;
}
.mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
        pointer-events: auto;
}
.mobile-nav a {
        display: block;
        position: relative;
        color: #0665b7;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #000;
        text-decoration: none;
        margin-left: 0.8rem;
        transition: margin 0.6s ease-in-out;
}
.mobile-nav .drop-down > a:after {
        content: "\E826";
        font-family: stern;
        font-size: 1.625rem;
        padding-left: 10px;
        position: absolute;
        right: 15px;
        transition: 0.9s transform ease;
}
.mobile-nav .active.drop-down > a:after {
        /*content: "\E81D"; */
        transition: 0.9s transform ease;
}
.mobile-nav .drop-down > a {
        padding-right: 35px;
}
.mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
}
.mobile-nav .drop-down li {
        padding-left: 20px;
}
.mobile-nav-active {
        overflow: hidden;
}
.mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
}
/*--------------------------------------------------------------
# Veranstaltungen
--------------------------------------------------------------*/
.event {
    margin-top: 0px;
    padding: 60px 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.event .preis-box {
    margin-top: 50px;
}
.event .container {
    margin-bottom: 40px;
    padding:40px;
    border-radius: 15px;
    background: #e0e0e0;
    box-shadow:  34px 34px 53px #a8a8a8,-34px -34px 53px #ffffff;
    position: relative;
}
.img-responsive3{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:0px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.event {
    margin-top: -50px;
    padding: 10px 10px 0 10px;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.event .container {
    margin-bottom: 40px;
    padding:20px;
    border-radius: 5px;
    background: #e0e0e0;
    box-shadow:  34px 34px 53px #a8a8a8,-34px -34px 53px #ffffff;
    position: relative;
}
.img-responsive3{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:0px;
    margin-bottom: 100px;
}}
/*--------------------------------------------------------------
# Belegungsplan
--------------------------------------------------------------*/
.beleg {
    padding: 80px 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.beleg .container {
    margin-bottom: 40px;
    padding:40px;
    border-radius: 30px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  34px 34px 53px #989898,
    -34px -34px 53px #ffffff;
    position: relative;
}
/*.beleg .box {
    margin-top: 0px;

        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
         border-spacing: 5px;
}*/
.img-beleg{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:50px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.beleg {
    padding: 20px 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.beleg .container {
    margin-bottom: 40px;
    padding:20px 20px 0 20px;
    border-radius: 15px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  34px 34px 53px #989898,
    -34px -34px 53px #ffffff;
    position: relative;
}
.img-beleg{
    transform:translateY(-80px);
}}
/*--------------------------------------------------------------
# Gästebeitrag
--------------------------------------------------------------*/
.gaestebeitrag {
    padding: 5rem 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
/* Foto im rechten Teil */
.gaeste {
    position: relative;
    margin-top: -1.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.gaeste-body {
    padding-top: 0em;
    padding-bottom: 4rem;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.gaeste-img {
    position: relative;
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 20px;
    padding: 0rem;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.gaestebeitrag {
    padding: 2rem 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.gaestebeitrag .preis-box {
    margin-top: 0px;
}}
/*--------------------------------------------------------------
# PARALLAXEFFEKT
--------------------------------------------------------------*/
.parallax {
        width: 100%;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: 50% 50%;
        background-size: cover;
}
.line_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(-0px);
    background:url(../../../img/linie/oben.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:21px;
}
.line_unten{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(-20px);
    background:url(../../../img/linie/unten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:21px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.line_oben{
    margin-top: 10px;
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY( -40px);
    background:url(../../../img/linie/oben.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:10px;
}
.line_unten{
    width:100%;
    position:absolute;
    z-index: 1;
    transform:translateY(-10px);
    background:url(../../../img/linie/unten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:10px;
}
.parallax {
    margin-top: -30px;
    height: 200px !important;
}}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.parallax {
    height: 300px !important;
}}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #288cef 52%, #045bdd 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#288cef 52%,#045bdd 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#288cef 52%,#045bdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#045bdd',GradientType=0 );
    height: 45px;
    font-family: "Happy Monkey";
    font-size: 1rem;
    transition: all 1.5s;
    overflow: hidden;
    color: #fff;
}
#footer .treibholz{
    position: absolute;
    margin-top: -55px;
    width: 120px;
    margin-left: 50px;
}
#footer .copyright p{
    font-family: "rasch2002", cursive, sans-serif;
    font-size: 1.5rem;
    font-weight: lighter;
    text-align: center;
    padding-top: 5px;
    color:#efefef;
}
#footer .copyright p span{
    font-family: "rasch2002", cursive, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    color:#fff;
}
@media (min-width: 1200px) and (max-width: 1919px) {
#footer .treibholz{
    margin-top: -55px;
    width: 120px;
    height: auto;
}}
@media (min-width: 992px) and (max-width: 1199px) {
#footer .treibholz{
    margin-top: -55px;
    width: 100px;
    height: auto;
}}
@media (min-width: 768px) and (max-width: 991px) {
#footer .treibholz{
    margin-top: -55px;
    width: 100px;
    height: auto;
}}
@media (min-width: 576px) and (max-width: 767px) {
#footer .treibholz{
    margin-top: -55px;
    margin-left: 30px;
    width: 15%;
    height: auto;
}}
@media (min-width: 480px) and (max-width: 575px) {
#footer .treibholz{
    margin-top: -55px;
    margin-left: 30px;
    width: 15%;
    height: auto;
}}
@media (min-width: 320px) and (max-width: 479px) {
#footer {
    height: 30px;
}
#footer .copyright p{
    font-size: 0.9375rem;
    text-align: center;
    text-align: left;
    padding-top: 5px;
    padding-left: 50px;
}
#footer .copyright p span{
    font-size: 0.9375rem;
    text-align: center;
    padding-top: 5px;
}
#footer .treibholz{
    margin-top: -25px;
    margin-left: 0px;
    width: 15%;
    height: auto;
}}
#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 0.8125rem;
    color: #fff;
}
#footer .credits a {
    color: #f6b024;
}
#kontakt_map {
    background: #f2f1f0;
    margin-top:0px;
}

/*--------------------------------------------------------------
# SLIDER
--------------------------------------------------------------*/
.slideInLeft
{
    animation-delay: 2s;
}
.flipInY
{
    animation-delay: 2s;
}
.banner {
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    top: 0px;
    padding: 40px 0;
    position: relative;
}
.elastic{
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
}
.elastic .item{
    top:0;
    z-index:1;
    opacity:0;
    width:100%;
    position:absolute;
    left:0!important;
    display:block!important;
    -webkit-transform:scale3d(2,1,2);
    transform:scale3d(2,1,2);
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s;
}
.elastic .item:first-child{
    top:auto;
    position:relative;
}
.elastic .item.active{
    opacity:1;
    z-index:2;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    -webkit-transition:-webkit-transform .7s ease-in-out 0s,opacity ease-in-out .7s;
    transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s;
}
.wrapper{
    overflow:hidden;
    max-height:800px;
}
.wrapper>.carousel-inner>.item>img,.wrapper>.carousel-inner>.item>a>img{
    margin:auto;
    opacity:1.0;
    width:100%!important;
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-animation:immortalkenburns 20000ms linear 0s infinite alternate;
    animation:immortalkenburns 20000ms linear 0s infinite alternate;
}
.caption {
    top: 0%;
    left: 5%;
    width: 90%;
    bottom: 0;
    text-align: center;
}
.caption_right{
    left:50%;
}
.caption_center{
    float:none;
    margin:auto;
}
.caption h1{
    margin-top: 8%;
    font-family: 'Amatic SC Bold', cursive;
    font-size: 3.0rem;
    color: #fff;
    width:100%;
    text-align:center;
    text-shadow: 7px -1px 0px #000000;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.caption h2{
    font-family: "stern", cursive;
    font-size: 3.0rem
    text-transform: normal;
    color: #fff;
    width:100%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-align:center;
    color: hsla(0,0%,0%,0);
    perspective: 80px;
    outline: none;
    display: inline-block;
    text-shadow: 3px 3px 0px #fff, 8px 8px 0px #333;
}
.caption h3{
    font-family: "Shadows Into", cursive, sans-serif;
    font-size: 3.625rem;
    text-transform: normal;
    color: #fff;
    width:100%;
    padding:0 0 5% 0;
    text-align:center;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.81), 6px 6px 6px #333;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:80px;
}
.scrolltop {
    display:block;
    color:#FFF;
    text-decoration:none;
    text-align: center;
    padding-top: 20px;
    width:50px;
    margin:0 auto;
    border-bottom: none;
}
.scrolltop--arrow {
    padding-top: 50px;
}
.scrolltop--arrow img {
    animation:arrowbounce 2s alternate infinite;
    -moz-animation: arrowbounce 2s infinite;
    -webkit-animation: arrowbounce 2s infinite;
    animation: arrowbounce 2s infinite;
}

@media (min-width: 1200px) and (max-width: 1919px) {
.caption {
    top: 0;
    left: 5%;
    width: 90%;
    bottom: 0;
    text-align: center;
}
.caption_right{
    left:80%;
}
.caption_center{
    float:none;
    margin:auto;
}
.caption h1{
    margin-top: 5%;
    font-size: 2.5rem;
    padding: 0 0 0 0;
}
.caption h2{
    margin-top: 1%;
    font-size: 2.75rem;
    /*padding: 55% 0 0 0;*/
}
.caption h3{
    margin-top: 3%;
    font-size: 3.625rem;
    padding:0 0 0 0;
}
.scrolltop {
    padding-top: 40px;
}
.shadow_oben{
    height:80px;
}}
@media (min-width: 992px) and (max-width: 1199px) {
.caption {
    top: 15%;
    left: 5%;
}
.caption h1{
    font-size: 1.625rem;
    margin-top: -1%;
    text-shadow: 7px -1px 0px #000000;
    padding:0 0 0 0;
}
.caption h2{
    font-size: 1.625rem;
    margin-top: -4%;
    padding: 0 0 0 0;
}
.caption h3{
    font-size: 3rem;
    margin-top: -1%;
    padding:0 0 0 0;
}
.scrolltop {
    display:block;
    color:#FFF;
    text-decoration:none;
    text-align: center;
    /*padding-left: 0px;*/
    width:50px;
    margin:0 auto;
    border-bottom: none;
}
.scrolltop--arrow {
    padding-top: -50px;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:45px;
}}
@media (min-width: 768px) and (max-width: 991px) {
.banner {
    top: 0px;
    padding: 40px 0;
    position: relative;
}
.caption {
    top: -10%;
    left: 5%;
}
.caption h1{
    font-size: 2rem;
    text-shadow: 6px -1px 0px #000000;
    padding:0 0 0 0;
}
.caption h2{
    font-size: 2.375rem;
    padding:0 0 0 0;
}
.caption h3{
    font-size: 1.0rem;
    padding:0 0 0 0;
    text-align:center;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:45px;
}
.scrolltop {
    display:block;
    color:#FFF;
    text-decoration:none;
    text-align: center;
    width:25px;
    border-bottom: none;
}
.scrolltop--arrow {
    padding-top:10px;
}}
@media (min-width: 576px) and (max-width: 767px) {
.banner {
    top: 0px;
    padding: 40px 0;
    position: relative;
}
.caption {
    top: -20%;
    left: 0;
}
.caption h1{
    font-size: 1.75rem;
    text-shadow: 2px -1px 0px #000000;
    padding:0 0 0 0;
}
.caption h2{
    font-size: 2.5rem;
    margin-top: -10px;
    padding:0 0 0 0;
}
.caption h3{
    font-size: 1.5rem;
    padding:0 0 0 0;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:30px;
}
.scrolltop {
    display:block;
    color:#FFF;
    text-decoration:none;
    text-align: center;
    width:10px;
    height: 10px;
    margin-top: 0px;
    border-bottom: none;
}}

@media only screen and (min-width: 480px) and (max-width: 575px) {
.banner {
    top: 10px;
    padding: 40px 0;
    position: relative;
}
.caption {
    top: 0%;
    left: 5%;
}
.caption h1{
    font-size: 1.5rem;
    margin-top: -5px;
    text-shadow: 2px -1px 0px #000000;
    padding:0 0 0 0;
}
.caption h2{
    font-size: 1.25rem;
    margin-top: -18px;
    padding: 0 0 0 0;
}
.caption h3{
    font-size: 1.25rem;
    margin-top: -10px;
    padding:0 0 0 0;
}
.scrolltop {
    display:none;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:30px;
}}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.banner {
    top: 10px;
    padding: 40px 0 20px 0;
    position: relative;
}
.caption {
    top: 25%;
    left: 5%;
}
.caption h1{
    font-size: 1.5rem;
    margin-top: -45px;
    text-shadow: 2px -1px 0px #000000;
    padding:0 0 0 0;
}
.caption h2{
    font-size: 1.25rem;
    margin-top: -25px;
    padding: 0 0 0 0;
}
.caption h3{
    font-size: 1.25rem;
    margin-top: -5px;
    padding:0 0 0 0;
}
.scrolltop {
    display:none;
}
.shadow_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(0px);
    background:url(../../../img/general/schatten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:21px;
}}
@-webkit-keyframes immortalkenburns{
    0% {
    -webkit-transform:scale(1);
    -webkit-transition:-webkit-transform 20000ms linear 0s;
}
    100% {
    -webkit-transform:scale(1.2);
    -webkit-transition:-webkit-transform 20000ms linear 0s;
}}
@-moz-keyframes immortalkenburns{
    0% {
    -moz-transform:scale(1);
    -moz-transition:-moz-transform 20000ms linear 0s;
}
    100% {
    -moz-transform:scale(1.2);
    -moz-transition:-moz-transform 20000ms linear 0s;
}}
@-ms-keyframes immortalkenburns{
    0%{
    -ms-transform:scale(1);
    -ms-transition:-ms-transform 20000ms linear 0s;
}
    100% {
    -ms-transform:scale(1.2);
    -ms-transition:-ms-transform 20000ms linear 0s;
}}
@-o-keyframes immortalkenburns{
    0% {
    -o-transform:scale(1);
    -o-transition:-o-transform 20000ms linear 0s;
}
    100% {
    -o-transform:scale(1.2);
    -o-transition:-o-transform 20000ms linear 0s;
}}
@keyframes immortalkenburns{
    0% {
    transform:scale(1);
    transition:transform 20000ms linear 0s;
}
    100% {
    transform:scale(1.2);
    transition:transform 20000ms linear 0s;
}}


/* neuer Pfeil */
@-moz-keyframes arrowbounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes arrowbounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes arrowbounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
}}
/*--------------------------------------------------------------
# Button toskana  rotate
--------------------------------------------------------------*/
.toscana {
    position: absolute;
    top: 30%;
    left: 90%;
    height: 195px;
    width: 195px;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    perspective: 600px;
    transition: 0.5s;
}
.toscana:hover .toscana-front {
    transform: rotateX(-180deg);
}
.toscana:hover .toscana-back {
    transform: rotateX(0deg);
}
.toscana-front {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../../img/flip/flip10.png);
    background-position: 50% 50%;
    background-size: cover;
    backface-visibility: hidden;
    transform: rotateX(0deg);
    transition: 0.5s;
}
.toscana-back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../../img/flip/flip20.png);
    background-position: 50% 50%;
    background-size: cover;
    backface-visibility: hidden;
    transform: rotateX(180deg);
    transition: 0.5s;
}
@media only screen and (min-width: 1200px) {
.toscana {
    top: 40%;
    left: 90%;
    height: 175px;
    width: 175px;
}}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.toscana {
    top: 30%;
    left: 90%;
    height: 120px;
    width: 120px;
}}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.toscana {
    display:none
}}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.toscana {
    display:none
}}
/*--------------------------------------------------------------
# INTRO
--------------------------------------------------------------*/
.intro {
    margin: 0;
    padding: 150px 0 100px 0;
    background: #dedede url("../../../img/grau.webp") center top repeat;
    position: relative;
}
.intro .member {
    padding: 20px;
    height: auto;
    border-radius: 15px;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  25px 25px 50px #bebebe,-25px -25px 50px #ffffff;
}
.intro .member .pic {
    position: absolute;
    margin-top: -90px;
}
.intro-title {
    margin: 10px 40px;
}
.profile-image {
    border: 1px solid #fafbfe;
    background-color: #e6e7ee;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #FFFFFF;
    border-color: #D1D9E6;
    width: 14rem;
    height: 14rem;
    padding: 1rem;
    margin-left: 4rem;
    margin-top: -9rem;
    border-radius: 50%;
    background: linear-gradient(45deg, #cacaca, #f0f0f0);
}
.img-top {
    width: 100%;
    border-top-left-radius: calc(0.95rem - 0.0525rem);
    border-top-right-radius: calc(0.95rem - 0.0525rem);
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.intro {
    padding: 50px 0 50px 0;
}
.intro-title {
    margin: 1px 2px;
}
.intro .member .pic {
    display:none;
}
.profile-image {
    width: 7rem;
    height: 7rem;
    padding: 0.5rem;
    margin-left: 0.2rem;
    margin-top: -5rem
}}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.intro {
    padding: 50px 0 100px 0;
}
.intro-title {
    margin: 1px 2px;
}
.intro .member .pic {
    display:none;
}
.profile-image {
    width: 9rem;
    height: 9rem;
    padding: 1rem;
    margin-left: 1rem;
    margin-top: -5rem
}}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.intro {
    padding: 50px 0 100px 0;
}
.intro-title {
    margin: 10px 20px;
}
.intro .member .pic {
    display:none;
}
.profile-image {
    width: 10rem;
    height: 10rem;
    padding: 1rem;
    margin-left: 1rem;
    margin-top: -6rem
}}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.intro {
    padding: 90px 0 100px 0;
}
.intro .member .pic {
    width: 133px;
    height: 500px;
    position: absolute;
    margin-top: -100px;
    margin-left: 0px;
}
.profile-image {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
    margin-left: 2rem;
    margin-top: -8rem
}}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
.intro {
    background: #dedede url("../../../img/grau.webp") center top repeat;
    margin: 0px 0 -100px 0;
}
.intro .member .pic {
    width: 125px;
    height: 450px;
    position: absolute;
    margin-top: -60px;
}
.profile-image {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
    margin-left: 2rem;
    margin-top: -8rem
}}
/*--------------------------------------------------------------
# IMAGEFILM Verbandsgemeinde Sprendlinhen/Gensingen
--------------------------------------------------------------*/
.imagefilm {
    margin-top:1.25rem;
    padding: 2.5rem 0;
    /*height: 750px;*/
    width: 100%;
    z-index:-10;
}
.mt30 {
   margin-top: 30px;
}
.mb30 {margin-bottom: 30px;}
.video_wrapper {margin-bottom: 20px;text-align: center;background-image: url("../../../img/video/imagefilm.png");background-size: cover;position: relative;height: 450px;width: 100%;-webkit-box-shadow: 0 4px 30px -5px black;box-shadow: 0 4px 30px -5px black;border-radius: 20px;border: 1px solid silver;}
.video_wrapper-img {position: relative;margin-top: 2.25rem;display: flex;flex-direction: column;-webkit-box-shadow: 0 4px 30px -5px black;box-shadow: 0 4px 30px -5px black;border-radius: 20px;border: 1px solid silver;}
@media (max-width: 1250px) {.video_wrapper {height: 300px;width: 100%;}.video_wrapper .video_trigger {margin: -50px 10px;}}
@media (max-width: 992px) {.video_wrapper {height: 250px;width: 100%;}.video_wrapper .video_trigger {margin: -70px 10px;}}
@media (max-width: 768px) {.video_wrapper {height: 300px;width: 100%;}.video_wrapper .video_trigger {margin: -80px 10px;}}
@media (max-width: 577px) {.video_wrapper {height: 250px;width: 100%;}.video_wrapper .video_trigger {margin: -80px 10px;}}
@media (max-width: 480px) {.video_wrapper {;height: 200px;width: 400px;}.video_wrapper .video_trigger {margin: -80px 10px;}}
@media (max-width: 380px) {.video_wrapper {height: 100px;width: 100%;}.video_wrapper .video_trigger {margin: -150px 10px;}}
.video_wrapper .video_trigger {padding: 150px 30px;bottom: 0; z-index: 9;}
.video_wrapper .video_layer {position: relative;display: none;height: inherit;width: inherit;margin: auto;}
.video_wrapper .video_layer iframe {border: 0px none transparent;height: inherit;width: inherit;vertical-align: middle;}

.imagefilm ul {
    margin-top: 1.25rem;
    list-style: none;
    padding-left: 1.25rem;
}
.imagefilm ul li {
    padding-left: 1.75rem;
    position: relative;
}
.imagefilm ul li + li {
    margin-top: 0.625rem;
}
.imagefilm .info i {
    font-size: 1.625rem;
    top: 0.625rem;
    color: #000000;
    padding-right: 4px;
}
.imagefilm ul i {
    position: absolute;
    left: -0.625rem;
    top: .125rem;
    font-size: 2.0rem;
    /*color: #000000;*/
    color: yellow;
    line-height: 1;
}
.impressionen {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding:1.25rem;
    border-radius: 0.9375rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  25px 25px 50px #bebebe,-25px -25px 50px #ffffff;
}
.impressionen i{
    margin-top: -1rem;
    margin-left: -10px;
}
.film {
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding:1.25rem;
    border: 1px solid silver;
    border-radius: 20px;
    background: linear-gradient(145deg, #d7d7d7, #ffffff);
    box-shadow:  12px 12px 29px #b1b1b1,
    -12px -12px 29px #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml1 {
    margin-left: -5px;
}
.mr1 {
    margin-right: -5px;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:110%;
}
.mb20 {
    margin-bottom: 20px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.imagefilm ul i {
    font-size: 1.25rem;
}
.imagefilm {
    margin-top:0;
    padding: 1.25rem 0;
}
.imagefilm-info h4 {
    font-size: 2.25rem;
    text-shadow: 0px -1px 0px #000000;
}}
@media (min-width: 768px) and (max-width: 991px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:105%;
}
.mb20 {
    margin-bottom: 40px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.imagefilm ul i {
    font-size: 1.75rem;
}
.imagefilm {
    margin-top:0;
    padding: 1.25rem 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    z-index:-10;
}
.imagefilm-info h4 {
    font-size: 2.25rem;
    text-shadow: 0px -1px 0px #000000;
}}
@media (min-width: 1200px) and (max-width: 1919px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:105%;
}
.mb20 {
    margin-bottom: 40px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.imagefilm ul i {
    position: absolute;
    left: -0.625rem;
    top: 1.125rem;
    font-size: 2.0rem;
    color: #000000;
    line-height: 1;
}}
/*--------------------------------------------------------------
# WOHNUNG GALLERIE
--------------------------------------------------------------*/
.wohnung {
    /*margin-top:1.25rem;*/
    margin-top:0;
    padding: 2.5rem 0;
    background: url("../../../img/general/grau.webp") center top repeat;
    z-index:-10;
}
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 4rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fotorahmen-img {
    position: relative;
    margin-top: 2.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 20px;
    padding: 0rem;
}
.wohnung ul {
    margin-top: 1.25rem;
    list-style: none;
    padding-left: 1.25rem;
}
.wohnung ul li {
    padding-left: 1.75rem;
    position: relative;
}
.wohnung ul li + li {
    margin-top: 0.625rem;
}
.wohnung ul i {
    position: absolute;
    left: -0.625rem;
    top: 1.125rem;
    font-size: 2.0rem;
    color: #000000;
    line-height: 1;
}
.impressionen {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding:1.25rem;
    border-radius: 0.9375rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  25px 25px 50px #bebebe,-25px -25px 50px #ffffff;
}
.ferienhaus {
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding-top: 2,25rem;
    padding-bottom: 0;
    padding-left: 2.25rem;
    padding-right:2.25rem;
    border: 1px solid silver;
    border-radius: 20px;
    background: linear-gradient(145deg, #d7d7d7, #ffffff);
    box-shadow:  12px 12px 29px #b1b1b1,
    -12px -12px 29px #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml1 {
    margin-left: -5px;
}
.mr1 {
    margin-right: -5px;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:110%;
}
.mb20 {
    margin-bottom: 20px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.wohnung ul i {
    font-size: 1.25rem;
}
.wohnung {
    margin-top:0;
    padding: 1.25rem 0;
}
.wohnung-info h4 {
    font-size: 2.25rem;
    text-shadow: 0px -1px 0px #000000;
}}
@media (min-width: 768px) and (max-width: 991px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:105%;
}
.mb20 {
    margin-bottom: 40px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.wohnung ul i {
    font-size: 1.75rem;
}
.wohnung {
    margin-top:0;
    padding: 1.25rem 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    z-index:-10;
}
.wohnung-info h4 {
    font-size: 2.25rem;
    text-shadow: 0px -1px 0px #000000;
}}
@media (min-width: 1200px) and (max-width: 1919px) {
.fotorahmen-body {
    padding-top: 0em;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ml20 {
    margin-left: -15px;
}
.mw110 {
    width:105%;
}
.mb20 {
    margin-bottom: 40px;
}
.mt0 {
    margin-top: 0px;
}
.impressionen {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 1.0rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  12px 12px 25px #bebebe,-12px -12px 25px #ffffff !important;
}
.wohnung ul i {
    position: absolute;
    left: -0.625rem;
    top: 1.125rem;
    font-size: 2.0rem;
    color: #000000;
    line-height: 1;
}}
/* Gallerie Start */
.gallery-block{
    padding-bottom: 60px;
    padding-top: 20px;
     background: transparent;
}

.gallery-block.cards-gallery .card{
    transition: 0.4s ease;
    background: transparent;
}
.gallery-block.cards-gallery .card img {
    border: 0.0625rem solid rgba(243, 247, 250, 0.05);
    border-radius: 0.55rem;
    border-color: #D1D9E6;
    box-shadow: 2px 2px 5px #b8b9be,  -3px -3px 7px #FFFFFF;
}
.gallery-block.cards-gallery .card-body {
    text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .gallery-block{
        padding-bottom: 20px;
        padding-top: 0px;
}}
.gallery-block.cards-gallery .card-body p {
    font-size: 0.9375rem;
}
.gallery-block.cards-gallery a {
    color: #212529;
}
.gallery-block.cards-gallery a:hover {
    text-decoration: none;
}
.gallery-block.cards-gallery .card {
    margin-bottom: 30px;
    box-shadow: 2px 2px 5px #b8b9be,  -3px -3px 7px #FFFFFF;
}
@media (min-width: 576px) {
    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}}
/*--------------------------------------------------------------
# MIETPREISE
--------------------------------------------------------------*/
.miete {
    padding: 80px 0 0px 0;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.miete .preis-boxes {
    font-size: 1.75rem;
    color: #4b7dab;
    margin-bottom: 15px;
}
.miete .preis-boxes h3 {
    font-size: 2.375rem;
    margin-bottom: 15px;
}
.miete .preis-box {
    margin-top: 20px;
    margin-bottom: 15px;
}
.miete .preis-box .preis {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #8dc2f1;
    border-radius: 50px;
    transition: 0.5s;
}
.miete .container {
    margin-bottom: 40px;
    padding:40px;
    border-radius: 15px;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  25px 25px 50px #bebebe,-25px -25px 50px #ffffff !important;
    position: relative;
}
.miete .preis-box .preis i {
    padding-top: 0px;
    color: #1977cc;
    font-size: 2.75rem;
}
.miete .preis-box:hover .preis {
    background: #1977cc;
    border-color: #1977cc;
}
.miete .preis-box:hover .preis i {
    color: #fff;
}
.miete .preis-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
}
.miete .preis-box .title a {
    color: #343a40;
    transition: 0.3s;
}
.miete .preis-box .title a:hover {
    color: #1977cc;
}
.miete .preis-box .description {
    margin-left: 85px;
    line-height: 24px;
}
.img-responsive2{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:50px;
}
.img-responsive3{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:0px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.miete {
    padding: 40px 0 40px 0;
}
.img-responsive3{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:0px;
    margin-bottom: 100px;
}
.miete .schneiders-img2 {
    display:none;
}
.miete .schneiders-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.miete .preis-box {
    margin-top: 0px;
}
.miete .preis-boxes {
    margin-top:-100px;
    margin-bottom: -75px;
}}
/*--------------------------------------------------------------
# RESERVIEREN
--------------------------------------------------------------*/
.reservieren {
    padding:3.125rem 0 0 0;
    background:#dedede url("../../../img/general/form_bg.png") no-repeat;
    width:100%;
    background-position:60% 0%;
    background-size:cover
 }
 @media print, screen and (min-width: 40em){
     .reservieren{
         background-position:right center
 }}
 .reservieren_form {
    margin: 0;
    padding: 0 0 0 0;
    background: transparent;
    position: relative;
 }
.section-reservieren{
    text-align: center;
    margin-top: 0px;
}
.reservieren h2 {
    font-family: "Gochi Hand", sans-serif;
    color: #585858;
    font-size: 2.5em;
    text-align: left;
}
.reservieren h3 {
    font-family: 'Happy Monkey', cursive;
    color: #323232;
    font-size: 1.75rem;
    text-align: left;
    text-decoration: underline solid #0B0B61;
}
.reservieren h4 {
    font-family: 'Happy Monkey', cursive;
    color: #323232;
    background-color:#ccc;
    font-size: 1.375rem;
    text-align: left;
    display: inline;
    margin-top: 10px;
    padding: 10px;
}
.reservieren p {
    font-family: 'Happy Monkey', cursive;
    font-size: 1.125rem;
    color: #323232;
    font-weight: normal;
    text-align: justify;
}
.img-responsive1{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:50px;
}
.iframe{
    height:1060px;
    width: 100%;
    background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
.iframe{
    height:1060px;
    width: 100%;
    background: transparent;
}}
@media (min-width: 768px) and (max-width: 991px) {
.iframe{
    height:1000px;
    width: 100%;
    background: transparent;
}
.img-responsive1{
    max-width:50%;
    height:auto;
    margin-top:0px;
}}
@media (min-width: 576px) and (max-width: 767px) {
.iframe{
    margin-bottom: -250px;
    height:1290px;
    width: 100%;
}
.img-responsive1{
    display: none;
}}
@media (min-width: 480px) and (max-width: 575px) {
.iframe{
    margin-bottom: -250px;
    height:1300px;
    width: 100%;
}
.img-responsive1{
    display: none;
}}
@media (min-width: 320px) and (max-width: 479px) {
.reservieren {
    padding: 40px 0 10px 0;
}
.iframe{
    margin-bottom: -400px;
    height: 1380px;
    width: 100%;
}
.img-responsive1{
    display: none;
}}
/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/
.umzu {
    background: #dedede  url("../../../img/general/grau.webp") center top repeat;
    margin-top: 0;
    margin-bottom: -50px;
    padding-top: 5rem;
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.umzu {
    padding: 40px 0 10px 0;
}}
.btn-folgen {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #F2F2F2;
    background: #4b7bec;
    background-clip: padding-box;
    border: 0.0625rem solid #D1D9E6;
    border-radius: 0.55rem;
    box-shadow:  5px 5px 7px #8f8f8f,-5px -5px 7px #ffffff;
    transition: all 0.3s ease-in-out;
}
.btn-folgen:hover {
    border-radius: 0.55rem;
    color: #323232;
    background: #e0e0e0;
    outline: 0;
    box-shadow: inset 5px 5px 7px #8f8f8f,inset -5px -5px 7px #ffffff;
}
.down {
    transition: all 0.2s ease;
}
.links {
    position: relative;
    border-radius: 1.25rem;
    background: #e7e7e7;
    box-shadow:  6px 6px 12px #c0c0c0,-6px -6px 12px #ffffff;
}
.links-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.links-img-top {
    width: 100%;
    border-top-left-radius: calc(0.55rem - 0.0625rem);
    border-top-right-radius: calc(0.55rem - 0.0625rem);
}
/*--------------------------------------------------------------
# KONTAKT
--------------------------------------------------------------*/
.container-kontakt,.container-lg,.container-md,.container-sm,.container-xl{
    width:80%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.kontakt_area {
    top: -20px;
    margin-bottom:0px;
    padding: 40px 0;
    background: #dedede url("../img/general/grau.webp") center top repeat;
    z-index:-10;
}
.kontakt {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    padding: 80px 30px 50px;
    border-radius: 15px;
    border: 1px solid silver;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5), inset 3px 3px 7px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    height: auto;
}
hr.kontakt_stern {
    margin-top: 35px;
    padding: 0;
    border: none;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #0000FF;
    text-align: center;
}
hr.kontakt_stern:after {
    content:" ";
    display: inline-block;
    position: relative;
    top: -30px;
    font-size: 1.5rem;
    padding: 5px 1.75rem;
    background: /*#F5F2E8*/ url(../../../img/separator/hr_stern.png) no-repeat scroll center;
    background-size: 50px 50px;
    height: 60px;
}
.kontakt .chosse-us-icon {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 5rem;
    height: 5rem;
    /*padding-left: 0.99rem;
    padding-top:0.5rem;*/
     text-align: center;
    margin-left: 1rem;
    margin-top: -7.5rem;
    border: 1px solid #fafbfe;
    background-color: #e6e7ee;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #FFFFFF;
    border-color: #D1D9E6;
    border-radius: 50%;
    background: linear-gradient(45deg, #cacaca, #f0f0f0);
    font-size: 2.813rem;
}
.kontakt a {
    text-decoration: none;
    color: #2E2EFE;
}
.kontakt a:hover {
    text-decoration: none;
    color: #2E2EFE;
}
.kontakt:hover .chosse-us-icon, .kontakt:focus .chosse-us-icon {
    background-color: #042f62;
    color: #2E2EFE;
    box-shadow: 0 5px 15px 2px rgba(255, 255, 255, 0.55);
}
.kontakt ul{
    font-family:comfortaa;
    list-style:none;
    text-align: left;
    color:#0B0B3B;
    margin-top:30px;
    margin-left:-20px;
}
.kontakt ul li{
    padding:8px 0 8px 8px;
    position:relative
}
.kontakt ul li:not(:last-child){
    border-bottom:1px solid #0B0B3B
}
.kontakt ul li:before{
    font-family:stern;
    color:#000;
    text-align: left;
    position:absolute;
    width: 30px;
    height: 30px;
    top:8px;
    left:-30px
}
.kontakt ul li.adress:before{
    content:"\E835";
    color: #2E2EFE;
    font-size: 2rem;
}
.kontakt ul li.phone:before{
    content:"\E832";
    color: #2E2EFE;
    font-size: 2rem;
}
.kontakt ul li.email:before{
    content:"\E834";
    color: #2E2EFE;
    font-size: 1.5rem;
}
.kontakt ul li.fb:before{
    content:"\E831";
    color: #2E2EFE;
    font-size: 2rem;
}
.kontakt a{
    color:#0B0B3B;
    text-decoration: none;
}
.entfernung ul li:not(:last-child){
    border-bottom:0px solid #0B0B3B
}
.entfernung ul{
    font-family:rasch2002;
    list-style:none;
    text-align:left;
    color:#0B0B3B;
    margin-top:30px;
    margin-left:-20px;
}
.entfernung ul p{
    font-family:rasch2002;
    list-style:none;
    text-align:right;
    color:#0B0B3B;
    /*margin-top:30px;
    margin-left:-20px;*/
}
.entfernung ul li:before{
    font-family:rasch2002;
    color:#0B0B3B;
    text-align: left;
    position:absolute;
    width: 200px;
    height: 20px;
    top:8px;
    left:-30px
}
.entfernung ul li.welgesheim:before{
    content:"Welgesheim: "
}
.entfernung ul li.sprendlingen:before{
    content:"Sprendlingen: "
}
.entfernung ul li.alzey:before{
    content:"Alzey: "
}
.entfernung ul li.bingen:before{
    content:"Bingen:"
}
.entfernung ul li.ruedesheim:before{
    content:"Ruedesheim:"
}
.entfernung ul li.kreuznach:before{
    content:"Bad Kreuznach:"
}
.entfernung ul li.hooksiel:before{
    content:"Hooksiel:"
}
.entfernung ul li.hamburg:before{
    content:"Hamburg:"
}
.entfernung ul li.frankfurt:before{
    content:"Frankfurt:"
}
.entfernung ul li.mainz:before{
    content:"Mainz:"
}
.kontakt a{
    color:#0B0B3B;
    text-decoration: none;
}
/*--------------------------------------------------------------
# SEPARATOR DIVIDER
--------------------------------------------------------------*/
/* DIVIDER */
.image-divider {
    width: 100%;
    background: #dedede url("../../../img/general/grau.webp") center top repeat;
    /*transform:translateY(-20px);*/
    height: 80px;
}
@media screen and (max-width: 1280px) {
.image-divider {
    width: 100%;
    height: 70px;
}}
@media screen and (max-width: 980px) {
.image-divider {
    width: 100%;
    height: 60px;
}}
@media screen and (max-width: 768px) {
.image-divider {
    width: 100%;
    height: 50px;
    /*transform:translateY(-50px);*/
}}
@media screen and (min-width: 320px) and (max-width: 480px) {
.image-divider {
    transform:translateY(-50px);
    width: 100%;
    height: 40px;
}}
/* LINES */
.separator1 {
    width:100%;
    z-index:101;
    /*transform:translateY(-40px);*/
    /*height: 75px;*/
}
.separator2 {
    width:100%;
    z-index:101;
    transform:translateY(-40px);
    /*height: 75px;*/
}
.separator3 {
    width:100%;
    z-index:101;
    transform:translateY(-10px);
    /*height: 55px;*/
}
.separator4 {
    width:100%;
    z-index:101;
    transform:translateY(-40px);
   /* height: 85px;*/
}
.separator5 {
    width:100%;
    z-index:101;
    transform:translateY(20px);
    /*height: 85px;*/
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.separator1 {
    width: 100%;
    height: 20px;
    transform:translateY(-30px);
}
.separator2{
    width:100%;
    z-index:1001;
    transform:translateY(-15px);
    height: 40px;
}
.separator3{
    width:100%;
    transform:translateY(-0px);
    height: 20px;
}
.separator4{
    width:100%;
    transform:translateY(-15px);
    height: 30px;
}
.separator5{
    width:100%;
    height: 30px;
    transform:translateY(-0px);
}}
@media only screen and (min-width: 480px) and (max-width: 575px) {
.separator1 {
    width: 100%;
    height: 30px;
    transform:translateY(-40px);
}
.separator2{
    width:100%;
    z-index:1001;
    transform:translateY(-0px);
    height: 30px;
}
.separator3{
    width:100%;
    z-index:1001;
    transform:translateY(0px);
    height: 30px;
}
.separator4{
    width:100%;
    height:30px;
}
.separator5{
    width:100%;
    height: 30px;
    transform:translateY(30px);
}}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.separator1 {
    width: 100%;
    height: 40px;
    transform:translateY(-40px);
    z-index:9999;
}
.separator2{
    width:100%;
    z-index:1001;
    transform:translateY(-0px);
    height: 40px;
}
.separator3{
    width:100%;
    z-index:1001;
    transform:translateY(0px);
    height: 40px;
}
.separator4{
    width:100%;
    height: 40px;
}
.separator5{
    width:100%;
    height: 40px;
}}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.separator1 {
    width: 100%;
    height: 40px;
    transform:translateY(-40px);
    z-index:9999;
}
.separator2{
    width:100%;
    z-index:1001;
    transform:translateY(-20px);
    height: 40px;
}
.separator3{
    width:100%;
    z-index:1001;
    transform:translateY(0px);
    height: 30px;
}
.separator4{
    width:100%;
    height: 50px;
}
.separator5{
    width:100%;
    height: 60px;
}}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.separator1 {
    width: 100%;
    height: 40px;
    transform:translateY(-40px);
    z-index:9999;
}
.separator2{
    width:100%;
    z-index:1001;
    transform:translateY(-0px);
    height: 40px;
}
.separator3{
    width:100%;
    z-index:1001;
    transform:translateY(0px);
    height: 40px;
}
.separator4{
    width:100%;
    height: 40px;
}
.separator5{
    width:100%;
    height: 60px;
}}
@media only screen and (max-width: 768px) {
.line_kontakt_oben{
    width:100%;
    position:absolute;
    z-index:101;
    transform:translateY(-20px);
    background:url(../../../img/linie/unten.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height:25px;
}

/*--------------------------------------------------------------
# Belegungsplan
--------------------------------------------------------------*/
/*.beleg {
    padding: 80px 0;
    background: #dededeurl("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.beleg .container {
    margin-bottom: 40px;
    padding:40px;
    border-radius: 30px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  34px 34px 53px #989898,
    -34px -34px 53px #ffffff;
    position: relative;
}
.img-beleg{
    display:block;
    max-width:100%;
    height:auto;
    margin-top:50px;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.beleg {
    padding: 20px 0;
    background: #dededeurl("../../../img/general/grau.webp") center top repeat;
    position: relative;
}
.beleg .container {
    margin-bottom: 40px;
    padding:20px 20px 0 20px;
    border-radius: 15px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow:  34px 34px 53px #989898,
    -34px -34px 53px #ffffff;
    position: relative;
}
.img-beleg{
    transform:translateY(-80px);
}}*/