/*


.device-xl .slider-element,
.device-xl .slider-parallax-inner
{
    height: 722px !important;
}


.device-lg .slider-element,
.device-lg slider-parallax-inner
 {
    height: 622px !important;
}



.device-sm .slider-element,
.device-sm slider-parallax-inner
 {
    height: 455px !important;
}

.device-xs .slider-element,
.device-xs slider-parallax-inner
 {
    height: 423px !important;
}



*/




.h1 {
    text-transform: uppercase !important;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: .2em;
}

.device-xs .h1 {
    text-transform: uppercase !important;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .2em;
}


.h1 > span {
    color: #fff !important;
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 0.1 em;
    line-height: 30px;
}

.main-h2 {
    font-size: 18px;
				font-weight: 400 !important;
}

h3 {
    font-size: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: .3em !important;
}


.heading-block h3 {}
.hb-h3-span { font-size: 16px!important; color: #333!important; text-transform: uppercase !important; letter-spacing: 0.2em;}


p {
    font-size: 17px;
    letter-spacing: .1em;
}





.text-shadow {
    text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.88);
}

.space-unten {
    padding: 60px;
}




.bg-header {background: #5f5c4c !important; color: #fff;}



.bg-main {
    background: #95986d;
    //background-image: url(/bilder/bg/bg-main.jpg);
    //background-position: bottom center;
    //background-repeat: no-repeat;
    //background-size: cover;
    position: relative;
}

.bg-main-2 {
    background: #fafafa;
    background-image: url(/bilder/bg/bg-main.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.bg-form {
    background: #4b4843;
    background-image: url(/bilder/bg/bg-form.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}




.li-re-padding {
    position: relative;
    background: #b0ad9e;
}

.flex-c-box {
    background: #837a71;
}





.text-shadow {
    text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.88);
}

.space-unten {
    padding: 60px;
}


.flex-c-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;

}

.flex-c-c {
    max-width: 90%;
}

.device-sm .flex-c-c {
    max-width: 100% !important;
}

.device-xs .flex-c-c {
    max-width: 100% !important;
}









.maskinger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.bgimage-bg {
    min-height: 600px;
}

.full-bg-pic {
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.full-bg-pic .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}


.full-bg-pic .textbox {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    padding: 0;
    margin: 60px 0;

}


.full-bg-pic .textbox h3 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}


p a {

    color: inherit;
    box-shadow: inset 0 -3px 0 -1px #ffd204;
    -webkit-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;

}


p a:hover {
    box-shadow: inset 0 -23px 0 -1px #ffd204;
    color: black !important;
}


.icon-color, divider-color {color: #6b5e4e !important; }


.liste,
.liste-eye {
    padding: 0;
    list-style: none;
}

.liste li {
    padding-left: 0;
    margin-left: 30px;
    padding-bottom: 10px;
}


.liste li::before {
    content: "\e7ac";
    margin-left: -1.8em;

}

.liste li::before,
.liste-eye li::before {
    font-size: 16px;
    font-family: font-icons;
    //color: #6b5e4e;
    display: inline-block;
    width: 1.8em;

}


.no-all {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-bild {
    background: green;
}



.li-re {
    display: flex;
}

.links {
    flex-direction: row;
}

.rechts {
    flex-direction: row-reverse;
}

.text {
    background: grey;
    //display: flex;

}


.caret-dgrey {
    color: #808080;
    font-size: 80px;
}

.bg-bild {
    position: relative;
}


@media (min-width: 768px) {
    .bg-bild {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .bg-bild {
        min-height: 260px;
    }
}

@media (max-width: 576px) {
    .bg-bild {
        min-height: 200px;
    }
}



@media (min-width: 980px) {

    .bild-3-4 {
        width: 80%;
        height: 400px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}





@media (min-width: 1200px) {

    .bild-3-4 {
        width: 80%;
        height: 600px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}





@media (max-width: 980px) {

    .bild-3-4 {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 576px) {

    .bild-3-4 {
        width: 100%;
        height: 230px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}


.bild-34 {
    display: flex;
}

.flex-links {
    justify-content: flex-start;
}

.flex-rechts {
    justify-content: flex-end;
}


.bild-34-text {
    font-size: 16px;
    display: block;
    background: #fff;
    padding: 0 5px;
    margin: 0 10px;
    font-style: italic;
    position: absolute;
    bottom: 0;
}





.bg-space-bild {
    height: 100% !important;
}

@media (max-width: 768px) {
    .bg-space-bild {
        height: 350px !important;
    }
}








.container-small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 768px) {
    .container-small {
        width: 700px;
    }



}

@media (max-width: 767px) {
    .container-small {
        width: 700px !important;
    }

.slider-caption h2, .slider-caption .slider-caption-h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
    
    .full-bg-pic .textbox h3 {

    font-size: 22px !important;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;

}


}

@media (min-width: 480px) and (max-width: 767px) {
    .container-small {
        width: 470px !important;
    }
}

@media (max-width: 479px) {
    .container-small {
        width: 355px !important;
    }
}

@media (max-width: 320px) {
    .container-small {
        width: 310px !important;
    }
}





/*  Produkte    */


.section-product {
    position: relative;
    width: 100%;
}

.section-product .section-product-image {
    width: 100%;
}

.section-product .section-product-content {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    right: 0;
    background-color: #FFF;
    padding: 20px;
    z-index: 1;
}

.section-product .section-product-content h3 {
    font-weight: 800;
}

.section-product.alt .section-product-image,
.section-product.alt .section-product-content {
    float: none;
}

.section-product .section-product-price {
    font-size: 1.5rem;
    font-weight: 700;
}








@media (min-width: 1199px) {



    .product {
        padding: 65px;
        border-right: 1px solid #EEE;
    }


    .slider-element .slider-product-desc [class^='col-'] {
        padding: 50px;
    }


    .section-product .section-product-image {
        position: relative;
        width: 85%;
        background: #FFF;
    }

    .section-product .section-product-content {
        max-width: 400px;
        position: absolute;
        bottom: 30px;
        right: 0;
        padding: 30px;
    }

    .section-product.alt .section-product-image {
        float: right;
    }

    .section-product.alt .section-product-content {
        left: 0;
        right: auto;
    }

}

//label {margin-top: 20px; font-weight: 400; padding-right: 40px; font-style:normal; text-transform:none;  border-bottom: 1px solid #999; color: #777;  }

.input-light {

    //background-color: transparent !important;


    background-color: rgba(224, 219, 219, 0.3);
    background: rgba(224, 219, 219, 0.3);
    color: rgba(224, 219, 219, 0.3);


    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #444;
    color: #333;

}


/*


.device-xl .slider-element,
.device-xl .slider-parallax-inner
{
    height: 722px !important;
}


.device-lg .slider-element,
.device-lg slider-parallax-inner
 {
    height: 622px !important;
}



.device-sm .slider-element,
.device-sm slider-parallax-inner
 {
    height: 455px !important;
}

.device-xs .slider-element,
.device-xs slider-parallax-inner
 {
    height: 423px !important;
}



*/




.h1 {
    text-transform: uppercase !important;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: .2em;
}

.device-xs .h1 {
    text-transform: uppercase !important;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .2em;
}


.h1 > span {
    color: #fff !important;
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 0.1 em;
    line-height: 30px;
}

.main-h2 {
    font-size: 18px;
				font-weight: 400 !important;
}

h3 {
    font-size: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: .3em !important;
}


.heading-block h3 {}
.hb-h3-span { font-size: 16px!important; color: #333!important; text-transform: uppercase !important; letter-spacing: 0.2em;}


p {
    font-size: 17px;
    letter-spacing: .1em;
}





.text-shadow {
    text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.88);
}

.space-unten {
    padding: 60px;
}




.bg-header {background: #5f5c4c !important; color: #fff;}



.bg-main {
    background: #95986d;
    //background-image: url(/bilder/bg/bg-main.jpg);
    //background-position: bottom center;
    //background-repeat: no-repeat;
    //background-size: cover;
    position: relative;
}

.bg-main-2 {
    background: #fafafa;
    background-image: url(/bilder/bg/bg-main.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.bg-form {
    background: #4b4843;
    background-image: url(/bilder/bg/bg-form.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}




.li-re-padding {
    position: relative;
    background: #b0ad9e;
}

.flex-c-box {
    background: #837a71;
}





.text-shadow {
    text-shadow: 3px 3px 5px rgba(37, 37, 37, 0.88);
}

.space-unten {
    padding: 60px;
}


.flex-c-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;

}

.flex-c-c {
    max-width: 90%;
}

.device-sm .flex-c-c {
    max-width: 100% !important;
}

.device-xs .flex-c-c {
    max-width: 100% !important;
}









.maskinger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.bgimage-bg {
    min-height: 600px;
}

.full-bg-pic {
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.full-bg-pic .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}


.full-bg-pic .textbox {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    padding: 0;
    margin: 60px 0;

}


.full-bg-pic .textbox h3 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}


p a {

    color: inherit;
    box-shadow: inset 0 -3px 0 -1px #ffd204;
    -webkit-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;

}


p a:hover {
    box-shadow: inset 0 -23px 0 -1px #ffd204;
    color: black !important;
}


.icon-color, divider-color {color: #6b5e4e !important; }


.liste,
.liste-eye {
    padding: 0;
    list-style: none;
}

.liste li {
    padding-left: 0;
    margin-left: 30px;
    padding-bottom: 10px;
}


.liste li::before {
    content: "\e7ac";
    margin-left: -1.8em;

}

.liste li::before,
.liste-eye li::before {
    font-size: 16px;
    font-family: font-icons;
    //color: #6b5e4e;
    display: inline-block;
    width: 1.8em;

}


.no-all {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-bild {
    background: green;
}



.li-re {
    display: flex;
}

.links {
    flex-direction: row;
}

.rechts {
    flex-direction: row-reverse;
}

.text {
    background: grey;
    //display: flex;

}


.caret-dgrey {
    color: #808080;
    font-size: 80px;
}

.bg-bild {
    position: relative;
}


@media (min-width: 768px) {
    .bg-bild {
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .bg-bild {
        min-height: 260px;
    }
}

@media (max-width: 576px) {
    .bg-bild {
        min-height: 200px;
    }
}



@media (min-width: 980px) {

    .bild-3-4 {
        width: 80%;
        height: 400px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}





@media (min-width: 1200px) {

    .bild-3-4 {
        width: 80%;
        height: 600px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}





@media (max-width: 980px) {

    .bild-3-4 {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 576px) {

    .bild-3-4 {
        width: 100%;
        height: 230px;
        margin-bottom: 30px;
        background-size: cover;
        position: relative;
    }
}


.bild-34 {
    display: flex;
}

.flex-links {
    justify-content: flex-start;
}

.flex-rechts {
    justify-content: flex-end;
}


.bild-34-text {
    font-size: 16px;
    display: block;
    background: #fff;
    padding: 0 5px;
    margin: 0 10px;
    font-style: italic;
    position: absolute;
    bottom: 0;
}





.bg-space-bild {
    height: 100% !important;
}

@media (max-width: 768px) {
    .bg-space-bild {
        height: 350px !important;
    }
}








.container-small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 768px) {
    .container-small {
        width: 700px;
    }
}

@media (max-width: 767px) {
    .container-small {
        width: 700px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container-small {
        width: 470px !important;
    }
}

@media (max-width: 479px) {
    .container-small {
        width: 355px !important;
    }
}

@media (max-width: 320px) {
    .container-small {
        width: 310px !important;
    }
}





/*  Produkte    */


.section-product {
    position: relative;
    width: 100%;
}

.section-product .section-product-image {
    width: 100%;
}

.section-product .section-product-content {
    max-width: 100%;
    position: relative;
    bottom: 0px;
    right: 0;
    background-color: #FFF;
    padding: 20px;
    z-index: 1;
}

.section-product .section-product-content h3 {
    font-weight: 800;
}

.section-product.alt .section-product-image,
.section-product.alt .section-product-content {
    float: none;
}

.section-product .section-product-price {
    font-size: 1.5rem;
    font-weight: 700;
}








@media (min-width: 1199px) {



    .product {
        padding: 65px;
        border-right: 1px solid #EEE;
    }


    .slider-element .slider-product-desc [class^='col-'] {
        padding: 50px;
    }


    .section-product .section-product-image {
        position: relative;
        width: 85%;
        background: #FFF;
    }

    .section-product .section-product-content {
        max-width: 400px;
        position: absolute;
        bottom: 30px;
        right: 0;
        padding: 30px;
    }

    .section-product.alt .section-product-image {
        float: right;
    }

    .section-product.alt .section-product-content {
        left: 0;
        right: auto;
    }

}

//label {margin-top: 20px; font-weight: 400; padding-right: 40px; font-style:normal; text-transform:none;  border-bottom: 1px solid #999; color: #777;  }

.input-light {

    //background-color: transparent !important;


    background-color: rgba(224, 219, 219, 0.3);
    background: rgba(224, 219, 219, 0.3);
    color: rgba(224, 219, 219, 0.3);


    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #444;
    color: #333;

}


   #preistabelle { border: 1px solid #95986D; font-size: 14px;}

    .preis-row {background: #737655 !important;}

    .preis-row, .preis-row-1, .preis-row-2 {display: flex;  flex-direction: row; justify-content: space-between; border-bottom: 1px solid #95986D; background: #868964;}
    .zimmer-tab {width: 180px;  padding-left: 5px;}
    .zimmer {font-size: 16px; font-weight: 700;}
    .saison {width: 140px; text-align: center; }
    .saison-1 {}
    .saison-2 {}
    .text-datum {margin: 8px 0;}
    .text-1, text-2 {text-align: center; margin: 5px 0;  }
    .text-1 big, .text-2 big {font-size: 26px;}
    .nacht {padding-top: 10px;}



.e-gallery-container {
  position: relative;
  max-width: 900px;
  margin: 20px auto;
  padding: 2rem;
  display: flex;
}


.img-fit, .ofit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}



.my-gallery-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 3fr 1.6fr;
  grid-gap: 10px; }


.my-gallery-3 :nth-child(1) {
  grid-column: 1/3; }


.my-gallery-3 :nth-child(n+4) {
  display: none;
  visibility: hidden;
  opacity: 0; }


.my-gallery-5 {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  grid-template-rows: 3fr 1fr 3fr;
  grid-gap: 10px; }


.my-gallery-5 :nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/4; }


.my-gallery-5 :nth-child(2) {
  grid-row: 1/3; }


.my-gallery-5 :nth-child(5) {
  grid-row: 2/4; }

/* line 856, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-5 :nth-child(n+6) {
  display: none;
  visibility: hidden;
  opacity: 0; }


.my-gallery-7 {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  grid-template-rows: 2fr 1fr 2fr;
  grid-gap: 10px; }

/* line 872, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-7 :nth-child(1) {
  grid-row: 1/3; }

/* line 876, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-7 :nth-child(4) {
  grid-row: 2/4; }

/* line 880, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-7 :nth-child(5) {
  grid-row: 2/4; }

/* line 884, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-7 :nth-child(3) {
  /* border: 2px solid lime;   */
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 4; }

/* line 892, /Users/matze/Desktop/FRVIN/www/-css/_10--vb--sections.scss */
.my-gallery-7 :nth-child(n+8) {
  display: none; }


.bg-overlay,
.bg-overlay-bg,
.bg-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }


.bg-overlay [data-hover-animate]:not(.animated) {
  opacity: 0; }


.bg-overlay {
  z-index: 5; }


.bg-overlay-content {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 20px; }


.bg-overlay-bg {
  background-color: rgba(255, 255, 255, 0.85); }


.dark .bg-overlay-bg,
.bg-overlay-bg.dark {
  background-color: rgba(0, 0, 0, 0.2); }













