﻿@charset "utf-8";

* {
	margin: 0px 0px;
	padding: 0px 0px;
	border: 0px;
	text-align: center;
}

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #1e1e1e;
}

a img {
	border: none;
}

a {
	color: #cbbc2f;
	text-decoration: none;
}

a:hover {
	color: #ab9f2f;
	text-decoration: none;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.farben {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.farben:hover {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.einzoomen {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	-webkit-transform: scale(2.00);
	transform: scale(2.00);
	z-index: 5000;
}

.responsive-video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-video {
	position: relative;
	height: 0;
	padding: 0 0 50% 0;
 	overflow: hidden;
}

#zerone {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 5px 0;
}

.trennlinie {
	border-bottom: dashed 1px;
	border-color: #666;
}

.flex-caption {
    background: rgba(0, 0, 0, 0.75);
    text-shadow: none;
    font-size: 1.00em;
    line-height: 20px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.kursiv {
	font-size: 18px;
	color: #433c34;
	transform: rotate(-6deg);
}

.label {
	background: #cbbc2f;
	float: left;
	color: #fff;
	margin: 0 1%;
	padding: 5px 10px;
	cursor: pointer;
}

#sidebar {
	height: 100%;
	
	width: 100%;
	clear: none;
	float: left;

}

.popup {
	visibility: hidden;
}

input:checked+#sidebar {
	display:none;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover {
	background-color: rgba(230, 230, 230, 1.00);
}

















@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(10, 10);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
}

input[type=checkbox] {
  	transform: scale(1.5);
}

}





 @media screen and (min-width: 1024px) {
 
h1 {
	font-size: 4.00vw;
	line-height: 4.00vw;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

h2 {
	font-size: 4.00vw;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

h3 {
	font-size: 1.25vw;
	color: #1e1e1e;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	padding: 15px 0;
}

#suchen {
	margin: 50px 0;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 37px;
	z-index: 5000;
}

#nach-unten {
	position: fixed;
	left: 50%;
	bottom: 10px;
	width: 60px;
	height: 37px;
	margin: 0 0 0 -30px;
	z-index: 5000;
}

#zurueck {
	position: fixed;
	top: 45%;
	left: 0;
	width: 5%;
	z-index: 5000;
}

#effekt {
	visibility: visible;
	background-image: url('../images/effekt/winter/effekt-1.png'), url('../images/effekt/winter/effekt-2.png'), url('../images/effekt/winter/effekt-3.png');
	position: absolute;
	top: 100px;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-animation: effekt 40s linear infinite;
	-moz-animation: effekt 40s linear infinite;
	-ms-animation: effekt 40s linear infinite;
	animation: effekt 40s linear infinite;
	z-index: 1000;
}

@keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-moz-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-webkit-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-ms-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

#hintergrund {
	width: 100%;
	margin: 100px 0 0 0;
	z-index: -1000;
}

#oben {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

#diverses {
	width: 100%;
	height: 50px;
	background-color: rgba(255, 255, 255, 1.00);
	color: #000;
}

#diverses-1 {
	display: none;
}

#hauptmenue a {
	color: #fff;
	text-decoration: none;
}

#quickinfo a {
	color: #1e1e1e;
}

#quickinfo a:hover {
	color: #ab9f2f;
}

#hauptmenue-1 {
	display: none;
}

.navigation {
	height: 60px;
	padding: 18px 5px 0 5px;
}

#dropdown {
	position: fixed;
	top: 39px;
	left: 0;
	width: 100%;
	color: #333333;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 5000;
}

#untermenue {
	display: none;
}

#schliessen {
	margin: -18px 0 0 0;
}

.schliessen {
	cursor: inherit;
}

#verschiedenes {
	position: fixed;
	top: 94px;
	width: 100%;
	transform-origin: 25% 100%;
    animation-duration: 0.5s;
    animation-name: fadeAndScale;
	z-index: 2000;
}

