/* 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 */

.website_background
{
	position:absolute;
	top:0;
	width:100vw;
	height:100%;
}










/* Website Container */

/* Default */

.website_container
{
	width:100vw !important;
	max-width:none !important;
	margin:0;
	box-shadow:none;
	background:#fff;
	overflow:hidden;
	padding-top:80px;
}

/* Modules */

.website_container.modules
{
	width:100vw !important;
	max-width:none !important;
	margin:0;
	box-shadow:none;
	background:transparent !important;
	min-height:100vh;
}

/* Mobile */

@media screen and (max-width: 800px) 
{
	.website_container
	{
		width:100vw !important;
		max-width:none !important;
		margin:0 !important;
		padding:0 !important;
	}

	.website_container.modules
	{
		min-height:100vh;
	}
}










/* Headers */



/* Default, Header Standard */

/* Website Container Padding */

.website_container 
{
	padding-top:80px !important;
}

/* Header */

.website_header
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:999;
	height:80px;
	-webkit-perspective:1000;
	background:transparent;
}

/* Background */

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

.website_header .main_background
{
	box-shadow:0 10px 50px -15px rgba(57,57,57,0.1);
}

@media screen and (max-width: 800px) 
{
	.website_header .menu_background
	{
		opacity:1 !important;
	}
}

/* Logo */

.website_header .logo
{
	position:absolute;
	left:5%;
	top:50%;
	width:auto;
	height:30px;
	margin-top:-15px;
	line-height:30px;
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	text-align:left;
	text-transform:uppercase;
	pointer-events:none;
} 

.website_header .logo.short
{
	display:none;
}

@media screen and (max-width: 800px) 
{
	.website_header .logo
	{
		display:none;
		width:auto;
	}

	.website_header .logo.short
	{
		display:block;
	}
}

/* Menu Button */

.website_header .menu_button
{
	position:absolute;
	left:95%;
	top:50%;
	width:auto;
	height:30px;
	transform:translate(-100%,0);
	margin:-15px 0 0 0;
	padding:0 15px 0 15px;
	line-height:26px;
	font-size:10px;
	font-weight:700;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border:2px solid #393939;
	border-radius:0px;
	cursor:pointer;
	display:none;
} 

.website_header .menu_button:hover
{
	opacity:0.8;
} 

@media screen and (max-width: 800px) 
{
	.website_header .menu_button
	{
		display:block !important;
	}
}

/* Menu */

.website_header .menu
{
	position:absolute;
	left:95%;
	top:0;
	width:auto;
	height:80px;
	transform:translate(-100%,0);
	display:block;
} 

@media screen and (min-width: 800px) 
{
	.website_header .menu
	{
		display:block !important;
	}
}

@media screen and (max-width: 800px) 
{
	.website_header .menu
	{
		left:50%;
		top:100%;
		width:100vw;
		transform:translate(-50%,0);
		height:auto;
		display:none;
	}
}

.website_header .menu .items
{
	width:auto;
	display:flex;
	height:80px;
} 

@media screen and (max-width: 800px) 
{
	.website_header .menu .items
	{
		width:100%;
		height:auto;
		display:block;
	}
}

.website_header .menu .item
{
	width:auto;
	height:80px;
	margin:0 0 0 20px;
	line-height:80px;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	text-align:left;
	text-transform:uppercase;
	cursor:pointer;
} 

@media screen and (max-width: 800px) 
{
	.website_header .menu .item
	{
		height:60px;
		line-height:60px;
		width:100%;
		margin:0;
		text-align:center;
		border-top:1px solid rgba(57,57,57,0.1);
	}
}

.website_header .menu .item:hover
{
	opacity:0.4;
} 

.website_header .menu .emergency_button
{
	color:#c75146 !important;
}










/* Website content */

.website_content_block
{
	width:90%;
	max-width:900px;
	height:80px;
}

.website_content_block.open
{
	height:auto;
	padding:80px 0 80px 0;
}

.website_content_block .background
{
	position:absolute;
	top:0;
	width:100vw;
	height:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-color:#fff;
	border-bottom:1px solid #fff;
}

