@font-face {
    font-family: 'open_sansbold';
    src: url('../webfonts/opensans-bold-webfont.eot');
    src: url('../webfonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-bold-webfont.woff') format('woff'),
         url('../webfonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../webfonts/opensans-bolditalic-webfont.eot');
    src: url('../webfonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../webfonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../webfonts/opensans-regular-webfont.eot');
    src: url('../webfonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-regular-webfont.woff') format('woff'),
         url('../webfonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../webfonts/opensans-italic-webfont.eot');
    src: url('../webfonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../webfonts/opensans-italic-webfont.woff') format('woff'),
         url('../webfonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
}
body {
    font-family: open_sansregular, sans-serif;
    background-color:#ddd;
}

/* CONTAINER------------------------------------- */

header {
    width: 100%;
    margin-bottom: 12px;
    /*background-image: url("../images/header_standard.jpg");
    background-size: cover;
    background-color: #fff;
    max-height: 216px;*/
}
div.smarthead {
    display:none;
    background-color: #8eb24e;
    color:#fff;
    padding: 1px 10px;
    margin-bottom:12px;
}
/* -------------- Responsiv Button ------------ */
div.subheader {
    height:60px;
}
div.responsivbar {
        width:40px;
        height:40px;
        margin: 6px 0px;
        display:none;
    }
/* -------------- meta navigation ------------- */
#meta {height:60px;float:right;}
#meta ul {float:right;}
#meta ul li {
    display:inline-block;
    font-size: 1em;
    border: 1px solid #efefef;
}
#meta ul li a {
    display: block;
    width: auto;
    border:1px solid transparent;
    background:#fff;
    color: #78909C;
    padding: 4px 12px;
    text-align: center;
    transition: all 0.3s linear;
}
#meta ul li a:hover,
#meta ul li.active a {
    border-color:rgba(0, 0, 0, 0.12);
    -webkit-filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.6));
    filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.6));
}
/* --------------METANAV EIN- AUS -------------- */
/*#meta ul li.showDE {
    display:none;
}
#meta ul li.showEN {
    display:none;
}
#meta ul li.showFR {
    display:none;
}*/
/* --------------TESTUMGEBUNG ------------------ */
div.testumgebung {
    position:fixed;
    top:20px;
    left:20px;
    font-size:6em;
    color: rgba(200,200,200,0.5)
}


/* -------------- Layout ----------------------- */
div.HotelContainer {
    max-width:984px;
    margin:24px auto 0 auto;
    border: 12px solid #fff;
    background-color: #fff;
    height:100%;
    overflow:hidden;
}

nav.nav {
    /*width:26%;
    float:left;*/
    background-color: #cccccc;
    height:100%;
}
div.nonav {
    width:26%;
    float:left;
}
main.hotel {
    /*width:74%;
    float:left;*/
}
div.maincontent {
    padding: 0px 0px 0px 20px;
}
div.content {
    background-color:#fff;
    margin-left:4%;
}
div.reservationform {
    padding: 0px 0px 0px 20px;
}

footer {
    width:100%;
    clear:both;
}

/* Navigation 2018 ****************************************************/
/*div.responsivbar {
    width:0px;
    height:0px;
    margin: 0;
    display:flex;
    justify-content: flex-end;
}*/
button.respbutton {
    width: 36px;
    height: 36px;
    background:#fff;
    border:1px solid #efefef;
    border-radius: 0px;
    filter: drop-shadow( 2px 2px 4px rgba(0, 0, 0, 0.0));
}
button.respbutton span.icon-bar {
    display:block;
    width: 21px;
    height: 4px;
    margin:4px 4px 4px 7px;
    background:#78909C;
}
button.respbutton:hover {
    background:#fff;
    border:1px solid #78909C;
    filter: drop-shadow( -1px -1px 2px rgba(0, 0, 0, 0.2));
}

/* Navigation */
nav.nav li {
    float:none;
    color:#333;
}
nav.nav li a {
    color:#333;
}

nav.nav p {
    padding: 0;
    margin: 0 0 12px 0;
    line-height: 1.4em;
    color:#333;
    }
