/* ========= SWSLANG ========= */
/* ======================================================= */
@import 'swslang.css';

/* --- tags --- */

body {
    margin: 0px;
    padding: 0px;
    background-color: #9D9C60;
}

body.plain {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}

body,
td {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #514945;
}

hr {
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #E4E4E4;
}

a,
a:active {
    color: #9D9C60;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a img {
    border: 0px;
}

form {
    margin: 0px;
}

legend {
    display: table;
    /* enable line-wrapping in IE8+ */
}

select,
textarea,
input {
    padding: 3px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    /* fix wrong font shown in textarea */
}

select {
    padding: 2px;
}

input.cb,
input.rb,
input.image,
input[type="checkbox"],
input[type="radio"] {
    padding: 0px;
    border: 0px;
    background: none;
    width: auto;
}

label,
input.button,
button.button,
button,
input.cb,
input.rb,
input.image {
    cursor: pointer;
}

input.button,
a.button,
button.button,
button,
input[type="button"] {
    padding: 4px 8px 4px 8px;
    border: none;
    background-color: #888888;
    color: #ffffff !important;
    width: auto;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

input.button:hover,
a.button:hover,
button.button:hover,
button:hover,
input[type="button"]:hover {
    opacity: 0.7;
}

input.btnDisabled,
button.btnDisabled {
    color: #aaaaaa !important;
    cursor: default;
}

.copyright {}

.clearFloat {
    clear: both;
}

.clearFloat hr {
    display: none;
}

.hidden {
    position: absolute;
    left: -1000em;
    top: -1000em;
    height: 1px;
    width: 1px;
}

.nospacing {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.maxwidth {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.islink {
    cursor: pointer;
}

.swTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.swTableRow {
    display: table-row;
}

.swTableCell {
    display: table-cell;
    vertical-align: top;
}


.clickblocker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
}
.has-bkg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

[data-animation-effect] {
    opacity: 0;
}

[data-animation-effect].animated {
    opacity: 1;
}
/* --- common --- */

.modTitle {
    padding: 0px 0px 5px 0px;
}

.modTitle,
.modSubTitle,
.modTitle a {
    color: #9D9C60;
    font-weight: 400;
}

.modTitle a,
.modTitle a:active {
    text-decoration: none;
}

.modTitle a:hover {
    color: #000000;
    text-decoration: underline;
}

.modSubTitle {
    padding: 0px 0px 10px 0px;
}

.modTeaser {}

.modLead {
    padding: 0px 0px 80px 0px;
}

.modAlert {
    color: #ff0000;
}

input.modAlert,
textarea.modAlert {
    border: 1px solid #ff0000 !important;
}

.statusMsg {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.swWatermark {
    color: #8F8E8E;
}


/* --- icons --- */

.iconsDetail {
    clear: both;
    text-align: right;
}

.topIcons .iconsDetail {
    padding: 0px 0px 20px 0px;
}

.bottomIcons .iconsDetail {
    padding: 20px 0px 0px 0px;
}

.topIcons {
    display: none;
}

.bottomIcons {}

.linkIconLeft {
    padding: 3px 10px 3px 0px;
    background-image: url(../../images/icon_arrow_left.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.linkIconLeft a {}

.linkIconLeft a,
.linkIconLeft a:active {}

.linkIconLeft a:hover {}

.linkIconRight {
    padding: 3px 0px 3px 10px;
    background-image: url(../../images/icon_arrow_right.png);
    background-position: left center;
    background-repeat: no-repeat;
    /*clear: both;*/
}

.linkIconRight a {}

.linkIconRight a,
.linkIconRight a:active {}

.linkIconRight a:hover {}

.btnBookmark {}

.btnTellfriend {}

.btnPrint {}

.btnDateselect {
    background-image: url(../../images/btn_dateselect.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-color: transparent !important;
    width: 23px !important;
    height: 20px !important;
    margin: 0px 2px 0px 0px;
    border: 0px;
}

.btnDateselect:hover {
    background-position: 0px -21px;
}


/* --- special inputs --- */

.inputShowPasswort {
    background-image: url(../../images/input_password_bkg.gif);
}

.inputShowUser {
    background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
    position: absolute;
    top: -200px;
}


/* datepicker */

input.jQueryUiDatepicker {
    background-image: url(../../images/input_datepicker_bkg.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 28px;
    width: 130px !important;
}

input.hasDateTime {
    width: 175px !important;
}

input.jQueryUiDatepicker:hover {
    /*background-position: right -30px;*/
}

input.jQueryUiDatepicker.hasTime {
    background-image: url(../../images/input_timepicker_bkg.png);
}

input.hasTime {
    width: 65px !important;
}


/* ===--- sharethis: start ---=== */

.sharethis {
    padding: 50px 0px 40px 0px;
    text-align: right;
}

.sharethis ul {}

.sharethis li {
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 4px;
}

.sharethis span {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../../images/site/icons_social_share.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sharethis span:hover {
    opacity: 0.5;
}

.sharethis .st_facebook_custom {
    background-position: -22px 0px;
}

.sharethis .st_twitter_custom {
    background-position: -44px 0px;
}

.sharethis .st_googleplus_custom {
    background-position: 0px 0px;
}

.sharethis .st_sharethis_custom {
    background-position: -66px 0px;
}


/* ===--- sharethis: end ---=== */


/* ===--- shariff: start ---=== */

.shariff {
    padding: 50px 0px 40px 0px;
}

.shariff ul {
    float: right;
}


/* ===--- shariff: end ---=== */


/* tabs */

.tabs {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    table-layout: fixed;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    margin: 0px 0px 50px 0px;
}

.tabs li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    color: #9E9E9E;
    position: relative;
    border-left: 1px solid #ECECEC;
    text-transform: uppercase;
}

.tabs li.firstrow {
    border-left: none;
}

.tabs li:hover {
    color: #EAEAEA;
}

.tabs li.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0px;
    height: 15px;
    background-color: #ffffff;
}

.tabs li.selected {
    font-weight: 700;
}

.tabs li.selected:hover {
    color: #EAEAEA;
}

.tabscontent li.tabsitem,
.tabscontent li.tabstext {
    display: none;
}

.tabscontent li.selected {
    display: block;
}

.aspectratio {
    display: inline-block;
    position: relative;
    width: 100%;
}

.aspectratio:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 aspect ratio */
}

.aspectratio.ratio16_9:before {
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
}

.aspectratio.ratio4_3:before {
    padding-top: 75%;
    /* 4:3 aspect ratio */
}

.aspectratio .element {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}



/* === swGrid System === */


/* ============================================= */

.swgridMultiCol {}

.swgridMultiCol .swgridFlex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.swgridMultiCol .swgridFlexItem {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid $colorSpacer;
    flex: 0 1 calc(50% - 30px);
}


/* ========== width: mobile ========== */

.swgridMultiCol[max-width~='419px'] {
    & .swgridFlex {
        display: block;
    }
    & .swgridFlexItem {
        margin-bottom: 15px;
    }
    & .swgridFlexItem.swgridFlexItemEmpty {
        display: none;
    }
    & .listSpacer {
        display: none;
    }
}


/* ========== width: mobile-landscape ========== */

.swgridMultiCol[min-width~='420px'] {
    & .swgridFlexItem {
        flex-basis: calc(50% - 30px); // col-size minus margin
    }
}


/* ========== width: tablet ========== */

.swgridMultiCol[min-width~='720px'] {
    & .swgridFlexItem {
        flex-basis: calc(33.3333% - 30px); // col-size minus margin
    }
}


/* ========== width: desktop ========== */

.swgridMultiCol[min-width~='932px'] {
    & .swgridFlexItem {
        flex-basis: calc(25% - 30px); // col-size minus margin
    }
}


/* ========== width: large ========== */

.swgridMultiCol[min-width~='1140px'] {
    & .swgridFlexItem {
        flex-basis: calc(20% - 30px); // col-size minus margin
    }
}


/* ========== fixed width columns ========== */

.swgridMultiCol.swgridList2Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(50% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList3Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(33.3333% - 30px); // col-size minus margin
}

.swgridMultiCol.swgridList4Col .swgridFlexItem {
    overflow: hidden;
    flex-basis: calc(25% - 30px); // col-size minus margin
}


/* ========== IE11: fix flexbox width not taking box-sizing into account ========== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* target IE10+ only */
    .swgridMultiCol .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol[min-width~='420px'] .swgridFlexItem {
        flex-basis: calc(50% - 32px); //  col-size minus margin
    }
    /* ========== width: tablet ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='720px'] .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    /* ========== width: desktop ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='932px'] .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
    /* ========== width: large mobile ==========/* target IE10+ only */
    .swgridMultiCol[min-width~='1140px'] .swgridFlexItem {
        flex-basis: calc(20% - 32px); // col-size minus margin
    }
    /* ========== fixed width columns ==========/* target IE10+ only */
    .swgridMultiCol.swgridList2Col .swgridFlexItem {
        flex-basis: calc(50% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList3Col .swgridFlexItem {
        flex-basis: calc(33.3333% - 32px); // col-size minus margin
    }
    .swgridMultiCol.swgridList4Col .swgridFlexItem {
        flex-basis: calc(25% - 32px); // col-size minus margin
    }
}


/* === swList System === */

.swList {}

.swList .swListFlex {
    display: flex;
}

.swListImage .swListFlexItem {}

.swListImage .swListFlexItem.contentImage {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 170px; // maximum image width
}

.swListImage .swListFlex.swListDirectionleft .swListFlexItem.contentImage {
    margin-right: 15px;
}

.swListImage .swListFlexItem.listContent {
    width: 100%;
}

.swList .swListFlex.swListDirectionright {
    flex-direction: row-reverse;
}

.swListImage .swListFlex.swListDirectionright .swListFlexItem.contentImage {
    margin-left: 15px;
}


/* ===--- custom design ---===
====================================================== */
.swslang img {
	max-width: 100%;
	height: auto;
}


/* ===--- cardview ---=== */

.cardview #mainBox {
    background-color: #efefef;
}

.cardview .listSpacer {
    display: none;
}

.cardview .contentSection {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: 0px 0px 30px 0px;
}


/* ===--- tagungsraeume ---=== */

.tagungsraeumeList .contentSection {
    margin: 0px 0px 20px 20px;
    float: left;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.tagungsraeumeList .itemCols_1 {
    width: 30.5%;
}

.tagungsraeumeList .itemCols_2 {
    width: 61%;
    padding-left: 20px;
}

.tagungsraeumeList .itemCols_2 .listContent {
    margin-left: -20px;
}

.tagungsraeumeList .itemCols_3 {
    width: 91.5%;
    padding-left: 40px;
}

.tagungsraeumeList .itemCols_3 .listContent {
    margin-left: -40px;
}

.tagungsraeumeList .image {
    overflow: hidden;
    text-align: center;
    height: 215px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tagungsraeumeList .content {
    background-color: #ffffff;
}

.tagungsraeumeList .content .swTableCell.left {
    padding: 15px 15px 15px 15px;
}

.tagungsraeumeList .content .modTitle {
    font-weight: 600;
}

.tagungsraeumeList .content .shorttext {}

.tagungsraeumeList .content .swTableCell.right {
    border-left: 1px solid #ECECEC;
    padding: 15px 15px 15px 15px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

.tagungsraeumeList .content .price {
    font-weight: 700;
}

.tagungsraeumeList .content .terms {
    font-weight: 300;
}

.tagungsraeumeList .content .moreLink {
    padding: 20px 0px 0px 0px;
}

.tagungsraeumeList .content .moreLink a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    display: block;
}


/* ===--- tagungsraeume ---=== */

.zimmerConfig .swcontainer {}

.zimmerConfig .swTableCell {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.zimmerConfig .header {
    color: #ffffff;
    padding: 0px 0px 10px 0px;
}

.zimmerConfig .saisonA {
    background-color: #95D4EA;
}

.zimmerConfig .saisonB {
    background-color: #99D43E;
}

.zimmerConfig .saisonC {
    background-color: #FDCB08;
}

.zimmerConfig .saisonD {
    background-color: #F8B334;
}

.zimmerConfig .saisonE {
    background-color: #BCBCBD;
}

.zimmerList .roomHeader {
    color: #9d9c60;
    text-transform: uppercase;
    padding: 0px 0px 60px 0px;
}

.zimmerList .row1,
.zimmerList .row2 {
    padding: 0px 0px 10px 0px;
}

.zimmerList .hasHeader {
    padding-top: 50px;
}

.zimmerList .row1 {
    background-color: #EFEFEF;
}

.zimmerList .row2 {
    background-color: #ffffff;
}

.zimmerList .swcontainer {
    padding: 0px 0px 20px 0px;
}

.zimmerList .contentSection {
    background-color: #ffffff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.zimmerList .image {
    width: 325px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.zimmerList .content {
    padding: 20px 0px 70px 20px;
    position: relative;
}

.zimmerList .content .right {
    text-align: right;
    padding: 0px 20px 0px 0px;
    width: 200px;
}

.zimmerList .content .right .moreLink a {
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px 5px 0px;
    background-image: url(../../images/site/icon_arrow_light_small_right.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.zimmerList .content .right a:hover {
    opacity: 0.5;
}

.zimmerList .content .right .ctaLink a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    background-color: #9d9c60;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    white-space: nowrap;
}

.zimmerList .saisonTableWrapper {
    position: absolute;
    bottom: 0px;
}

.zimmerList .saisonTable {}

.zimmerList .saisonTable .swTableCell {
    text-align: center;
}

.zimmerList .saisonTable .swTableCell .daterange {
    border-left: 1px solid #ECECEC;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 5px 0px;
}

.zimmerList .saisonTable .saisonA {
    border-bottom: 5px solid #95D4EA;
}

.zimmerList .saisonTable .saisonA .daterange {
    border-left: none;
}

.zimmerList .saisonTable .saisonB {
    border-bottom: 5px solid #99D43E;
}

.zimmerList .saisonTable .saisonC {
    border-bottom: 5px solid #FDCB08;
}

.zimmerList .saisonTable .saisonD {
    border-bottom: 5px solid #F8B334;
}

.zimmerList .saisonTable .saisonE {
    border-bottom: 5px solid #BCBCBD;
}

.zimmerList .hasNights .saisonTableWrapper::before {
    content: '';
    position: absolute;
    top: -25px;
    font-size: 12px;
    width: 5%;
    height: 18px;
    background-image: url(../../images/site/icon_moon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.zimmerList .hasNights.showNightsLine2 .content {
    padding-bottom: 130px;
}

.zimmerList .hasNights.showNightsLine1 .content {
    padding-bottom: 107px;
}

.zimmerList .hasNights .datelabel,
.zimmerList .hasNights .saisonTable .swTableCell .daterange {
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    line-height: 17px;
}

.zimmerConfig .swTableCell.label,
.zimmerList .hasNights .saisonTable .swTableCell.label {
    width: 5%;
    vertical-align: middle;
	white-space: nowrap;
}

.zimmerList .hasNights .saisonTable .datelabel {
    /*transform: rotate(-90deg);*/
    font-size: 12px;
    line-height: 12px !important;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.zimmerList .hasNights .saisonTableWrapper .swTable {
    margin: 0px 0px 5px 0px;
}

.zimmerList .hasNights .saisonTableWrapper .swTable:hover {
    background-color: #f5f5f5;
}

.zimmerList .hasNights .saisonTableWrapper .swTable:last-child {
    margin: 0px 0px 0px 0px;
}

#seasonInfoWrapper .introText .nightLegend {
	color: #514945;
}
#seasonInfoWrapper .introText .nightLegend::before {
    content: '';
    background-image: url(../../images/site/icon_moon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	margin: -2px 0px 0px -23px;
}