.moduletable {
	margin: -2px 0 -4px 0;
}

#inhalt {
	margin: 50px 0;
}

#fusszeile {
	background-color: rgba(230, 230, 230, 0.00);
	font-size: 18px;
	color: #646464;
}

#fusszeile a {
	color: #646464;
}

#fusszeile a:hover {
	color: #ab9f2f;
	text-decoration: none;
}

#fusszeile a:active {
	color: #ab9f2f;
	text-decoration: none;
}

.images {
	width: 100%;
	height: auto; 
}

.t5 {
	float: left;
	width: 5%;
	border-spacing: 0px;
}

.t10 {
	float: left;
	width: 10%;
	border-spacing: 0px;
}

.t12 {
	float: left;
	width: 12.5%;
	border-spacing: 0px;
}

.t12-grau {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 9.25%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 0.5% 0.5%;
}

.t15 {
	float: left;
	width: 15%;
	border-spacing: 0px;
}

.t20 {
	float: left;
	width: 20%;
	border-spacing: 0px;
}

.t25 {
	float: left;
	width: 25%;
	border-spacing: 0px;
}

.t30 {
	float: left;
	width: 30%;
	border-spacing: 0px;
}

.t33 {
	float: left;
	width: 33.333%;
	border-spacing: 0px;
}

