@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
body {
    background-color: #fff;
    /* padding-top:10px; */
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'EB Garamond', serif; */
    color: #000;
    height: 100%;
    width: 100%;
}

p {
    /* font-size: 22px; */
}

h1 {
    color: #3c3c3b;
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    cursive;
    font-weight: 300 !important;
    text-decoration: none;
    margin-bottom: 0px;
}

h2 {
    color: 3c3c3b;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    margin-bottom: 5px;
}

h3 {
    color: #3d4449;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

h4 {
    color: #3c3c3b;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
    font-family: garamond;
    cursive;
    font-weight: normal;
    font-size: 35px;
}

@media(max-width:767px) {
    h1 {
        font-size: 36px;
    }
}

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% */
    border: 0;
    height: 4px;
    background-color: #3c3c3b;
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}


/*Header*/

.video_overlay_content {
    position: absolute;
    bottom: 15%;
    z-index: 10;
    min-height: 150px;
    background-color: rgba(56, 56, 56, .6);
    padding: 20px;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Dancing Script', cursive;
    display: none!important;
}

.video_overlay_content p {
    color: #fff;
    font-family: 'Great Vibes', cursive;
    font-size: 35px;
    margin: 0;
}

.video_wraper video {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
}

.video_wraper {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

@media(max-width: 767px) {
    .video_wraper {
        width: 100%;
        height: 35vh;
        overflow: hidden;
    }
}


/** Header **/


/* buking tool*/


/*red: #f8301f*/

.booking_input_wrap {
    position: relative;
    width: 100%;
}

.booking_input_wrap i {
    position: absolute;
    right: 14px;
    top: 20px;
    font-size: 20px;
    color: #F2CA27;
}

.booking_tool input,
.booking_tool select,
.booking_tool textarea {
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.40;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
}

::-webkit-input-placeholder,
.booking_tool select {
    /* Chrome/Opera/Safari */
    color: rgba(241, 196, 15, 0.9);
}


/*Booking tool*/

@media(max-width: 575.98px) {
    .booking_tool .btn-primary {
        margin-top: 10px;
    }
    .booking_tool select {}
}

@media(max-width: 768px) {
    .booking_tool select {
        margin-top: 10px;
    }
}

.booking_tool {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.booking_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background:rgba(241, 196, 15, 0.9); */
    background-color: rgba(255, 245, 209, 0.9);
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
    z-index: -1;
    transform: scale(2);
}

.booking_tool .btn-primary {
    color: #068700;
    background-color: #fff;
    border-color: #f0c411;
    padding: 15px 25px;
    /* border: none; */
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.booking_tool select {
    padding: 10px;
}

.booking_tool span .fa {
    color: #fff;
    font-size: 24px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #F2CA27!important;
}


/*Animations*/

@keyframes touch_animation {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(20px);
    }
}


/*end Animations*/


/* Sections */

.section {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.section--no_padding {
    padding-top: unset;
    padding-bottom: unset;
}

.section--no_padding:nth-child(even) {
    background-color: rgba(255, 245, 209, 0.9);
}

.section--no_padding:nth-child(odd) {}

.container-fluid--no_padding {
    padding-right: unset;
    padding-left: unset;
}


/** end Section **/


/** News **/

.news_wrapper .media {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}

.news_wrapper .img-col.col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}


/** end News **/


/** Home box **/

.touch_overlay_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #f1c40f;
    transition: all .3s;
    animation: touch_animation 2s infinite;
    text-shadow: 1px 1px #333;
}

.home-box:hover .touch_overlay_icon i,
.home-box:focus .touch_overlay_icon i {
    transition: all .3s;
    opacity: 0;
}

.home-box {
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    position: relative;
    flex-basis: 20%;
}

.home-box:nth-child(even) {
    flex-basis: 40%;
}

.home-box:nth-child(odd) {
    flex-grow: 3;
}

@media(max-width:768px) {
    .home-box {
        width: 100% !important;
        min-height: 189px;
    }
    .home_boxes_section .row {
        flex-flow: column;
    }
}

.home-box .text h1 {
    font-size: 50px;
}

@media(max-width:412px) {
    .home-box h1 {
        font-size: 20px !important;
    }
    .home-box {
        flex-flow: column;
    }
}

@media(max-width: 575.98px) {}

