@media (max-width: 480px) {
  body {
  	font-size: 16px;
  }
	
  h2 {
  	font-size: 20px;
  }

  form > div > label,
  legend {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }

  .willkommenbild {
  	width: 100%;
  }

  .angebotsbild {
  	float:right;
  	height:46%;
  	width:46%;
  	border:0
  }

  .feldkurz {
  	font-size: 12px;
  	width: 30%;
  }

  .feldlang {
  	font-size: 12px;
  	width: 100%;
  }	

  textarea {
  	font-size: 12px;
  }

  .dots li{
	width: 8px;
  }
  
  div#navi {
	font-size: 16px;
	height: 50px;
  }
  
  div#navi .centered-content {
	padding-top: 6px;
	height: 50px;
	overflow: hidden;
  }  

  div.info-box1 {
  	height: auto;
  }

  div.info-box3 {
  	height: 200px;
  	width: 260px;
  }

  .seasonimg {
    height: auto;
	width: 85%; 
  }

  #kontakt-formular td.title-col {
	font-size: 14px;
	width: 80px;
  }

  #kontakt-formular .submit-button {
	font-size: 14px;
  }
  
  div#footer {
  	font-size: 16px;
	height: 100px;
  }  
  
	.hide-contact-large {
		display: none!important;
	}
	.hide-contact-medium {
		display: none!important;
	}
	.hide-contact-small {
		display: grid!important;
	}
}

@media (min-width: 480px) and (max-width: 600px) {
  body {
  	font-size: 16px;
  }
	
  h2 {
  	font-size: 20px;
  }

  form > div > label,
  legend {
	width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }

   .willkommenbild {
  	width: 85%;
  }

  .angebotsbild {
  	float:right;
  	height:42%;
  	width:42%;
  	border:0
  }
 
  .feldkurz {
  	font-size: 13px;
  	width: 30%;
  }

  .feldlang {
  	font-size: 13px;
  	width: 100%;
  }	

  textarea {
  	font-size: 13px;
  }

  .dots li{
	width: 15px;
  }

  div#navi {
	font-size: 16px;
	height: 30px;
  }
  
  div#navi .centered-content {
	padding-top: 6px;
	height: 30px;
	overflow: hidden;
  }

  div.info-box1 {
  	height: auto;	
}
  
  div.info-box3 {
  	height: 180px;
  	width: 320px;
  }

  #kontakt-formular td.title-col {
	font-size: 15px;
	width: 95px;
  }

  #kontakt-formular .submit-button {
	font-size: 15px;
  }
  
  div#footer {
  	font-size: 16px;
	height: 140px;
  }
  
	.hide-contact-large {
		display: none!important;
	}
	.hide-contact-medium {
		display: grid!important;
	}
	.hide-contact-small {
		display: none!important;
	}

}

@media (min-width: 600px) {
  body {
  	font-size: 18px;
  }

  h2 {
  	font-size: 22px;
  }

  form > div > label,
	legend {
  	text-align: right;
  }
  
  .willkommenbild {
  	width: 70%;
  }

  .angebotsbild {
  	float:right;
  	height:38%;
  	width:38%;
  	border:0
  }

  .feldkurz {
  	font-size: 14px;
  	width: 30%;
  }

  .feldlang {
  	font-size: 14px;
  	width: 100%;
  }	

   textarea {
  	font-size: 14px;
  }

  .dots li{
	width: 15px;
  }

  div#navi {
	font-size: 20px;
	height: 54px;
  }
  
  div#navi .centered-content {
	padding-top: 14px;
	height: 54px;
	overflow: hidden;
  } 

  div.info-box1 {
  	height: auto;	
}

  div.info-box3 {
  	height: 300px;
  	width: 170px;
  }

  #kontakt-formular td.title-col {
	font-size: 16px;
	width: 110px;
  } 

  #kontakt-formular .submit-button {
	font-size: 16px;
  }

  div#footer {
  	font-size: 20px;
	height: 180px;
  }
  
	.hide-contact-large {
		display: grid!important;
	}
	.hide-contact-medium {
		display: none!important;
	}
	.hide-contact-small {
		display: none!important;
	}

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #bf303f;
	font-weight: normal;
}

img {
/*     width: 100%; */
    width: auto;
    height: auto;
}

h2 {
	font-weight: bold;
}

a:visited {
	color: #878787;
	text-decoration: none;
	font-weight: bold;
	
}
a:link {
	color: #878787;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #878787;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #878787;
	text-decoration: underline;
	font-weight: bold;
}

