@font-face {
  font-family: 'Oswald Bold';
  src: url('fonts/oswald-bold-webfont.woff2') format('woff2'),
  url('fonts/oswald-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'Oswald Light';
  src: url('fonts/oswald-light-webfont.woff2') format('woff2'),
  url('fonts/oswald-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face{
font-family:revicons;
src:url(fonts/revicons.eot?5510888);
src:url(fonts/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(fonts/revicons.woff?5510888) format('woff'),
url(fonts/revicons.ttf?5510888) format('truetype'),
url(fonts/revicons.svg?5510888#revicons) format('svg');
font-weight:400;font-style:normal
}

#header {
	width:100%;
	height:50px;	
	background-color:#fff;
	position:fixed;
}	


#header .left-navigation_mob {
	left:50px;
	top:10px;
}

#at_mm_navigation  {
	display:none;	
	top:0;
}

.left-navigation_mobile button {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: 0;
    display: inline-block;
    height: 100%; 
    left:20px;
	top:15px;
}

.left-navigation_mobile button.hamburger_mob {
    position: relative;
    padding: 0px;
    width: 30px;
    height: 22px;
    outline: none;
    float: left; 
    border:none;
}

.left-navigation_mobile button.hamburger_mob:after, .left-navigation_mobile button.hamburger_mob:before {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDIgMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQyIDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTAsMGg0MnYySDBWMHogTTAsMTBoNDJ2MkgwVjEweiBNMCwyMGg0MnYySDBWMjB6Ii8+PC9zdmc+);
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      opacity: 1;
}

.hamburger_mob_akt {
	  background-color:#000 !important;
      background-image: url("../img/pfeil_menue_neg.svg");
      background-repeat: no-repeat;

}

.logo-top-mobile {
	font-size:0.8rem;	
	padding-left:40px;
	font-family: 'Cormorant', serif;
    font-size: 28px;
    color:#000;
    float:left;
    padding-top:12px;

	
}

.homelogo  {
	font-family: 'Times', serif;
    font-size: 22px;
    line-height:20px;
    font-style:bold;
    color:#000;
    xletter-spacing: 0.05rem;
    
}

.top-menue-right {
	float:right;
	right:20px;	
	margin-top:15px;
	padding-right:20px;
}

.top-menue-right-mobile {
        float:right;
        right:20px;
        margin-top:12px;
        padding-right:20px;
}

.top-menue-right .top-nav-rechts {
	font-family: 'Oswald Light';
	font-size:13px;
	color:#000;
	padding-left:20px;	
	letter-spacing: 0.08rem;
	font-weight:400;
}

.top-menue-right-mobile .top-nav-rechts {
        font-family: 'Oswald Light';
        font-size:13px;
        color:#000;
        padding-left:20px;
        letter-spacing: 0.08rem;
        font-weight:400;
}

.fullscreen-navigation .mob-nav-close {
   background-size: contain;
   background-position: 50% 50%;
    background-repeat: no-repeat;
	position:absolute;
    background-image: url("../img/pfeil_menue_neg2.svg");
	margin-top:20px;
	margin-left:30px;
	width:35px;
	height:25px;
	z-index:9999999;
	cursor:pointer;
	margin-right:10px;

 }


body.nav-open .fullscreen-navigation {
    opacity: 1;
    top: 0vh;
    xtransition: top 0.0s 0.0s, opacity 1.5s 0s;
}
.fullscreen-navigation {
    transition: top 0.0s 1.5s, opacity 1.5s 0s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../img/navi-background-2019.jpg");
    color: #fff;
    overflow: hidden;
    display: table;
    z-index: 7;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 100px;
    z-index:99999;
    
}