.website_content_block .background .overlay
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}

.website_content_block .block_action
{
	position:absolute;
	top:10px;
	right:10px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-weight:200;
	font-size:30px;
	transform:translate(50%,0) rotate(45deg);
	cursor:pointer;
	opacity:0.4;
	display:none;
	margin-left:-6px;
	-webkit-perspective:1000;
	z-index:999;
}

.website_content_block.open .block_action
{
	display:block;
}

.website_content_block .block_action:hover
{
	opacity:1;
}

.website_content_block .content_holder
{
	display:none;
}

.website_content_block.open .content_holder
{
	display:block;
	width:100%;
	height:auto;
}

.website_content_block .block_label
{
	line-height:80px;
	font-size:15px;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	text-align:center;
	cursor:pointer;
	opacity:0.4;
}

.website_content_block .block_label:hover
{
	opacity:1;
}

.website_content_block .block_label.emergency_label
{
	color:#c75146;
	font-weight:800;
	opacity:1;
}
 
.website_content_block .block_label.emergency_label:hover
{

}

.website_content_block.open .block_label
{
	display:none;
}

.website_content_block .content_holder .block_title
{
	line-height:30px;
	font-size:30px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0 0 30px 0;
	text-align:center;
}

.website_content_block .content_holder .block_text
{
	line-height:28px;
	font-size:18px;
	font-weight:300;
	text-transform:none;
	text-align:center;
	opacity:0.4;
	margin:0 0 40px 0;
	white-space:pre-line;
}










/* Resources */

.resource_holder
{
	width:calc(100% + 40px);
}

.resource_holder .resource
{
	width:calc(33.33% - 40px);
	margin:20px;
	cursor:pointer;
	overflow:hidden;
}

.card .resource_holder
{
	width:calc(100% + 20px);
}

.card .resource_holder .resource
{
	width:calc(50% - 20px);
	margin:10px;
}

@media screen and (max-width: 800px) 
{
	.resource_holder
	{
		width:calc(100% + 20px) !important;
	}

	.resource_holder .resource
	{
		width:calc(50% - 20px) !important;
		margin:10px !important;
	}
}

.resource_holder .resource .background
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:none;
}

.resource_holder .resource .image
{
	width:100%;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}

.resource_holder .resource .image:before
{
	content:"";
	display:block;
	padding-top:100%;
}

.resource_holder .resource .title_holder
{
	height:80px;
}

.resource_holder .resource .title_holder .title
{
	position:absolute;
	height:auto;
	width:calc(100% - 20px);
	line-height:20px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
}

.resource_holder .resource .overlay
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.2;
	display:none;
}

.resource_holder .resource:hover .overlay
{
	display:block;
}

.resource_holder .resource .symbol
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('../img/view_icon_light.png') center center no-repeat;
	background-size:20px auto;
	display:none;
}

.resource_holder .resource:hover .symbol
{
	display:block !important;
}

/* Details */

.resource_details
{
	width:100%;
	max-width:600px;
	background:#fff;
	padding:0 40px 30px 40px;
	border-radius:0px;
	overflow:hidden;
	box-shadow:0 20px 100px -20px rgba(0,0,0,0.4);
}

.resource_details.small
{
	max-width:400px;
}

.resource_details .backbutton
{
	position:absolute;
	left:10px;
	top:10px;
	background-color:#fff;
	width:30px;
	height:30px;
	border-radius:0px;
	background-image: url(../img/back_icon.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
    cursor:pointer;
}

.resource_details .backbutton:hover
{
	background-color:rgba(57,57,57,0.4);
}

.resource_details .image
{
	width:calc(100% + 80px);
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	margin:0 0 40px 0;
}

.resource_details .image:before
{
	content:"";
	display:block;
	padding-top:100%;
}

.resource_details .title
{
	font-size:15px;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 20px 0;
	text-align:center;
}

.resource_details .text
{
	font-size:18px;
	font-weight:300;
	line-height:28px;
	text-align:center;
	color:rgba(57,57,57,0.4);
	margin:0 0 10px 0;
}

.resource_details .subresource
{
	height:40px;
	background:#F8F8F8;
	border-radius:0px;
	padding:0 20px 0 60px;
	margin:10px 0 10px 0;
	overflow:hidden;
	cursor:pointer;
}

.resource_details .subresource .image
{
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	border-right:1px solid #fff;
}

.resource_details .subresource .title
{
	height:40px;
	line-height:40px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:left;
}

.resource_details .subresource .overlay
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(57,57,57,0.3);
	display:none;
}

