/* Scheme */

/* Default, Light */

.scheme_color
{
	color:#393939 !important;
}

.scheme_opposite_color
{
	color:#fff !important;
}

.scheme_border
{
	border-color:rgba(57,57,57,0.05) !important;
}

.scheme_opposite_border
{
	border-color:rgba(255,255,255,0.05) !important;
}

.scheme_background
{
	background-color:#FFF !important;
}

.scheme_opposite_background
{
	background-color:#393939 !important;
}

.scheme_opposite_background_light
{
	background-color:rgba(57,57,57,0.05) !important;
}










/* Website Background */

.interface_background
{
	position:absolute;
	top:0;
	width:100vw;
	height:100%;
	background:#fff;
}










/* Website Container */

/* Default */

.interface_container
{
	width:calc(100vw - 40px) !important;
}










/* Headers */



/* Default, Header Standard */

/* Website Container Padding */


/* Header */

.interface_header
{
	padding:80px 20px 80px 20px;
	margin-bottom:-40px;
}

/* Background */

.interface_header .background
{
	position:absolute;
	top:0; 
	width:100vw;
	height:100%;
	background:#cfc8b8;
	transition:opacity 0.5s ease;
}

.interface_header .title
{
	line-height:35px;
	font-size:25px;
	font-weight:800;
	text-align:left;
	color:#fff;
	margin-bottom:20px;
} 

.interface_header .text
{
	line-height:25px;
	font-size:18px;
	font-weight:400;
	text-align:left;
	color:#fff;
} 










/* Modules */

.interface_modules
{
	height:auto;
}

.interface_modules .module_holder
{

}

.interface_modules .module_holder .module
{
	height:100px;
	margin:10px 0 10px 0;
	cursor:pointer;
	background:#fff;
	border-radius:20px;
	box-shadow:0 3px 30px -3px rgba(0,0,0,0.1);
}

.interface_modules .module_holder .module:hover
{
	box-shadow:0 3px 30px -3px rgba(0,0,0,0.2);
}

.interface_modules .module_holder .module .icon
{
	position:absolute;
	left:50%;
	top:50%;
	width:30px;
	height:30px;
    background:#fff;
	margin:-28px 0 0 -15px;
	border-radius:30%;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:33.3333% auto !important;
	box-shadow:0 3px 20px -3px rgba(0,0,0,0.2);
}

.interface_modules .module_holder .module .title
{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:16px;
	margin:13px 0 0 0;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	color:#393939;
}

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

}










/* About */

.interface_aboutpage .content_holder .image_holder
{
	width:100vw;
	background:#f1f1f1;
	margin:20px 0 -80px 0;
}

.interface_aboutpage .content_holder .image_holder:before
{
	content:"";
	display:block;
	padding-top:50%;
}

.interface_aboutpage .content_holder .image_holder .previous
{
	position:absolute;
	left:20px;
	top:50%;
	width:40px;
	height:40px;
	border-radius:0px;
	background:rgba(57,57,57,0.2) url('../img/previous.png') center center no-repeat;
	background-size:13px auto;
	margin:-20px 0 0 0;
}

.interface_aboutpage .content_holder .image_holder .previous:hover
{
	background:rgba(57,57,57,0.5) url('../img/previous.png') center center no-repeat;
	background-size:13px auto;
}

.interface_aboutpage .content_holder .image_holder .next
{
	position:absolute;
	right:20px;
	top:50%;
	width:40px;
	height:40px;
	border-radius:0px;
	background:rgba(57,57,57,0.2) url('../img/next.png') center center no-repeat;
	background-size:13px auto;
	margin:-20px 0 0 0;
}

.interface_aboutpage .content_holder .image_holder .next:hover
{
	background:rgba(57,57,57,0.5) url('../img/next.png') center center no-repeat;
	background-size:13px auto;
}

.interface_aboutpage .content_holder .image_holder .image
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	display:none;
}

.interface_aboutpage .content_holder .image_holder .image:first-child
{
	display:block;
}

.interface_aboutpage .content_holder .image_holder .image .description
{
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:12px;
	font-weight:500;
	line-height:25px;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
	padding:20px 40px 20px 40px;
	letter-spacing:2px;
	text-align:center;
}

@media screen and (max-width: 800px) 
{
	.interface_aboutpage .content_holder .image_holder
	{
		width:112.5%;
		margin-bottom:-80px !important;
	}

	.interface_aboutpage .content_holder .image_holder .image .description
	{
		padding:10px 20px 10px 20px;
		font-size:12px;
		line-height:25px;
	}
}










/* Team */












/* Services */












/* Neuigkeitenseite */

.interface_newspage .content_holder .news_holder
{
	width:100%; 
}

.interface_newspage .content_holder .news_holder .timeline
{
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:100%;
	border-radius:4px;
}

.interface_newspage .content_holder .news_holder .news
{
	width:calc(100% - 20px);
	margin:10px 0 10px 20px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	cursor:pointer;
	border-radius:0px;
	padding:30px 30px 30px 140px;
	height:110px;
}

.interface_newspage .content_holder .news_holder .news .background
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
}

.interface_newspage .content_holder .news_holder .news .timeline_button
{
	position:absolute;
	left:-20px;
	top:50%;
	width:12px;
	height:12px;
	border-radius:50%;
	margin:-6px 0 0 -4px;
	background:#fff;
	border:4px solid rgba(57,57,57,0.05);
}

.interface_newspage .content_holder .news_holder .news .image
{
	position:absolute;
	left:0;
	top:0;
	width:110px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}

.interface_newspage .content_holder .news_holder .news .image:before
{
	content:"";
	display:block;
	padding-top:100%;
}

