﻿/* -------------------------------------------------------------
	HTML & BODY
------------------------------------------------------------- */

html
{
    height: 100%;
}

body
{
	
	position: relative;
	font-family: 'droid-sans', sans-serif;
	font-weight: normal;
	font-size: 16px; /* Fallback */
	line-height: 26px; /* Fallback */
	font-size: 1rem;
    line-height: 1.625rem;
	color: #1a171b;
	min-width: 320px;
	/* Typo */
	-moz-font-feature-settings: "liga=1, dlig=0";
	-webkit-font-feature-settings: "liga" , "dlig" off;
	-o-font-feature-settings: "liga" , "dlig" off;
	font-variant-ligatures: common-ligatures;
	/* font-feature-settings:'kern'; */
	/* font-feature-settings: "liga", "dlig"; */
	background-color: #fff;
}

.no-touch body
{
    text-rendering: optimizeLegibility;
}

.DNNEmptyPane
{
	display: none;
}

body.editors-role .DNNEmptyPane
{
	display: block;
}

#dnn_OutputPane
{
	display: block;
}

#dnn_dnnLOGIN_cmdLogin
{
	position: fixed;
	z-index: 20000;
	width: 135px;
	left: -89px;
	top: 50%;
	margin-top: -23px;
	background-color: #b54646;
	color: #fff;
}

#dnn_dnnLOGIN_cmdLogin:hover
{
	left: 0;
}

#dnn_dnnLOGIN_cmdLogin, #dnn_dnnLOGIN_cmdLogin:after
{
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px !important;
	line-height: 16px !important;
	height: 46px;
	padding: 1px 0 0 13px;
	color: #fff !important;
}

#dnn_dnnLOGIN_cmdLogin:after
{
	position: relative;
	top: 3px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	content: "\f08b";
	padding: 12px 0 0 14px;
	font-size: 28px !important;
}



/*	-------------------------------------------------------------
	IMAGES
------------------------------------------------------------- */

img
{
	-ms-interpolation-mode: bicubic;
}

.imgTitle
{
	display: block;
	color: #fff;
	font-size: 15px;
	height: 30px;
	padding: 5px;
	background-color: #000;
	position: relative;
	top: 22px;
	z-index: 10;
}


/*	-------------------------------------------------------------
	GLOBAL STYLES
------------------------------------------------------------- */

/* Clearfix */

.clearfix:before,.clearfix:after,.container_12:before,.container_12:after,.container_100:before,.container_100:after {
	content:'.';
	display:block;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	width:0;
	height:0
}

.clearfix:after,.container_12:after,.container_100:after {
	clear:both
}

.clearfix,.container_12,.container_100 {
	zoom:1
}

* html .clearfix,*:first-child+html .clearfix {
	zoom:1
}

.hidden
{
	display: none;
}

