body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.6rem !important;
}

#wrapper {
    max-width: auto;
    margin: 0 auto;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}

#impress,
#haftung,
#datenschutz {
    background-color: #EDEAEF;
}

#impress > p {
    font-size: 1.4rem !important;
}

#haftung > p {
    font-size: 1.1rem !important;
}

#datenschutz > p {
    font-size: 1.1rem !important;
}

h1,
.h1 {
    font-size: 5rem;
}

h2,
.h2 {
    font-size: 4rem;
}

h3,
.h3 {
    font-size: 3rem;
}

h4,
.h4 {
    font-size: 2.5rem;
}

h5,
.h5 {
    font-size: 2rem;
}

h6,
.h6 {
    font-size: 1.5rem;
}


/* ---------- ANKER ------------ */

#zimmer,
#tagungen,
#umgebung,
#kontakt {
    margin-top: -100px;
    padding-top: 100px;
}


/* ---------- BOOKING ---------- */

#booking {
    width: 100%;
    max-height: 275px;
    background: rgba(37, 24, 46, 0.75);
    position: absolute;
    bottom: 0;
    padding: 0px 10% 25px !important;
}

#d21-load-overlay {
    background-color: rgba(236, 236, 236, 0.7);
    bottom: 0;
    height: 40%;
    left: 25%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

div#d21-load-overlay > img {
    width: 40px !important;
    height: 5px !important;
}

#d21-quickbook.d21-isNotGroup {
    width: 900px;
    padding-left: 3%;
}

#d21-hotelname-city-container,
#d21-quickbook #d21-arrival-container,
#d21-quickbook #d21-departure-container,
#d21-quickbook #d21-los-container,
#d21-quickbook #d21-occupancy-container,
#d21-quickbook #d21-submit-container,
#d21-radius-container {
    height: 45px;
    margin: 1.5%;
}

#d21-los-container,
#d21-quickbook #d21-arrival-container.halfWidth,
#d21-quickbook #d21-departure-container.halfWidth,
#d21-submit-container {
    width: 150px;
}

#d21-quickbook #d21-occupancy-container {
    width: 290px;
}

.icon-booking {
    width: 175px;
    height: 175px;
    margin: -110px 0 -40px -30px;
}

#d21-quickbook select {
    background: #EFEFEF;
    color: #49295D;
    border: 3px solid #49295D;
    position: relative;
    z-index: 9;
    padding: 5px 5px 5px 50px;
    height: 100%;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: inherit;
}

#d21-quickbook .field {
    background: #EFEFEF;
    color: #49295D;
    border: 3px solid #49295D;
    position: relative;
    z-index: 9;
    padding: 5px 5px 5px 50px;
    height: 100%;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: inherit;
}

#d21-quickbook i:not(.minus):not(.plus):not(.delete):not(.removeText) {
    font-size: 30px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    background-color: rgba(229, 218, 231, 0);
    color: #49295D;
    line-height: 45px;
    width: 40px;
    z-index: 99;
    pointer-events: none;
    text-align: center;
}

#d21-travelpurpose-container,
#d21-quickbook #d21-avail-result-container {
    display: none !important;
}

/*-- #d21-quickbook #d21-avail-result-container.d21-avail {
        background-color: #49295D;
        border: 3px solid #E5DAE7;
        padding: 0 0 5px;
        height: 40px;
    } --*/

#d21-book-button {
    color: #49295D !important;
    background: #E5DAE7 !important;
    font-size: 18px;
    line-height: 39px !important;
    max-height: 39px !important;
}

#d21-submit-container {
    background-color: #E5DAE7 !important;
    border: 3px solid #49295D;
    float: left;
    margin-left: 0;
    top: 0;
    width: 150px !important;
}

#d21-quickbook .d21-pulse-btn {
    -moz-animation-name: pulse-btn;
    -o-animation-name: pulse-btn;
    -webkit-animation-name: pulse-btn;
    animation-name: pulse-btn;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-play-state: unset !important;
    -o-animation-play-state: unset !important;
    -webkit-animation-play-state: unset !important;
    animation-play-state: unset !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