nav.nav p.distance {
	width:100%;
    font-size:0.9em;
    line-height: 1em;
}
nav > div > ul > li.inactive {
	background-color: #ccc;
	padding:5px 15px;
	cursor:default;
}
nav > div > ul > li.inactive img {
	opacity: 0.5;
}
nav > div > ul > li.inactive p {
	color: #999;
}
.hotellist > li > div > img,
.hotellist > li > a > div > img,
nav > div > ul > li > a > div > img {
	height: 100%;
	object-fit: cover;
}
nav > div > ul > li > a > div.navimage {
	border: 1px solid #fff;
	box-shadow: 2px -2px 3px rgba(0,0,0,0.5);
	width:100%;
	height:220px;
	overflow:hidden;
}
nav > div > ul > li > div.navimage {
	border: 0px solid #fff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	width:100%;
	height:220px;
	overflow:hidden;
	margin-bottom:28px;
}
nav > div > ul > li > a > div.soldreserve {
    color:#8eb24e;
    padding: 4px 8px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    display:block;
    line-height:1em;
    font-size:1em;
    margin: 0px 0px 4px 0px;
    font-weight: bold!important;
}
nav > div > ul > li > div.soldout a {
    color:red;
    padding: 6px 12px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    line-height:1em;
    font-size:1.5em;
    margin: -90px 0px 14px 0px!important;
    max-width:80%;
    position:absolute;
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg); /* Standard syntax */
}
nav > div > ul > li p.rating {
	padding:12px 0px 0px 0px;
	margin:0;
}
nav > div > ul > li .rating-sm {
    font-size:0.8em;
    color:#666;
}

/* collapsible materialize over */
.row .col {
    padding: 0;
}
.collapsible {
    border:none;
    box-shadow:none;
    margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}
form ul li{
    clear:both;
}
h4.plus {
    cursor: cell;
}
label .captcha {
    width: 100%!important;
}
p.btn a {color:#fff;}

.btn {min-width: 140px;padding:0;}
.HotelHeading .btn {
    margin-top: -6px;
}

h3.collapsible-header, h3.FormHeading {
    min-height:46px;
}
/* Annullation Hotel */
main.annullation {
    max-width:72%;
    margin: 0 14%;
}
main.annullation h1 {
    text-align:left;
}
main.annullation > hr {
    color:transparent;
    border-style: solid;
    border-width: 1px;
    color:#ccc;
    margin-bottom:24px!important;
}
main.annullation ul {
    margin: 12px;
    padding-left: 24px;
    list-style-type:disc;
}
main.annullation ul li {
    font-size:16px;
    list-style-type:disc;
}

/*p.formbtn {
    min-width: 220px;
    margin-top: -8px;
}*/

/* Typo und so. */


h1.home {margin-top:-10px;}

h1 {font-size: 2.4em!important;}
h2 {font-size: 1.8em!important;}
/*
h3 {font-size: 1.8em!important;}
*/

.content > h3 {
	font-size: 1.8em!important;
}
p {
    margin: 0 0 12px 0;
    font-size: 16px;
}
p.zimmer {
    margin: 0 0 6px 0;
    font-size: 12px;
}
a {
    color: #8eb24e;
}
a:hover {
    color: #990000;
}
strong {
    font-family: open_sansbold, sans-serif;
}
div.content ul li {list-style-type: disc!important;margin-left:12px;}
.textRight {
    text-align: right;
}
.red_text {color:#f00;}
div.description {
}
div.description p, div.description_small p {
    margin: 16px 0px;
    padding: 0px;
}
div.description ul, div.description_small ul {
    margin: 8px 0 16px 16px;
}
div.description ul li, div.description_small ul li {
    list-style-type: disc;
    font-size:16px;
}

div.side h3 {
    font-size: 1em;
    line-height: 1.4em;
    min-height: 32px;
    background-color: #8eb24e;
    margin:0;
    padding:6px;
    font-weight: bold;
}
div.side h3 a {
    color:#fff;
}
div.side h3 a:hover {
    color:#900;
}

h3.HotelHeading, h3.FormHeading {
    font-size:1.2em;
    font-family: open_sansregular, sans-serif;
    background-color:#dddddd;
    padding: 11px 12px 12px 12px;
    line-height: 1.2rem;
    cursor:pointer;
}
.descshadow {
    text-shadow:3px 3px 5px rgba(0,0,0,1);
    /*box-shadow:3px 3px 5px rgba(0,0,0,1);*/
    }
h3.inaktiv {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: default;
    text-align: right;
    padding-right: 31px;
    }
h3.inaktiv p.btn {
    background-color:#ccc!important;
    cursor:default;
    }

h3.HotelHeading p.btn i {
    margin: -4px 0 0 12px;
}
h3.DescriptionHeading {
    font-size:1.1em;
    font-family: open_sansregular, sans-serif;
    font-weight: normal;
    background-color:#dddddd;
    padding:12px;
    cursor:pointer;
    margin-top: 0;
}
#Reservation_Form > article {
    margin:4px 0px;
    border-bottom:1px solid #ccc;
    overflow:hidden;
}
#Reservation_Form > article h3 {
    margin-top:0px;
    padding-top:0px;
}
#Reservation_Form > article input {
    margin-bottom:0px;
}
.collapsible-body p {
    margin: 0;
    padding: 0;
}
h3.roomtype {
    font-size:1em;
    font-family: open_sansbold, sans-serif;
    font-weight: normal;
    padding:12px 0;
}
img {
    width:100%;
    height:auto;
}
div.side ul#MenuLogin {
    margin:12px 6px;
}
div.side ul {
    margin-bottom:12px;
    background-color:#efefef;
}
div.side li {
    border-bottom: 6px solid #8eb24e;
    background-color:transparent;
    list-style-type: none;
    display:table;
    padding-top:10px;
    width: 100%;
    cursor:pointer;
}
div.side li a {
    display:block;
}