.fullscreen-navigation .menu, .fullscreen-navigation .menu a {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

@media only screen and (max-width: 900px) {
	
		.fullscreen-navigation .menu, .fullscreen-navigation .menu a {
    		font-size: 36px; /* 40px */
		}
}

@media only screen and (max-width: 700px) {
	
		.fullscreen-navigation .menu, .fullscreen-navigation .menu a {
    			font-size: 30px; /* 34px */
		}
}

.fullscreen-navigation .menu li a:hover {
	color:#aaabab;
}


.fullscreen-navigation_inside {
	margin-left:5%;
	margin-top:280px;
}




.fullscreen-navigation  .menu  ul {
    list-style-type: none;
    padding-top:0;
    
}

.fullscreen-navigation  .menu  li {
    list-style-type: none;
    padding-right:0 !important;
    margin-right:0 !important;
    
}

.fullscreen-navigation ul, ol {
    list-style-position: inside;
}
.fullscreen-navigation .menu ul li ul { 
	list-style-type: none;
}
.fullscreen-navigation .menu ul li { 
	display:inline;
	list-style-type: none;
}


.fullscreen-navigation .menu .sub-menu { 
	display:inline;
	 padding-left:0 !important;
    margin-left:0 !important;
	}

.fullscreen-navigation .sub-menu, .fullscreen-navigation .sub-menu a {
    font-family: 'Oswald Light', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color:#fff;
    text-transform:uppercase;
    letter-spacing: 0.08rem;
}

ul > li::before {
	content: '';	
}



@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 1400px) {	
		.fullscreen-navigation {
			overflow:scroll;
		}
		.fullscreen-navigation_inside {
			
			margin-left:5%;
			margin-top:50px;
		}
		
		.fullscreen-navigation_inside {
		margin-left:20px;
		margin-right:20px;
		margin-top:100px;
		text-align:center;
		
	}
		
		.fullscreen-navigation .menu ul li {
			xdisplay:none;
			display: block;
			text-align:left;
			text-align:center;
			xpadding-left:20%;
   
		}

		
		.menu-hauptmenue-container {
			text-align:center;
			
		}
		
		ul > li::before {
			display:block;	
			margin: 0 0 0 0;
		}

}




.bottom-navigation {
	margin-top:280px;
	width:100%;
	text-align:center;
}

@media only screen and (max-width: 1400px) {
.bottom-navigation {
	margin-top:100px;
	width:100%;
	text-align:center;
}
}

.bottom-navigation .menu,  .bottom-navigation .menu a {
	 font-family: 'Oswald Light', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color:#fff;
    text-transform:uppercase;
    letter-spacing: 0.08rem;
}

.bottom-navigation  .menu  ul {
    list-style-type: none;
    padding-top:0;
    
}

.bottom-navigation  .menu  ul li {
    list-style-type: none;
    padding-top:0;
    float:left;
	display:inline;
    padding: 8px 0 0;
    padding-top: 8px;
   padding-right: 0px;

}

.bottom-navigation, .mobile-language-navigation {
    position: absolute;
    bottom: 55px;
    left: 0px;
    width: 100%;
    text-align: center;

}


.bottom-navigation ul, .mobile-language-navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


.bottom-navigation ul li, .mobile-language-navigation ul li {
    display: inline-block;
}


@media only screen and (max-width: 1400px) {

	.bottom-navigation, .mobile-language-navigation {
    	position: relative;
    	padding-top:20px;
	}
	
	.bottom-navigation ul li, .mobile-language-navigation ul li {
    	display: block;
	}
}


@media only screen and (max-width: 900px) {

	.bottom-navigation, .mobile-language-navigation {
    	position: relative;
    	padding-top:20px;
	}
	
	.bottom-navigation ul li, .mobile-language-navigation ul li {
    	display: block;
	}
	
			
	.bottom-navigation {
 		   margin-top: 80px;
	}
	
	.amtshaus_inner_content_15 {
	    padding-left: 5%;
	    padding-right: 5%;
	}
}


.header_amt_padding {
	padding-left:20px;
	padding-right:20px;	
}

.font_white {
	color:#fff;
}

.headline_outer {
	border-left:20px solid #fff;
	border-right:20px solid #fff;
	/*mm*/
	height:100%;
	width:100%;
	background-size:cover;
	background-position: center center;
}
/*
@media only screen and (max-width: 1024px) {
	#middle .headline .headline_outer {
		padding-top: 90px !important;
		height:50vh;
	}
}
*/

.header_mid {
	display:none;	
}


.amtshaus-trenner {
	width:100%;
	height:120px;
	margin-left:0;
	margin-right:0;
	background-color:#8b3b2b;	
	padding-top:20px;
	text-align:center;
}

.amt_uppercase {
		text-transform:uppercase;
}

.amt_head_serif {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color:#000;
}