@-moz-keyframes pulse-btn {
    0% {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    50% {
        -moz-transform: scaleX(1) !important;
    }
    100% {
        -moz-transform: scaleX(1);
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@-o-keyframes pulse-btn {
    0% {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    50% {
        -o-transform: scaleX(1) !important;
    }
    100% {
        -o-transform: scaleX(1);
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@-webkit-keyframes pulse-btn {
    0% {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    50% {
        -webkit-transform: scaleX(1) !important;
    }
    100% {
        -webkit-transform: scaleX(1);
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@-ms-keyframes pulse-btn {
    0% {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    50% {
        -ms-transform: scaleX(1) !important;
    }
    100% {
        -ms-transform: scaleX(1);
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@keyframes pulse-btn {
    0% {
        background-color: rgba(0, 0, 0, 0) !important;
    }
    50% {
        transform: scaleX(1) !important;
    }
    100% {
        transform: scaleX(1);
        background-color: rgba(0, 0, 0, 0) !important;
    }
}





/* ---------- KLASSEN ---------- */

.container {
    width: auto;
}

.modal-content {
    min-height: 225px;
}

.modal-contentImg {
    width: 90%;
    margin: 10px auto;
    padding: 10px 0px 30px;
    background: #fff;
}

.modal-bodyImg {
    width: 95%;
    height: 95%;
    margin: 0 auto;
}

.font_s {
    font-family: 'Sail', cursive !important;
}

.font_o {
    font-family: 'Open Sans', sans-serif !important;
}

.small {
    font-size: 1.3rem;
}

.bold {
    font-weight: bold;
}

.light {
    color: #E5DAE7;
}

.light2 {
    color: #bfa1c3;
}

.dark {
    color: #4a1a88;
}

.dark2 {
    color: #49295D;
}

.black {
    color: #2e2e2e;
}

.white {
    color: #fff;
}

.konsult {
    font-size: 0.7em;
    margin-top: 20px;
}

.lg75 {
    width: 75%;
    margin: 10px auto;
}

.lg90 {
    width: 90%;
    margin: 10px auto;
}

.lg50-s75 {
    width: 50%;
    margin: 10px auto;
}

.padding0 {
    padding: 0px !important;
}

.paddingBottom {
    padding-bottom: 40px;
}

.paddingBottom80 {
    padding-bottom: 80px;
}

.marginTop {
    margin-top: 20px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginTop120 {
    margin-top: 120px;
}

.minHeight {
    min-height: 150px;
}

.logotop {
    position: fixed;
    width: 210px;
    height: 220px;
    -webkit-box-shadow: 1px 7px 30px 2px #363636;
    box-shadow: 1px 7px 30px 2px rgba(54, 54, 54, 0.71);
}

img.img-responsive.logotop {
    opacity: 1 !important;
}

.infoText {
    display: flex;
    margin-bottom: 10px;
}

.picto {
    width: 50px;
    height: 50px;
    margin: -2px 20px;
}

.picto2 {
    width: 50px;
    height: 50px;
    margin: 0px 0px;
}

.picto3 {
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}

.info {}

.icon {
    width: 100px;
    height: 100px;
    margin: -2px auto;
}

.icon-rooms {
    z-index: 1001;
    width: 150px;
    margin-bottom: -100px;
    margin-right: -750px;
    margin-top: -160px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #6D4183;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 0px 15px;
}

a:hover {
    color: #49295D;
}

a.site:link,
a.site:visited {
    text-decoration: none;
    color: #6D4183;
    font-size: 1.6rem !important;
    line-height: 22px;
    padding: 0px;
}

a.site:hover {
    color: rgba(40, 14, 74, 0.7);
}

a.invert:link,
a.invert:focus,
a.invert:visited {
    text-decoration: none;
    background-color: #49295D !important;
    color: #E5DAE7 !important;
    font-size: 1.6rem !important;
    line-height: 30px;
    padding: 0px 15px;
}

button.invert,
button.invert:visited {
    border-width: 0px;
    text-decoration: none;
    background-color: #49295D !important;
    color: #E5DAE7 !important;
    font-size: 1.6rem !important;
    line-height: 30px;
    padding: 0px 15px;
    margin: 10px 10px 0 0;
}

a.invert:hover {
    background-color: #6D4183 !important;
    color: #E5DAE7;
}

a.invert2:link,
a.invert2:visited {
    text-decoration: none;
    background-color: #E5DAE7;
    color: #6D4183 !important;
    font-size: 1.6rem !important;
    padding: 5px 10px;
}

a.invert2:hover {
    background-color: #6D4183 !important;
    color: #E5DAE7 !important;
}

a.aktiveseite {
    color: #49295D;
}

a {
    text-decoration: none;
    color: gray;
    font-size: 1.8rem;
}

a:hover {
    text-decoration: none;
}

a.white {
    text-decoration: none;
    color: #fff;
}

a.impress {
    font-size: 1.4rem !important;
}

.footlink {
    text-decoration: none;
    color: #FF8243;
}

.footlink:hover {
    text-decoration: none;
    color: #FFA97E;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.haftung_link {
    font-size: 1.1rem !important;
    padding: 0 !important;
    line-height: 0 !important;
}


/* ---------- ELEMENTE ----------*/

.win {
    width: 160px;
    position: absolute;
    right: 10rem;
    bottom: 15rem;
}

#avard > a > img {
    border: 7px solid #FFFFFF;
    -webkit-box-shadow: 5px 5px 25px 5px #2e2e2e;
    box-shadow: 5px 5px 25px 5px #2e2e2e;
}

hr.solid {
    width: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid #bfa1c3;
}

hr.solid2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0.05rem solid #6D4183;
}

hr.solid-white {
    width: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
}

hr.dotted {
    width: 98%;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border-top: 5px dotted #6D4183;
}

section {
    padding: 20px 20px;
}

#top {
    position: relative;
    background: #E5DAE7;
}

#top-overlay {
    position: relative;
}

#logo {
    position: fixed;
    margin-top: -30px;
    margin-left: 10%;
    width: 210px;
    height: 220px;
    background-color: rgba(73, 41, 93, 0);
    z-index: 1102;
}

#language {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #E5DAE7;
    z-index: 1101;
}

#language > a {
    position: fixed;
    top: 0px;
    right: 6%;
    height: 30px;
    font-size: 1.65rem;
    float: right;
    margin: 20px 0.4% 0px 0px;
    border: 1px solid #6D4183;
}

.navbar-fixed-top {
    background-color: #E5DAE7;
    border-bottom: 4px solid #fff;
    -webkit-box-shadow: 1px 7px 30px 2px #363636;
    box-shadow: 1px 5px 30px 1px rgba(54, 54, 54, 0.71);
}

div#navbar {
    margin: 25px 6.3% 0 0;
    float: right;
}

.navbar-right {
    float: right !important;
    margin-right: -15px !important;
}

.sign {
    width: 13px;
    height: 12px;
    margin: 8px 0px 0px;
}

.sign2 {
    width: 16px;
    height: 15px;
    margin: 4px 20px 0px 0px;
}

.img-top1 {
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.img-top {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 40px 0 0 0;
}

.img-top2 {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 0 0 0;
}

.img-top3 {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.inlay1 {
    width: 100%;
    height: 100%;
    background: url('../images/IMG_9087.jpg') no-repeat center;
    background-size: cover
}

.inlay2 {
    width: 100%;
    height: 100%;
    background: url('../images/gallerie/IMG_3236_w.jpg') no-repeat center;
    background-size: cover
}

.inlay3 {
    width: 100%;
    height: 100%;
    background: url('../images/ThinkstockPhotos-519760168.jpg') no-repeat center;
    background-size: cover
}

.inlay4 {
    width: 100%;
    height: 100%;
    background: url('../images/ThinkstockPhotos-514443671.jpg') no-repeat center;
    background-size: cover
}

.inlay5 {
    width: 100%;
    height: 100%;
    background: url('../images/ThinkstockPhotos-609702520.jpg') no-repeat center;
    background-size: cover
}

.inlay6 {
    width: 100%;
    height: 100%;
    background: url('../images/IMG_9092.jpg') no-repeat center;
    background-size: cover
}

.img-partner {
    width: 33%;
}

#wowslider-container0 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    max-height: 500px;
    margin: 100px auto 30px !important;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#c2 > #wowslider-container0,
#c3 > #wowslider-container0 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 100% !important;
    max-height: 500px;
    margin: 50px auto 0px !important;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 500px;
    max-width: 100% !important;
    vertical-align: top;
    border: none;
    overflow: hidden;
}

#c1 {
    padding: 40px 5% 80px !important;
}

#c2 {
    background-color: #49295d;
    padding: 0 0 20px 0 !important;
}

#c2a {
    background-color: #ebe2ec;
    background-image: url('../images/muster1.png');
    background-blend-mode: multiply;
    background-size: 120%;
    background-position: center 50%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 40px !important;
    padding-bottom: 80px !important
}

.offer {
    background-color: #fff;
    padding: 20px;
    border: 3px dotted #49295d;
}

#c2b {
    background-color: #fff;
    padding: 40px 10% !important;
}

#c2c {
    background-color: #49295d;
    background-image: url('../images/muster1.png');
    background-blend-mode: screen;
    background-size: 120%;
    background-position: center 50%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.rules {
    min-height: 400px;
    padding: 0 35px;
    margin: 25px auto;
}

#c3,
#c4d {
    background-color: #bfa1c3;
    padding: 0 0 20px 0 !important;
}

#c3a {
    background-color: #fff;
    padding: 40px 5% 80px !important;
}