.invisible 
{
	visibility: hidden;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clear
{
	clear:both !important;
}

/* Selection color
::-moz-selection
{ 

}

::selection
{ 

}

*/

.font-antialiased, #page
{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

noscript div.no-js-warning
{
	position: absolute; /* Fallback */
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}

noscript div.no-js-warning
{
	position: absolute; /* Fallback */
	position: fixed;
	top:50%;
	left:50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top:-200px;
	padding: 52px 26px 52px 26px;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 22px;
	color: #2b2b2b;
	text-align: center;
}

.nowrap
{
	white-space: nowrap;
}


/*	-------------------------------------------------------------
	PAGE & WRAPPER
------------------------------------------------------------- */

#pageWrapper
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#page
{
	position: relative;
	overflow: hidden;
	min-width: 320px;
	margin: auto;
}

.wrapper
{
	position: relative;
	background: #fff;
	margin: auto;
}


/*	-------------------------------------------------------------
	HEADER
------------------------------------------------------------- */

#headerFullWrapper
{
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.tab-296 #headerFullWrapper
{
	background-color: #426381;	
}

#headerFullWrapper .sticky-wrapper
{
	height: auto !important;
}


#header1Wrapper
{
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tab-296 #header1Wrapper, .tab-1634 #header1Wrapper, .tab-1669 #header1Wrapper
{
	background: #fff; /* fallback */
	background-color: rgba(255,255,255,0.92);
}

#header1
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	max-height: 130px;
}


/*	-------------------------------------------------------------
	MAIN AREA
------------------------------------------------------------- */

/* Breadcrumb */

.breadcrumbWrapper
{
	margin-top: 130px;
	margin-bottom: 39px;
	border-top: 1px solid #e6e7e4;
	border-bottom: 1px solid #e6e7e4;
	overflow: hidden;
}

.tab-296 .breadcrumbWrapper, .tab-1634 .breadcrumbWrapper, .tab-1669 .breadcrumbWrapper
{
	display: none;
}

.breadcrumb
{
	padding: 13px 0 13px 0;
	height: 1.625em;
	color: #bbb !important; /* Fallback */
	/* color: rgba(255,255,255,0.8) !important; */
	/* text-shadow: 1px 1px 0px rgba(0,0,0,0.2); */
}

.breadcrumb a
{
	color: #b4b4b4 !important;
}

.breadcrumb a:hover
{
	color: #426381 !important;
}

.breadcrumb a.activeSelected, .breadcrumb a.disabledLink
{
    pointer-events: none;
}

.tab-296 #dnn_ContentPane, .tab-1634 #dnn_ContentPane, .tab-1669 #dnn_ContentPane
{
	padding-top: 39px;
}

#dnn_ContentPane .article-image.big
{
	margin-bottom: 17px !important;
}


/*	-------------------------------------------------------------
	FOOTER
------------------------------------------------------------- */

/* Footer 1 */

#footer1Wrapper
{
	background: #fff;
	padding: 0 !important;
	border-top: 52px solid #F2F3F1;
	border-bottom: 1px solid #e6e7e4;
}

.tab-296 #footer1Wrapper
{
	border-top: none;
}

#footer1
{
	padding: 1.625em;
	min-height: 52px !important;
}

@media screen and (max-width: 719px) {
	#footer1
	{
		padding: 0;
	}
}


#footer1 .grid_4
{
	padding: 1.625em 0 1.625em 0;
}

#footer1 h4
{
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	font-size: 16px;
	font-size: 1rem;
}


/* Footer2 */

#footer2Wrapper
{
	padding: 0 !important;
	border-bottom: 52px solid #F2F3F1;
}

#footer2
{
	height: auto !important;
	min-height: 20px;
}

.inlinesvg #footer2
{
	background: url('/portals/_default/skins/templates/img/skyteam.svg') no-repeat center right;
	background-size: 32px 32px;
}

#footer2 .grid_12
{
	padding: 1.2em 0 1.2em 0;
}

#footer2 a
{
	color: #1a171b;
}

#footer2 .copyright
{
	padding-right: 30px;
}

#footer2 .copyright span
{
	font-family: arial, sans-serif;
}

#footer2 span.separator
{
	padding: 0 10px 0 10px;
}

#footer2 span.separator:first-child
{
	padding-left: 0;
}


/*	-------------------------------------------------------------
	NAVIGATION OVERWRITES
------------------------------------------------------------- */

nav.nav1-dropdown
{
	height: 52px;
	margin: 0;
	display: block;
	position: relative;
	z-index: 98;
	background: url('/portals/_default/skins/templates/img/line-nav-top.png') no-repeat right top;
}


/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
------------------------------------------------------------- */

@media screen and (max-width: 719px) {
	.linkbar-top
	{
		position: relative;
		top: -2px !important;
	}
}

/* Logo */

.logoarea, .navarea-top
{
	height: 84px;
	overflow: visible;
}

.logo-head
{
	display: block;
	position: relative;
	top: -8px;
	float: right;
	width: 100%;
	min-width: 220px;
}

.logo-head-bad
{
	display: block;
	position: relative;
	top: -33px;
	float: right;
	width: 100%;
}

.logo-head-bad:hover
{
	-webkit-transform: scale(1.05) rotate(5deg);
	-moz-transform: scale(1.05) rotate(5deg);
	-ms-transform: scale(1.05) rotate(5deg);
	-o-transform: scale(1.05) rotate(5deg);
	transform: scale(1.05) rotate 5deg;
}

.logo-head img
{
	display: block;
	position: relative;
	width: 100%;
	max-width: 350px;
	float: right;
}

.logo-head-bad img
{
	display: block;
	position: relative;
	width: 100%;
	max-width: 250px;
	float: right;
}

@media screen and (min-width: 960px) and (max-width: 1099px) {
	.logo-head
	{
		top: 0px;
	}	
}

@media screen and (max-width: 719px) {
	.logo-head
	{
		max-width: 250px;
		top: -20px;
	}
	
	.logo-head-bad
	{
		max-width: 150px !important;
		top: -30px;
	}
}


/* Search */

#search {
	float: left;
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	background: #b54646;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 21px;
	cursor: pointer;
}

#search i {
	opacity: .8;
}

#search:hover i {
	opacity: 1;
}