.resource_details .subresource:hover .overlay
{
	display:block;
}

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










/* Landing */

.website_landingpage
{
	width:90vw !important;
	max-width:none !important;
	height:auto !important;
	padding:0 !important;
}

.website_landingpage .background
{
	border:none !important;
}

.website_landingpage .background .overlay
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
}

.website_landingpage .padding_block
{
	width:100%;
}

.website_landingpage .padding_block:before
{
	content:"";
	display:block;
	padding-top:12%;
}

@media screen and (max-width: 800px) 
{
	.website_landingpage .padding_block:before
	{
		padding-top:24%;
	}
}

.website_landingpage .content_holder
{
	width:100%;
	max-width:900px;
	height:auto;
	display:block;
}

.website_landingpage .content_holder .title
{
	max-width:600px;
	line-height:55px;
	font-size:40px;
	color:#fff;
	font-weight:500;
	letter-spacing:3px;
	text-align:center;
	margin:0 0 50px 0;
	padding:0 0 30px 0;
	text-transform:uppercase;
}

.website_landingpage .content_holder .title:before
{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:40px;
	height:2px;
	background:#fff;
	margin-left:-20px;
}

@media screen and (max-width: 800px) 
{
	.website_landingpage .content_holder .title
	{
		max-width:600px;
		line-height:40px !important;
		font-size:25px !important;
		color:#fff;
		font-weight:300 !important;
		letter-spacing:2px !important;
		text-align:center;
		margin:0 0 40px 0;
		text-transform:uppercase;
	}
}

.website_landingpage .action_holder
{
	width:90vw;
	max-width:500px;
	z-index:999;
	height:40px;
	margin:0 0 0 0;
	border-radius:0px;
	overflow:hidden;
}

.website_landingpage .action_holder .action
{
	width:calc(33.33% - 10px);
	height:40px;
	line-height:36px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	background:transparent;
	color:#fff;
	text-align:center;
	cursor:pointer;
	letter-spacing:1px;
	margin:0 5px 0 5px;
	border:2px solid #fff;
}

@media screen and (max-width: 800px) 
{
	.website_landingpage .action_holder
	{
		height:auto;
	}

	.website_landingpage .action_holder .action
	{
		width:100%;
		margin:5px 0 5px 0;
	}
}

.website_landingpage .action_holder .action:hover
{
	background:rgba(255,255,255,0.2);
	color:#fff;
}

.website_landingpage .action_holder .action:last-child
{

}


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

}

/* Openinghours box */

.openinghours
{
	max-width:500px;
	background:#fff;
	border-radius:0px;
	padding:0 40px 30px 40px;
	overflow:hidden;
	margin:0 0 40px 0;
}

.openinghours .site
{
	width:calc(100% + 80px);
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
	margin-bottom:40px;
	background:#393939;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
}

.openinghours .openinghour
{
	height:30px;
	margin:0 0 10px 0;
	line-height:30px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	color:#393939;
	padding:0 10px 0 100px;
	background:#F8F8F8;
	border-radius:0px;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
}

.openinghours .openinghour .day
{
	position:absolute;
	left:0;
	top:0;
	height:30px;
	width:100px;
	line-height:30px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	background:#393939;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
}

.openinghours .openinghour .day.today
{
	background:#e55039;
}

/* Call box */

.callbox
{
	max-width:500px;
	background:#fff;
	border-radius:0px;
	padding:0 40px 30px 40px;
	overflow:hidden;
	margin:0 0 40px 0;
}

.callbox .hero
{
	width:calc(100% + 80px);
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
	margin-bottom:40px;
	background:#393939;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
}

