/*Css for Landing page content type*/
/*Font face
    font-family: 'zapfhumnst_btroman';
    font-family: 'zapfhumnst_btbold';
    font-family: 'MillerBanner_LightItalic';
    font-family: 'MillerBanner_Bold';
*/
/*
 * Really small screens and up
 */
 /**
 * Layout
 */
.node-restaurant.restaurant,
.restaurant-informations,
.spa-bottom,
.node-room,
.node-spa,
.landing-page-content,
.event-bottom,
.presentation-room {
    position: relative;
}
.description-top,
.restaurant-top,
.hotel-top,
.room-top, 
.event-top,
.presentation-top,
.gallery-top{
    overflow: hidden;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.restaurant-bottom,
.room-bottom,
.spa-bottom,
.event-bottom,
.presentation-bottom {
    width: 100%;
    left: 0%;
    margin-left: 0px;
    position: relative;
}
.node-landing-page .header .header-inner-wrapper,
.node-landing-page #child-menu-btn:after,
.node-landing-page #child-menu .mobile ul.links,
.node-landing-page #child-menu .mobile ul li a,
.field-item.even.toggle:after{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}
 
/*
*Right Content
*/
.node-room .room-informations,
.node-spa .spa-informations {
    position: relative;
    width:100%;
    margin: 0 auto;
}
.node-room #child-menu,
.node-spa #child-menu {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    font-family: 'zapfhumnst_btroman';
    letter-spacing: 1px;
}
#child-menu .mobile {
    margin: 0 auto;
    font-size: 11px;
}

.node-room .mobile .btn-infos ,
.node-spa .mobile .btn-infos{
    cursor: pointer;
    background: #040404;
    color:#fff;
    padding: 17px;
    /*width: calc(100% - 75px);*/
    text-transform: uppercase;
    text-align: left;
    position: relative;
    /*max-width: 281px;*/
    margin: 0 auto;
    letter-spacing: 1px;
    font-family: 'zapfhumnst_btroman';
    font-size: 11px;
}
.node-room .mobile .btn-infos:after,
.node-spa .mobile .btn-infos:after{
    background: url("images/plus_ico.svg") no-repeat center center;
    content:"";
    float:right;
    width:10px;
    height:14px;
    
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


.node-room .mobile .btn-infos.close:after,
.node-spa .mobile .btn-infos.close:after{
    background: url("images/close_ico.svg") no-repeat center center;
}
#child-menu.open #child-menu-btn:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.spa-informations-content .field-name-field-spa-informations,
.room-informations-content .field-name-field-room-informations{
    padding: 35px 17px;
    background: #1c1c1c;
    display: none;
    z-index: 20;
    position: relative;
    /*width: calc(100% - 75px);*/
    margin:0 auto;
}
.node-spa .spa-informations-content .desktop .field-name-field-spa-informations{
    background: transparent;
     display: block;
    
}
.room-informations-content .field-name-field-room-informations.open,
.spa-informations-content .field-name-field-spa-informations.open {
    display: block;
}
.room-informations-content .field-name-field-room-informations .node-label-text .field-name-field-text{
    position: absolute;
    left: 110px;
    padding-left: 60px;
}

.room-informations-content .field-name-field-room-informations .field-items .field-item{
    margin-top: 2px;
}
 
.room-informations-content .mobile .node-label-text .field-name-field-text .node-label-text .field-name-field-text,
.room-spa-content .mobile .node-label-text .field-name-field-text .node-label-text .field-name-field-text{
    position : absolute;
    left: 130px;
}
 
 
 
 
/*header*/
.node-landing-page .header {
    min-height: 530px;
    height:100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.node-landing-page .header .header-inner-wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;

}

.node-landing-page .field-name-field-lp-title {
    font-family: 'MillerBanner_Bold';
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding-top: 0px;
}

.node-landing-page .field-name-field-lp-subtitle {
    background: url("images/decoration_white.svg") no-repeat center bottom;
    padding-bottom: 35px;
    font-family: 'MillerBanner_LightItalic';
    font-size: 40px;
    line-height: normal;
    color: #fff;
    margin-top: -5px;
}
/*child-menu*/
.node-landing-page #child-menu {
       position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
       font-family: 'zapfhumnst_btroman';
       letter-spacing: 1px;
}
.node-landing-page #child-menu .mobile {
       width: calc(100% - 40px);
       margin: 0 auto;
       font-size: 11px;
}
.node-landing-page #child-menu-title span {
       color: #fff;
    font-family: 'MillerBanner_Bold';
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.node-landing-page #child-menu-btn {
       cursor: pointer;
       background: #fff;
       padding: 17px;
       width: calc(100% - 34px);
       text-transform: uppercase;
       text-align: left;
       position: relative;
       max-width: 281px;
    margin: 0 auto;
}
.node-landing-page #child-menu-btn:after {
    content:"";
    background: url("images/arrow-down-child-menu.svg") no-repeat center #fff;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 50%;
}
.node-landing-page #child-menu.open #child-menu-btn:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
/*
* Open close menu depending on class open added in Jquery
*/
.node-landing-page #child-menu .mobile ul.links { 
    background: #282828;
    width: calc(100% - 40px);
    
    position: absolute;
    
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 1px;
    height:auto;
    opacity: 0;
    max-width: 315px;
    margin: 0 auto;
}
.node-landing-page #child-menu.open .mobile ul.links {
    opacity:1;
    z-index: 1;

    height: auto;
    max-height: 400px;
}
.node-landing-page #child-menu .mobile ul li a{ 
    z-index: 2;
    width: calc(100% - 40px);
    display: inline-block;
    text-align: left;
    padding: 16px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

}
.node-landing-page #child-menu .mobile ul li.active a,
.node-landing-page #child-menu .mobile ul li:hover a { 
    background: #fff;
    color: #282828;
}