.t33-grau {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.haus {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.wohnung {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.extras {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.preise {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 88%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.saisons {
	background-color: rgba(196, 196, 196, 1.00);
	float: left;
	width: 10.5%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 0.5% 0.5%;
}

.saisonzeiten {
	font-size: 0.75vw;
	line-height: 0.90vw;
	padding: 10px 0;
}

.leistungen {
	background-color: rgba(196, 196, 196, 1.00);
	float: left;
	width: 48%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.standort {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.verfuegbarkeiten {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.anfrage {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 28%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.details {
	visibility: hidden;
}

.t35 {
	float: left;
	width: 35%;
	border-spacing: 0px;
}

.t40 {
	float: left;
	width: 40%;
	border-spacing: 0px;
}

.t50 {
	float: left;
	width: 50%;
	border-spacing: 0px;
}

.t60 {
	float: left;
	width: 60%;
	border-spacing: 0px;
}

.t66 {
	float: left;
	width: 66.666%;
	border-spacing: 0px;
}

.t70 {
	float: left;
	width: 70%;
	border-spacing: 0px;
}

.t80 {
	float: left;
	width: 80%;
	border-spacing: 0px;
}

.t90 {
	float: left;
	width: 90%;
	border-spacing: 0px;
}

.verschiedenes {
	background-color: rgba(255, 56, 56, 1.00);
	height: 40px;
	float: left;
	color: #fff;
	margin: 0 1% 0 0;
	padding: 0 1%;
	z-index: 2000;
}

.vermietung {
	float: left;
	width: 18%;
	border-spacing: 0px;
	margin: 0 1%;
}

.p10 {
	padding: 0 10%;
}

.e1 {
	background-color: rgba(0, 0, 0, 0.25);
	transition: background 1.0s;
}

.e1:hover {
	background-color: rgba(0, 0, 0, 0.85);
}

.e2 {
	background-color: rgba(203, 188, 47, 0.25);
	transition: background 1.0s;
}

.e2:hover {
	background-color: rgba(203, 188, 47, 0.85);
}

.e3 {
	background-color: rgba(203, 188, 47, 1.00);
	transition: background 0.2s;
	font-size: 1.25vw;
}

.e3 a {
	color: #fff;
}

.e3:hover {
	background-color: rgba(171, 159, 47, 1.00);
}

.e4 {
	background-color: rgba(171, 159, 47, 1.00);
	transition: background 0.2s;
}

.e4:hover {
	background-color: rgba(203, 188, 47, 1.00);
}

.e5 {
	color: #fff;
	font-size: 1.00vw;
	line-height: 1.20vw;
  	width: 8vw;
  	height: 8vw;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	box-sizing: border-box;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.0);
  	padding: 1% 1%;
}

#e6 {
	line-height: 0px;
	color: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
 
#e6:hover {
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
	color: #1e1e1e;
}

.button {
    background-color: #ab9f2f;
    color: #fff;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px 2px;
    cursor: pointer;
}

input {
    background-color: #f1db3a;
    color: #73701f;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
    padding: 15px 15px;
    text-decoration: none;
    cursor: pointer;
}

.focus:focus {
    background-color: #e3e299;
}

.ferienwohnungen .subheading-category {
	font-size: 4.00vw;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

.ferienwohnungen h2{
	font-size: 1.20vw;
	line-height: 1.30vw;
	color: #1e1e1e;
	padding: 50px 0 0 0;
}

.ferienwohnungen .haus {
	display: none;
}

.ferienwohnungen .wohnung {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 96%;
	font-size: 0.85vw;
	line-height: 0.95vw;
	border-spacing: 0px;
	margin: 2% 2%;
	padding: 2% 2%;
}

.ferienwohnungen .extras {
	display: none;
}

.ferienwohnungen .preise {
	display: none;
}

.ferienwohnungen .standort {
	display: none;
}

.ferienwohnungen .verfuegbarkeiten {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 48%;
	font-size: 0.80vw;
	line-height: 0.90vw;
	border-spacing: 0px;
	margin: -8px 0 0 2%;
	padding: 1% 1%;
}

.ferienwohnungen .anfrage {
	display: none;
}

.ferienwohnungen .details {
	visibility: visible;
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 48%;
	font-size: 0.80vw;
	line-height: 0.90vw;
	border-spacing: 0px;
	margin: -8px 2% 0 0;
	padding: 1% 1%;
}

.ferienwohnungen .e3 {
	background-color: rgba(203, 188, 47, 1.00);
	transition: background 0.2s;
	font-size: 0.85vw;
}

.ferienwohnungen .e3 a {
	color: #fff;
}

.ferienwohnungen .e3:hover {
	background-color: rgba(171, 159, 47, 1.00);
}

.ferienwohnungen h3 {
	font-size: 1.10vw;
	line-height: 1.10vw;
}

.ferienwohnungen .t5 {
	display: none;
}

.items-row {
	float: left;
	width: 20%;
}

}





 @media screen and (max-width: 1023px) {
 
h1 {
	font-size: 30px;
	line-height: 30px;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

h2 {
	font-size: 25px;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

h3 {
	font-size: 30px;
	color: #1e1e1e;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	padding: 15px 0;
}

#suchen {
	margin: 50px 0;
}

#nach-oben {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 37px;
	z-index: 5000;
}

#nach-unten {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#zurueck {
	position: fixed;
	top: 45%;
	left: 0;
	width: 5%;
	z-index: 5000;
}

#effekt {
	visibility: visible;
	background-image: url('../images/effekt/winter/effekt-1.png'), url('../images/effekt/winter/effekt-2.png'), url('../images/effekt/winter/effekt-3.png');
	position: absolute;
	top: 100px;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-animation: effekt 40s linear infinite;
	-moz-animation: effekt 40s linear infinite;
	-ms-animation: effekt 40s linear infinite;
	animation: effekt 40s linear infinite;
	z-index: 1000;
}

@keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-moz-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-webkit-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

@-ms-keyframes effekt {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 960px 960px, 1920px 1920px, 3840px 3840px;}
  100% {background-position: 1920px 1920px, 3840px 3840px, 7680px 7680px;}
}

#hintergrund {
	width: 100%;
	margin: 100px 0 0 0;
	z-index: -1000;
}

#oben {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

#diverses {
	display: none;
}

#diverses-1 {
	width: 100%;
	height: 50px;
	background-color: rgba(255, 255, 255, 1.00);
}

#hauptmenue a {
	color: #fff;
	text-decoration: none;
}

#quickinfo a {
	color: #1e1e1e;
}

