/***********************************************/
/* Copyright 2019   Dieter Mähl
/*
/*                  Ferienhaus Mähl
/*		 			CSS Einstellungen
/* letzte Änderung : 12.03.2019
/* 					 221.01.2020 Anpassung Preiskalkulation
/**********************************************/


* {
  box-sizing: border-box;  
  
  }

/* Style the body */
body { 
  
  background: url(../images/fewohintergrund.jpg) no-repeat center center fixed;
 background-size: cover;  
  font-family: Arial, sans-serif;
  margin: auto; 
  width: 75%;  
  padding-top: 30px;
  padding-bottom: 60px;
}

.fewo_side {   
 width: 30%;
  background-color: #fffbf2;
  padding: 20px;
}

/* Main column */
.fewo_main { 

     
   width: 70%; 
  background-color: #fffbf2;
  padding: 20px;
}
.fewo {
	margin-top: 0px;	
	border: 0px;
}
.bewertung_main { 
	display: flex;
   width: 50%;
  background-color: #fffbf2;  
  margin-left: 30px;
}
.bild_left {
	float: left;	
	margin-top: 0px;
	margin-right: 10px;
}
.umgebung {      
  display: flex;
  flex-wrap: wrap;
  background-color: #fffbf2;
  padding-left: 40px;
}
.bilder_umgebung {
	border-radius: 20px;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0px;
	
}
.kontakt {      
  font-size: 18px; 
  background-color: #fffbf2;
  padding: 20px;
}
.box_overlay{
	
	display: none; 
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;  
	width: 100%;
	height: 100%;
	background: #EEE;;
	z-index:1001;
	opacity:.80;
	
 
} 

.box_bild {
	display: none;	
    position: absolute;
	font-weight: normal;
    font-size:14px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	background: #FFF;	
    border: 1px solid #CCC;
	z-index:1002;
	overflow: visible;
}
.box_bild_beschreibung {
	/*margin:10px 0px 10px 100px;*/
	text-align: center;

}
.box_close {
    display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	background: url('../images/closebox.png') top left no-repeat;
	cursor: pointer;	
}
.box_l, .box_r{
 	display: none;
 	position: absolute;
 	width: 80px; 
 	height: 32px; 
 } 
.box_l { 
	left: 0; 
	float: left;
}
.box_r {
 	right: 0; 
 	float: right;
 }
.box_l { 
	background: url('../images/prevlabel.gif') left no-repeat; 
}
.box_r {
 	background: url('../images/nextlabel.gif') right no-repeat;
}

/* Umrahmung */
.Umrahmung {
  border-top:   #dfd4be 20px solid;   
  border-left:  #dfd4be 10px solid; 
  border-right: #dfd4be 10px solid;  
  border-bottom: #dfd4be 10px solid;

}
.ueberschrift{

padding: 30px 0px 0px 30px; 
	background-color: #fffbf2;
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #817156;
	
	
}
/* Header/logo Title */
.header {
  
 background-color: #fffbf2;  
 text-align: left;
}



/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

/* declarations for the not-responsove-menu */

.topnav {
	
	float:left;  
  width: 100%;
  background: #fffbf2;
  font-size: 16px;
  padding-top: 25px;
  padding-left: 10px;
  padding-bottom: 25px;
 display:flex;
  
 }

.topnav ul {
  margin: 0;
  padding: 0;
  
}

.topnav a {
	
  display: block;
  color: black;
  text-decoration: none;
  
}

.topnav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

.topnav ul li a {
  margin: 0 10px        ;
  padding: 10px;
}

.topnav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.topnav ul li a:hover {
    border: 1px solid #212121;

}
.topnav ul li a.active {
	
    border: 1px solid #212121 !important;
}
.topnav ul li a{
	border: 1px solid #fff;	
    border-radius: 30px;
}

.topnav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #fffbf2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.topnav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

.topnav ul ul li a {
  padding: 10px 20px;
  margin: 0 0px ;
}

.topnav ul ul li:last-child {
  border-bottom: 0px;
}

.topnav ul li:hover > ul {
  top: 100%;
  left: 0px;
}
.topnav ul li a.active, .topnav ul ul li a.active {
	
	font-weight: bold;
	color: black;
	
}

/* Column container */
/* Column container */
.row {  
flex: 100%;

background-color: #fffbf2;

  padding: 0px 0px 0px 1px;
  display: flex;
  flex-wrap: wrap;
  
  
  
}
.belegung {
	/*flex: 100%;*/
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #fffbf2;
	padding: 10px 0px 0px 20px;
	display: flex;
	flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {   
 
  background-color: #fffbf2;
  padding: 20px;
}

/* Main column */
.main {      
   
  background-color: #fffbf2;
  padding: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
 iframe {
  max-width: 100%;
  }
/* Fake image, just for this example */
.fakeimg {
  background-color: #fffbf2;
  width: 100%;
  padding: 20px;
}

/* Footer */

.footer {
	
	position: fixed;
	font-size: 12px;
	padding: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1d2bf;
}
.footer a {
	color: black;
	text-decoration:none;
}
.footer p {
	float: right;
	margin: 0;
}

/* Declarations for the responsive menu */
@media screen and (max-width: 980px) {
  
* {
  font-size: 18px;
  word-wrap:break-word;
  
}
.hinweis {
	font-size: 15px;
}
body {
	background-color: #fffbf2;

  width: 100%;
	
}
  
label.responsive-nav-label {
    position: relative;
  display: block;
  padding: 20px;
  background: #fffbf2;
  cursor: pointer;
  color: black;
}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}
.box_bild_beschreibung {
	display:none;
}
.topnav {
  position: absolute;
  top: -9999px;
  padding: 0px;
}

input#responsive-nav[type=checkbox]:checked ~ .topnav {
  position: relative;
  top: 0;
}

.topnav a:after {
  display: none;
}

.topnav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important;
}
  
.topnav li a {
  
  background: #fffbf2;
}

.topnav ul li a{
font-size:20px;
margin: 1px 0px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
.topnav ul li a:hover,.topnav ul ul li a:hover {  
  margin: 1px;  
}
  
.topnav ul ul {
  position: relative !important;
  
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}
  
.topnav ul ul li {
	
  padding-left: 0px;
}
.topnav ul ul li a{

  margin: 1px 0px;
}

.fewo_side {   
 width: 100%;
}

/* Main column */
.fewo_main {      
   width: 100%;   
}
 
.footer p, .footer a {
	
	font-size: 12px;
	
}

}
@media screen and (max-width: 320px) {
.RespTable, .RespTable thead, .RespTable tbody, .RespTable tr, .RespTable th, .RespTable td {
	display: block;
}
.RespTable {
	text-align: left;
	

}


}
@media screen and (max-width: 480px) {
	img {
max-width:100%;
height:auto;
/*width: auto; ie 8 */
}
.bewertung_main { 
	
   width: 100%;
	}
img:hover {
 transform: scale(2.0, 2.0);
}
}