.node-room .room-informations,
.node-spa .spa-informations{
    margin-top: 20px;
    margin-bottom: 30px;
}
.node-room .room-informations .mobile,
.node-spa .spa-informations .mobile{
    padding:0px 20px;
}
.node-spa .spa-bottom-informations{
    margin-top: 40px;
}
.mobile .field-name-field-informations{
    padding-left:20px;
    padding-right:20px;
    padding-left:auto;
    padding-right:auto;
}
.mobile .field-name-field-informations .article{
    background: #1c1c1c;
    color: #ccc;
        margin-bottom: 10px;
}

.mobile .field-name-field-informations h3{
    background: #000;
    font-family: 'zapfhumnst_btbold';
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.mobile .field-name-field-informations .article ul{
    padding: 0;
    margin: 0
}
.mobile .field-name-field-informations .article p{
     font-size: 14px;
     line-height: 26px;
     
}
.mobile .field-name-field-informations .article ul li {
    list-style-type: square;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
    font-size: 14px;
    margin-bottom: 10px;
}
.mobile .field-name-field-informations .article ul li a{
    color: #fff;
    text-decoration: underline;
}
.mobile .field-name-field-informations .field-type-text-long{
    padding: 30px 20px;
    /*display: none;*/
}
.field-item.even.toggle:after {
    content: '+';
    float: right;
}

.field-item.even.toggle.close:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
 
 .playbutton {
	 background-image: url(images/play-out.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto;
	width: 80px;
    height: 80px;
	
	/* ajout de filtres pour griser en transparent à cause du fond clair */
	opacity: 0.5; /*  CSS3  */
    filter(opacity=50);  /*  Pour IE  */
    
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);
 }
 .playbutton:hover {
	background-image: url(images/play-in.svg);
    cursor: pointer;
 }
 .field-name-field-popupvideo {
	 display: none;
 }
 .yu2fvl {
	 max-width: 960px;
	 max-height: 540px;
 }
  .yu2fvl .yu2fvl-close {
    top: -30px;
    right: 0;
    color: #AAA;
    border: 1px solid #AAA;
    font-size: 10px;
 }
 
 /* Unsubscription pages */
  .section-unsubscription #page ,  .section-abmelden #page{
	background-color: black;
 }
 .section-unsubscription #block-details-wilken-details-wilken-block, .section-abmelden #block-details-wilken-details-wilken-block {
	 display: none;
 }
 .unsubscribeContainer {
	 background-color: black;
	 width: 100%;
	 min-height: 500px;

 }
 .unsubscribeContent {
	 margin:0 auto;
	display: table;
    height: 550px;
	}
 .unsubscribeContent>div {
	display: table-cell;
    vertical-align: bottom;
    }