.interface_newspage .content_holder .news_holder .news .title
{
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#393939;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 10px 0;
	letter-spacing:1px;
	text-overflow: ellipsis;
  	overflow: hidden; 
  	white-space: nowrap;
}

.interface_newspage .content_holder .news_holder .news .text
{ 
	height:20px;
	line-height:20px; 
	font-size:15px;
	font-weight:400;
	text-transform:none;
	text-align:left;
	text-overflow: ellipsis;
  	overflow: hidden; 
  	white-space: nowrap;
  	opacity:0.4;
}

.interface_newspage .content_holder .news_holder .news .overlay
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(57,57,57,0.3);
	display:none;
	border-radius:0px;
}

.interface_newspage .content_holder .news_holder .news:hover .overlay
{
	display:block;
}

.interface_newspage .content_holder .news_holder .news .overlay .label
{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:40px;
	font-size:40px;
	line-height:40px;
	color:#fff;
	font-weight:200;
	text-align:center;
	margin:-20px 0 0 0;
}










/* Contact */

.contact_hero
{

	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:20px;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
}

.contact_item
{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-transform:none;
	text-align:left; 
	margin:0 0 20px 0;
	padding:0 150px 0 150px;
	font-weight:400;
	letter-spacing:1px;
	border-radius:0px;
	overflow:hidden;
}

.contact_item.no_action
{
	
}

@media screen and (max-width: 800px) 
{
	.contact_item
	{
		height:80px;
		padding:40px 80px 0 20px;
	}

	.contact_item.no_action
	{
		padding:40px 0 0 20px;
	}
}

.contact_item .label
{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:40px;
	line-height:40px;
	font-weight:600;
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
}

@media screen and (max-width: 800px) 
{
	.contact_item .label
	{
		width:calc(100% - 80px);
		text-align:left;
		padding-left:20px;
	}

	.contact_item.no_action .label
	{
		width:100%;
	}
}

.contact_item .action
{
	position:absolute;
	right:0;
	top:0;
	width:120px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
}

.contact_item .action:hover
{
	opacity:0.9;
}

@media screen and (max-width: 800px) 
{
	.contact_item .action
	{
		width:80px;
		height:80px;
		line-height:80px;
		border-left:none;
	}
}










/* Emergency */

.emergency_holder
{

}

.emergency_holder
{
	margin:10px 0 10px 0;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background:#F8F8F8;
	padding:40px;
	border-radius:0px;
	overflow:hidden;
}

.emergency_holder .hero
{
	height:50px;
	width:calc(100% + 80px);
	margin:-40px 0 40px 0;
	line-height:50px;
	font-size:12px;
	padding:0 20px 0 20px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:300;
	letter-spacing:2px;
}

.emergency_holder .text
{
	line-height:25px !important;
	font-size:15px !important;
	opacity:0.4;
	text-transform:none;
	text-align:center;
	font-weight:300;
	margin:0;
}

.emergency_holder .hotlinks
{
	width:calc(100% + 20px);
}

.emergency_holder .hotlink
{
	width:calc(50% - 20px);
	height:40px;
	line-height:40px;
	font-size:10px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	font-weight:700;
	letter-spacing:1px;
	margin:10px;
	border-radius:0px;
	overflow:hidden;
}

.emergency_holder .hotlink:hover
{
	opacity:0.9;
}

@media screen and (max-width: 800px) 
{
	.emergency_holder .hotlink
	{
		width:calc(100% - 20px);
	}
}

.emergency_holder .hotlink.red
{
	background:#c75146;
}

.emergency_holder .hotlink.green
{
	background:#84a98c;
}




.emergency_hero
{

	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	margin-bottom:20px;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
}

.emergency_item
{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-transform:none;
	text-align:left; 
	margin:0 0 20px 0;
	padding:0 150px 0 150px;
	font-weight:400;
	letter-spacing:1px;
	border-radius:0px;
	overflow:hidden;
}

.emergency_item.no_action
{
	
}

@media screen and (max-width: 800px) 
{
	.emergency_item
	{
		height:80px;
		padding:40px 80px 0 20px;
	}

	.emergency_item.no_action
	{
		padding:40px 0 0 20px;
	}
}

.emergency_item .label
{
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:40px;
	line-height:40px;
	font-weight:600;
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
}

@media screen and (max-width: 800px) 
{
	.emergency_item .label
	{
		width:calc(100% - 80px);
		text-align:left;
		padding-left:20px;
	}

	.emergency_item.no_action .label
	{
		width:100%;
	}
}

.emergency_item .action
{
	position:absolute;
	right:0;
	top:0;
	width:120px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-weight:700;
	font-size:12px;
	letter-spacing:1px;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	background:#c75146;
}

.emergency_item .action:hover
{
	opacity:0.9;
}

@media screen and (max-width: 800px) 
{
	.emergency_item .action
	{
		width:80px;
		height:80px;
		line-height:80px;
		border-left:none;
	}
}










/* Footer */

.interface_footer
{
	height:60px;
}

.modules .interface_footer
{
	position:absolute;
	bottom:0;
}

.interface_footer .background
{
	position:absolute;
	top:0;
	width:100vw;
	height:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background:#393939;
}

.modules .interface_footer .background
{
	display:none !important;
	background:#393939;
}

.interface_footer .link_holder
{
	width:auto;
	overflow:hidden;
	display:inline-block !important;
}

.interface_footer .link_holder .item
{
	width:auto;
	height:60px;
	line-height:60px;
	font-size:8px;
	font-weight:700;
	margin:0 10px 0 10px !important;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	opacity:0.4;
}

.interface_footer .link_holder .item:hover
{
	opacity:1;
}