html, body{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, q, cite, img, figure, figcaption, blockquote, header, hgroup, article, footer, fieldset, label, button, div, nav
{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	width: auto;
}

body{
	font-family: "Varela Round", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 14px;
	color: #444444;
	line-height: 1.5em;
	margin: 0;
	/* min-width: 770px; */
	border-top: 1px solid #cdcdcd;
}

a {
  text-decoration: none;
}


header, object, footer{
	width: 100%;
}

object{
	height: 100%;
}

.floater{
	float: left;
}

.r_float{
	float: right;
}

a, a:visited{
	color: black;
	text-decoration: none;	
}

a:active, a:hover{
	color: white;
	border:none;
}

a.treatments, a.treatments:visited{
	color: black;
	text-decoration: none;	
}

a.treatments:active, a.treatments:hover{
	color: black;
	border:none;
}


.green { color: #A6C0A5 }

article{
	display: block;
	margin-bottom: 30px;
}

#wrapper{
	max-width:1200px;
	margin: 0 auto;
}

.wrapper
{
	width: 100%;
	display: block;
	clear: both;
}

.no_margin_top {margin-top: 0px; padding-top: 0px;}
/********headerstyles********/
#header{
	width: 100%;
	position: fixed;
	background-color: white;
	height: 60px;
	padding: 6px;
	border: none;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

 
#logo img{
	height: 60px;
	display:block;
	margin-top: -23px;
	margin-bottom: 5px;
}

ul, ul li{
	/* display: inline; */
	list-style: none;
	margin:0;
	padding:0;
}

.vline{ /*Vertikale Linie im Mainmenue*/
	height:56px; 
	width:0px; 
	border-left:none; 
	border-right:1px solid #565655; 
	color:#565655; 
	display:inline; 
	position:absolute;
	margin-top:0;
}

.content {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

.show { display: block; }
.hide { display: none; }


.bg_img {
	background: url("images/title_bg.png") no-repeat center;
	background-size: 100%;
	height: 500px;
}

.bg_white, .bg_color {
	background-size: 100%;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
}

.bg_white { background: white; }
.bg_color { background: rgba(166,192,165,0.7); }


.content_right {
	width: 60%;
	float: right;
}

.headline_box {
	background: url(images/FD_Logo_square_image.png "FD_Logo_square_image.png") no-repeat center;
}

.start img{
	width: 100%;
	position: absolute;
	left: 0;
}

#intro {
	margin: 30px auto;
	border: 2px;
	background: rgba(166,192,165,0.7);
	padding:30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}

#intro .box {
	background: rgba(166,192,165,0.3);
	border-width: 3px;
}

.padding_20 { padding: 20px;}


.col_2{
	width: 49%;
	display: block;
	float:left;
	margin: 0 auto;
}
.col_2:last-child {padding: 0px; float: right;}


.col_1 img,.col_2 img,.col_3 img {width: 100%}

.col_3{
	width: 25.8%;
	float:left;
	display: block;
	padding: 20px;
	margin: 0 auto;
	background: rgba(166,192,165,0.7);
	margin-right: 5%;
	margin-bottom: 50px;
}

.col_3:last-child {margin-right: 0px; float: right;}


.col_1 {
	width: 68%;
	float: right;
	background: white;
}

.col_4 {
	width: 30%;
	float:  left;
	margin-bottom: 50px;
}
.col_4 img {
	width: 100%;
	float: left:
}

.box {
	background: rgba(166,192,165,0.7);
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: white;
	border-style: solid;
}

.box p { padding: 10px;}

.prev_imgcontainer{
	width: 160px;
	display: block;
}

.prev_imgcontainer img{
	display: block;
	margin:0 auto;
	width: 128px;
	height:auto;
}

.widget {
	height: 1300px;
	margin: 50px;
}

.no_marg {margin: 0; }
.marg_br { margin-left: 20px; margin-right: 20px }

#wahanda-online-booking-widget-iframe {
	height: 100%;
	margin: 50px 0;
}


img.preview_icon{
	max-width: 128px;
	max-height: 128px;
	width: 128px;
	height: 128px;
}

img.download_img{
	width: 135px;
	margin-top:2px;
}

a:hover img, a:active img{
	border:3px;
}

img.no_pad_bot{
	padding-bottom: 0;
}

.clearer{
	clear:both;
}

.marg_left15{
	margin-left: 15px;
}

.marg_top15{
	margin-top: 15px;
}


table.externalpj_table tr td img{
	max-width: 32px;
	height:auto;
}


