#scrollbar{
	overflow-y:scroll;
	z-index:7;
	top:0;
	right:0;
	display:none;
	height:100%;
	position:fixed;
}

.row{
	width:100%;
	height:100%;
	display:block;
	position:relative;
}

a.btn_up{
	position:fixed;
	bottom:0;
	left:50%;
	transform:translate(-50%,0);
	transition:0.3s;
	z-index:1;
}

a.btn_up:hover{
	bottom:10px;
}

.content_container{
	position:absolute;
	margin:0;
	width:50%;
	top:50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%,-50%);
	background-color:transparent;
}

.content_container h2{
	margin:0;
	font-size:50px;
	text-align:center;
}

.content_container p{
	text-align:center;
}

.grid_wrapper::after{
	content:"";
	display:grid;
	clear:both;
}

.white-shadow{
	background-color:white;
	box-shadow: 2px 2px 5px grey;
}

.home_link{
	display:inline-block;
	border-radius:3px;
	background-color:#2f6952;
	color:#f1f1f1;
	margin-left:50%;
	transform:translate(-50%,0);
	padding:10px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	box-shadow:2px 2px 5px grey;
	transition:0.3s;
}

.home_link:hover{
	box-shadow: 5px 5px 5px grey;
}

.home_link:active{
	box-shadow: inset 1px 1px 5px black;
}

#content_3 .content_container{
	height:100%;
}

#content_2 .content_container{
	height:100%;
}

.column{
	width:66.666%;
	height:100%;
}

#kontakt{
	float:right;
}

#termine{
	float:left;
}



.termin_table{
	width:33.333%;
	height:100%;
	border-left:solid 2px #2f6952;
	box-sizing:border-box;
	float:right;
}

.termin{
	width:100%;
	height:20%;
	background-color:whitesmoke;
}

.termin_dark{
	background-color:Gainsboro;
}

.termin:hover{
	background-color:white;
}

.column_upper_content{
	height:50%;
}

.column_upper_content::after{
	content:"";
	display:table;
	clear:both;
}

#kontakt_image{
	float:left;
	width:33.33%;
	border-right:2px solid #2f6952;
	box-sizing:border-box;
}

.column:last-child{
	margin:0px;
}

.column_content{
	margin:10px;
	height:100%;
}

.clock_text{
	width:50%;
	height:8.3325%;
	position:absolute;
	bottom:24.9975%;
	text-align:center;
	right:0;
}

.clock_text:first-child{
	left:0;
	top:24.9975%;
}

.clock_text:last-child{
	bottom:0;
}

.clock_text p{
	color:#333;
	font-size:40px;
	margin:0;
	position:absolute;
	top:50%;
	width:100%;
	transform:translate(0,-50%);
}

.clock{
	top:50%;
	background-color:lightgrey;
	position:absolute;
	height:33.333%;
	transform:translate(0,-50%);
	width:100%;
}

.clock_wrapper{
	width:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.clock_sign{
	display:inline-block;
	width:25%;
	height:100%;
	color:#2f6956;
	text-align:center;
	font-size:20px;
	float:left;
}

.clock_sign p{
	color:DimGray;
	width:100%;
	font-size:100px;
	font-family:monospace;
	margin:0;
}

.clock_wrapper::after{
	content:"";
	display:table;
	clear:both;
}

.home_footer{
	position:absolute;
	width:100%;
	bottom:0;
}

@media only screen and (max-width:1380px){
	.clock_wrapper{
		width:60%;
	}
}

@media only screen and (max-width: 980px){
	
	.content_container{
		width:90%;
	}
	
	.clock_wrapper{
		width:80%;
	}
	
}