#quickinfo a:hover {
	color: #ab9f2f;
}

#hauptmenue {
	display: none;
}

.navigation {
	height: 60px;
	padding: 10px 5px;
}

#dropdown {
	position: fixed;
	top: 39px;
	left: 0;
	width: 100%;
	color: #333333;
	font-size: 16px;
	background-color: rgba(255, 255, 255, 1.00);
	z-index: 5000;
}











#untermenue {
	visibility: hidden;
	position: fixed;
	top: 105px;
	right: 0;
	background-color: rgba(255, 252, 225, 1.00);
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #73701f;
	z-index: 8000;
}

#untermenue-1 {
	position: relative;
	height: 100%;
    width: 100%;
    overflow: hidden;
}









#untermenue-2 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	z-index: 6000;

}

.untermenue-2 ul {
	list-style: none;
	display: inline-table;
	color: #fff;
	width: 100%;
}

.untermenue-2 ul li a {
	display: block;
	text-align: left;
	border-bottom: solid 1px;
	border-color: #ccbc34;
	font-size: 20px;
	color: #73701f;
	text-transform: uppercase;
	padding: 15px 15px;
}

.untermenue-2 ul li:hover > a {
	background-color: rgba(203, 188, 47, 0.25);
	color: #73701f;
}

.untermenue-2 ul li:hover > ul {
	display: block;
	padding: 0;
}

.untermenue-2 ul ul li a {
	border-bottom: solid 1px;
	border-color: #ccbc34;
	color: #73701f;
	padding: 25px 50px;
}

.untermenue-2 ul ul li:hover > a {
	background-color: rgba(203, 188, 47, 0.25);
	color: #73701f;
}

.untermenue-2 .nav-child {
	display: none;
	z-index: 1000;
	line-height: 0px;
}

















#schliessen {
	margin: -18px 0 0 0;
}

.schliessen {
	cursor: inherit;
}

#verschiedenes {
	position: fixed;
	top: 94px;
	width: 100%;
	transform-origin: 25% 100%;
    animation-duration: 0.5s;
    animation-name: fadeAndScale;
	z-index: 2000;
}

.moduletable {
	margin: -2px 0 -4px 0;
}

#inhalt {
	margin: 50px 0;
}

#fusszeile {
	background-color: rgba(230, 230, 230, 0.00);
	font-size: 18px;
	color: #646464;
}

#fusszeile a {
	color: #646464;
}

#fusszeile a:hover {
	color: #ab9f2f;
	text-decoration: none;
}

#fusszeile a:active {
	color: #ab9f2f;
	text-decoration: none;
}

.images {
	width: 100%;
	height: auto; 
}

.t5 {
	float: left;
	width: 5%;
	border-spacing: 0px;
}

.t10 {
	float: left;
	width: 33.333%;
	border-spacing: 0px;
}

.t12 {
	float: left;
	width: 12.5%;
	border-spacing: 0px;
}

.t12-grau {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 9.25%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 0.5% 0.5%;
}

.t15 {
	float: left;
	width: 15%;
	border-spacing: 0px;
}