#c4 {
    background-color: #fff;
    padding: 0 0 20px 0 !important;
}

#c4a {
    background-color: #fff;
    padding: 0 5% 80px !important;
}

#c4b {
    background-color: #49295d;
    background-image: url('../images/muster1.png');
    background-blend-mode: screen;
    background-size: 120%;
    background-position: center 50%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

#c4c {
    background-color: rgba(191, 161, 195, 0.28);
    padding: 0 5% 80px !important;
}

#c4e {
    background-color: #fff;
    padding: 80px 5% 80px !important;
}

#c5 {
    background-color: rgba(73, 41, 93, 0.1);
    padding: 0 0 20px 0 !important;
}

#c5a {
    background-color: rgba(73, 41, 93, 0.1);
    padding: 0 10% 80px !important;
}

#c6 {
    background-color: rgb(73, 41, 93);
    padding: 40px 5% 120px !important;
}

.karte {
    width: 90%;
    float: right;
    margin-top: 20px;
}

#vcontainer {
    width: 100%;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
}


/* --- Cookie Container ---*/

.cc-color-override-2030674442.cc-window {
    color: rgb(73, 41, 93);
    background-color: rgb(227, 188, 188) !important;
    border-radius: 5px !important;
    border: solid 1px rgb(73, 41, 93) !important;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 25em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-bottom {
    bottom: 4em !important;
}

.cc-right {
    right: 3em !important;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, Calibri, Arial, sans-serif;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}


/*----------  FOOTER  ----------*/

.padding-foot {
    padding: 18px 30px 5px;
}

.padding-foot2 {
    padding: 0px 20px 0px;
}

#foot {
    margin-top: 10px;
}