#Seite {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 0px;
	max-width: 100%;
	height: auto;
	min-height: 480px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	/*overflow: hidden;*/
}

.centered-content {
	max-width: 918px;
	height: auto;
	margin: 0px auto;
	padding: 41px;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-width: 1px;
    border-color: #bf303f;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.navigation li {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 7px;
	float: left;
	color: #ffffff;
	background-image: url(position-trenner.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ul.navigation a {
	color: #ffffff;
}

ul.navigation-foot {
	margin: -80px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.navigation-foot li {
	margin: 0px 0px 0px -20px;
	padding: 0px 7px 0px 20px;
/* 	float: left; */
	color: #ffffff;
	background-image: url(position-trenner.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
ul.navigation-foot a {
	color: #ffffff;
}

/* .fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    height: auto;
}
*/

div#header {
	max-height: 803px;
/*	height: 100%; */
}
div#header .centered-content {
	max-width: 1000px;
	height: auto;
	padding: 17px 0px 0px 0px;
	text-align: center;
}
div#header img.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#slideshow {
	padding-top: 4px;
	padding-bottom: 4px;
/*	max-width: 1000px;
	height: auto;
*/}

/*
	This is for the slideshow gallery
*/
.banner {
	position: relative;
	overflow: auto;
}
.banner ul {
	padding: 0px;
	margin: 0px;
/*	max-width: 100%;
	height: auto;
*/}
.banner li {
	list-style: none;
}
.banner ul li {
	float: left;
/*	max-width: 100%;
	height: auto;
*/}
.dots {
	text-align: right;
	position: relative;
	top: -100%;
}
.dots li{
	display: inline-block;
	height: 0; 
	padding: 12px 5px 0 10px; /*the first number is your img height*/
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.dots .active{
	background-image: url(images/dot-active.png);
}


div#navi {
	background-color: #bf303f;
	color: #ffffff;
	text-align: center;
}
div#navi .centered-content {
	padding-bottom: 0px;
	text-align: center;
}

div.content-area {
}

div.content-area.rose {
	background-color: #f8eaeb;
}
.content-area h3 {
	line-height: 28px;
}

.bg-entspannen {
	background-image: url("images/entspannen2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain; 
}
.bg-bisbald {
	background-image: url("images/bis-bald2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain; 
}

.left-column-content {
	max-width: 710px;
	height: auto;
	display: inline-block;
}

.left-column-content ul{
	list-style-type: none;
}

.auszeichnungs-box {	
	width: 159px;
}

.info-box {
	/*display: inline-block;*/
	background-color: #cc5965;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}

.info-box div {
	border-style: dashed;
	border-width: 1px;
	border-spacing: 10px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 23px; 
}

.info-box td {
	vertical-align: top;
}

div.info-box1 {
	border-style: dashed;
	vertical-align: top;
}
div.info-box2 {
	max-width: 670px;
	height: auto;
}

.info-box table {
	width: 100%;
}
.info-box thead td {
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 14px;	
	text-align: left;	
}
.info-box2 td {
	vertical-align: middle;
}
.info-box2 td img {
	max-width: 220px;
	height: auto;
	padding-top: 5px;
}
.info-box p {
	margin-top: 0px;
	padding-top: 0px;
}

#kontakt-formular {
	
}
#kontakt-formular div {
	display: inline-block; 
}
#kontakt-formular td {
	vertical-align: top;
}
#kontakt-formular td.title-col {
	vertical-align: middle;
}
#kontakt-formular input {
	background-color: #e3e3e3;
	border-color: #cdcdcd #e1e1e1;
	border-style: ridge;
	border-width: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	height: 27px; 
	/*outline-style: solid;*/
}
#kontakt-formular textarea {
	background-color: #e3e3e3;
	border-color: #cdcdcd #e1e1e1;
	border-style: ridge;
	border-width: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	width: 100%;
	height: 130px;
}
#kontakt-formular .submit-button {
	color: #bf303f;
	min-width: 30%;
	background-color: #e3e3e3;
	border-color: #cdcdcd #e1e1e1;
	border-style: ridge;
	border-width: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}

div#footer {
	background-color: #bf303f;
	color: #ffffff;

}
div#footer .centered-content {
	background-image: url("images/footer-slogan2.png");
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-size: contain;
	padding: 100px 41px 80px 41px; 
	max-height: 180px;
}


/*.d21-box {
	display: inline-block;
	background-color: #cc5965;
	color: #ffffff;
	text-align: center;
	padding: 5px;
}*/

#d21-quickbook {
	border: 1px dashed white;
	max-width: 300px !important;
}