.amt_sub_head {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color:#000;
    letter-spacing: 0.08rem;
}
.amt_copy_text {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color:#000;
}


.amt_zwischenhead h2 {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color:#8b3b2b;
}



.button, cmsmasters_button, cmsmasters_button a {
	 letter-spacing: 0.1rem !important;	
	 line-height: 40px;
	 font-size: 14px;
	 min-width:230px;
}

.amt_karten {
	width:100%;
	padding-bottom:50px;
	
}



.amt_karten_h {
	float:left;
	padding-right:20px;
	width:32%;
	text-align:center;
	padding-bottom:50px;
	height: 80px;
}



/*
.amt_karten_h {
	float:left;
	padding-right:10px;
	width:24%;
	text-align:center;
	padding-bottom:20px;
}
*/
.amt_karten_h:last-child {
	padding-right:0;
}


.amtshaus_inner_content {
	padding-left:15%;
	padding-right: 15%;	
}

.amtshaus_inner_content_15 {
	padding-left:15%;
	padding-right: 15%;	
}

.cmsmasters_featured_block {
	background-color:#fff;
}

/*
@media only screen and (max-width: 1400px) {
	
	
	.amt_karten_h {
		float:bottom;
		width:50%;	
		padding-right:0;
	}
}
*/
@media only screen and (max-width: 1000px) {
	
	/*
	.amt_karten_h {
		float:bottom;
		width:100%;	
		padding-right:0;
	}
	*/

}


@media only screen and (max-width: 800px) {
	
		.abstand-tablet-120 {
		margin-bottom:50px !important;
	}
	
	.amt_karten_h {
		float:bottom;
		width:100%;	
		padding-right:0;
	}
	
	.amt_karten_h:nth-child(3) {

	padding-bottom:0;
}

	
	.amtshaus_inner_content {
		padding-left:10%;
		padding-right: 10%;	
	}
	
	.amtshaus_inner_content_15 {
		padding-left:5%;
		padding-right: 5%;	
	}

}

.gutschein-teaser {
		display:block;
}


.gutschein-teaser-mob {
		display:none;
}

@media only screen and (max-width: 1200px) {
	.gutschein-teaser-mob {
		display:block;
	}
	
	
	.gutschein-teaser {
			display:none;
	}
}


.amtshaus_half_l_m {
/*	xwidth:50%; */
	margin-right:0;	
}
.amtshaus_half_r_m {
/*	xwidth:50%; */
	margin-left:0;	
}

.amtshaus_half_l {
/*	width:50%; */
	margin-right:0;	
}
.amtshaus_half_r {
/*	width:50%; */
	margin-left:0;	
}

.amtshaus_img_left {
	xborder-left:30px solid #fff;	
	xleft:0;
}


h3, h3 a, .cmsmasters_project_subtitle {
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-transform:uppercase;
    letter-spacing: 0.1rem;
}
.amt_sub_header {
	
}

.amt_top_header {
	
}

h4 {
font-style: normal;
}