.footer {
    background: #49295D;
    font-size: 1.4rem;
}

p.foot {
    color: #fff;
    font-size: 1.4rem;
}

.footLink {
    color: #fff !important;
    text-align: right;
    font-size: 1.4rem !important;
}

a#cu {
    font-size: 1.3rem !important;
    color: gray;
    text-decoration: none;
    float: left;
    margin: 5px 10px;
}

a#kg {
    font-size: 1.3rem !important;
    color: gray;
    text-decoration: none;
    float: right !important;
    margin: 5px 10px;
}

a#cu:hover,
a#kg:hover {
    color: #49295D;
    text-decoration: none;
}


/* ----------- MEDIA QUERY ----------*/

/* KLEINE Geräte (Smart, 320px und breiter) */

@media (min-width:320px) AND (max-width:767px) {
    .lg50-s75 {
        width: 75%;
        margin: 10px auto;
    }
    h1,
    .h1 {
        font-size: 4rem;
    }
    h2,
    .h2 {
        font-size: 3rem;
    }
    h3,
    .h3 {
        font-size: 2rem;
    }
    h4,
    .h4 {
        font-size: 2.5rem;
    }
    h5,
    .h5 {
        font-size: 2rem;
    }
    h6,
    .h6 {
        font-size: 1rem;
    }
    .offerimage.col-xs-12.col-sm-12.col-md-5.col-lg-5 {
        margin-top: 25px;
    }

    /* ---------- BOOKING ---------- */
    #booking {
        width: 100%;
        max-height: 250px;
        background: rgba(37, 24, 46, 0.75);
        position: absolute;
        bottom: 0;
    }

    .icon-booking {
        width: 110px;
        height: 110px;
        margin: -100px 0 -40px -35px;
    }

    #d21-hotelname-city-container,
    #d21-quickbook #d21-arrival-container,
    #d21-quickbook #d21-departure-container,
    #d21-quickbook #d21-los-container,
    #d21-quickbook #d21-occupancy-container,
    #d21-radius-container {
        height: 33px;
    }

    #d21-quickbook #d21-submit-container {
        height: 45px;
    }

    #d21-quickbook select,
    #d21-quickbook .field {
        background: #E5DAE7;
        color: #49295D;
        border: 3px solid #49295D;
        position: relative;
        z-index: 9;
        padding: 5px 5px 5px 50px;
        height: 100%;
        font-size: 12px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        line-height: inherit;
    }

    #d21-quickbook i:not(.minus):not(.plus):not(.delete):not(.removeText) {
        font-size: 20px;
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        background-color: rgba(229, 218, 231, 0);
        color: #49295D;
        line-height: 32px;
        width: 33px;
        z-index: 99;
        pointer-events: none;
        text-align: center;
    }

    #d21-travelpurpose-container,
    #d21-quickbook #d21-avail-result-container {
        display: none !important;
    }
    /*-- #d21-quickbook #d21-avail-result-container.d21-avail {
        background-color: #49295D;
        border: 3px solid #E5DAE7;
        padding: 0 0 5px;
        height: 40px;
    } --*/
    /* ---------- ELEMENTE ----------*/
    .win {
        width: 125px;
        position: absolute;
        right: 5rem;
        bottom: 30rem;
    }

    #avard > a > img {
        border: 7px solid #FFFFFF;
        -webkit-box-shadow: 5px 5px 25px 5px #2e2e2e;
        box-shadow: 5px 5px 25px 5px #2e2e2e;
    }


    .navbar-default .navbar-toggle {
        margin: 30px 7% !important;
        border-color: #49295D;
        background-color: rgba(40, 14, 74, 0.15);
    }

    .navbar-nav {
        width: 40%;
        position: fixed;
        right: 5px;
        top: 110px;
        background-color: #E5DAE7;
        border-radius: 4px;
        z-index: 1102;
    }

    .logotop {
        width: 135px;
        height: 150px;
    }

    .sign {
        display: none;
    }
    .icon-rooms {
        z-index: 1001;
        width: 110px;
        margin-bottom: -130px;
        margin-right: -260px;
        margin-top: -160px;
    }

    #wowslider-container0 {
        margin: 110px auto 0px !important;
    }

    #wowslider-container0 a.ws_next,
    #wowslider-container0 a.ws_prev {
        top: 60% !important;
        height: 2em !important;
        width: 2em !important;
    }

    #c2 {
        padding: 40px 20px;
    }

    #c2a {
        background-color: #ebe2ec;
        background-image: url(../images/muster1.png);
        background-blend-mode: multiply;
        background-size: 300%;
        background-position: center;
        padding: 40px 20px !important;
    }

    #c4b {
        background-color: #49295d;
        background-image: url(../images/muster1.png);
        background-blend-mode: screen;
        background-size: 300%;
        background-position: center;
        padding: 0 5% !important;
    }

    .karte {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

}