/* tz hack für materialize select error */
div.invalid+label:after {
  display:inline-block;
  margin-left:8px;
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
.select-wrapper.invalid input.select-dropdown {
border-color:red;
}
.select-wrapper {
    position: relative;
    margin-right: 10px;
}

.input-field label {
    left:0px;
}
/* Anleitung Collapse class="infobox" Template=intern*/
ul.infobox li {}
#BgContainer > div > main > div > ul > li > div.collapsible-header {background-color:#dedede;border:1px solid #999;border-radius:3px;}
#BgContainer > div > main > div > ul.collapsible.infobox > li.active > div.collapsible-body {background-color:#efefef;}
#BgContainer > div > main > div > ul.collapsible.infobox > li  > div.collapsible-body li {margin-left: 46px;list-style-type: disc;}
.collapsible.infobox > li.active > div.collapsible-body {padding:2rem;}
.collapsible.infobox > li.active > div.collapsible-body img {width:auto;}




/* Form-Typo ******************************/
.descr p {
    margin:0;
    padding:0 0 48px 0;
}
.anz {
    margin:-18px 0 0 -8px;
}
.hoteladress a {color:#900;}
.hoteladress a:hover {color:#f00;}
p.distanz, p.maplink, p.citytax, p.address, p.guestlist, p.chkBill, .chkBill {
    padding:12px 0;
}
iframe {max-width:100%;height:auto;border: 1px solid #999;}
p.error {color:red;}


/* Navigation *****************************/
h5.rating {margin: 0 !important;letter-spacing: 2px;}
h5.hotel {margin: 0 !important;font-size:1.4em;}

#MenuButton {
    cursor:pointer;

}
#MenuButton i:hover, #MenuButton:hover {
    color:#900;
}
#Menu {display:block;}
#Menu > li:hover p {color:#900!important;}
#Menu > li >a {margin:0;padding:0;}
.material-tooltip {
    width: 300px;
    border-radius: 8px;
}
.backdrop{
    width: 300px;
    border: 1px solid #fff;
    color: #000!important;
    background-color: rgba(0,0,0,0.3);
    margin-right:-100px;

 }
ul#Menu>li>a.btn {
    height:112px;
}
div.clear {
    clear:both;
}
.FormHeading .btn {margin-top:-8px;}

/*  Spalten und Formulare */
.sp2left {
    width:48%;
    margin-right:2%;
    float:left;
}
.sp2right {
    width:48%;
    margin-left:2%;
    float:left;
}
.sp4left {
    width:22%;
    margin-right:2%;
    float:left;
}
.sp4right {
    width:22%;
    margin-left:2%;
    float:left;
}
.spframeleft {
    width:66%;
    float:left;
}
.spframeright {
    width:34%;
    float:left;
}
.spabove {
    display:block;
    margin-bottom: 20px;
}
.sp2clear {
    clear:both;
}
.spclearframe {clear:both;}
.slider .slides li {
    padding: 0;
    margin: 0;
}
/* Würfel */
.sp2left > img {width:150px;height:auto;}

/* Footer */
footer.eventfoot {
    background-color:#fff!important;
    background-image: url("../images/footer_standard.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fff;
    height:100px;
}
footer {
    background-color:#ddd!important;
    color:#999;
}
footer p {
    font-size:0.8em;
    margin: 0;
    padding:12px 0 0 0px;
    float:left;
    width:80%;
}
footer h4 {
    font-size:1.5em;
}
footer h4.collapsible-header, footer h4.collapsible-header ul {
    color: #0a;
    margin:0px;
}
footer h4.collapsible-header:hover {
    color: #900;
    margin:0px;
}

footer .contact {
    color: #0a9!important;
}
footer a {
    color:#0a9!important;
}
footer a:hover {
    color:#900!important;
}
footer img.printicon {
    width:34px;
    height:auto;
    float:right;
    padding-top: 12px;
    margin-right:36px;
}


@media screen and (max-width: 600px) {
    
div.responsivbar {
        width:40px;
        height:40px;
        margin: 6px 0px;
        display:block;
    }
/*    header {display:none;}*/
    div.smarthead {
        display:none;
    }
    div.maincontent {
        padding: 0px;
    }
    div.content {
        margin-left: 0px;
    }
    .smart, nav .smart {
        display:none;
    }
        nav.nav {
        width:100%;
        clear:left;
    }
    nav.startnav {
        display:none;
    }
    nav.nav li {
        width:48%;
        margin-right:2%;
        float:left;
        height: 326px;
    }
    #Reservation_Form div.journeyleft, #Reservation_Form div.journeyright {
        padding:0px;
    }
    main.hotel {
        width: 100%;
        border: none;
        margin: 45px auto 0 auto!important;
    }
    div.reservationform {
        padding:0;
    }

}
@media screen and (max-width: 460px) {

    nav.nav {
        width:100%;
        clear:left;
    }
    nav.nav li {
        width:100%;
        margin-right:0;
        float:left;
    }
    main.hotel {
        width: 100%;
        border: none;
        margin: 45px auto 0 auto!important;
    }
    div.maincontent {
        padding: 0px;
    }
    .smart {
        display:none;
    }
    div.side h3 {
        font-size: 1.6em;
        line-height: 1.6em;
        min-height: 32px;
        background-color: #8eb24e;
        margin: 0;
        padding: 6px;
        font-weight: bold;
    }
    h3.HotelHeading, h3.FormHeading {
        height:80px;
    }
    .FormHeading .btn, .HotelHeading .btn {
        margin-top: 6px;
    }
}



/* BREAKPOINT 960px **********************************************************/
/*@media only screen and (max-width: 960px) {

    #anz p.desktop {display:none;}
    #anz p.pad {display:block;}
    #anz p.smartphone {display:none;}
    #MenuButton {display:block;}
    #Menu {display:none;}



    div.side, article {
        width:100%;
        clear:both;
    }
    #navpic {
        width:33%;
        float:left;
    }
    #navpic img {
        width:100%;
        height:auto;
    }
    #navtext {
        width:67%;
        float:left;
    }
    div.side li {
        width:48%;
        float:left;
        margin-right:2%;
    }
    section.hotel, form {width:100%;}
    section.hotel {
        margin: 45px auto 0 auto!important;
    }
}

/* BREAKPOINT 680px **********************************************************/
/*
@media screen and (max-device-width : 680px) {


    nav.nav {
        width:100%;
        clear:left;
    }
    nav.nav li {
        width:48%;
        margin-right:2%;
        float:left;
    }
    main.hotel {
        width: 100%;
        border: none;
        margin: 45px auto 0 auto!important;
    }
    /*
    p.formbtn, p.btn {
        min-width: 120px;
        margin-top: -8px;
        padding: 0;
    }
    */
    /*
}
@media screen and (max-device-width: 590px) {
    header {display:none;}
    div.smarthead {
        display:none;
    }
    div.maincontent {
        padding: 0px;
    }
    div.content {
        margin-left: 0px;
    }
    .smart, nav .smart {
        display:none;
    }

}
*/

@media screen and (max-width: 460px) {
    nav.nav {
        width:100%;
        clear:left;
    }
    nav.nav li {
        width:100%;
        margin-right:0;
        float:left;
        height:auto;
    }
    main.hotel {
        width: 100%;
        border: none;
        margin: 45px auto 0 auto!important;
    }
    div.maincontent {
        padding: 0px;
    }
    .smart {
        display:none;
    }
    div.side h3 {
        font-size: 1.6em;
        line-height: 1.6em;
        min-height: 32px;
        background-color: #8eb24e;
        margin: 0;
        padding: 6px;
        font-weight: bold;
    }
    h3.HotelHeading, h3.FormHeading {
        height:80px;
    }
    .FormHeading .btn, .HotelHeading .btn {
        margin-top: 6px;
    }
}

@media print {
    body {
        background-color: #9ff;
        background-image: none;
    }
     {

    }
    header, nav, footer  {
        display:none!important;
    }
    main {
        background-color:#fff;
    }
    div.side {
        display:none;
    }
    article {
        width:100%;
    }


}