.overlay-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(241, 196, 15, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.home-box:hover .overlay-box {
    height: 100%;
}

.text {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.overlay-box h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
}

.overlay-box p {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    /*font-weight: 300;*/
}


/** end Home Box **/


/*Parallax */

.parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px;
    -webkit-perspective: 100px;
    /* Safari 4-8 */
    perspective: 100px;
    min-height: 260px;
    margin-top: 30px;
}


/*end Parallax*/


/*Grid CSS*/

.col-md-6--no_padding {
    padding-right: unset;
    padding-left: unset;
    text-align: center;
}


/*end Grid CSS*/


/*Buttons*/

.btn-link {
    padding: 5px 10px 5px 10px;
    transition: all .3s;
    border: solid 1px #068700;
    color: #068700!important;
    border-radius: 5px;
}

.btn-link--drop {
    position: absolute;
    bottom: 0;
}

.btn-link:hover {
    transition: all .3s;
    background-color: #068700;
    border: solid 1px #068700;
    color: #fff!important;
    text-decoration: none;
}


/*end Buttons*/


/*Tittle Styles*/

.title_stars {
    font-size: 25px;
    display: inline-block;
}

.title_stars i:nth-of-type(2) {
    position: relative;
    top: -3px;
}

.title_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(max-width: 768px) {
    .title_wrapper {
        padding-top: 25px;
        padding-bottom: 10px;
    }
}


/*end Title Styles*/


/*Zmmer*/

.content_title {
    padding-bottom: 10px;
    text-align: center;
}

.zimmer_section img {
    height: 100%;
    /* min-height: 500px; */
    /* max-height: 570px; */
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-in-out;
}

.zimmer_section img:hover {
    transform: translate(175px, 175px) scale(8);
    overflow: hidden;
}

.zimmer_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(56, 56, 56, .6);
    /*margin-left: 15px;
    margin-right: 15px;*/
    transition: all .31s;
}

.zimmer_overlay:hover {
    background-color: rgba(56, 56, 56, 0);
}

.artikel_bild:hover img {
    transform: scale(1.5);
    transition: all 5s linear;
}

.artikel_bild img {
    transition: all 5s linear;
    min-height: 570px;
    margin-bottom: -7px;
}

.img_wrapper {
    overflow: hidden;
}


/*Wellness */

.wellness_section img {
    /* min-height: 500px; */
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*end Wellness*/

.smaller_text {
    font-size: 14px;
}


/*end zimmer*/

@media (max-width: 991px) {
    .reservierung {
        background-color: #f1c40f;
        padding: unset!important;
        width: 22em;
    }
    .newsletter {
        background-color: #068700;
        padding: 0px!important;
        width: 22em;
    }
    .sidecontainer a span {
        display: none;
    }
    .sidecontainer {
        display: flex;
        justify-content: space-around;
    }
}


/*Kontakt*/

.form-control {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    color: #000000;
    height: 35px;
    font-weight: 100;
    font-size: 16px;
    box-shadow: none;
    border-bottom: 1px solid #f1c40f;
    border-radius: 0;
    padding: 0;
    min-width: 100%;
}

.form-control-andere {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    color: #717578;
    height: 35px;
    font-weight: 100;
    font-size: 16px;
    box-shadow: none;
    border-bottom: 2px solid #aa9c86;
    border-radius: 0;
    padding: 0;
    min-width: 25%
}

.form-control-feld {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    color: #717578;
    height: 35px;
    font-weight: 100;
    font-size: 16px;
    box-shadow: none;
    border-bottom: 2px solid #aa9c86;
    border-radius: 0;
    padding: 0;
    min-width: 60%;
    min-height: 50px;
}

@media (max-width: 1000px) {
    .form-control {
        width: 100%;
    }
    .form-control-feld {
        min-width: 100%;
        min-height: 100px;
    }
}

.form_padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Kontaktanfrage .btn-default {
    color: #fff;
    background-color: #b50000;
    border-color: #3b3b3b;
}

.form-control option {
    /* Whatever color  you want */
    background-color: #f1c40f;
    color: #fff;
}

.form-control option:hover {
    background-color: #068700;
    color: #fff;
}

.Kontaktanfrage label {
    display: none;
}

.form-control:focus {
    background-color: #fff6d6;
    border-color: rgb(170, 156, 134);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgb(170, 156, 134);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(52, 67, 106, 0);
}

.btn-send {
    color: #ab9b88 !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    padding: 5px 10px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-top: 1px solid #ab9b88;
    border-bottom: 1px solid #ab9b88;
    border-radius: 0px;
    transition: unset;
    margin-top: 20px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    width: 150px;
}

button:focus {
    outline: none !important;
}

.btn-anfragen {
    color: #2f4565 !important;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    padding: 10px 40px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    transition: unset;
    background-color: transparent;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #304666;
}

@media(max-width:768px) {
    .btn-anfragen {
        padding: 10px 30px;
    }
}

.btn-eder {
    cursor: pointer;
    width: 100%;
    background-color: #F2CA27;
    border: solid 1px #F2CA27;
    color: #068700;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-eder:hover {
    border: solid 1px #068700;
    background-color: #068700;
    color: #F2CA27;
}


/*end kontakt*/

.nav-logo {
    width: 60px;
    margin-top: 10px;
}

#fancybox-wrap * {
    max-width: 100% !important;
}