/* MITTLERE Geräte (Tablet, 768px und breiter) */

@media (min-width:768px) AND (max-width:1025px) {

    /* ---------- BOOKING ---------- */
    #booking {
        width: 100%;
        max-height: 275px;
        background: rgba(37, 24, 46, 0.75);
        position: absolute;
        bottom: 0;
        padding: 0px 10% 25px !important;
    }

    #d21-quickbook.d21-isNotGroup {
        max-width: 100% !important;
        min-height: 1px !important;
        padding-left: 3%;
    }

    #d21-hotelname-city-container,
    #d21-quickbook #d21-arrival-container,
    #d21-quickbook #d21-departure-container,
    #d21-quickbook #d21-los-container,
    #d21-quickbook #d21-occupancy-container,
    #d21-quickbook #d21-submit-container,
    #d21-radius-container {
        height: 40px;
        margin: 1%;
    }

    #d21-los-container,
    #d21-quickbook #d21-arrival-container.halfWidth,
    #d21-quickbook #d21-departure-container.halfWidth,
    #d21-submit-container {
        width: 145px;
    }

    #d21-quickbook #d21-occupancy-container {
        width: 280px;
    }

    .icon-booking {
        width: 135px;
        height: 135px;
        margin: -100px 0 -40px -55px;
    }

    #d21-quickbook select,
    #d21-quickbook .field {
        background: #E5DAE7;
        color: #49295D;
        border: 3px solid #49295D;
        position: relative;
        z-index: 9;
        padding: 5px 5px 5px 50px;
        height: 100%;
        font-size: 16px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        line-height: inherit;
    }

    #d21-quickbook i:not(.minus):not(.plus):not(.delete):not(.removeText) {
        font-size: 20px;
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        background-color: rgba(229, 218, 231, 0);
        color: #49295D;
        line-height: 40px;
        width: 35px;
        z-index: 99;
        pointer-events: none;
        text-align: center;
    }

    #d21-travelpurpose-container,
    #d21-quickbook #d21-avail-result-container {
        display: none !important;
    }

    /*-- #d21-quickbook #d21-avail-result-container.d21-avail {
        background-color: #49295D;
        border: 3px solid #E5DAE7;
        padding: 0 0 5px;
        height: 40px;
    } --*/
    #d21-book-button {
        color: #49295D !important;
        background: #E5DAE7 !important;
        font-size: 16px;
        line-height: 33px !important;
        max-height: 33px !important;
    }

    #d21-submit-container {
        background-color: #E5DAE7 !important;
        border: 3px solid #49295D;
        float: left;
        margin-left: 0;
        top: 0;
        width: 120px !important;
    }

    #d21-quickbook #d21-submit-container input:not(.d21-pulse-btn) {
        display: none;
    }


    h1,
    .h1 {
        font-size: 4rem;
    }
    h2,
    .h2 {
        font-size: 3.5rem;
    }
    h3,
    .h3 {
        font-size: 3rem;
    }
    h4,
    .h4 {
        font-size: 2.5rem;
    }
    h5,
    .h5 {
        font-size: 2.5rem;
    }
    h6,
    .h6 {
        font-size: 1.5rem;
    }
    /* ---------- KLASSEN ---------- */
    /* ---------- ELEMENTE ----------*/
    .win {
        width: 160px;
        position: absolute;
        right: 7rem;
        bottom: 25rem;
    }

    #avard > a > img {
        border: 7px solid #FFFFFF;
        -webkit-box-shadow: 5px 5px 25px 5px #2e2e2e;
        box-shadow: 5px 5px 25px 5px #2e2e2e;
    }

    .logotop {
        width: 210px;
        height: 220px;
    }
    .sign {
        display: none;
    }

    .icon-rooms {
        z-index: 1001;
        width: 110px;
        margin-bottom: -120px;
        margin-right: -550px;
        margin-top: -160px;
    }
    #language {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background-color: #E5DAE7;
        z-index: 1101;
    }
    #wowslider-container0 {
        margin: 110px auto 0px !important;
    }
    #wowslider-container0 a.ws_next,
    #wowslider-container0 a.ws_prev {
        top: 50% !important;
        height: 3em !important;
        width: 3em !important;
    }
    section {
        padding: 20px 5%;
    }
    #c2 {
        padding: 50px 60px;
    }
    #c5 {
        padding: 40px 75px 20px;
    }
}

@media only screen and (min-width: 1026px) {
    /* ---------- KLASSEN ---------- */
    .logotop {
        width: 165px;
        height: 180px;
    }
    .karte {
        width: 90% !important;
        float: right;
        margin-top: 20px;
    }
    /* ---------- ELEMENTE ----------*/
    section {
        padding: 40px 10%;
    }
    #c2 {
        padding: 70px 10%;
    }
    #c5 {
        padding: 40px 160px 20px;
    }
}
