html {
    display: block;
}

body{
	
    margin: 0;
    background-color:#e4e3e4;
    font-family: 'Open Sans', sans-serif;
}

#myBtn {
  	display: none;
  	position: fixed;
	bottom: 40px;
	right: 70px;
	z-index: 99;
	font-size: 24px;
	font-weight: 400;
	border: none;
	outline: none;
	background-color: #fff;
	color: #c58284;
	cursor: pointer;
	padding: 10px 16px;
	border-radius: 50px;
}

#myBtn:hover {
    background-color: #eee;}

.header{
    background-color: #fff;
    margin-left: 200px;
    margin-right: 200px;
}

.container{
    margin: 0px; 200px;
    
}


.header-line{
	
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
 }

.header-logo{
    
    width: 250px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
 }

img{
	display: inherit;
    width: 250px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
 }


.burger-menu{
	display: none;
}




.nav-item{
    color: #c58482;
    text-decoration: none;
    margin-top: 30px;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 15px;
    font-weight: 550;
    transition: 0.3s linear;
}

.nav-item:hover{
    color: #e03e43;
}

.content{
    background-color: #fff;
    margin-top: 0px;
    margin-left: 200px;
    margin-right: 200px;
}

.container2{
    position: relative;
    margin-top: 0px;
}

.seiten-title{
    position: absolute;
    top: 30%;
    right: 15%;
    font-family: 'Tangerine';
    font-size: 45px;
    font-weight: 700;
    color: #c58284;
}

.aktuelles{
	position: absolute;
	top: 45%;
	right: 10%;
	font-family: 'Open Sans';
	font-size: 13pt;
	font-weight: 500;
	color: #c58284;
}

.img2{
    position: inherit;
    width: 100%;
    height: auto;
	object-fit: cover;
	object-position: center;
    margin: 0px;
}
    