.callbox .sites
{
	width:calc(100% + 20px);
}

.callbox .sites .site
{
	width:calc(50% - 20px);
	margin:10px;
	padding:0 20px 0 20px;
	line-height:20px;
	font-size:12px;
	font-weight:500;
	color:#393939;
	background:#F8F8F8;
	border-radius:0px;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
}

.callbox .sites .site .title
{
	height:40px;
	width:calc(100% + 40px);
	line-height:40px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	background:#393939;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:20px;
}

.callbox .sites .site .action
{
	height:40px;
	width:calc(100% + 40px);
	line-height:40px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	color:#393939;
	text-align:center;
	letter-spacing:1px;
	margin-top:20px;
	border-top:1px solid #fff;
}

.callbox .sites .site:hover .action
{
	color:#fff;
	background:#393939;
}

/* Route box */

.routebox
{
	max-width:500px;
	background:#fff;
	border-radius:0px;
	padding:0 40px 30px 40px;
	overflow:hidden;
	margin:0 0 40px 0;
}

.routebox .hero
{
	width:calc(100% + 80px);
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:600;
	letter-spacing:2px;
	color:#fff;
	margin-bottom:40px;
	background:#393939;
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
}

.routebox .sites
{
	width:calc(100% + 20px);
}

.routebox .sites .site
{
	width:calc(50% - 20px);
	margin:10px;
	padding:0 20px 0 20px;
	line-height:20px;
	font-size:12px;
	font-weight:500;
	color:#393939;
	background:#F8F8F8;
	border-radius:0px;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
}

.routebox .sites .site .title
{
	height:40px;
	width:calc(100% + 40px);
	line-height:40px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	background:#393939;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:20px;
}

.routebox .sites .site .action
{
	height:40px;
	width:calc(100% + 40px);
	line-height:40px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:600;
	color:#393939;
	text-align:center;
	letter-spacing:1px;
	margin-top:20px;
	border-top:1px solid #fff;
}

.routebox .sites .site:hover .action
{
	color:#fff;
	background:#393939;
}










/* Modules */

.website_modules
{
	height:auto;
}

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

.website_modules .module_holder
{
	width:auto;
	overflow:hidden;
	display:inline-block !important;
	padding:10px 0 10px 0;
}

.website_modules .module_holder .module
{
	width:140px;
	height:100px;
	margin:10px;
	cursor:pointer;
	background:rgba(255,255,255,0.2);
	border-radius:20px;
}

.website_modules .module_holder .module:hover
{
	background:rgba(255,255,255,0.4);
}

.card .website_modules .module_holder
{
	width:100%;
	padding:10px 20px 10px 20px;
}

.card .website_modules .module_holder .module
{
	width:100%;
	margin:10px 0 10px 0;
}

.modules .website_modules .module_holder
{
	width:100%;
	max-width:400px;
	padding:10px 20px 10px 20px;
}

.modules .website_modules .module_holder .module
{
	width:100%;
	margin:10px 0 10px 0;
}

@media screen and (max-width: 800px) 
{
	.website_modules .module_holder
	{
		width:100%;
		padding:10px 20px 10px 20px;
	}

	.website_modules .module_holder .module
	{
		width:100%;
		margin:10px 0 10px 0;
	}
}

.website_modules .module_holder .module:hover
{
	color:#393939;
}

.website_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;
}

.website_modules .module_holder .module .title
{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:12px;
	margin:13px 0 0 0;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
}

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

}










/* About */

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

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

.website_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;
}

.website_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;
}

.website_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;
}

.website_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;
}

.website_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;
}

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

.website_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) 
{
	.website_aboutpage .content_holder .image_holder
	{
		width:112.5%;
		margin-bottom:-80px !important;
	}

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










/* Team */












/* Services */












/* Neuigkeitenseite */

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

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

.website_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;
}

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

.website_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);
}

.website_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;
}

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

.website_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;
}

.website_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;
}

.website_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;
}

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

.website_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 */

.website_footer
{
	height:60px;
}

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

.website_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 .website_footer .background
{
	display:none !important;
	background:#393939;
}

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

.website_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;
}

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