body { 
  width: auto;
  height: auto;
  background-color:  #000333;
}

#left {
	flex: none;
}

#startbild {
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 90%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#startbild figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#starttext {
	min-width: 300px;
	max-width: 90%;
	margin-top:40px;
	margin-left: 5%;
	font-size: 16px;
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 150%;
	color: #808080;
}

h1{
	position: relative;
	margin-top: 50px;
	margin-left: 40px;
	font-family: "optima", sans-serif;
	font-weight: lighter;
	font-size: 2em;
	letter-spacing: 0.3em;
	color: #7495a6;
	width: 100%;
}

h2{
	/*fw seite beschreibung überschrift*/
	color: #7495a6;
	font-size: 20px;
	font-family: "optima";
	font-weight: lighter;
	margin-top: 30px;
	margin-left: 20px;
	letter-spacing: 0.3;
	width: 100%;
}

h3{
	font-family: "optima", sans-serif;
	font-weight: lighter;
	font-size: 30px;
	color: #7495a6;
	width: 100%;
}

h4{
	/*home/fw/ar/i/dseite überschrift*/
	font-family: "optima", sans-serif;
	font-weight: lighter;
	font-size: 25px;
	letter-spacing: 0.3em;
	color: #7495a6;
	width: 100%;
}

h5{
	font-family: "optima", sans-serif;
	font-weight: lighter;
	font-size: 40px;
	letter-spacing: 0.3em;
	color: #7495a6;
	margin-top: 50px;
	width: 100%;
}

h6{
	font-family: "optima", sans-serif;
	font-weight: lighter;
	font-size: 2em;
	letter-spacing: 0.3em;
	color: #7495a6;
	width: 100%;
	margin-top: 50px;
}

.impressum{
	padding: auto;
	padding-right: 3em;
	padding-left: 3em;
	font-size: 16px;
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #808080;
}

.datenschutz{
	padding: auto;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 1em;
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #808080;	
}

.preis{
	padding-left: 190px;
	font-size: 16px;
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #808080;
}

/*---------------------------------------------------Ferienwohnung_Seite----------------------------------------------------*/

.fw{
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #808080;
	font-size: 16px;
}

.fw .bild {
	margin: 0;
	padding: 0;
}

.fw .text{
	margin-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*---------------------------------------------------Gallerie----------------------------------------------------*/

#mbContainer {
	overflow: hidden;
}

.row_1 img{
	display:none;
}

.row_2 img{
	display:none;
}

.row_0 img:hover{
	opacity: 1;
	-webkit-animation: hover 1.5s;
	-moz-animation: hover 1.5s;
	animation: hover 1.5s;
}

@-webkit-keyframes hover {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes hover {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes hover {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

/*------------------------------------------------------Anreise--------------------------------------------------*/

#maps{
	margin-left: 3em;
	margin-top: 2em;
}

.anreise kontakt{
	flex:2;
}

.map{
	display: flex;
	flex-flow: row wrap;
	flex: 3;
}


.map kt{
	flex:2;
}

.kt{
	margin-top: 2em;
	margin-left: 7em;
	font-size: 1em;
	font-family: "helvetica";
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #808080;
}

/*------------------------------------------------------Media_Queries--------------------------------------------------*/

@media (max-width: 720px){
	
	.body{
		display:block;
		width: 70%;
		font-size: 0.5;
		justify-content:flex-start;
		height:auto;
		text-align:center;
	}

	.map{
		display:block;
		width: 70%;
		font-size: 0.5;
		justify-content:flex-start;
		height:auto;
		text-align:center;
	}
	
	.map kt {
		flex:100%;
		display:block;
	}
	
}

@media only screen and (max-width: 600px) {
  
  .anreise{
    width: 70%;
    font-size: 0.5em;
  }
  
  .impressum{
  	
    width: 70%;
    font-size: 0.5em;
  }
  
  .datenschutz {
    width: 70%;
    font-size: 0.5em;
  }
  
}