/**
 * 0) FONTS
 **/
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/**
 * 1) GERNERAL CSS
 **/

/* RESET CSS PROPERTIES */
* { margin: 0; padding: 0; }

/* HTML AND BODY */
html { }
body { color: #333; font-size: 100%; font-family: 'Lato', sans-serif, trebuchet ms, verdana, arial; position: relative; }

/* HIDING ELEMENTS // usability, responsive design buttons */
.donotdisplay,
	.printonly,
	.mobileonly { left: -9999px; position: absolute; }

/**
 * COLS AND SIDEBARS - start
 **/
 .colLeft { margin-right: 1%; float: left; }
.colRight { margin-left: 1%; float: right; }

.col-w100 { width: 100%; clear: both; overflow: hidden; }
.col-w90 { width: 89%; }
.col-w80 { width: 79%; }
.col-w75 { width: 74%; }
.col-w70 { width: 69%; }
.col-w66 { width: 65.666%; }
.col-w60 { width: 59%; }
.col-w50 { width: 49%; }
.col-w40 { width: 39%; }
.col-w33 { width: 32.333%; }
.col-w30 { width: 29%; }
.col-w25 { width: 24%; }
.col-w20 { width: 19%; }
.col-w10 { width: 9%; }

/**
 * COLS AND SIDEBARS - end
 **/

/**
 * GENERAL TEXT STYLES - start
 **/

	/* headlines */
	h1 { font-size: 180%; font-weight: 300; color: #333; padding: 1.5% 0 .5%; }
	h2 { font-size: 160%; font-weight: 400; color: #333;  padding: 2% 0 1%; }
	h3 { color: #333; font-size: 120%; padding: 1.5% 0 .5%; }
	h4 { color: #333; font-size: 90%; padding: 1% 0 0; }
	h5 { color: #333; font-size: 80%; padding: .5% 0 0; }

	/* abstracts */
	p { padding: .5% 0 .5%; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }
	a { color: #4186d6; text-decoration: none; }
	a:hover { color: #1a1a1a; text-decoration: none; }
	a, a:active, a:focus { outline: none; }
	.disabled,
		a.disabled { text-decoration: line-through; }
	a[href^="tel"]:link,
		a[href^="tel"]:visited,
		a[href^="tel"]:hover { text-decoration: none; color: #193573; }
	.right { text-align: right; }
	.left { text-align: left; }
	.center { text-align: center; }
	.justify {text-align: justify; }
	.floatleft { float: left; }
	.floatright { float: right; }
	.clearboth { clear: both; }
	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	.small { font-size: 80%; }
	.large { font-size: 120%; }
	.honey { position: absolute; left: -99999px; }

	/* tables */
	table,
		th,
		td { border: none; }
	td,
		th { vertical-align: top; padding: 1% 2%; }
	th { text-align: left; }

/**
 * GENERAL TEXT STYLES - end
 */

/**
 * NAVIGATION - start
 **/

	/* horizontal main navigation */
		#horizontalNavi  { position: relative; list-style: none; }
	#horizontalNavi > li { position: relative; float: left;  font-size: 110%; font-weight: 400; display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	#horizontalNavi > li > a { display: block; padding: 0px 15px; color: #193573; font-weight: bold;
		-webkit-transition: background 0.3s ease-in;
		-moz-transition: background 0.3s ease-in;
		-o-transition: background 0.3s ease-in;
		-ms-transition: background 0.3s ease-in;
		transition: background 0.3s ease-in;}
	#horizontalNavi > li.active > a { color: #fff; font-weight: bold;}
	#horizontalNavi > li:hover > a { color: #333; background: #ccc; text-decoration: none; font-weight: bold;}

	/* dropdown for horizontal main navigation */
	#horizontalNavi ul {
		position:absolute;
		width:250px;
        overflow: hidden;
        height: 0;
		z-index:100;
		-webkit-transition: height 0.3s ease-in;
		-moz-transition: height 0.3s ease-in;
		-o-transition: height 0.3s ease-in;
		-ms-transition: height 0.3s ease-in;
		transition: height 0.3s ease-in;
    }

    #horizontalNavi > li:last-child > ul { right: 0; }

    #horizontalNavi ul:hover { overflow: inherit; }

	#horizontalNavi > li:hover ul,
		#horizontalNavi > li > a:hover ul { height:500px; /* default height */ }

    #horizontalNavi ul li {
    	list-style: none;
		background: #ccc;
		width: 100%;
		margin: 0;
		font-size: 100%;
    	font-weight: 400;
    	line-height: normal;
    	position: relative;
		-webkit-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
	}

	#horizontalNavi ul li:hover { background: #000; }
    #horizontalNavi ul li a { display: block; padding: 0% 3%; text-decoration: none; color: #fff; }
	#horizontalNavi ul li a:hover, #horizontalNavi ul li:hover > a { color: #fff; }
	#horizontalNavi ul li + li { border-top: 1px solid #fff; }

	#horizontalNavi .simpleDropDown.level-2 { left: 250px; height: 0; top: 0; border-top: none; }
	#horizontalNavi ul > li:hover ul.simpleDropDown.level-2,
		#horizontalNavi ul > li > a:hover ul.simpleDropDown.level-2 { height:500px; /* default height */ }

	#horizontalNavi .simpleDropDown.level-2 > li {
		list-style: none;
		background: #000;
		font-size: 100%;
		-webkit-transition: background-color 0.3s ease;
		-moz-transition: background-color 0.3s ease;
		-o-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;   }
	#horizontalNavi .simpleDropDown.level-2 > li:hover { background: #333; }

	/* micro navigation */
		#microNavi { overflow: hidden; padding: 1%  1% 0 0; list-style: none; }
	#microNavi li { float: left; }
	#microNavi li a { color: #323232; }
	#microNavi li a:hover { color: #E1001A; }

	/* footer navi */
		#footerNavi { overflow: hidden; width: 98%; padding: .3% 1%; }
	#footerNavi li {  }
	#footerNavi li a { color: #fff; padding: .5% 0;}
	#footerNavi li a:hover { color: #fff; text-decoration: underline; }

	/* subnavigation in sidebar */
		aside ul { list-style: none; margin: 0 0 20px; }
	aside ul.navi li { display: block; border-top: solid 1px #000; }
	aside ul.navi li  > a { display: block; margin: 3% 0; font-size: 120%; font-weight: 400; color: #000;  }
	aside ul.navi li:first-child { border-top: none; }
	aside ul.navi li:hover,
		aside ul.navi li:hover a,
		aside ul.navi li.activeItem,
		aside ul.navi li.activeItem a { color: #000; text-decoration: none; }
		aside ul.navi li.activeItem a { font-weight: 700 }
	aside .navi.depth-1 > li { }
	.navi.depth-2 { }
	aside ul.navi .navi.depth-2 { width: 95%; margin: 0 0 2% 5%; }
	aside ul.navi li.level-2 { border-top: dotted 1px #000; }
	aside ul.navi li.level-2:first-child { border-top: none; }
	aside ul.navi li.level-2 .navi { padding: .5% 2%; font-size: 120%; font-weight: 400; color: #000; }
	aside ul.navi li.level-2 .navi:hover { color: #ccc; }
	aside ul.navi li.level-2.activeItem .navi { font-weight: 700; }
	.navi.depth-3 { }
	.navi.depth-4 { }

/**
 * NAVIGATION - end
 **/

/* TEXT BLOCK SETTINGS */
/* #text img {	border: 5px solid #fff; margin: 5px;}*/
#text ul,
	#text ol { margin: 1% 0 1% 20px; }
#text ul li,
	#text ol li { padding: .25% 0; font-size: 100%; }
#text ul li p,
	#text ol li p { padding: 0; }
#text .map_canvas img,
	.tabContainer #map_canvas img { border: none; margin: 0px; -webkit-box-shadow: 0 0 0px #000; -moz-box-shadow: 0 0 0px #000; box-shadow: 0 0 0px #000; }
#text a { font-weight: 700; }

/* PAGINATION */
.Pages,
	.activePage{ display: inline-block; font-size: 100%; font-weight: bold; color: #152861;  margin-right: 2%; padding: 1% 2%; }
.activePage { color: #fff !important; text-decoration: underline; background: #152861; border: 1px solid #152861; }
a.activePage:hover { color: #fff !important; }
#page .Pages:link,
	.Pages:visited { cursor: pointer; text-decoration: none; border: 1px solid #152861; }
#page .Pages:hover { color: #fff !important; background: #152861; }

/* INPUTFIELDS */
.defaultField { overflow: hidden; }
.defaultField input,
	.defaultField textarea,
	.defaultField select { width: 100%; border: solid 1px #868788; padding: 5px 1%; margin: 5px 0%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.defaultField input:focus,
	.defaultField textarea:focus,
	.defaultField select:focus { border: solid 1px #323232; }
.defaultField textarea { height: 200px; }
.defaultField input[type="checkbox"] { width: auto; margin-top: 1%; }
.defaultField label, .defaultField div.labelFake { padding: 5px 0; }
.defaultField label.noFloat { float: none; }
.defaultField .inputWrapper { overflow: hidden; }
input.fieldError, textarea.fieldError { border: solid 1px #c02e2e; }
div.fieldError { clear: left; color: #ff0000; font-size: 80%; margin-left: 1%; }
label.cbFloat { width: 200px; float: left; }
.defaultField.leftCB { margin: 2% 0; }
.defaultField.hidden { position: absolute; left: -9999px; }

.privacy label { display: inline-block; }
.privacy p { padding: .5% 0 .5% 1%; }

/* MESSAGES */
.msgList { list-style: none; padding: 0; margin: 1% 0; }
.msgList li { margin: .25% 0; padding: .5%; color: #fff; text-shadow: #333 1px 1px 0; }
.msgList li i { padding-right: .5%; }
.warningMsg { background: #e88615;  }
.errorMsg { background: #c02e2e; }
.successMsg { background: #469b2b; }
.arrayMsg { background: #404040;}
.fa.OpenTreeLevel, .fa.CloseTreeLevel {cursor:pointer;}
.fa.OpenTreeLevel:hover, .fa.CloseTreeLevel:hover {color:Orange;}
.Hide {display:none;}

/* WRAPPER */
.wrap { margin: 0 auto; max-width: 1140px; position: relative; width: 100%; }
.overflow { overflow: hidden; }

/* SINGLE CONTENT NAVIGATION */
#prevNextNav { padding: 2% 0 4%; }
#prevNextNav > li {float: left; width: 33%; list-style: none;}
#prevNextNav > li > a {color: #333; font-weight: bold;}
#prevNextNav > li > a:hover {color: #000; text-decoration: none;}

/* LANGUAGE */
#langList { list-style: none; overflow: hidden; position: absolute; right: 5px; top: 5px; }
#langList > li { float: left; overflow: hidden; }
#langList img { display: block; overflow: hidden; padding-left: 3px; }

/* PAGE ROW */
/*
.page-row, .page-row-extended { width: 100%; display: table-row; }
.page-row-extended { height: 100%; }
*/

/* scroll to top button */
a#scrollToTop { z-index: 5000; position: fixed; right: 10px; bottom: 35px; padding: 1%; display: inline-block; background: rgba(0, 75, 146, .8); border: solid 1px #fff; color: #fff; opacity: 0; }
a#scrollToTop:hover { background: rgba(0, 75, 146, 1);  }

/* infinit loading */
.hiddenData { opacity: 0; }
#loadData { margin-top: 2%; }
#loadDataBtn { background: #fff; color: #333; width: 100%; padding: 3% 0; margin-bottom: 1.5%; text-align: center; cursor: pointer; border: dotted 1px #ccc; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#loadDataBtn:hover { background: #333; color: #fff; }

/**
 * 2) STYLES CORE DESIGN
 **/

/* BREADCRUMBS */
#breadcrumbs { overflow: hidden;  clear: both; }
#breadcrumb { list-style: none; overflow: hidden; padding: .5% 0; }
#breadcrumb li { list-style: none; color: #333; text-decoration: none; outline: none; display: block; float: left; position: relative; }
#breadcrumb li a { text-decoration: none; color: #333; }
#breadcrumb li a:hover { color: #000; }
#breadcrumb li.start { padding-right: .5%; }

/* CONTACT */
label.contact { float: left; width: 170px; }
input.contactfield { width: 300px; border: solid 1px #152861; }
input.button { border: none; color: #fff; background: #424242; padding: 1.5% 10%; margin-top: 2%; font-weight: bold;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
input.button:hover { background: #002660; color: #fff; cursor: pointer; }
.leftCB input {float: left; padding: 0 0 0 1%;}
.leftCB label {padding: 1.75% 0 0 1%;}

/* SEARCH */
#search { overflow: hidden; position: relative; }
#searchForm { }
#search label { position: absolute; left: -9999px; }
input#search_searchBox { border: none; background: transparent; width: 90%; padding: 10px; float: left; font-size: inherit; }
input#search_searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400; font-style: italic;
}
input#search_searchBox::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400; font-style: italic;
}
input#search_searchBox:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400; font-style: italic;
}
input#search_searchBox:-moz-placeholder { /* Firefox 18- */
  font-weight: 400; font-style: italic;
}
button#search_submitSearch { width: 10%; padding: 10px; margin-top: none; border: none; color: #333; font-weight: bold; font-size: inherit; cursor: pointer; }
button#search_submitSearch:hover { color: rgb( 255, 246, 217 ); }
ul#searchResults { list-style: none; }
ul#searchResults li { padding-bottom: 4%; margin-bottom: 4%; border-bottom: solid 1px #002900;  }
ul#searchResults p { padding: 0; }
p.searchLink { font-size: 90%; margin-top: 1%; }


/* SOCIAL SHARING */
#sharePage { text-align: center; overflow: hidden; clear: both; }
#social_share { list-style: none; overflow: hidden; width: 100%; }
#social_share li { display: inline; margin-right: 2%; padding: 1.5% 2% 1.5% 0 }
#social_share li:hover { -webkit-transition: background 0.3s ease-in;
		-moz-transition: background 0.3s ease-in;
		-o-transition: background 0.3s ease-in;
		-ms-transition: background 0.3s ease-in;
		transition: background 0.3s ease-in; }
#social_share a { font-weight: 300; text-decoration: none; ine-height: 30px; }
#social_share li:hover a { color: #fff; }
#social_share a > i {margin-right: 1%; text-align: center; width: 30px; line-height: 30px; color: #fff; }
#fb_share > a > i { background: #3b5998; }
#fb_share:hover { background: #3b5998; }
#google_share > a > i {  background: #d64136;  }
#google_share:hover { background: #d64136; }
#twitter_share > a > i {  background: #2daae1;  }
#twitter_share:hover { background: #2daae1; }
#xing_share > a > i {  background: #006464;  }
#xing_share:hover { background: #006464; }

/* MODULE LISTINGS */
.moduleList { list-style: none; overflow: hidden; width: 100%; }
.moduleList .moduleListItem { overflow: hidden; margin-top: 2%; padding-top: 2%; border-top: solid 1px #193573; width: 100%; }
.moduleList .moduleListItem:first-child {margin-top: 0%; padding-top: 0%; border-top: none; }
.moduleList .moduleListItemImage { width: 29%; float: left; margin-right: 1%; }
.moduleList .moduleListItemImage.bgImage { background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 170px; }
.moduleList .moduleListItemImage.bgImage img { position: absolute; left: -99999px; }
.moduleList .moduleListItemImage img { width: 100%; height: auto; display: block; }
.moduleList .moduleListItemContent { width: 69%; float: right; margin-left: 1%; }
.moduleList .moduleListItemMore { clear: both; text-align: right; }
.moduleList .moduleListItemMore a { background: #193573; color: #fff; padding: 1% 2%; margin-top: 2%; display: inline-block;
	-webkit-transition: background 0.3s ease-in; -moz-transition: background 0.3s ease-in; -o-transition: background 0.3s ease-in; -ms-transition: background 0.3s ease-in; transition: background 0.3s ease-in; }
.moduleList .moduleListItemMore a:hover { background: #333; text-decoration: none; }

/* cookies */
#cookieInfo { background: #1a1a1a; border: solid 1px #fff; padding: .5% 0; position: fixed; left: 50px; bottom: 80px; width: 350px; font-size: 80%; z-index: 9999; }
#cookieInfo p, #cookieInfo strong, #cookieInfo a { color: #fff; }
#cookieInfo p { padding: 0; margin: 10px; }
#cookieInfo p a { color: #fff; text-decoration: underline; }
#cookieInfo .colRight { text-align: center; }
#cookieInfo a#setCookie { display: inline-block; margin: 10px; padding: 10px 20px; color: #fff; background: #4186d6; border: 1px solid #fff; }
#cookieInfo a#setCookie:hover {  text-decoration: none; color: #4186d6; background: #fff; }
#cookieInfo .col-w75,
	#cookieInfo .col-w25 { width: 100%; margin: 0; float: none; }

/**
 * 3) PROJECT ADAPTIONS
 **/

hr { clear: both; border: none; width: 80%; margin: 30px 10% 0; padding: 30px 0 0; border-top: solid 4px #4186d6; }
h1 { font-weight: 600; color: #4186d6; text-transform: uppercase; }
h2 { font-size: 140%; }
#contentsection h2 { font-size: 150%; color: #4186d6; font-weight: 600; }
#contentsection h3 {  }
input.button:hover { background: #4186d6; }
.slbBlue { color: #4186d6; }
.slbGreye { color: #c6c6c6; }

ul.listing,
	ul.contentListing { list-style: none; margin: 0 0 2% !important; overflow: hidden; }
ul.listing li,
	ul.contentListing li { margin: 2% 0 1%; padding: 2% 0 0 25px !important; text-indent: -25px; border-top: solid 1px #c6c6c6; overflow: hidden; }
ul.listing li:first-child,
	ul.contentListing li:first-child { border-top: none;  }
ul.listing li::before,
	ul.contentListing li::before { content: "\f054"; font-family: FontAwesome; margin-left: 10px; padding-right: 5px; color: #4186d6; }

ul.contentListing { font-size: 80%; }
ul.contentListing li { margin: 1% 0 .5%; }
ul.contentListing li ul { margin-bottom: 0 !important; margin-left: 0 !important; }

#text ul.mapLegend { clear: both; list-style: outside none none; margin: 1% 0; overflow: hidden; }
#text ul.mapLegend > li { display: inline-block; float: left; width: 33%; }

header, main, footer, aside, section { display: block; }

#canvas > header {
	z-index: 50000;
}

#canvas > main {
	position: relative;
	z-index: 5;
}

/* HEADER */
header { height: 50%; height: 50vh; min-height: 300px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.home header { height: 100%; height: 100vh; }
#headerImg { position: absolute; left: -99999px; }

#topLine { overflow: hidden; width: 100%; height: 80px; background: #fff; z-index: 20; }
#topLine.sticky { position: fixed; top: 0; left: 0; }
#topLine > div { height: 80px; }
#topLine p { padding: 0; height: 100%; }

/* logo */
#topLineLogo { width: 29%; float: left; padding-left: 1%; }
#topLineLogo span { display: block; }
#topLineLogo .logoFirstLine { font-weight: 900; font-size: 140%; color: #555; }
#topLineLogo .logoSecondLine { font-weight: 400; font-size: 100%; color: #555; font-family: sans-serif; }
#topLineLogo .logoThirdLine { font-weight: 700; font-size: 120%; color: #4186d6; }

/* countdown */
#topLineCountdown { width: 40%; float: left; text-align: center; position: relative; }
.CountDownWidget { overflow: hidden; padding: 5px; display: inline-block; position: relative; z-index: 60; }
.CDWTitle { font-weight: bold; text-align: center; display: block; padding: 0.5%; }
.CDWDescription { display: block; padding: 0.5%; }
.CDWTarget { display: none; }
.CDWNumericBlock { overflow: hidden; }
.CDWNumericBlock > div { float: left; margin: 0 10px; padding: 0 5px; }
.CDWNumericBlock > div.CDWSplitter { margin: 0; padding: 0; font-size: 230%; font-weight: bold; }
.CDWNumericBlock > div div { text-align: center; text-transform: uppercase; }
.CDWNumericBlock > div .Number{ font-size: 230%; font-weight: bold; }
#topLineCountdown > img { position: absolute; bottom: -39px; left: 70%; z-index: 40; }

/* subscribe */
#topLineSubscribe { width: 29%; float: right; padding-right: 1%; line-height: 70px; text-align: right; position: relative; }
#topLineSubscribe a { color: #fff; font-size: 150%; text-shadow: 1px 1px 3px #000; text-transform: uppercase; font-weight: 900; position: relative; z-index: 2; }
#topLineSubscribe img { display: inline-block; height: 70% !important; width: auto !important; padding-right: 10px; vertical-align: middle; }

#topLineCountdown:after,
	#topLineSubscribe:after { content: ""; border-bottom: 80px solid #c6c6c6; border-left: 30px solid transparent; height: 0; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
#topLineSubscribe:after { border-bottom: 80px solid #4186d6; }

/* teaser */

#teaser {
    padding-top: 40vh;
    position: relative;
    text-align: center;
}
#teaserTopLine > span,
	#teaserSubLine > span { display: inline-block; text-transform: uppercase; }
#teaserTopLine > span { padding: 20px 40px; background: #4186d6; color: #fff; font-size: 300%; font-weight: 900; letter-spacing: 3px; }
#teaserSubLine > span { margin-top: 10px; padding: 10px 20px; background: #eee; color: #4186d6; font-size: 250%; font-weight: 400; }


/* NAVIGATIONS */
nav#topNavigation { z-index: 15; width: 100%; height: 50px; position: absolute; left: 0; bottom: 0; background: #c6c6c6; border-bottom: 2px solid #4186d6; border-top: 2px solid #4186d6; line-height: 50px; text-align: center; }
#horizontalNavi { display: inline-block; }
#horizontalNavi > li > a { color: #333; text-transform: uppercase; padding: 0 12px }
#horizontalNavi > li:hover > a,
	#horizontalNavi > li.active a { color: #fff; background: #4186d6; }
#horizontalNavi li img { height: 25px; width: 25px; margin-top: 13px; }
#horizontalNavi ul li { background: #4186d6; }
#horizontalNavi ul li a { padding: 5px 0; }
#horizontalNavi ul li:hover { background: #333; }

nav#topNavigation.stickyNav { position: fixed; top: 0; bottom: inherit; }

nav#topNavigation.bottom ul.simpleDropDown { opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
nav#topNavigation.bottom #horizontalNavi li:hover ul.simpleDropDown { opacity: 1; }

i.catIcon { color: #4186d6; margin-right: 5px; }
#horizontalNavi > li:hover i.catIcon,
	#horizontalNavi > li.active i.catIcon { color: #fff; }

aside ul.navi li a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;  }
aside ul.navi li a:hover,
	aside ul.navi li.activeItem a { color: #4186d6; margin-left: 10px; }

.moduleList .moduleListItem h2 { padding-top: 0; }
.moduleList .moduleListItemMore a { background: #fff; color: #4186d6; border: solid 1px #4186d6; }
.moduleList .moduleListItemMore a:hover { background: #4186d6; color: #fff; }

/* SIDEBARS */
aside {}
.default aside#subNavi { width: 23%; margin-right: 2%; margin-bottom: 30px; }

/* MAIN */
main { }
main > .wrap { padding-bottom: 40px; overflow: hidden; }

/* CONTENT */
section {}
.default section#contentsection { width: 73%; margin-left: 2%; margin-bottom: 30px; }
#text .newsImg { width: 33%; height: auto; float: right; margin: 0 0 2% 2%; }

/* FOOTER */
footer { overflow: hidden; background: #4186d6; color: #fff; }

.home #sharePage { padding-top: 30px; }
.default #sharePage { padding: 30px 0; border-bottom: 1px solid #c6c6c6; border-top: 1px solid #c6c6c6; }

#c2a { background: #333; color: #fff; font-size: 200%; text-transform: uppercase; text-align: center; padding: 15px 0; letter-spacing: 3px; }
#c2a a { color: #4186d6; font-weight: 900; }
#c2a a:hover { color: #fff; }

#footerNavi { width: 50%; float: left; list-style: none; padding: 10px 0; font-size: 80%; }
#footerNavi li { float: left; }

#copyright { width: 50%; float: right; text-align: right; padding: 10px 0; font-size: 80%; }
#copyright a { color: #fff; }
#copyright a:hover { color: #fff; text-decoration: underline; }

/* WIDGETS */

/* HOME */
#sectionIntro,
	#sectionQuotes,
	#sectionCompetition,
	#sectionGreetings,
	#sectionPartner { overflow: hidden; padding: 40px 0; clear: both; }
.withText > .wrap > h2 { font-size: 500%; font-weight: 100; color: #4186d6; text-transform: uppercase; padding: 0 0 20px; }
.withText > .wrap > h2 span { font-size: 40%; font-weight: 700; display: block; }
.withText .contentWrap { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; }
.withText .contentWrap p { -webkit-column-break-inside: avoid; page-break-inside: avoid;  break-inside: avoid; padding-bottom: 20px; }

#sectionIntro h2 { font-weight: 700; color: #4186d6; text-transform: uppercase; }
/*#sectionIntroText { text-align: center; }*/
div#sectionIntroText h3 {
    text-align: left;
    height: auto;
    background: none;
    font-size: 110%;
}
div#sectionIntroText td,
div#sectionIntroText th {
	padding-left: 0;
}
div#sectionIntroText thead tr th {
	border-bottom: solid 2px #4186d6;
}
div#sectionIntroText tbody tr:nth-child(n+2) td {
	border-top: solid 1px #4186d6;
}
#sectionIntroText img { height: 60px !important; width: auto !important; padding: 5px 10px; }

#sectionIntroText p { padding: 0 0 7px !important; line-height: 120%; }

#sectionIntro ul#newsList li { width: 49%; float: left; margin: 0 1%; border-top: 0; margin-top: 0; padding-top: 0; }
#sectionIntro ul#newsList li:first-child { margin-left: 0; }
#sectionIntro ul#newsList li:last-child { margin-right: 0; }
#sectionIntro h3 { display: table; height: 70px; width: 100%; padding: 0; font-size: 105%; background: #f5f5f5; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#sectionIntro ul#newsList h3 a { color: #4186d6; display: table-row; }
#sectionIntro ul#newsList h3 a:hover { color: #555; }
#sectionIntro ul#newsList h3 span.newsTitle { display: table-cell; width: 100%; padding: 0 20px; vertical-align: middle; border-bottom: 2px solid #4186d6; }
#sectionIntro p { padding: 0; }
#sectionIntro .loadingNewsPic { width: 70px; height: 70px; display: table-cell; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; float: left; }
#sectionIntro .loadingNewsPic img { position: absolute; left: -9999px; }
#sectionIntro .newsText { margin-top: 10px; clear: both; overflow: hidden; }
#sectionIntro .more { text-align: right; }
#sectionIntro .more a { color: #4186d6; border: solid 1px #4186d6; padding: 5px 10px; display: inline-block; margin-top: 10px;
	-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
#sectionIntro .more a:hover { color: #fff; background: #4186d6; }

#sectionIntro .colRight img { width: 60% !important; height: auto !important; margin: 4% 20%; }

#sectionQuotes { background: url( 'https://www.stadtlaufbautzen.de/images/default/quotes.jpg' )no-repeat fixed center bottom / cover; padding: 0; color: #fff; }
#sectionQuotes .mask { background: rgba( 65, 134, 214, .7 ); padding: 40px 0; }
#sectionQuotes h2 { color: #fff;#sectionQuotes; padding: 0 0 20px; font-size: 250%; }
.widgetlist-cites { overflow: hidden; list-style: none; }
.widgetlist-cites > li { width: 49%; float: left; }
.widgetlist-cites > li:first-child { margin-right: 1%; }
.widgetlist-cites > li:last-child { margin-left: 1%; }
.widgetlist-cites .citeImgWrap { border-radius: 50%; border: solid 2px #fff; width: 25%; margin-right: 5%; float: left; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.widgetlist-cites .citeImgWrap img { width: 100%; height: auto; display: block; }
.widgetlist-cites .citeContent { width: 60%; float: right; margin-right: 10%; }
.widgetlist-cites .citeContent p { font-style: italic; }
.widgetlist-cites .citeContent .citeInfo { display: block; text-align: right; padding-top: 10px; }

#sectionCompetition { background: #4186d6; color: #fff; }
#sectionCompetition > .wrap > h2 { color: #fff; }
.widgetlist-pages { overflow: hidden; list-style: none; display: flex; flex-wrap: wrap; }
.widgetlist-pages > li { margin: 0 1%; float: left; background: #fff; position: relative; text-align: center; }
.widgetlist-pages > li.items-3 { width: 32%; }
.widgetlist-pages > li.items-4 { width: 23.5%; }
.widgetlist-pages > li:first-child { margin-left: 0; }
.widgetlist-pages > li:last-child { margin-right: 0; }

.pagePreviewImage { background-position: center; background-repeat: no-repeat; background-size: cover; width: 100%; min-height: 150px; }
.pagePreviewTitle { margin: 2% 5%; font-weight: 600; font-size: 130%; }
.pagePreview a { color: #4186d6; }
.pagePreviewText { margin: 1% 5%; line-height: 125%; padding-bottom: 80px; color: #333; }
.pagePreviewLink { width: 100%; position: absolute; left: 0; bottom: 5%;  }
.pagePreviewLink a { margin: 2%; padding: 5px 15px; display: inline-block; border: solid 1px #4186d6; font-weight: 700;
	-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.pagePreviewLink a:hover { background: #4186d6; color: #fff; }


#sectionGreetings { background: #ececec; }
#sectionGreetings > .wrap > h2 { color: #4186d6; }

section#sectionPartner .widgetlist-logos { list-style: none; overflow: hidden; height: 75px; padding: 0%; margin: 0; position: relative; }
section#sectionPartner .widgetlist-logos li { float: left; position: absolute; }
section#sectionPartner .widgetlist-logos li img { height: 75px; width: auto; padding: 0% 0%; margin: 0 15px;}

/**
 * 4) STYLES REGULAR USED EXTENSIONS
 **/

/* NEWS */
ul#newsList { list-style-type: none; }
.home ul#newsList a { color: #333; font-weight: 700; }
.home ul#newsList a:hover { color: #193573; }
.home ul#newsList li { overflow: hidden; border-top: solid 1px #4186d6; margin-top: 10px; padding-top: 10px; }
.home ul#newsList li:first-child { border-top: none; margin-top: 0px; padding-top: 0px; }
.newsmodule ul#newsList li { overflow: hidden; padding-top: 2%; margin-top: 2%; border-top: solid 1px #193573; }
.newsmodule ul#newsList li:first-child { border-top: none; padding-top: 0%; margin-top: 0%; }

.itemPreview-More { text-align: right }

#loadDataBtn:hover { background: #4186d6; color: #fff; }

/* contact */
.kontakt #text { width: 49%; margin-right: 1%; float: left; }
.kontakt #moduleContent.kontakt { width: 49%; margin-left: 1%; float: right; }
.kontakt .defaultField input[type="checkbox"] { width: auto; margin-top: 13px; }
.kontakt .defaultField.leftCB { margin: 1% 0; }
.kontakt label.cbFloat { width: auto; }

/* GALLERY */
#galleryOverview { overflow: hidden; list-style: none; display: flex; flex-wrap: wrap; }
#galleryOverview li { width: 32%; margin: 10px 1%; float: left; background: #ececec; text-align: center;
	-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
#galleryOverview li:nth-child(3n+1) { margin-left: 0; float; none; }
#galleryOverview li:nth-child(3n+3) { margin-right: 0; }
#galleryOverview li:hover { background: #4186d6; }
#galleryOverview li:hover .galleryContentHeadline { color: #fff; }
#galleryOverview span { display: block; }
#galleryOverview .galleryImage { min-height: 160px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; }
#galleryOverview .galleryImage img { position: absolute; left: -9999px; }
#galleryOverview .galleryContent { margin: 10px 0; }
#galleryOverview .galleryContentHeadline { font-size: 140%; text-transform: uppercase; color: #4186d6; margin-bottom: 5px; }

#galleryList { overflow: hidden; list-style: none; }
#galleryList > li { float: left; margin: 1%; width: 18.4%; }
#galleryList > li:nth-child(5n+1){ margin-left: 0; clear: both; }
#galleryList > li:nth-child(5n+5){ margin-right: 0; }
#galleryList > li img { width: 100%; height: auto; }

/**
 * 5) STYLES PROJECT RELATED EXTENSIONS
 **/

/* RTE PLUGIN MANAGER*/
/* info box + image box */

.articleInfoBox,
	.articleGallery { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*.articleInfoBox,
	.articleImage,*/
	.articleGallery { width: 50%; }
.articleInfoBox.rightbox,
	.articleImage.rightbox,
	.articleGallery.rightbox { float: right; margin: 1% 0 1% 3%;  }
.articleInfoBox.leftbox,
	.articleImage.leftbox,
	.articleGallery.leftbox { float: left; margin: 1% 3% 1% 0;  }
.articleInfoBox > div,
	.articleGallery > div { padding: 1%; }
.articleInfoBox .infoHeadline,
	.articleGallery .infoHeadline { background: #c6c6c6; font-size: 140%; overflow: hidden; color: #fff; }
.articleInfoBox .infoContent { font-size: 90%; }
.articleImage { background: #c6c6c6; color: #333; }
.articleImage img { width: 100% !important; height: auto !important; display: block; background: #fff; }
.articleImage p { font-size: 90%; font-weight: 400; padding: 5px !important; }
.articleGallery div.ihTitle { width: 50%; float: left; }
.articleGallery div.ihImages { width: 50%; float: right; text-align: right; }
.articleGallery p { padding: 0; }
.articleGallery img.loadKMModal { height: auto !important; width: 96% !important; padding: 2%; display: block; }

.infoContent li { list-style: none; }
.infoContent li::before { content: "\f054"; font-family: FontAwesome; margin-left: -10px; padding-right: 5px; color: #003366; }
.infoContent li li::before { content: "\f105"; }
.infoContent li a:hover { color: #99cc00; text-decoration: none; }

.rteImage { width: 100%; overflow: hidden; text-align: center; position: relative; z-index: 1;}
.rteImage > img.currentImg { width: auto !important; max-width: 100% !important; height: auto !important; max-height: 800px !important; position: relative; z-index: 10; }
.rteImage > img.newImage { position: absolute; top: 0; left; 0; z-index: 5; }
.rteImage > img.waiting { width: auto !important; position: absolute; top: 48%; left: 48%; z-index: 20; display: none; }
.rtePreview { width: 100%; overflow: hidden; }
.rtePreview > ul { width: auto; margin: 2% 0 !important; list-style: none; overflow-x: scroll; white-space: nowrap; }
.rtePreview > ul > li { width: 150px; height: 100px; display: inline-block; overflow: hidden; }
.rtePreview > ul > li > img { width: 100%; height: auto; cursor: pointer; }


/* - Popup-Gallery - */
.PluginContainer.PGalCon { clear: both; overflow: hidden; width: 100%; margin: 2% 0; }
.PluginContainer.PGalCon > ul { width: 100%; margin: 0 !important; padding: 0 !important; }
.PluginContainer.PGalCon > ul > li { padding: 0 !important; }
.PGalConItem { list-style: none; position: relative; overflow: hidden; float: left; width: 18.4%;  margin: 1%; }
.PGalConItem:nth-child(5n+1){ margin-left: 0; clear:both;}
.PGalConItem:nth-child(5n+5){ margin-right: 0; }
.PGalConItem a { display: block; height: 100%; width: 100%; position: relative; }
.PGalConItem img { width: 100%; height: auto; position: relative; display: block; z-index: 1; }
.PGalImageTitle { position: absolute; bottom: 0; left: 0; width: 90%; height: 90%; padding: 5%; background: rgba( 0, 51, 102, .85 ); color: #fff; font-size: 90%; cursor: pointer; opacity: 0; z-index: 2;
    -moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
.PGalImageTitle:hover { opacity: 1; }
.rightbox {float: right; ;}
.leftbox {float: left; }
.centerbox {margin: 0 auto;}

.PluginContainer.IBoxCon{
	border: 1px solid #193573;
	overflow: hidden;
}
.PluginContainer.IBoxCon .infoHeadline{
	background: #193573;
	padding: 1%;
	font-weight: bold;
}
.PluginContainer.IBoxCon .infoContent p{
	padding: 2px;
}
.PluginContainer.GMapCon {clear: both; overflow: hidden;}
.map_canvas {width: 100%; height: 100%;}
.GMQuarter {width: 25%; height: 1px;}
.GMHalf {width: 50%; height: 1px;}
.GMThreeQuarter {width: 75%; height: 1px;}
.GMFull {width: 100%; height: 1px;}
.GMSmall {width: 200px; height: 200px;}
.GMMedium {width: 400px; height: 400px;}
.GMBig {width: 800px; height: 800px;}
.GMUserdefined {width: 50%; height: 200px;}
.GMLeft {float: left;}
.GMCenter {margin: 0 auto;}
.GMRight {float: right;}

.GMUserdefined {width: 100%; height: 500px; margin: 2% 0;}

.PluginContainer.TColCon { clear: both; overflow: hidden; }



img.challenge {
    width: 60%;
    height: auto;
    transform: rotate(-12deg);
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a:hover img.challenge {
	width: 70%;
    height: auto;
    transform: rotate(0deg);
}

#text table {width: 100%;border-collapse: collapse;}
#text table th,
#text table td {padding: 3px 5px 3px 0;}
#text table th {border-bottom: solid 2px #4186d6;}
#text table tbody tr:nth-child(n+2) {border-top: dotted 1px #4186d6;}