h3.amt_teaser {
    font-family: 'Cormorant', serif;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

h3.amt_teaser a {
	font-family: 'Cormorant', serif;
    font-size: 20px !important;
    line-height: 22px !important;
    text-decoration:none;
    color:#fff;
    font-style: normal;
}

h3.amt_teaser_sm {
    font-family: 'Cormorant', serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

h3.amt_teaser_sm a {
	font-family: 'Cormorant', serif;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400;
    font-style: normal;
    color:#fff;
    text-decoration:none;

}

.amt_testimonial {
	text-align:center;	
}

.amt_testimonial img {
	width:60%;
	height:auto;	
}

.amt_teaser_bg {
	height:100%;
	xopacity:1;	
	xbackground-color: rgba(0, 0, 0, 0.6);
}

.name_testimonial {
	font-family: 'Cormorant', serif;
    font-size: 18px !important;
    color:#8b3b2b;
}

.sub_testimonial {
	font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
    color:#6a6a6a;
    letter-spacing: 0.08rem;
}

.copy_testimonial {
	font-family: 'Cormorant', serif;
    font-size: 16px !important;
    color:#000;
    line-height: 20px !important;
    font-style:italic;
    margin-top:-10px !important;
}



.amt_arrang_teaser {
   padding-left:25%;
  padding-right:25%;
}

.amt_arrang_text {
    font-family: 'Cormorant', serif;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 400;
    font-style: italic;
    color:#fff;
}


.cmsmasters_slider {
	margin-left:20px;
	margin-right:20px;
}


/* buchungsformulat */

input.wysija-submit.wysija-submit-field {
    color: #fff !important;
    letter-spacing: 0.08rem;
}

input.wysija-submit.wysija-submit-field:hover{
    color: #000 !important;
}
/*
.start-preloader {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 500000;
  visibility: hidden;
  transition: visibility 0s 2s;
  padding: 0 20px 100px 20px;
  opacity: 0;
  transition: opacity 2s ease, visibility 0s 2s ease; 
  
}
  
.start-preloader .preloader-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: relative; 
}
.start-preloader .preloader-overlay img {
      width: 240px;
      height: 175px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -85px;
      margin-left: -120px; 
 }


body.preloading .start-preloader {
  visibility: visible;
  opacity: 1; 
}
*/

#vri-container-701 .vri-widget-fixed, #vri-overlay .vri-container-701 .vri-widget-fixed {
	position:relative !important;
	height:auto;
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
    text-align: left !important;
    box-shadow: none  !important;
    background-color:#fff;
    z-index: 998;
    padding-bottom:50px;
}
#vri-container-701 .vri-widget-container, #vri-overlay .vri-container-701 .vri-widget-container {
    background: #fff !important;
    color: #777;
    padding: 0;
}

#vri-container-701 .vri-widget-container, #vri-overlay .vri-container-701 .vri-widget-container {
    background: #fff;
    color: #8b3b2b;	

    padding-top: 10px 0 10px 0;

}
#vri-container-701 .vri-elements-horizontal > div, #vri-overlay .vri-container-701 .vri-elements-horizontal > div {
    display: inline-block;
    margin: 0 0 !important;
    vertical-align: middle;
}

#reservation {
	width:100%;	
	text-align: left !important;
}

#rahmen_buchen_content .vri-widget-container, #vri-overlay .vri-container-701 .vri-widget-container {
    background: #7f2f13;
    color: #777;
    padding: 0  !important;
}

body > div.vdp-layer.vri-container-701-datepicker .vdp-head {
    color: #fff;
    line-height: 28px;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0;
    background: #8b3b2b;	
}

#rahmen_buchen_content .vri-element-group, #vri-overlay .vri-container-701 .vri-element-group, #vri-container-701 .vri-element-input, #vri-overlay .vri-container-701 .vri-element-input, #vri-container-701 .vri-element-submit, #vri-overlay .vri-container-701 .vri-element-submit, #vri-container-701 .vri-element-select, #vri-overlay .vri-container-701 .vri-element-select, #vri-container-701 .vri-element-textarea, #vri-overlay .vri-container-701 .vri-element-textarea, #vri-container-701 .vri-element-date, #vri-overlay .vri-container-701 .vri-element-date, #vri-container-701 .vri-element-number, #vri-overlay .vri-container-701 .vri-element-number {
    height: 38px;
    border: 1px solid #8b3b2b !important;
    overflow: hidden;
}


#rahmen_buchen_content .vri-button, #vri-overlay .vri-container-701 .vri-button, #vri-container-701 .vri-button-disabled:hover, #vri-overlay .vri-container-701 .vri-button-disabled:hover {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 11px 35px 10px 15px;
    background: #8b3b2b !important;
    
}

#rahmen_buchen_content .vri-element-select::before, #vri-overlay .vri-container-701 .vri-element-select::before, #vri-container-701 .vri-element-date::before, #vri-overlay .vri-container-701 .vri-element-date::before, #vri-container-701 .vri-element-input-icon::before, #vri-overlay .vri-container-701 .vri-element-input-icon::before {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 41px;
    width: 41px;
    min-width: 25px;
    max-width: 41px;
    content: '\e822';
    text-align: center;
    font-size: 21px;
    font-family: "OPB-Icons";
    border-left: 1px solid #8b3b2b !important;
    background: #8b3b2b !important;
    color: #fff;
}

.vsc-button, .vsc a.vsc-button, .vsc-button-disabled:hover, .vsc a.vsc-button-disabled:hover {
	background: #8b3b2b !important;
}