.success-message {
    display: none;
}

#fancybox-wrap,
#fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.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;
}

#pruefung {
    display: none;
}


/*Suchfunktion Styles*/

.sufu {
    min-height: 400px;
    padding-top: 20px;
}

.sufu-margin {
    margin-top: 15px;
}

.search-heading {
    background-color: #fdfdfd;
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E40000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-result {
    background-color: transparent;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-content {
    padding: 10px;
}

.search-content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.search-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.search-content p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    width: 220px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
    width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #d3d3d3;
    background: #EEE;
    border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/*Ende Sufu*/


/*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 {
    /* margin-top: 20px; */
    background-color: #FFF6D6;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/diagmonds.png);
    background-repeat: repeat;
    color: #fff;
    text-align: center;
}

.footer h4 {
    color: #fff;
    font-weight: 600;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.subfooter {
    background-color: #1b2235;
    color: #fff;
    padding: 5px 0px;
}

.subfooter a {
    color: #fff;
}

.subfooter a:hover {
    color: #fff !important;
    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: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    color: #068700;
}


/*Styles für Layout Stefan*/

.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);
    }
}

.primer-column {
    float: left;
    width: 50%;
}

@media(min-width:768px) {
    .primer-column {
        float: left;
        width: 30%;
    }
}

.primer-i {
    font-size: 80px;
    color: #fff;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 8px;
    background-color: #D83C3C;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
}

.primer-h1 {
    margin-top: -4px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.primer-version {
    font-weight: bold;
}

.primer-dot {
    color: #D83C3C;
}

.primer-ul {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primer-ul li {
    line-height: 30px;
    padding-left: 1em;
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "• ";
    color: #D83C3C;
    margin-top: 10px;
}

.logo-primer {
    max-width: 180px;
}

.come-in {
    transform: translateY(400px);
    animation: come-in 1s ease forwards;
    animation-duration: 1s;
}

.already-visible {
    transform: translateX(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control {
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #333;
    box-shadow: none;
}

.Formular2 label {
    display: none;
}

.Formular2 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.Formular2 .btn-default {
    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;
    border-radius: 4px;
}

.Formular2 .btn-default:hover {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}


/*.parallax-section{
    background-size:cover;
    background-attachment:fixed;
    background-position:center center;
    padding-top:40px;
    padding-bottom:50px;
    color:#fff;
}*/

.parallax-section h1 {
    color: #fff;
}

.parallax-section h2 {
    color: #fff;
}

.artikel-image {
    max-width: 1024px;
    width: 100%;
    /* margin-top:20px; */
    margin-bottom: -8px;
}

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3c3c3b;
    font-family: 'Open Sans', sans-serif;
    font-family: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 30px;
    margin-left: 0px;
}

.logo-container {
    text-align: center;
}

#sidebar {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    background-color: #FFF6D6;
    font-size: 0.9em;
    /* position: relative; */
    width: 22em;
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.14);
}

#menu ul a,
#menu ul span {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 1px 20px;
    color: #3c3c3b;
}

#menu ul a:hover,
#menu ul span:hover {
    text-decoration: none;
    color: #ccc!important;
}

@media(max-width: 767px) {
    #menu ul a,
    #menu ul span {
        font-size: 15px;
    }
}


/** end Menu **/

#buchen {
    background-color: #2f4565;
    padding: 30px 0px;
    color: #fff;
}