/* Unsubscribe page style (because wilken widget footer is not displayed, many styles from details-wilken.css must be repeated*/
#ems-wf-dest, #ems-wf-dest textarea {
	color:#fff;
	font-family: 'zapfhumnst_btroman';
}

#ems-wf-dest select{
	color:#ffffff;
}
#ems-wf-dest .ems-wf-buttons {
	background-color:white;
}
/* CAREER PAGE */
.career .field-name-field-lp-subtitle {
	/*display: none;*/
}

.career .field-name-body {
	width: 90%;
	padding: 0 5%;
	margin: 40px auto;
	font-size: 12px;
}
.career .landing-page-content {
    width: 90%;
	padding: 0 5%;
	margin: 40px auto;
}
.career .joblistdiv h2 {
	font-family: 'MillerBanner_Bold';
    font-size: 40px;
    padding-top: 0;
    line-height: normal;
    margin-bottom: 30px;
}

.career .joblistdiv h2:before{
    width: 310px;
    content: "";
    height: 3px;
    background: #000;
    display: block;
    line-height: 0;
    margin: 0 0 20px 0;
    padding: 0;
}

.career .joblistdiv h2:after{
    content: "";
    width: 135px;
    height: 3px;
    background: #000;
    display: block;
    line-height: 0;
    margin: 25px 0 0 0;
    padding: 0;
}

.career .hc-joblist {
	margin-bottom: 30px;
}
.career div#hc-joblisten {
	font-size: 13px;
}

.career div#hc-jobliste-display {
	font-size: 13px;
}
.career span.hc-joblist-offer-date {
	float: right;
	display: block;
}

.career ul.hc-joblist-offer-list {
	list-style-type: none;
	padding:0px;
	margin: 0px;
	border-top: 1px solid grey;
}

.career li.hc-joblist-listitem {
	border-bottom: 1px dotted grey;
	padding-bottom: 5px;
	padding-top: 5px;
}

.career a.hc-joblist-offer-link {
	color: black;
}