.vsc-item .vdp-days .vdp-cell:hover {
	background: #8b3b2b !important;
}

.vsc-item .vdp-head {
	background: #8b3b2b !important;
}

.vsc-item .vdp-days .vdp-cell.vsc-date-highlight, .vsc-item .vdp-days .vdp-cell.vsc-date-bookable:hover, .vsc-item .vdp-days .vdp-cell.vsc-date-free:hover, .vsc-item .vdp-days .vdp-cell.vdp-date-selected, .vsc-item .vdp-days .vdp-cell.vsc-date-disabled.vdp-date-selected {
	background: #8b3b2b !important;
}

.vsc-item .vsc-menu-item-input + .vsc-menu-item-label {
	background: #8b3b2b !important;
}

.vsc-navigation-progress {
	background: #8b3b2b !important;
}

.vsc-navigation-progress-hint {
    color: #8b3b2b !important;
}

.vsc-item-roomtypes-toolbar .vsc-block-item-description-link {
	color: #8b3b2b !important;
}

.vsc-list-item-input:checked + .vsc-list-item-label .vsc-list-item-state .vsc-icon::before {
   color: #8b3b2b !important;
}

.vsc-item .vdp-days .vdp-date-reset > :first-child::before {
	border: 1px solid #8b3b2b !important;
	background: #8b3b2b !important;
}
.vsc-item-complete .vsc-item-icon-state::before {
    content: '\e89d';
    color: #8b3b2b !important;
}

.vsc-item-roomtypes .vsc-item-collapsed-item-persons .vsc-icon-adult::before {
    font-size: 24px;
    color: #8b3b2b !important;
}

.vsc-list-item .vsc-list-item-desc-infos-link, .vsc-list-item .vsc-block-item-desc-infos-link, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-hide, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-hide {
     color: #8b3b2b !important;
}

.vsc-item-personaldata .vsc-item-content-info .vsc-title, .vsc-item-summary .vsc-item-content-info .vsc-title, .vsc-item-cancelation .vsc-item-content-info .vsc-title, .vsc-item-personaldata .vsc-item-content-contact .vsc-title, .vsc-item-summary .vsc-item-content-contact .vsc-title, .vsc-item-cancelation .vsc-item-content-contact .vsc-title {
    color: #8b3b2b !important;
}

#rahmen_buchen_content .vsc-list-item .vsc-list-item-desc-infos-link, .vsc-list-item .vsc-block-item-desc-infos-link, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-hide, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-hide {
    color: #8b3b2b !important;
}

.vsc-list-item .vsc-list-item-desc-infos-link:hover, .vsc-list-item .vsc-block-item-desc-infos-link:hover {
     color: #8b3b2b !important;
}

.vsc-list-item .vsc-list-item-desc-infos-link, .vsc-list-item .vsc-block-item-desc-infos-link, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-hide, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-hide {
    color: #8b3b2b !important;
}

.vsc-list-item .vsc-list-item-desc-infos-link a, .vsc-list-item .vsc-block-item-desc-infos-link a, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-show a, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-show, .vsc-list-item .vsc-list-item-desc-infos-link .vsc-hide a, .vsc-list-item .vsc-block-item-desc-infos-link .vsc-hide a {
    color: #8b3b2b !important;
}

.vsc-list-item .vsc-block-item-desc-infos-link .vsc-show.vsc-color {
    color: #8b3b2b !important;
}

.vsc-color {
    color: #8b3b2b !important;
}

.vsc-show {
    color: #8b3b2b !important;
}

/*.vsc-item .vdp-days .vdp-cell.vsc-date-bookable {
    background-color: #e4f1cd;
    background-color: rgba(139,59,43,0.3)!important;
}*/

.vsc-list-item-input:checked + .vsc-list-item-label {
    background-color: rgba(139,59,43,0.3)!important;
}