#buchen h2 {
    color: #fff;
    margin-bottom: 0px;
}

hr.special_hr {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
    background-image: url(/img/seperator.png);
    background-size: cover;
    background-position: center center;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

#banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
    text-align: center;
}

#sidebar>.inner {
    padding: 2.22222em 2.22222em 2.44444em 2.22222em;
    position: relative;
    width: 22em;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar .toggle {
    text-decoration: none;
    -moz-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: 0;
    display: block;
    height: 7.5em;
    left: 22em;
    line-height: 7.5em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: 7.5em;
    top: 0;
    width: 6em;
    z-index: 10000;
    color: transparent!important;
}

@media screen and (max-width: 1280px) {
    #sidebar .toggle {
        text-indent: 6em;
        width: 6em;
        left: 22em !important;
    }
}

#sidebar.inactive {
    margin-left: -22em;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 0px;
    color: #068700;
    text-decoration: none;
}

a:hover {
    border-bottom-color: #068700;
    color: #324468 !important;
}

#menu ul a.opener:hover:before,
#menu ul span.opener:hover:before {
    color: #2f4565;
}

#main>.inner>section:first-of-type {
    border-top: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main>.inner {
    padding: 0px;
    margin: 0 auto;
    max-width: 110em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #main>.inner {
        margin-top: -12px;
    }
}

.btn-mehr {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    padding: 5px 10px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    transition: unset;
    margin-top: 20px;
    background-color: transparent;
    cursor: pointer;
}

.streifen-grau {
    background-color: #F5F5F5;
    padding-bottom: 50px;
}

@media screen and (max-width: 736px) {
    #sidebar .toggle:before {
        color: #ffffff;
        margin-left: -0.0625em;
        margin-top: -0.45em;
        font-size: 2.5rem;
        z-index: 1;
    }
    #sidebar .toggle:after {
        /* background: #304566; */
        background: none;
        border-radius: 0.375em;
        content: '';
        height: 3.5em;
        left: 1em;
        position: absolute;
        top: 1em;
        width: 4em;
    }
}

.padding50 {
    padding: 15px 50px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #3c3c3b!important;
}

.link-kreis {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #34436a !important;
    /* display: block; */
    font-size: 22px;
    height: 48px;
    line-height: 45px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 48px;
    background: #ffffff;
    padding: 2px;
    color: #324468 !important;
    text-decoration: none !important;
}

.link-kreis:hover {
    color: #324468 !important;
    background-color: #242e48;
    text-decoration: none !important;
}

.sidebot {
    position: fixed;
    bottom: 0;
}

.sidecontainer {
    padding: 10px 0px 10px 45px;
    background-color: #FFF6D6;
    width: 22em;
    transition: all .3s;
}

.sidecontainer a {
    color: #3c3c3b;
}

#3c3c3b;
.sidecontainer a:hover,
.sidecontainer a:hover i,
.sidecontainer a:focus i {
    color: #f1c40f!important;
    text-decoration: none;
}

@media(max-width:991px) {
    .sidecontainer {
        padding: 30px 10px 10px 10px;
        background-color: #f5f6f7;
    }
}

.sidecontainer i {
    color: #3c3c3b;
    font-size: 26px;
}

p {
    margin: 0 0 1em 0;
}

.newsletter {
    background-color: #3c3c3b;
    padding: 20px 30px;
    width: 22em;
}

.reservierung {
    background-color: #3c3c3b;
    padding: 20px 30px;
    width: 22em;
}

.btn-newsletter {
    font-family: 'Open Sans', sans-serif;
    color: #068700 !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: normal;
    padding: 10px 10px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    transition: unset;
    background-color: #fff;
    width: 100%;
    outline: none;
    cursor: pointer;
}

.btn-newsletter:hover {
    background-color: #fff !important;
    outline: none;
}

.btn-newsletter i {
    color: #068700;
    ;
}


/* Form style */


/* SOCIAL MEDIA FEED */

.referral {
    display: none !important;
}

.juicer-feed.modern li.feed-item {
    background-color: #304666 !important;
}

.juicer-feed .j-meta a {
    color: #fff !important;
}

.juicer-feed.loaded {
    margin-top: 10px !important;
}

