body {
	background-color:#000;
}
h3 {
	font-size:1.2em;
}


/*Massagen*/
.div_massage, .cal_woche {
	float:left;
	padding:3px;
	width:1000px;
	margin-left:calc(50% - 500px);
	margin-top:10px;
	color:#FFF;
	margin-bottom:40px;
}
.massage_preise {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 10px 20px 15px grey;
}
.massage_preise > img {
  width: 100%;
  height: auto;
}
.massage_links {
	float:left;
	width:300px;
}
.massage_mitte {
	float:left;
	width:calc(100% - 500px);
	padding-right:50px;
}
.massage_rechts, .massage_rechts_mobil {
	float:left;
	width:200px;
}
.massage_rechts_mobil {
	display:none;
	width:45%;
	margin-left:5%;
	height:160px;
	margin-top:50px;
}
/*Calender*/
.cal_woche {
}
.cal_titel {
	width:100%;
}
.cal_tag {
	display: block;
	float: left;
	width: calc(100% / 7 + 2px);
	border: 2px solid #A5A5A5;
	font-size:0.8em;
	margin:-1px;
}
.cal_titel {
	font-weight:bold;
	text-align:center;
}
.cal_termin, .cal_close {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A5A5A5;	
	text-align:center;
}
.cal_stunde {
	background-color: #DBDBDB;
}
.cal_close {
}
.cal_klick {
	cursor:pointer;
}
.old_klick {
	color: #A8A8A8;
}
.cal_belegt, .cal_reserv_1, .cal_reserv_2 {
	background-color: #91FE81;
	opacity: 0.7;
}
.cal_reserv_1 {
	background-color: #F0AC80;
}
.cal_reserv_2 {
	background-color: #FF8080;
}
.description {
	width:50%;
	margin-left:31%;
}
.des_termin {
	float:left;
	width:200px;
	height:20px;
}

.des_termin_text {
	width:140px;
	float:left;
	height:20px;
	text-align:right;
	font-size:0.7em;
}
.des_termin_box {
	display:block;
	width:50px;
	height:20px;
	border: 1px solid #A5A5A5;
	float:left;
	margin-left:5px;
}

/*Popup*/
#div_popup {
	display:none;
	position: fixed;
	z-index:1000;
	outline: 1px solid #c5c5c5;
	box-shadow: 0px 3px 5px rgba(0,0,0,.8);
	background-color:#E9E9E9;
	top: 30%;
	left:calc(50% - 250px);
	width: 500px;
	border-radius: 5px;
	height:440px;
}
#div_popup_content {
	margin-top:30px;
	padding:10px;
	text-align:center;
	color:#000;
	font-size:0.9em;
}
#div_popup_close {
	float:right;
	background-image: url(../img/close.png);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
	padding:5px;
	background-size:contain;
	cursor:pointer;
	z-index:1001;
	background-color:#3496d8;
	color:#FFF;
	text-align:center;
    transition: all 0.3s ease;
	font-weight:bold;
}
#div_popup_close:hover {
    background-color: #73c1f6;
}
.div_10, .div_20, .div_30, .div_40, .div_50, .div_60, .div_70, .div_80, .div_90, .div_100 {
	float:left;
	width:10%;
	text-align:left;
	padding:5px;
	height:40px;
}
.div_20 {
	width:20%;
}
.div_30 {
	width:30%;
}
.div_40 {
	width:40%;
}
.div_50 {
	width:50%;
}
.div_60 {
	width:60%;
}
.div_70 {
	width:70%;
}
.div_80 {
	width:80%;
}
.div_90 {
	width:90%;
}
.div_100 {
	width:100%;
}
.secure {
	display:none;
}
.form-control {
	font-size:1em;
	height:30px;
	width:300px;
}
.form_text {
	height:100px;
}
.buchen {
	cursor:pointer;
}
.footer, .footer a{
	font-size:1.2em;
	color:#FFF;
}
#container_new {
	position:fixed;
	font-family:cursive;
	font-weight:bold;
	color:#F00;
	text-align:center;
	font-size:3em;
	top:300px;
	width:100%;
	transform: rotate(25deg);
	z-index:100;
}
@media (max-width: 1200px) {
	.div_massage, .cal_woche, .description {
		width:80%;
		margin-left:10%;
	}
	.massage_links {
		width:300px;
	}
	.massage_mitte {
		width:calc(100% - 460px);
		padding-right:30px;
		font-size:0.8em;
	}
	.massage_rechts {
		width:160px;
		font-size:0.8em;
	}
	.des_termin_text {
		width:140px;
		font-size:0.6em;
		padding-top:7px;
	}
	.des_termin_box {
		width:50px;
		height:20px;
		margin-top:5px;
		margin-left:5px;
	}
	#impressionen, .hide_mobil {
		display:none;
	}
}
@media (max-width: 767px) {
	#start {
		background-size:auto;
		background-position:center;
	}
	.div_massage, .cal_woche {
		width:90%;
		margin-left:5%;
		font-size:0.7em;
	}
	.cal_termin, .cal_close {
		padding-top:10px;
		padding-bottom:25px;
	}
	.massage_links {
		width:45%;
		margin-left:5%;
	}
	.massage_mitte {
		float:none;
		width:90%;
		margin-left:5%;
		font-size:1.2em;
	}
	.massage_rechts {
		display:none;
	}
	.massage_rechts_mobil {
		display:block;
		font-size:1.2em;
	}
	#div_popup {
		top: 30%;
		left:5%;
		width: 90%;
		border-radius: 5px;
		height:440px;
	}
	.form-control {
		font-size:1em;
		width:200px;
	}
	.des_termin {
		float:none;
	}
	.footer {
		position:absolute;
		top:-40px;
	}
	#contact {
	  min-height: 850px;
	  padding-top: 60px;
	}

}