.vsc-loading-spinner:not(:required):after {

    box-shadow: #009fe3 1.5em 0 0 0, #099bda 1.1em 1.1em 0 0, #1298d1 0 1.5em 0 0, #1b94c8 -1.1em 1.1em 0 0, #2490bf -1.5em 0 0 0, #1b94c8 -1.1em -1.1em 0 0, #1298d1 0 -1.5em 0 0, #099bda 1.1em -1.1em 0 0 !important;
    
    box-shadow: #8b3b2b 1.5em 0 0 0, #8b3b2b 1.1em 1.1em 0 0, #8b3b2b 0 1.5em 0 0, #8b3b2b -1.1em 1.1em 0 0, #8b3b2b -1.5em 0 0 0, #8b3b2b -1.1em -1.1em 0 0, #8b3b2b 0 -1.5em 0 0, #8b3b2b 1.1em -1.1em 0 0 !important;

}

body > div.vdp-layer.vri-container-701-datepicker .vdp-head {
    color: #fff;
    line-height: 28px;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0;
    background: #8b3b2b !important;
}
body > div.vdp-layer.vri-container-701-datepicker .vdp-head select {
    background: #8b3b2b !important;
    color: #fff;
}

aside {
	z-index:10;	
}

.vri-overlay-content {
    position: relative;
    left: 0;
    top: 5%;
    height: auto;
    width: 980px;
    z-index:99999 !important;
}

.cst {
	text-align:center !important;	
}


#rahmen_buchen {
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:999999;	
	text-align:center;

}

#rahmen_buchen_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.7;
	z-index:5;	
}

#rahmen_buchen_content{
	margin-left:auto;
	margin-right:auto;
	max-width:980px;
	position:relative;
	top:0;
	z-index:10;
	text-align:center;
}

#rahmen_buchen_close {
	right:0;
	top:0;
	width:40px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:10;
}


/* ende buchungsformular */

.entry-title
{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 70px;
    line-height: 76px;

}

.cmsmasters_post_cont .entry-title
{
	line-height: 36px;
}

.cmsmasters_open_post .entry-title {
	font-size: 40px;
	line-height: 40px;
}
.tribe-events-single-event-title
{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 50px;
    line-height: 56px;

}
.tribe-events-list .tribe-events-list-event-title {

    line-height: 20px;
}


#cmsmasters_heading_i0anpedeyq .cmsmasters_heading, #cmsmasters_heading_i0anpedeyq .cmsmasters_heading a {
    font-family: 'Cormorant';
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
}

#cmsmasters_heading_mfj5kx3g9t .cmsmasters_heading, #cmsmasters_heading_mfj5kx3g9t .cmsmasters_heading a {
    font-family: 'Cormorant';
    font-size: 40px;
    line-height: 48px;
    color: #8b3b2b;
}


.amt_teaser_kasten {
	min-height:330px;
	height:330px;
	max-height:330px;
	overflow:hidden;
}


.cmsmasters_single_event .cmsmasters_single_event_img .tribe-events-event-image {
    text-align: left;
    margin-bottom: 25px;
    margin-left: 25px;
    padding-right:25px;
}

.cmsmasters_single_event .cmsmasters_single_event_img .tribe-events-event-image img {
    width:70%;
    height:auto;
}

@media only screen and (max-width: 768px) {
	.cmsmasters_single_event .cmsmasters_single_event_img .tribe-events-event-image {

    	margin-left: 10px;
    	padding-right:10px;
	}
	
	.cmsmasters_single_event .cmsmasters_single_event_img .tribe-events-event-image img {
    	width:100%;
    	height:auto;
	}
	
	
	.amt_teaser_kasten {
		min-height:330px;
		height:330px;
		max-height:330px;
		overflow:hidden;
		padding-bottom:30px;
	}
}

/*
@media only screen and (max-width: 1024px) {
	#page .headline_outer .headline_inner .headline_text {
	    display: block;
	    text-align: center;
	    padding-top:20%;
	}
	
	#page .headline_outer .headline_inner .headline_aligner {
    display: none;
}
}


@media only screen and (max-width: 768px) {
	#page .headline_outer .headline_inner .headline_text {
	    display: block;
	    text-align: center;
	    padding-top:30%;
	}
	.entry-title {
		
	    font-size: 40px;
	    line-height: 46px;
	}
	

}
*/

@media only screen and (max-width: 768px) {
	#page .headline_outer .headline_inner {
	    padding: 0 25px;
	    display:none;
	    xmargin-top:-50px;
	}
	
	.entry-title {
		
	    font-size: 40px;
	    line-height: 46px;
	}
}
@media only screen and (max-width: 520px) {

	.top-menue-right {
		display:none;	
	}
        .top-menue-right-mobile {
                display:block;
        }

}