.container3{
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

.nav2-item{
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    background: #c58284;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    font-size: 15px;
}

.nav2-item:hover{
    background-color: #815457;
}

.main-cont{
    position: relative;
    margin-top: 0px;
    
    background-color: #f7f7f7;
    margin-bottom: 0px;
}

.img3{
    position: block;
    margin-top:2%;
	margin-bottom: -10px;
	margin-left: 10px;
    width: 50%;
    padding:0px;
}


.icon-cards{
	display: flex;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 2%;
}

.icon{
	position: block;
    margin-top:30px;
	margin-bottom: 10px;
    width: 130px;
    padding:30px 20px;
	border: 2px solid #c58284; 
	border-radius: 5px;
	
}

.preise-seite{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #c58482;
    
}

.container5{
    position: relative;
	margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
	padding-bottom: 20px;
	
}

.accordion {
    background-color: #eee;
    color: #c58284;
    cursor: pointer;
    padding: 12px 50px 12px;
	width: 100%;
    border: none;
    margin-top: 15px;
	margin-bottom: 15px;
    border-radius: 50px;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #c58482;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion2 {
    background-color: #eee;
    color: #c58284;
    cursor: pointer;
    padding: 12px 50px 12px;
	width: 100%;
    border: none;
    margin-top: 15px;
	margin-bottom: 15px;
    border-radius: 50px;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion2:hover {
    background-color: #ccc;
}

.accordion2:after {
    content: '\002B';
    color: #c58482;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #f7f7f7;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    height: auto;
}

.tabele{
	width: 100%;
}

table{
	border-collapse: collapse;
    width: 100%;
}


th, td {
    padding:12px 12px 12px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 500;
	color: #815457;
}

.preise-info{
	font-family: 'Open Sans';
	font-size: 16px;
	color: #c58482;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

.container6{
    position: relative;
	margin-top: 0px;
	align-content: center;
	background-color: #fff;
	padding-bottom: 100px;
}   

.slideshow-container{
	margin-top: 30px;
}

.mySlides fade{
	position: absolute;
	align-content: center
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    margin-left: 30px;
    margin-right: 30px;
    color: #c58284;
    font-weight: medium;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}	

.prev:hover, 
.next:hover {
    color: #815457;
}

.fade {
  	-webkit-animation-name: fade;
  	-webkit-animation-duration: 1.5s;
  	animation-name: fade;
	animation-duration: 1.5s;
}


.container8{
    display: block;
	padding: 0px;
    margin-top: 0px;
	background-color: #f7f7f7;
	margin-bottom: 0px;
}
.container82{
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 0px;
	background-color: #f7f7f7;
	height: auto;
}

.container7{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    height: 900px;
}
.item-content{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #815457;
}

.info-foto{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-bottom: 20px;
}

.img4{
	
	margin-top: 10px;
	margin-right: -50px;
	height: auto;
	width: 80%;
}


h4{
	margin-bottom: 30px;
	color: #c58284;
	font-weight: 500;
	font-size: 16px;
	
}

.img6{
	display: block;
	margin-right: 0px;
	margin-top: 0px;
	border-style: solid;
    border-width: 7px;
	border-color: #f7f7f7;
}



iframe{
	position: absolute;
	bottom: 5%;
	width: 79%;
	height: 40%;
	top: 480px;
	margin-left: 10%;
	margin-right: 10%;
	border-style: solid;
    border-width: 7px;
	border-color: #f7f7f7;
}


.cards-holder{
	display: flex;
	
	
}

.card1{
	
	background-color: #fff;
	width: 50%;
	padding: 10px 110px 10px ;
	padding-bottom: 30px;
	margin-right: 0px;
	
	
}

.card2{
	
	background-color: #fff;
	width: 50%;
	height: 50%;
	margin-top: 145px;
	
	margin-right: 20px;
	
	
}

.card3{
	
	background-color: #fff;
	width: 30%;
	margin-right: 105px;
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 30px;
	
	
}

.cards-title{
	display: flex;
	justify-content: left;
	padding-bottom: 0px;
	padding-top: 15px;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 400;
	color: #c58284;
}

.cards-desc{
	display: flex;
	justify-content: left;
	text-decoration: none;
	color: #815457;
	padding-bottom: 10px;
}

.cards-desc1{
	display: flex;
	justify-content: left;
	text-decoration: none;
	color: #815457;
}

.cards-desc1:hover{
    color: #c58284;
}



.bottom-line{
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #fff;
 }

.bottom-item{
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Open Sans';
	font-size: 15px;
	color: #815457;
	text-decoration: none;
}


	@media (max-width: 1000px){

		.header{
			margin-left: 0px;
			margin-right: 0px;
		}	

		.content{
			background-color: #fff;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}

		#myBtn {
			display: none;
			position: fixed;
			bottom: 40px;
			right: 20px;
			border-radius: 50px;
			padding: 10px 15px;
			border: 1px solid #c58482;
	}
		
		
		.icon-cards{
			display: block;
			margin-left: 30px;
			margin-right: 30px;
			margin-bottom: 2%;
		}

		.icon{
			position: block;
    		margin-top:30px;
			margin-bottom: 30px;
    		width: 130px;
    		padding:10px 50px;
			border: 1px solid #c58284; 
			border-radius: 5px;
	
		}
		.cards-holder{
			padding-left:0px;
			padding-right: 0px;
			}
		.cards-desc{
			font-size: 15px;
		}
		.cards-desc1{
			font-size: 15px;
		}
		.card{
			padding: 10px 10px 25px;
		}
		
		.card2{
			display: none;
		}

}
		@media screen and (max-width: 600px){
		
		#myBtn {
			display: none;
			position: fixed;
			bottom: 40px;
			right: 20px;
			border-radius: 50px;
			padding: 10px 18px;
			border: 1px solid #c58482;
	}	
		
		.header-logo{
			display: block;
			padding-bottom: 0px;
			padding-top: 0px;
			width: 180px;
		}
			
		.img2{
			position: inherit;
			width: 100%;
			height: 800px;
			object-fit: cover;
			object-position: center;
			margin: 0px;
		}
		.seiten-title{
			font-size: 30px;
			right: 5%;
			top: 20%;
		}
		.container5{
			margin-left: 3%;
			margin-right: 3%;
		}
		.container{
			margin: 0px;
		}
		.container3{
			margin-top: 8%;
		}
		.nav-item{
			display: block;
			text-align: right;
		}
		.prev, .next{
			font-size: 20px;
			margin: 0px;
		}
		.cards-holder{
			display: flex;
			justify-content: space-evenly;
			padding-top: 10px;
			
		}
			
		.card{
			width: 100%;
			margin-bottom: 10px;
			padding: 2px 2px 10px;
		}
			
		.card2{
			display: none;	
			}
			
		.card3{
			display: flex;
			background-color: #fff;
			width: 30%;
			margin-right: 105px;
			margin-left: 0px;
			padding: 0px;
			padding-bottom: 30px;
			}
			
		.cards-title{
			padding-bottom: 10px;
		}
			
			
		
		#map{
			position: absolute;
			bottom: 5%;
			width: 85%;
			height: 30%;
			margin-left: 5%;
			margin-right: 5%;
		}
		
	}

		@media screen and (max-width: 430px){
		
			
		#myBtn {
			display: none;
			position: fixed;
			bottom: 40px;
			right: 20px;
			border-radius: 50px;
			padding: 9px 18px;
			border: 1px solid #c58482;
	}		
			
		.body{
			overflow-x: hidden;	
				
			}	
			
			
			
		.header-line{
			display: flex;
			justify-content: space-between;
		} 
			
		.header-logo {
			margin-left: 10px;
			width: 200px;
			margin-top: 18px;
			margin-bottom: 10px;
		 }
		
		.burger-menu{
			display: block;
			margin-right: 0px;
			}
			
		.burger-slide{
			display: block;
		}
			
		.disp{
			display: none;
		}
			
		.mobile-menu{
			display: block;
			margin-right: 30px;
			margin-top: 35px;
			width: 20px;
			height: 20px;
			}
			
		#burger{
			background-color: transparent;
			border: none;
			outline: none;
			
		}
			
		.seiten-title{
    		position: absolute;
    		top: 8%;
    		right: 15%;
    		font-family: 'Tangerine';
    		font-size: 45px;
    		font-weight: 700;
    		color: #c58284;
		}
		
		.aktuelles{
			position: absolute;
			top: 20%;
			right: 5%;
			font-family: 'Open Sans';
			font-size: 11pt;
			font-weight: 500;
			color: #c58284;
		}
			
		.block{
			display: block;
			text-align: right;
			padding: 0px;
			margin-top: 5px;
			margin-right: 30px;
			font-weight: 400;
		}
			
		.img2{
			position: inherit;
			width: 100%;
			height: 550px;
			object-fit: cover;
			object-position: center;
			margin: 0px;
		}
		
		.nav-item{
			font-size: 10px;	
			}
			
		.container3{
			margin-top: 12%;
			padding-bottom: 40px;
		}
			
		.preise-seite{
			top: 5px;
			font-size: 13px;
		}
			
		
			
		.accordion {
			font-weight: 400;
			padding: 9px 50px 9px;
			content: '\2BC6';
			}
			
		.accordion2 {
			font-weight: 400;
			border-radius: 50px;
			margin-bottom: 10px;
		}
			
			
		.icon-cards{
			display: block;
			margin-left: 30px;
			margin-right: 30px;
			margin-bottom: 2%;
		}

		.icon{
			position: block;
    		margin-top:0px;
			margin-bottom: 30px;
    		width: 130px;
    		padding:10px 50px;
			border: 1px solid #c58284; 
			border-radius: 5px;
	
		}
			
		.img3{
			width: 70%;	
			margin-left: 0%;
			}
		
			
		.container5{
			margin-left: 7%;
			margin-right: 7%;
			margin-top: 0px;
		}
			
		.container{
			margin: 0px;
		}
		
		.nav{
			display: none;
		}
			
		.prev, .next{
			font-family: 'Open Sans';
			font-size: 20px;
			font-weight: 100;
			margin: 0px;
		}
		
		
			
		.nav2-item{
			margin-right: 9px;
    		margin-left: 9px;
			font-size: 11px;
			padding: 10px 15px 10px 15px;
			font-family: 'Open Sans';
		}
			
		.cards-holder{
			display: flex;
			margin-bottom: -100px;
			padding-top: 10px;
			margin-left: 4%;
			margin-right: 4%;
			
		}
			
		.card1{
			width: 99%;
			margin: 0px;
			padding: 2px 2px 10px;
		}
		
		.card2{
			display: none;
			}
			
		.card3{
			display: none;
			}
			
		.cards-title{
			padding-bottom: 10px;
		}
			
		.item-content{
			margin-left: 5px;
			margin-right: 5px;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
			
		.item-content3{
			display: block;
			}
			
		.container7{
			padding-bottom: 10px;
			padding-right: 15px;
			margin-bottom: 0px;
			height:700px;
			}
		
		iframe{
			position: absolute;
			top: 350px;
			width: 90%;
			height: 45%;
			margin-left: 3%;
			margin-right: 3%;
			
		}
			
		
		.preise-info{
			margin-left: 15px;
			margin-right: 15px;
			margin-bottom: 20px;
			font-size: 13px;	
		}
			
		.container82{
			display: block;
			align-items: center;
			margin-top: 0px;
			margin-left: 20px;
			margin-right: 20px;
			background-color: #f7f7f7;
			height: auto;
		}
			
		.bottom-line{
			margin-bottom: 0px;
		}
			
		.bottom-item{
			font-size: 13px;
		}
	
	
		
		}