.t20 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t25 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t30 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t33 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t33-grau {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.haus {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.wohnung {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.extras {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.preise {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.saisons {
	background-color: rgba(196, 196, 196, 1.00);
	float: left;
	width: 48%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 0.5% 0.5%;
}

.saisonzeiten {
	font-size: 2.50vw;
	line-height: 2.65vw;
	padding: 10px 0;
}

.leistungen {
	background-color: rgba(196, 196, 196, 1.00);
	float: left;
	width: 48%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.standort {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.verfuegbarkeiten {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.anfrage {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 98%;
	border-spacing: 0px;
	margin: 1% 1%;
	padding: 1% 1%;
}

.details {
	visibility: hidden;
}

.t35 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t40 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t50 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t60 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t66 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t70 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t80 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.t90 {
	float: left;
	width: 100%;
	border-spacing: 0px;
}

.verschiedenes {
	background-color: rgba(255, 56, 56, 1.00);
	height: 40px;
	float: left;
	color: #fff;
	margin: 0 1% 0 0;
	padding: 0 1%;
	z-index: 2000;
}

.vermietung {
	float: left;
	width: 18%;
	border-spacing: 0px;
	margin: 0 1%;
}

.p10 {
	padding: 0 10%;
}

.e1 {
	background-color: rgba(0, 0, 0, 0.25);
	transition: background 1.0s;
}

.e1:hover {
	background-color: rgba(0, 0, 0, 0.85);
}

.e2 {
	background-color: rgba(203, 188, 47, 0.25);
	transition: background 1.0s;
}

.e2:hover {
	background-color: rgba(203, 188, 47, 0.85);
}

.e3 {
	background-color: rgba(203, 188, 47, 1.00);
	transition: background 0.2s;
	font-size: 15px;
}

.e3 a {
	color: #fff;
}

.e3:hover {
	background-color: rgba(171, 159, 47, 1.00);
}

.e4 {
	background-color: rgba(171, 159, 47, 1.00);
	transition: background 0.2s;
}

.e4:hover {
	background-color: rgba(203, 188, 47, 1.00);
}

.e5 {
	color: #fff;
	font-size: 2.00vw;
	line-height: 2.40vw;
  	width: 16vw;
  	height: 16vw;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	box-sizing: border-box;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.0);
  	padding: 1% 1%;
}

#e6 {
	line-height: 0px;
	color: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
 
#e6:hover {
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
	color: #1e1e1e;
}

.button {
    background-color: #ab9f2f;
    color: #fff;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 4px 2px;
    cursor: pointer;
}

input {
    background-color: #f1db3a;
    color: #73701f;
    border: none;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
    padding: 15px 15px;
    text-decoration: none;
    cursor: pointer;
}

.focus:focus {
    background-color: #e3e299;
}

.ferienwohnungen .subheading-category {
	font-size: 30px;
	color: #cbbc2f;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 25px 0;
}

.ferienwohnungen h2{
	font-size: 25px;
	line-height: 24px;
	color: #1e1e1e;
	padding: 50px 0 0 0;
}

.ferienwohnungen .haus {
	display: none;
}

.ferienwohnungen .wohnung {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 96%;
	font-size: 15px;
	line-height: 20px;
	border-spacing: 0px;
	margin: 2% 2%;
	padding: 2% 2%;
}

.ferienwohnungen .extras {
	display: none;
}

.ferienwohnungen .preise {
	display: none;
}

.ferienwohnungen .standort {
	display: none;
}

.ferienwohnungen .verfuegbarkeiten {
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 48%;
	font-size: 0.80vw;
	line-height: 0.90vw;
	border-spacing: 0px;
	margin: -8px 0 0 2%;
	padding: 1% 1%;
}

.ferienwohnungen .anfrage {
	display: none;
}

.ferienwohnungen .details {
	visibility: visible;
	background-color: rgba(230, 230, 230, 1.00);
	float: left;
	width: 48%;
	font-size: 0.80vw;
	line-height: 0.90vw;
	border-spacing: 0px;
	margin: -8px 2% 0 0;
	padding: 1% 1%;
}

.ferienwohnungen .e3 {
	background-color: rgba(203, 188, 47, 1.00);
	transition: background 0.2s;
	font-size: 15px;
}

.ferienwohnungen .e3 a {
	color: #fff;
}

.ferienwohnungen .e3:hover {
	background-color: rgba(171, 159, 47, 1.00);
}

.ferienwohnungen h3 {
	font-size: 25px;
	line-height: 25px;
}

.ferienwohnungen .t5 {
	display: none;
}

.items-row {
	float: left;
	width: 100%;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
	display: none;
	visibility: hidden;
}

}