/* //////////////////////////////////// Version 6 - Ganzes Bild //////////////////////////////////// */
.bild_g_hover {
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
}
.bild_g {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bild_g_hover:hover .bild_g, .bild_g_hover:focus .bild_g {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.bild_g_hover:hover .bild_g:before, .bild_g_hover:focus .bild_g:before {
    display: block;
}
.bild_g_hover:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.overlay{
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: arek, serif;
	padding: 0 30px;
}
.overlay a{
	color: #fff;
	display: block;
}
.overlay h4{
	font-size: 40px;
}
.overlay .button a{
	color: #fff;
}
.overlay .button a:hover{
	color: #fff;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
}

/* //////////////////////////////////// Version 12- Auflistung Aktivitäten //////////////////////////////////// */
.filter_box{
	padding: 10px 0;
	text-align: center;
	margin-bottom: 50px;
}
.filter_box button{
	width: auto;
	border: none;
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	margin: 10px;
	font-weight:300;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	text-transform: none;
	font-size: 20px;
	color: #707070;
    font-family: interstate, sans-serif; 
}
.filter_box button.is-checked, .filter_box button:hover{
	color: #707070;
	border-bottom: 1px solid #707070;
}
.aktivitaet_box{
	width: calc(50% - 40px);
	margin-bottom: 30px;
    background-color: #f0f0f0;
}
.aktivitaet_bild{
	height: 250px;
	width: calc(100% - 40px);
	background-position: center;
	background-size: cover;
    margin: 20px;
}
.aktivitaet_text_box{
	border-top: none;
    margin: 0 20px 20px;
}
.aktivitaet_text_box h3{
	font-size: 25px;
	margin-bottom: 20px;
    font-family: interstate, sans-serif;
    font-weight: 600;
    color:#707070;
}
.news_bild{
	height: auto;
	width: calc(100% - 40px);
    margin: 20px;
}

/* //////////////////////////////////// Verlinkungen //////////////////////////////////// */
.verlinkung_box{
	width: calc(50% - 40px);
	margin-bottom: 80px;
}
.verlinkung_bild{
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.verlinkung_text_box{
	padding-top: 20px;
}
.verlinkung_text_box h3{
	font-size: 35px;
	margin-bottom: 20px;
}

/* //////////////////////////////////// Seminare //////////////////////////////////// */
.seminare_box{
	width: calc(50% - 40px);
	margin-bottom: 60px;
    background-color: #EDEEEB;
}
.seminare_text_box{
	border-top: none;
    margin: 50px;
}
.seminare_text_box h3{
	font-size: 22px;
	margin-bottom: 0;
    font-family: interstate, sans-serif;
    font-weight: 600;
    color:#707070;
}
.seminare_text_box p{
    margin: 0;
}
.seminare_text_box .button{
    color:#556449;
    margin-top: 15px;
}
.preisbutton{
	margin-top:40px;
}

/* ////////// Tabs ////////// */
.bg_grau{
	background-color: #F0F0F0;
	padding: 50px 0;
}
.tablink_box{
	text-align: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.tablink{
	border: none;
	border-radius: none;
	box-shadow: none;
	background-color: rgba(255,255,255,0);
	padding: 0;
	margin-right: 60px;
	cursor: pointer;
    display: inline-block;
	font-weight:300;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 20px;
	color: #707070;
    font-family: interstate, sans-serif; 
}
.tablink:last-child{
	margin: 0 auto;
}
.tablink.active{
	color: #556449;
}


.ausstattung_box{
	float: left;
	width: 50%;
	text-align: left;
	padding: 0 20px 10px 40px;
	background-image: url('https://projekt.haus-castelfeder.com/wp-content/themes/effekt/images/check.svg');
	background-size: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.preis_box{
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.preis_box:last-child{
	border: none;
	padding: 0;
	margin: 0 auto;
}
.preis_box .zeitraum{
	float: left;
	width: calc(100% - 120px);
	padding-right: 20px;
}
.preis_box .preis{
	float: right;
	width: 120px;
	border-left: 1px solid #707070;
	text-align: right;
	font-family: arek, serif;
	letter-spacing: 1px;
}
.button_preis{
	margin: 30px 10px 0;
	display: inline-block;
	vertical-align: middle;
}
.button_preis a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #2C3B2A;
	color: #fff;
	text-decoration: none;
	font-family: arek, serif;
	letter-spacing: 1px;
	font-size: 18px;
}
.button_preis a:hover{
	background-color: #BDA75C;
	color: #fff;
}
.grundriss_tab{
	text-align: center;
}
.grundriss_tab img{
	margin: 0 auto;
}


/* //////////////////////////////////// Geschichte //////////////////////////////////// */
.geschichte{
    width:100%;
    height:600px;
    text-align: center;
}
.geschichte_overlay{
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(112,112,112,0.6);
    cursor: pointer;
}
.geschichte_inner{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.geschichte_inner h2{
    margin-bottom: 15px;
    font-weight: 600;
}
.geschichte_inner p{
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
}
.close_familie {
    display: block;
    cursor: pointer;
    height: 50px;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.close_familie img{
	width: 50px;
    line-height: 0;
}
.familie_box{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #707070;
	color: #fff;
	display: none;
	bottom: 0px;
	left: 0px;
	padding: 35px;
	z-index: 10;
}
.geschichte_detail{
    background-color:#fff;
}
.familie_box_bild1 {
    width: 32%;
    float: left;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.familie_box_bild2 {
    width: 32%;
    float: left;
    margin: 0 2%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.familie_box_bild3 {
    width: 32%;
    float: left;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.familie_box_text {
    color: #707070;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 40px;
    overflow: scroll;
    height: 40vh;
    margin-bottom: 40px;
}

/* //////////////////////////////////// Zimmer //////////////////////////////////// */
.apartments_daten_box{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	border-right: 1px solid #000;
	width: 32%;
	margin-bottom: 30px;
    text-align: center;
    color:#556449;
}
.apartments_daten_box:nth-child(3){
	border:none;
}
.apartments_daten_box:last-child{
	border: none;
}
.info{
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
    font-family: arek, serif;
    text-align: center;
}
.beschreibung{
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
    font-family: interstate, sans-serif;
}
.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: middle;
}

/* //////////////////////////////////// Angebote //////////////////////////////////// */
.angebot_box{
	margin-bottom: 50px;
	position: relative;
}
.angebot_box:last-child{
	margin: 0 auto;
}
.bild_box_angebot{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	background-size: cover;
	background-position: center;
}
.text_box_angebot{
	width: 40%;
	float: left;
	text-align: left;
	color: #fff;
	background-color: #556449;
	padding: 50px 30px;
}
.text_box_angebot h2{
	color: #fff;
	margin: 0 auto;
    margin-bottom: 20px;
}
.text_box_angebot .preis_angebot{
	margin-bottom: 30px;
}
.text_box_angebot .button{
	border-bottom: 1px solid #fff;
}
.text_box_angebot .button a{
	color: #fff;
}
.bg_gruen{
	background-color: #556449;
	padding: 50px 0;
	color: #fff;
}
.angebot_slider .slick-prev {
    bottom: -50px!important;
    left: calc(50% - 35px);
    top: inherit;
    background-image: url('https://projekt.haus-castelfeder.com/wp-content/themes/effekt/images/prev_g.svg');
    width: 20px;
    height: 25px;
    z-index: 7;
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
}
.angebot_slider .slick-next {
    bottom: -50px!important;
    right: calc(50% - 35px);
    top: inherit;
    background-image: url('https://projekt.haus-castelfeder.com/wp-content/themes/effekt/images/next_g.svg');
    width: 20px;
    height: 25px;
    z-index: 7;
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
}

/* //////////////////////////////////// INPUT Fields //////////////////////////////////// */
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	width:100%;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input,
textarea {
	font-family: inherit;
	padding: 8px 12px;
}

.ui-widget-header{
	background:#556449;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background:#c4c4c5;
	color:#555555;
	border:1px solid #f5f5f5;
}
.ui-datepicker .ui-datepicker-title{
	color:#fff;
}
.wpcf7-form input, .wpcf7-form textarea{
	background-color:#f5f5f5;
	border:none;
}
.wpcf7-form .wpcf7-list-item-label, .wpcf7-form .wpcf7-list-item input[type="checkbox"]{
	display:inline-block;
	width:auto;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"]{
	margin:5px 10px 0 0;
}
.wpcf7-form .wpcf7-list-item{
	display:block!important;
	margin-bottom:10px;
	margin-left:0;
}
.wpcf7-form input[type="submit"]{
	width:auto;
	padding:10px 15px;
	background-color:#556449;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.wpcf7-form input[type="submit"]:hover{
	background-color:#ccc;
}
.check_anfrage{
	float: left;
	line-height: 1;
    padding-top: 3px;
}
.check_anfrage span{
	margin: 0 auto;
}
.check{
	margin: 0 auto;
	width: 13px;
}
.check_anfrage_text{
	width: calc(100% - 30px);
	float: right;
    margin-bottom: 30px;
}

.button{
    text-transform:uppercase;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom:1px solid #707070;
    display: inline-block;
}
.slidetitel{
    font-size:54px;
    position: absolute;
    bottom: 150px;
    left:15%;
    color:#fff;
    font-family: arek, serif;
    font-weight: 600;
    z-index: 8;
    text-shadow: 1px 1px 20px #000;
}
.slideuntertitel{
    font-size:23px;
    position: absolute;
    bottom: 110px;
    left:15%;
    color:#fff;
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 500;
    z-index: 8;
    text-shadow: 1px 1px 20px #000;
}
.slidemarkl{
    position: absolute;
    bottom: 110px;
    right:15%;
    z-index: 8;
    width: 150px;
    height: 150px;
}
.preisrow{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.preis_left{
    float: left;
    width: 80%;
}
.preis_right{
    float: right;
    width: 20%;
    text-align: right;
}

.videotitel{
	font-size:65px;
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
	position: absolute;
	z-index: 9;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 6px #333;
    font-family: 'heebo', sans-serif;
    text-transform: uppercase;
}
.videowrap{
    width:100%;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
video {  
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index:0;
}
.lefttop{
	left:10%;
	top: 10%;
}
.leftbottom{
	left:10%;
	bottom: 100px;
}
.righttop{
	right:10%;
	top: 10%;
}
.rightbottom{
	right:10%;
	bottom: 100px;
}