table.externalpj_table{
	height:100%;
	width: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.externalpj_table tr,
table.externalpj_table td{
	border: 2px solid black;
	padding:5px 5px 0 5px;
}

/****************FOOTER****************/
footer{
	height:50px;
	padding-bottom: 30px;
}


.footer_container{
	width:200px;
	text-align: center;
	margin:0 auto;
}


.about_padding{
	padding: 0 20px 15px 15px;
}

.backlink{
	display: block;
	float: right;
	padding-top: 25px;
}

.minifont {
	font-size: 12px;
	line-height: 16px;
	}

/***********MacUpdater**********/
.container_box {
	display: block;
	margin: 0 5px 0 20px;
}

.inner_box{
	display: block;	
	min-height: 120px;	
}

.inner_box.fullwidth {
	width: auto;
}


.container_icon {	
	max-width: 40px;
	margin: -3px 10px 0 0;
	float: left;
	vertical-align: top;
}

.floating_box {
	width: 49%;
	display: inline-block;
}


#userreviews.mud p.review_box {
	background: rgba(38, 105, 137, 0.5);
	padding: 14px 15px 12px 15px;
	color: white;
	border-radius: 10px;
    height: auto;
}

#details_download_2col.mud { 
	height: 120px; 
	border-right-width: 1px;
}
.margin-top-30 { margin-top: 30px; }
.margin-bottom-20 { margin-bottom: 16px; }
.no-padding { padding: 0 }
.inline-block { display: inline-block; }



#header_wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: 24px;
}

#header_wrapper ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#header_wrapper ul li {
	display: inline-block;
	font-family: "PT Serif", serif;
	font-weight: 600;
	list-style: none;
	padding-right: 5%;
	color:#A6C0A5;
	font-size: 18px;
}

#header_wrapper ul li:last-child { padding-right: 0px; }

#header_wrapper li {
	display: block;
}

#header_wrapper li:hover { cursor: pointer; }


#mu_start_addinfo {
	padding: 0 20px 40px 40px;
	margin: 0;
}


#mu_start_addinfo p {
	padding: 0;
	text-align: justify;
}

#mu_start_addinfo .container_icon {
	max-width: 50px;
	margin: -3px 8px 0 0;
}


#mu_start_addinfo ul { 
	margin: 10px 0 0 15px;
}
	
#mu_start_addinfo ul li { 
	list-style: disc;
	font-weight: bold;
}

#mu_start_addinfo a:hover, #mu_start_addinfo  a:active { border-bottom: 0px; color: #34487A; }

html, body {
	font-size: 15px;
	line-height: 20px;
}

.container_sc {
	width: 100%;
}


.center { text-align: center; }
.justify, p.justify { text-align: justify !important; }

a, a:visited{
	color: #A6C0A5;
	text-decoration: none;
}

a:active, a:hover{
	color: black;
	border-bottom: none;
}

h1,h2,h3,h4,h5 {
	font-family: "PT Serif", serif;
}

h1 {	
	/* color:#A6C0A5; */
	color: white;
	line-height: 50px;
	font-weight: 400;
	font-size: 45px;
	padding-top: 22px;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 30px;
	margin-top: 50px;
	/* color: #717171; */
}

h3 {
	color: #A6C0A5;
	font-weight: light;
	font-size: 32px;
	line-height: 16px;
	margin-bottom: 20px;
	margin-top: 0px;
}

h4 {
	font-size: 25px;
	line-height: 35px;
	margin: 5px 5px;
	font-weight:400;
	color: black;
}