.juicer-feed .j-paginate {
    border: 0px !important;
    border-top: 1px solid #ac9a89 !important;
    border-bottom: 1px solid #ac9a89 !important;
    text-transform: none !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #ac9a89 !important;
    padding: 5px 0px !important;
}

.juicer-feed .j-paginate:hover {
    background: #ffffff !important;
}

.j-loading {
    border: 4px solid #304666 !important;
}

.j-loading:before {
    background-color: #304666 !important;
}

.j-poster .j-date {
    color: #ffffff !important;
}

.j-poster h3 {
    color: #ffffff !important;
}

.juicer-feed.modern .j-message {
    color: #fff !important;
}

.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f1c40f;
    text-align: center;
    font-size: 18px;
    z-index: 1000;
}

.footer-fixed-bottom a {
    color: #ffffff;
    width: 100%;
    line-height: 40px;
}

.footer-xs {
    border: 1px solid white;
}

.newsletter-form input {
    width: 100% !important;
}

.newsletter-form label {
    width: 100% !important;
    background-color: #ab9b88;
    color: #fff;
    height: 100%;
    padding: 10px;
}

.newsletter-form td {
    width: 0% !important;
}

.newsletter-form {
    background-color: #fff;
    padding: 20px 30px;
}

.newsletter-form button {
    color: #ab9b88 !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    line-height: normal !important;
    padding: 5px 10px !important;
    height: 100% !important;
    border: none !important;
    box-shadow: none !important;
    border-top: 1px solid #ab9b88 !important;
    border-bottom: 1px solid #ab9b88 !important;
    border-radius: 0px !important;
    transition: unset !important;
    margin-top: 20px !important;
    background-color: transparent !important;
    cursor: pointer !important;
    outline: none !important;
    width: 150px !important;
}

.newsletter-form h2 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    text-transform: none;
}

a.speisekarte_link:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.speisekarte_link {
    color: #fff!important;
    text-decoration: none;
}

#News {
    clear: both;
}

body {
    overflow-x: hidden;
}

@media(max-width: 767px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.placer {
    min-height: 160px;
}

.video-header {
    margin-top: 40px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.abs_oben {
    padding-top: 40px;
}

.aufzaehlung {
    background-color: #F5F5F5;
    padding-bottom: 50px;
}

.aufzaehlung ul li {
    text-align: left;
}

.btn-outline-warning {
    color: #AB9B88;
    background-color: transparent;
    background-image: none;
    border: 2px solid #AB9B88;
    border-radius: 0;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #AB9B88;
    border-color: #AB9B88;
    cursor: pointer;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #AB9B88;
    background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #AB9B88;
    border-color: #AB9B88;
}


/*Button Secondary*/

.btn-outline-secondary {
    color: #fff;
    background-color: #AB9B88;
    background-image: none;
    border: 2px solid #AB9B88;
    border-radius: 0;
}

.btn-outline-secondary:hover {
    color: #AB9B88;
    background-color: #fff;
    border-color: #AB9B88;
    cursor: pointer;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: none;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #AB9B88;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #AB9B88;
    border-color: #AB9B88;
}

.Buchungsanfrage label {
    display: none;
    font-size: 13px;
}

@media(max-width: 500px) {
    .btn-newsletter {
        font-size: 18px;
    }
    .sidecontainer i {
        font-size: 18px;
    }
    .logo-container>a>img {
        max-width: 85px!important;
    }
    .reservierung {
        display: none;
    }
    .newsletter {
        display: none;
    }
    #menu ul {
        margin-top: 10px;
    }
}

#slider-thumbs {
    display: none;
}

#cookiesdirective {
    background-color: #324468!important;
    border-top: 2px solid #ab9b88!important;
}

#cookiesdirective a:hover {
    color: #ab9b88!important;
}

#impliedsubmit {
    border: 2px solid #fff;
    background-color: #324468;
    color: #fff;
}


/* width */

#size-changer::-webkit-scrollbar {
    width: 10px;
}


/* Track */

#size-changer::-webkit-scrollbar-track {
    background: #FFF6D6;
}


/* Handle */

#size-changer::-webkit-scrollbar-thumb {
    background: rgba(238, 241, 245, 0.65);
}


/* Handle on hover */

#size-changer::-webkit-scrollbar-thumb:hover {
    background: #eef1f5;
}

button.btn.btn-primary.bookform.btn-smaller {
    padding: 10px;
    margin-top: 15px;
}