.career span.hc-joblist-offer-date {
}
.career a img {
border: none;
}
.career .hc-joblist-next-page {
  background: url(http://www.hotelcareer.de/images/1/arr_right2.png) no-repeat scroll center center transparent;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.career .hc-joblist-prev-page {
  background: url(http://www.hotelcareer.de/images/1/arr_left2.png) no-repeat scroll center center transparent;
  height: 12px;
  width: 12px;
  display: inline-block;
}


.career .hcareerlogo {
	border: none;
    width: 100%;
    text-align: left;
    display: block;
}

.applicationdiv {
    margin: 50px 12% 0;
    border-top: 3px solid black;
    padding: 40px 0;
    text-align: center;
    border-bottom: 3px solid black;
}
	
.applicationdiv h2 {
	font-family: 'MillerBanner_Bold';
    font-size: 26px;
}
.applicationdiv .separator {
	width: 100%;
    height: 20px;
    background: url(images/decoration_black.svg) no-repeat center center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hc-joblisten-outro {
	margin:30px 0;
}
.career .cta-black {
	font-family: 'MillerBanner_Bold';
	font-size: 16px;
    background: #000000;
    text-align: center;
    height: 75px;
    line-height: 75px;
    width: 90%;
    margin: 0 5%;
}

.career .cta-black a {
    color: white;
}

.career .cta-black:hover, .career .cta-black:focus,
.career .cta-black a:hover, .career .cta-black a:focus {
    text-decoration: none;
    color: black;
}
.career .cta-full {
	display: block;
    text-align: center;
    box-sizing: border-box;
}
 /*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
    /*Header*/
    
}
 
 
 /*
 * Tablet portrait sizes and down
 */
@media only screen and (min-width: 768px) {
    .restaurant-bottom,
    .room-bottom,
    .spa-bottom,
    .event-bottom,
    .presentation-bottom {
        width: 1280px;
        left: 50%;
        margin-left: -640px;
    }
    /* unsubscription page large */
    .unsubscribeContent {
		width: 550px;
	}
    /**
    * Right Content
    **/
    .node-room .room-informations,
    .node-spa .spa-informations{
         width:50%;
         float: left;
         box-sizing: border-box;
         margin-bottom: 0px;
     }
     .node-room .room-informations,
     .node-spa .spa-informations{
         padding:0px 0px 0px 55px;
         margin-bottom: 0px;
       
     }
     .room-informations .room-informations-content,
     .spa-informations .spa-informations-content{
        padding-top: 0;
        text-align: center;
     }
      .room-informations .desktop .node-label-text .field-name-field-label,
      .spa-informations .desktop .node-label-text .field-name-field-label{
        font-size: 14px;
        color: #828282;
        line-height: 14px;
      }
     .room-informations .desktop .node-label-text .field-name-field-label,
     .room-informations .desktop .node-label-text .field-name-field-text,
     .spa-informations .desktop .node-label-text .field-name-field-label,
     .spa-informations .desktop .node-label-text .field-name-field-text{
        display: block;
        text-align:center;
        
     }
     .room-informations .desktop .node-label-text .field-name-field-text,
     .spa-informations .desktop .node-label-text .field-name-field-text{
        color: #000;
        font-size: 34px;
        line-height: 36px;
     }
     /*     .room-informations .desktop  .field-items .field-item .node-label-text .field-name-field-text:after{
     */
     .room-informations .desktop  .field-items .field-item:after,
     .spa-informations .desktop  .field-items .field-item:after{
        content:'';
        background: url("images/decoration_black.svg") no-repeat center center;
        display: block;
        margin: 20px auto;
        display: block;
        height: 20px;
        background-size: 50px;
     }
     .room-informations .desktop  .field-items .field-item .node-label-text .field-name-field-text .field-item:after,
     .room-informations .desktop  .field-items .field-item .node-label-text .field-name-field-label  .field-item:after,
     .room-informations .desktop  .field-items .field-item:last-child:after,
     .spa-informations .desktop  .field-items .field-item .node-label-text .field-name-field-text .field-item:after,
     .spa-informations .desktop  .field-items .field-item .node-label-text .field-name-field-label  .field-item:after,
     .spa-informations .desktop  .field-items .field-item:last-child:after{
        content:'';
        background: transparent;
        height: 0;
        margin: 0
   
     }
    .node-spa .spa-bottom-informations{
        margin-top: 0px;
    }
    .spa-informations-content .field-name-field-spa-informations,
    .room-informations-content .field-name-field-room-informations{
        padding: 0px 0px;
    }
/*    .description-top,*/
    .restaurant-top,
    .hotel-top,
    .room-top,
    .event-top,
    .presentation-top {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    
    /*Header*/    
    .node-landing-page .header {
        height:715px;
    }

    .node-landing-page .field-name-field-lp-title {
        font-size: 80px;
        line-height: 60px;
        padding-top: 30px;
    }
    .node-landing-page .field-name-field-lp-subtitle {
        font-size: 60px;
        line-height: normal;
    }
    
    
    .field-name-field-informations{
        margin: 0 auto;
        display: table;
        z-index: 10;
        position: relative;
    }
    .field-name-field-informations{
        /*display: block;
        margin: 0;*/
        padding: 105px 0px;
        color: #fff;
        max-width: 960px;
        /*margin: -275px auto 105px auto;*/
        z-index:10;
        width: 100%;

    }
    
    /*.restaurant-informations .motif-bg,*/
    .landing-page-content .motif-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
        background-color: #1c1c1c;
    }

    .field-name-field-informations .node-title-text.article {
        float: left;
        width: 33.3333333%;
        padding-right: 30px;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .field-name-field-informations h3{
        color: #fff;
        font-family: 'MillerBanner_Bold';
        font-size: 20px;
    }
    .field-name-field-informations h3:after {
        content: "";
        width: 135px;
        height: 3px;
        background: #fff;
        display: block;
        line-height: 0;
        margin: 20px 0 40px 0;
        padding: 0;
    }
    .field-name-field-informations ul{
        padding: 0;
        margin: 0;
    }
    .field-name-field-informations ul li {
            list-style-type: square;
            padding-left: 0;
            margin-left: 0;
            list-style-position: inside;
            font-size: 12px;
            margin-bottom: 35px;
            padding-bottom: 0;
    }
    .field-name-field-informations ul li a{
        color: #fff;
        text-decoration: underline;
    }

    .field-name-field-informations .field-items .field-type-text-long .field-items p{
        font-family: 'zapfhumnst_btroman';
        font-size: 14px;
        line-height: 20px;
    }
    .field-name-field-informations .field-items .field-type-text-long .field-items li p{
        display: inline;
    }
    .field-name-field-informations .field-items .field-type-text-long .field-items pre{
        font-size: 16px;
        font-family: 'MillerBanner_Bold';
        line-height: 20px;
    }
    .field-name-field-informations .field-items .field-type-text-long .field-items a{
        font-size: 12px;
        line-height: 20px;
        font-family: 'zapfhumnst_btroman';
        line-height: 20px;
        color: #ffffff;
        text-decoration: underline;
    }
    
/*Header*/  
    .node-landing-page .header {
        height:715px;
    }
    /*child-menu*/
    .node-landing-page #child-menu {
        bottom: 0px;    
    }
    .node-landing-page #child-menu .desktop {
        max-width: 960px;
        margin: 0 auto;
    }
    .node-landing-page #child-menu .desktop ul.links{
        line-height: normal;
        z-index: 2;
        position: relative;
    }
    .node-landing-page #child-menu .desktop li{
        padding: 0px;
    }
    .node-landing-page #child-menu .desktop li a{
        color: #fff;
        font-family: 'zapfhumnst_btbold';
        font-size: 12px;
        background: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 32px 0;
        text-decoration: none;
        width: 150px;
        /*-webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;*/
    }
    .node-landing-page #child-menu .desktop li.active a,
    .node-landing-page #child-menu .desktop li:hover a{
        color: #000;
        background-color: #f1f1ef;
        background-image: url("images/motif_page.png");
    }
    
    /* CAREER PAGE */
    	.career .landing-page-content {
        width: 100%;
	    padding: 0;
	    max-width: 960px;
	    margin: 90px auto 0;
    }
    .career .landing-page-content >.field {
	    padding: 35px 25px 15px;
	}
    .career .field-name-body {
		width: 100%;
		margin: 0px auto;
		padding: 0;
		max-width: 960px;
		font-size:14px;
	}
   .career .field-name-body>.field-items {
	    padding: 35px 25px 15px;
	}

    .joblistdiv {
		width:50%;
		float: left;
	}
	.applicationdiv {
		width: 34%;
	    float: left;
	    margin: 0 8%;
	}
	
    .unsubscribeContent>div {
    	vertical-align: middle;
    }
}
 

/*
 * Desktops/laptops FULL WITDH
 */
@media only screen and (min-width: 1024px) {
    .node-landing-page .field-name-field-lp-title {
        font-size: 100px;
        line-height: 60px;
        padding-top: 30px;
    }
    .node-landing-page .field-name-field-lp-subtitle {
        font-size: 80px;
    }
    
}

div.landing-page-content > div > div> div> div.node-description {
    margin-top: 30px;
}

/*
Add bullet point to privacy-policy content in frensh
*/

#description-2047 ul{
    margin-left: 40px;
}

#description-2047 ul li{
    list-style-type: disc;
}

.node-landing-page .description-content ul{

    margin-left: 40px !important;

}

.node-landing-page .description-content .field-name-field-description-text ul li{
    list-style-image: unset !important;
    list-style-type: unset !important;
}