#searcharea
{
	display: none;
}

#searcharea > div
{
	float: left;
	width: 230px;
	height: 30px;
	padding: 0;
}

#searcharea input
{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	width: 230px;
	height: 47px;
	border: 1px solid #fff;
	padding: 0 0 0 10px;
	margin: 0;
	background: #F2F3F1;
	font-size: 16px;
	font-size: 1rem;
	font-family: "droid-sans", sans-serif;
}

#searcharea input:focus
{
	outline: none;
}

#searcharea a.suche, #searcharea a.searchlink
{
	display: block;
	float: left;
	position: relative;
	left: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #F2F3F1;
	line-height: 44px;
	font-size: 21px;
	width: 30px;
	height: 47px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	color: #426381;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.searchresults a
{
	font-weight: 700;
}

.searchresults a:empty + br
{
	display: none;
}


@media screen and (max-width: 719px) {
	#search, #searchdummy
	{
		display: none !important;
	}
}

/* Sitesearch 360 */

#ss360SearchButton
{
	width: 47px !important;
	height: 47px !important;
	background: url('/portals/_default/skins/templates/img/icon-search.png') center center #F2F3F1 !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	border: 1px solid #F2F3F1 !important;
}


/*	-------------------------------------------------------------
	WEATHER
------------------------------------------------------------- */

#weather
{
	float: left;
	display: block;
	font-size: 21px;
	font-size: 1.3rem;
	height: 46px;
	line-height: 46px;
	padding-left: 18px;
	overflow: hidden;
}

.tpl-bad #weather
{
	padding-left: 0;
}

#weather a i
{
	color: #426381 !important;
	font-size: 42px;
	font-size: 2.625rem;
}

#weather a span
{
	color: #426381 !important;
	position: relative;
	padding-left: 0px;
	font-weight: bold;
}

#weather a:hover
{
	color: #426381 !important;
}

.weather
{
	font-family: 'weather';
	font-weight: normal;
	font-style: normal;
}

.weather-0:before { content: ":"; }
.weather-1:before { content: "p"; }
.weather-2:before { content: "S"; }
.weather-3:before { content: "Q"; }
.weather-4:before { content: "S"; }
.weather-5:before { content: "W"; }
.weather-6:before { content: "W"; }
.weather-7:before { content: "W"; }
.weather-8:before { content: "W"; }
.weather-9:before { content: "I"; }
.weather-10:before { content: "W"; }
.weather-11:before { content: "I"; }
.weather-12:before { content: "I"; }
.weather-13:before { content: "I"; }
.weather-14:before { content: "I"; }
.weather-15:before { content: "W"; }
.weather-16:before { content: "I"; }
.weather-17:before { content: "W"; }
.weather-18:before { content: "U"; }
.weather-19:before { content: "Z"; }
.weather-20:before { content: "Z"; }
.weather-21:before { content: "Z"; }
.weather-22:before { content: "Z"; }
.weather-23:before { content: "Z"; }
.weather-24:before { content: "E"; }
.weather-25:before { content: "E"; }
.weather-26:before { content: "3"; }
.weather-27:before { content: "a"; }
.weather-28:before { content: "A"; }
.weather-29:before { content: "a"; }
.weather-30:before { content: "A"; }
.weather-31:before { content: "6"; }
.weather-32:before { content: "1"; }
.weather-33:before { content: "6"; }
.weather-34:before { content: "1"; }
.weather-35:before { content: "W"; }
.weather-36:before { content: "1"; }
.weather-37:before { content: "S"; }
.weather-38:before { content: "S"; }
.weather-39:before { content: "S"; }
.weather-40:before { content: "M"; }
.weather-41:before { content: "W"; }
.weather-42:before { content: "I"; }
.weather-43:before { content: "W"; }
.weather-44:before { content: "a"; }
.weather-45:before { content: "S"; }
.weather-46:before { content: "U"; }
.weather-47:before { content: "S"; }


/*	-------------------------------------------------------------
	TWITTER + FB HEAD
------------------------------------------------------------- */

#twitter-head, #facebook-head, #insta-head, #yt-head, #sf-head
{
	float: left;
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	overflow: hidden;
}

#insta-head, #yt-head, #sf-head
{
	font-size: 26px;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
}

#twitter-head a i, #facebook-head a i, #insta-head a i, #yt-head a i, #sf-head a i
{
	color: #426381 !important;
}

#twitter-head a:hover, #facebook-head a:hover, #insta-head a:hover, #yt-head a:hover, #sf-head a:hover
{
	color: #426381 !important;
}


/*	-------------------------------------------------------------
	MODULE
------------------------------------------------------------- */

.gallery
{
	height: 100px;
	background-color: green;
}

.teaserimage
{
	display: block;
	margin-bottom: 14px;
	position: relative;
	width: 100%; /* for IE 6 */
}

.teaserimage img
{
	border: 0;
}

.teaserimage .teasertitle
{
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	background-image: url('/portals/_default/skins/templates/img/black-60.png');
	cursor: pointer;
}


/*	-------------------------------------------------------------
	BUTTONS
------------------------------------------------------------- */

.skinButton
{
	position: relative;
	z-index: 500;
	display: inline-block;
	white-space: nowrap;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;	
	padding: .55em 2em 0 2em !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.sky-form .skinButton
{
	float: left;
	margin-bottom: 26px !important;
	z-index: 0;
}

.button-big
{
	height: 52px; /* Fallback */
	height: 3.25rem;
	font-size: 22px; /* Fallback */
	font-size: 1.375rem;
	line-height: 26px; /* Fallback */
	line-height: 1.625rem;
	font-weight: 400 !important;
}

.button-small
{
	text-align: left !important;
	white-space: normal !important;
	padding: 0.2em 0.6em 0.2em 0.6em !important;
	margin-bottom: 7px;
	font-size: 16px; /* Fallback */
	font-size: 1rem;
	line-height: 20px; /* Fallback */
    font-weight: 400 !important;
}

#footer1 .button-small
{
	width: 100%;
}

.button-small i
{
	position: relative;
	top: 0em;
	font-size: 0.9em;
	margin-right: .4em;
}

.button:hover
{
	text-decoration: none;
}

.border-black
{
	color: #111;
	border: solid 2px #111;
}

.border-black:hover
{
	color: #1376c9;
}


.border-black:active, .blue:visited
{
	color: #111;
}

.border-white
{
	color: #fff !important;
	border: solid 2px #fff;
}

.border-white:hover
{
	color: #111; /* Fallback*/
	color: rgba(17,17,17,0.75);
	background-color: rgba(255,255,255,0.25);
	border: solid 2px #fff !important;
}

.border-white:active, .blue:visited
{
	color: #fff;
}

.border-green
{
	color: #68af21 !important;
	border: solid 2px #68af21;
}

.border-green:hover
{
	color: #68af21; /* Fallback*/
	color: rgba(17,17,17,0.75);
	background-color: rgba(105,176,34,0.10);
	border: solid 2px #68af21 !important;
}

.border-green:active, .border-green:visited
{
	color: #68af21;
}

.body-green
{
	color: #fff !important;
	border: solid 2px #68af21;
	background-color: #68af21;
}

.body-green:hover
{
	background-color: rgba(105,176,34,0.7);
}

.body-red
{
	color: #fff !important;
	border: solid 2px #b54646;
	background-color: #b54646;
}

.body-red:hover
{
	background-color: rgba(181,70,70,0.8);
	border: solid 2px rgba(181,70,70,0.8) !important;
}


/*	-------------------------------------------------------------
	HEUSENBOT
------------------------------------------------------------- */

html.tab-1801
{
	position: fixed;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	overscroll-behavior: none !important;
}

html.tab-1801 body {
	position: fixed;
	margin: 0 !important;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	overscroll-behavior: none !important;
}

html.tab-1801 #eyeAble_container_ID
{
	display: none !important;
}

iframe#heusenbot
{
	width: 100%;
	height: calc(80vh - 0px);
	height: calc(var(--vh, 1vh) * 100 - 50px);
}

#bot-footer
{
	position: fixed;
	box-sizing: border-box !important;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 13px 25px 14px 25px;
	background-color: #426381;
	color: #fff
}

#bot-footer a
{
	display: inline-block;
	float: right;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.85) !important;
	transition: all 0.25 ease-in-out !important;
	margin-left: 15px !important;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.noselect,
#overlay-holder h1,
overlay-holder h2
{
	-ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#bot-footer a:hover
{
	color: #fff !important;
}


/* Overlay */

#overlay
{
    position: fixed;
    box-sizing: border-box !important;
    overflow: hidden !important;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100); 
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
	background: rgba(66, 99, 130, 0.90) !important;
}

#overlay.open
{
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

.overlay-close
{
	position: fixed;
	top: 20px;
	right: 50px;
	width: 30px;
	height: 30px;
	background: url('/portals/_default/Skins/Templates/img/btn-close-white.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center center;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    z-index: 800;
	cursor: pointer;
}

.overlay-close:hover
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
	.overlay-close {
		top: 20px;
		right: 20px;
	}	
}

#overlay-holder
{
	position: absolute;
	box-sizing: border-box !important;
	top: 70px;
	left: 0;
	padding: 0 50px 70px 50px;
	width: 100%;
	height: calc(100% - 70px);
	height: calc(var(--vh, 1vh) * 100 - 70px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #fff;
	z-index: 100;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

@media only screen and (max-width: 767px) {
	#overlay-holder
	{
		position: absolute;
		top: 55px;
		left: 0;
		padding: 0 20px 70px 20px;
		height: calc(100% - 55px);
		height: calc(var(--vh, 1vh) * 100 - 55px);
		font-size: 15px !important;
	}
}

#overlay-holder p,
#overlay-holder h1,
#overlay-holder h2
{
	max-width: 850px;
}

@media only screen and (max-width: 767px) {
	#overlay-holder p,
	#overlay-holder h1,
	#overlay-holder h2
	{
		max-width: 550px;
	}
}

#overlay-holder a
{
	display: inline-block;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-weight: bold;
	margin-top: 1em !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#overlay-holder a:hover
{
	color: #fff;
}

#overlay-holder h1
{
	display: inline-block;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.07em;
	margin-top: 0;
	margin-bottom: 1em;
	-moz-hyphens: none !important;
	-o-hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
}

@media only screen and (max-width: 767px) {
	#overlay-holder h1
	{
		font-size: 30px;
	}
}

#overlay-holder h2
{
	display: inline-block;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.07em;
	margin-top: 0;
		margin-bottom: 0.5em !important;
	-moz-hyphens: none !important;
	-o-hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
}