@media(max-width:576px) {
    button.btn.btn-primary.bookform.btn-smaller {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media(max-width:991px) {
    h4.main-title {
        line-height: 45px;
    }
}


.nav-item:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-default {
    background-color: #222;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #dfae41;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #fed136;
    outline: 0
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:1200px) {
    .navbar-default {
        /* background-color: #282828; */
        background: transparent;
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0;
        z-index: 100;
    }
    .navbar-default .navbar-brand {
        font-size: 1.7em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
}

.supnav {
    height: 30px;
    background-color: #f0c411;
    width: 100%;
}

.book_button {
    right: 173px;
    top: 0;
    position: absolute;
}

.right {
    position: relative;
    height: 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff!important;
    text-decoration: none;
}



.book_button {
  width: 60px;
  height: 30px;
  right: 60px;
    background: #f0c411;
    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;
}

.header_phone {
    width: 60px;
    height: 30px;
    background: #f0c411;
    margin-left: 14px;
    float: left;
    margin: 0;
    text-align: center;
    right: 0;
    position: absolute;
    top: 0;
}

.book_button a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.header_phone a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
width: 100%;
height: 100%;
}

.nav-item {
    display: inline-block;
    text-align: center;

}

#page-top>div.supnav>div.header_phone.right {
    margin-right: 10px;
}

#page-top>div>nav>div>div.navbar-header.page-scroll>a>img {
    position: absolute;
    z-index: 9999;
}

@media only screen and (max-width: 575px) {
    #page-top>div>nav>div>div.navbar-header.page-scroll>a>img {
        max-width: 180px;
        width: 100%;
        top: 10px;
    }
    .book_button a {
        text-transform: uppercase;
    }
    .supnav {
        background-color: #fff6d6;
    }
}

@media only screen and (min-width: 576px) and (max-width:1200px) {
    #page-top>div>nav>div>div.navbar-header.page-scroll>a>img {
        max-width: 150px;
        width: 100%;
        top: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    #page-top>div>nav>div>div.navbar-header.page-scroll>a>img {
        max-width: 195px;
        width: 100%;
    }
}

.navbar-toggle {
    margin-top: 28px;
}

@media(min-width: 576px) {
    .navbar-toggle {
        margin-top: 17px;
    }
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 15px;
}
@media(max-width: 767px){
    .navbar-default .navbar-nav>li>a {
    text-align: right;
    padding-right: 13px;
    }
    .dropdown-item{
        color: white;
        background-color: transparent!important;
    }
    .navbar-default a:hover{
        color:white!Important;
    }
}

@media(min-width:1200px) and (max-width: 1400px) {
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
    }
}

#page-top>div>nav {
    margin: 0;
    border-radius: 0;
}

#page-top>div.supnav.fixed>div.book_button.right>a.navbar-brand.page-scroll {
    color: #fff!important;
}

.fixed {
    position: fixed;
    z-index: 1030;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        display: table;
        table-layout: fixed;
    }
}

@media (max-width: 1199px) and (min-width:767px) {
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
    }
    .navbar-nav {
        float: left;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        padding-top: 10px;
    }
    .navbar-nav {
        margin-right: 0px;
    }
    #page-top>div>nav>div>div.navbar-header.page-scroll>a>img {
        left: 50%;
        margin-left: -75px;
    }
    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
    }
}


.Logo-Img {
    position: absolute;
    left: 10px;
    top: 40px;
    z-index: 10;
    width: 200px;
    border-radius: 50%;
}

.Logo-Img img{
    width: 100%;
}
.header{
    position: relative;
    margin-top:-38px;
}
@media (max-width: 1200px){
    .header {
        margin-top: 0px;
    }
}

.header::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.book_button.zwei {
    right: 120px;
}

@media(max-width:1400px){
    .Logo-Img {
        width: 150px;
  
    }.Logo-Img img{
      width: 100%;
    }
  
  }
  
  
  @media(max-width:1200px){
    .Logo-Img {
        top: 80px;
  
    }
}
  
  
  @media(max-width:991px){
    .Logo-Img {
        width: 175px;
  
    }.Logo-Img img{
      width: 100%;
  
    }
  
  }
@media(min-width: 768px){
  .all-top.fixed-top .container {
    transform: translateY(-36px);
}
}

.all-top.fixed-top .navbar-toggler i{
    color:white;
}