@media only screen and (min-width: 520px) {

        .top-menue-right-mobile {
                display:none;
        } 


}

@media only screen and (max-width: 414px) {
	#page .headline_outer .headline_inner .headline_text {
	    xpadding-top:40%;
	}
}


.zusatz-button-head {
	padding-top:15px;	
	text-align:center;
}


.tp-bullet {
    width: 12px !important;
    height: 12px !important;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.4);
}

.cmsmasters_project_read_more , .cmsmasters_project_read_more  a, .cmsmasters_post_read_more,  .cmsmasters_post_read_more  a {
	font-style:normal !important;	
}

.cmsmasters_post_cont_info.entry-meta {
	display:none;	
}


.widget .vcalendar .entry-title a {
font-size: 15px;
line-height: 26px;
}
.tribe-events-list-widget-content-wrap {
	border-bottom: 1px solid #dddddd;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0 !important;	
}
.tribe-events-list-widget-content-wrap:last-child {
	border:none;
}
.widget .vcalendar .type-tribe_events, .tribe-mini-calendar-list-wrapper .type-tribe_events {
    margin: 0 0 10px;
}

/* headline blog-slider */

.amt_sle_head {
	height:auto;
}
@media only screen and (max-width: 1440px) {
	.amt_sle_head {
		height:50px;
	}
}

.amt_sle_head_m {
	height:auto;
}
@media only screen and (max-width: 1240px) {
	.amt_sle_head_m {
		height:70px;
	}
}
@media only screen and (max-width: 740px) {
	.amt_sle_head_m {
		height:auto;
	}
}


.amt_over_b {
	
}
/*
.amt_over_b_cover {
	top:0;
	width:100%;
	height:100%;
	xbackground-color:#000;
	xopacity:1;
	background-image: url("../img/bg-cover-img-2.png");
	background-repeat:repeat;
	background-size:50px 50px;
	z-index:99999;

}
*/


.amt_over_b_cover img {
	
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.6;
}

.home  .featured_block_inner {
	xpadding-left:0 !important;
	xpadding-right:0 !important;
}

/* kalender */
table.tribe-events-calendar tbody td div[id*="tribe-events-daynum-"], table.tribe-events-calendar thead th, table.tribe-events-calendar tbody td.tribe-events-present div[id*="tribe-events-daynum-"], table.tribe-events-calendar tbody td.tribe-events-present div[id*="tribe-events-daynum-"] a, .tribe-events-grid .tribe-grid-header a:hover span, .tribe-events-grid .tribe-grid-header span, .tribe-mini-calendar thead, .tribe-mini-calendar thead a, .tribe-this-week-events-widget .this-week-today .tribe-this-week-widget-header-date {
    color: #f5f5f5;
    color: #c6c6c6;
}

.liste-jubi   {
	xmargin-left:-15px;
	line-height: 1.2;
}

.liste-jubi ul {
	list-style-type:none;	
}

.liste-jubi ul > li {
  xtext-indent: -10px;
}
 .liste-jubi ul > li:before {
  content: "- ";
  xtext-indent: 15px;
}

 .liste-jubi ul li ul {
	margin-left:-10px;
	list-style-type:none;
	
}
/* maileingabe newsletter */
#mc4wp-form-1 .mc4wp-form-fields input[type="email"] {
	border-color:#f4f4f4;	
	color:#f4f4f4;
	padding:5px;
	height:32px;

}

#mc4wp-form-1 .mc4wp-form-fields input[type="checkbox"] {
	padding-bottom:0;
	margin-right:5px;
	width:18px;
	height:18px;
}

#mc4wp-form-1 .mc4wp-form-fields a, #mc4wp-form-1 .mc4wp-form-fields label {
	color:#f4f4f4;
	font-size: 16px;
    line-height: 16px;
    font-weight: 400;
	font-style: normal;
	
}

#mc4wp-form-1 .mc4wp-form-fields input[type="submit"] {
	height:32px;
	line-height: 16px;
	width:155px;
}

#mc4wp-form-1 p {
padding: 0 0 10px;
}

#vri-container-701 .vri-widget-fixed, #vri-overlay .vri-container-701 .vri-widget-fixed {
	display: block !important;
}