p {
font-family: "PT Sans", sans-serif;
  	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

.cite { 
	color: #A6C0A5;
	font-weight: light;
	font-style: italic;
	font-size: 42px;
	line-height: 52px;
}

.white { color: white; }
.grey { color: #717171; }

hr {
	height: 2px;
	border: none;
	background: #A6C0A5;
	width: 1000px;
	margin: 20px auto;
	display: block;
	clear: both;
	box-sizing: border-box;
}

.pro_section {
	width: 100%;
	margin-left: 20px;
}
.container_icon {
	max-width: 60px;
	margin: -4px 6px 0 0;
}

.map iframe {
	float: right;
	width: 100%;
	height: 350px;
}

.marg_bot {margin-bottom: 50px;}


#header_wrapper nav.site_nav {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.buttonstyle a,a.buttonstyle{
	background: #A6C0A5;
	color: white;
	border: 2px solid #A6C0A5;
	font-size: 16px;
	padding: 6px 15px;	
	margin-top: -10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px;
}

.buttonstyle a:active,a.buttonstyle:active,.buttonstyle a:hover,a.buttonstyle:hover{
	background: white;
	color: white;
	border: 2px solid #A6C0A5;
	padding: 6px 15px;	
	color: black;
	background: none;
}

.prev_imgcontainer { 
	height: 106px;
	width: 144px;
	float: left; 
}


/***SLIDER****/


/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
  margin-top: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



#wrapper_start nav.site_nav ul li:first-child { margin-left: 0; }

.container_box { margin: 0 40px; height: 100%; }
.inner_box { width: 100%; }
.floating_box { width: 47%; margin: 0 auto; margin-bottom: 20px;}
.floating_box img { margin: 0 auto; display: block; width: 40px; margin-bottom: 10px; }
.floating_box p { text-align: justify; }

.box_background {
	padding: 15px 20px;
	border: 1px solid rgb(236,236,236);
	border-radius: 6px;
	width: 42%;
	background: rgb(236,236,236);
}

.margin-bottom-40 { margin-bottom: 40px; }
.margin-top-40 { margin-top: 40px; }
.mud { clear: both; }


.footnote { font-size: 12px; line-height: 14px; }

ul.reviews {
	display: block;
	margin-bottom: 20px;
}
ul.reviews li { margin-bottom: 2px !important; }

.tooltip {
  position: relative;
  display: inline;
}


/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 258px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext { visibility: visible; }

#wrapper_start ul li.italian { display: none; }
#wrapper_start ul li.french { display: none; }
#wrapper_start ul li.german { display: none; }

/* .dropdown_menu {display: none;} */
.menu {display: block}
.topnav #myLinks { display: none; }
.topnav a.icon { display: none; }
.dropdown_menu { display: none; }
.no-break { display: none; }

@media screen and (max-width: 1024px) {

	.no-break { display: block; }

	#wrapper{
		max-width:100%;
	}

	.wrapper {
		margin: 0 auto;
		width: 90%;
	}

	#intro { margin: 30px 20px;}

	.r_float { float: left; }
	.marg_br { margin-left: 0px; margin-right: 0px }
	
	.menu { display: none }
	
	hr { width: 90% }
	
	.col_1, .col_2, .col_4 { width: 100%; clear: both; margin: 0; padding: 0; }

 	.col_3 { width: 40%; float: left; margin: 2% }
 	.col_3:last-child { float: left; }
	.col_4 img {width: 50%; margin-bottom: 20px;}

	.bg_img { 
		height: 350px;
		margin-top:20px;
	}

	/*dropdown*/
	
	#header_wrapper .dropdown_menu {
		position: absolute;
		display: block;
		top: 13px;
		right: 20px;
	}

	#header_wrapper .dropdown_menu img { width: 30px; height: auto; }

/* 
	#myLinks {
		display: block;
		position: absolute;
		clear: both;
		background: rgba(246,246,246);
		left: 0;
		top: 70px;
		width: 100%;
		text-align: center;
		margin: 0;
	}


	.topnav #myLinks {
	  display: none;
	}
	
	.topnav a {
	  color: #A6C0A5;
	  font-weight: bold;
	  font-family: "PT Serif", serif;
	  padding: 10px 0px;
	  text-decoration: none;
	  font-size: 17px;
	  display: block;
	  margin: 0 auto;
	}
	
	.topnav a:hover {
	  background-color: #A6C0A5;
	  color: white;
	  transition-duration: 0.5s;
	}
	
	.topnav a.icon {
	  background: none !important;
	  display: block;
	  position: absolute;
	  right: 20px;
	  top: 0;
	  margin-bottom: 10px;
	}
 */


/* 	.topnav a.no_bg { background-color: none !important; } */
	
	
	/* Dropdown Button */
	.dropbtn {
	  background-color: #A6C0A5;
	  border: 2px solid #A6C0A5;
	  border-radius:15%;
	  color: white;
	  padding: 1px 10px 4px 11px;
	  font-size: 30px;
	  border: none;
	  cursor: pointer;
	}
	
	/* Dropdown button on hover & focus */
	.dropbtn:hover, .dropbtn:focus {
	  background-color: white;
	  border: 2px solid #A6C0A5;
	  color: #A6C0A5;
	}


	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  right: 5px;
	  border-radius: 0 0 5% 5%;
	  background-color: #f1f1f1;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}
	
	/* Links inside the dropdown */
	.dropdown-content a {
	  color: black;
	  padding: 10px 13px;
	  text-decoration: none;
	  display: block;
	}
	
	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #ddd;}
	
	/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
	.show {display:block;}
	.break {margin-right: 5px;}
 
}

@media screen and (max-width: 578px) {
	.bg_img { 
		height: 300px;
		margin-top:40px; 
	}
 	.col_3 { width: 80%; clear: both; margin: 10px 0 }
 	.col_3:last-child { float: left; clear: both; }
 	.col_4 img {width: 50%; margin-bottom: 20px;}

}