/**
 * 1) FONTS
 **/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**
 * 1) GERNERAL CSS
 **/

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

/* HTML AND BODY */
html { height: 100%; }
body { height: 100%; width: 100%; display: table; color: #000; font-size: 80%; font-family: 'Open Sans', sans-serif, trebuchet ms, verdana, arial; background: url( 'https://www.atrium-bautzen.de/images/default/bg-atrium.jpg' ) #fff; 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; }
.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%; }

.height-100 { min-height: 100vh; }
.height-80 { min-height: 80vh; }
.height-66 { min-height: 66.6vh; }
.height-60 { min-height: 60vh; }
.height-50 { min-height: 50vh; }
.height-40 { min-height: 40vh; }
.height-33{ min-height: 33.3vh; }
.height-20 { min-height: 20vh; }

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

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

	/* headlines */
	h1,
		span.mainTitle { font-size: 200%; 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: 1% 0 2%; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }
	a, a:active, a:focus { outline: none; }
	a { color: #e2001a; text-decoration: none; }
	a:hover { color: #1a1a1a; }
	.disabled,
		a.disabled { text-decoration: line-through; }
	.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%; }
	.uppercase { text-transform: uppercase; }
	.lowercase { text-transform: lowercase; }
	.block { display: block; }
	.inline { display: inline; }
	.inline-block { display: inline-block; }
	.overflow { overflow: hidden; }
	.honey { position: absolute; left: -9999px; }

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

	.page-row,
		.page-row-expanded { display: table-row; }
	.page-row-expanded { height: 100%; }

/**
 * GENERAL TEXT STYLES - end
 */

/**
 * NAVIGATION - start
 **/

	/* horizontal main navigation */
		#horizontalNavi  { position: relative; list-style: none; width: auto; display: inline-block; padding: 0 .5%; }
	#horizontalNavi > li { position: relative; float: left;  font-size: 140%; font-weight: 400; line-height: 70px; display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
	#horizontalNavi > li > a { display: block; padding: 0px 15px; color: #fff; text-transform: uppercase;
		-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; background: #e2001a; font-weight: bold;}
	#horizontalNavi > li:hover > a { color: #fff; background: #e2001a; text-decoration: none; }
	#horizontalNavi > li.hasDropDown:hover > a { color: #fff; background: rgb( 170, 170, 170 ); }
	#horizontalNavi > li.active.hasDropDown:hover > a { background: #e2001a; }

	/* 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:hover ul,
		#horizontalNavi > li > a:hover ul { height:500px; /* default height */ }

    #horizontalNavi ul li {
		background: rgb( 170, 170, 170 );
		width: 100%;
		margin: 0;
		line-height: 30px;
		font-size: 80%;
    	font-weight: 400;
		-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,
		#horizontalNavi ul li.active { background: #e2001a; }
    #horizontalNavi ul li a { display: block; padding: 2.5% 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; }

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

	/* subnavi inside content */
		#subNaviPreview { list-style: none; }
	#subNaviPreview li {  margin: 2% 0; }
	#subNaviPreview li > a {padding: 2% 0; }
	#subNaviPreview li.first {  }

	/* subnavigation in sidebar */
		#subNavigation { width: 24%; margin: 1% 1% .5% 0; float: left; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; -hyphens: auto; }
	#subNavigation ul { list-style: none; }
	#subNavigation ul.navi li { margin: 2% 0; display: block; line-height: 120%; background: #fff; }
	#subNavigation ul.navi li  > a {padding: 2.5% 2%; }
	#subNavigation ul.navi li:first-child { border-top: none; }
	#subNavigation a { font-size: 120%; font-weight: bold; color: #323232; display: block; }
	#subNavigation ul.navi li:hover,
		#subNavigation ul.navi li:hover a,
		#subNavigation ul.navi li.activeItem,
		#subNavigation ul.navi li.activeItem a { color: #fff; text-decoration: none; background: #97BD0E; }
	#subNavigation .navi.depth-1 { }
	#subNavigation .navi.depth-2 { }
	#subNavigation .navi.depth-3 { }
	#subNavigation .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: 110%; }
#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; }

/* 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: 97%; border: solid 1px #868788; padding: 1%; margin: 1% 0%; }
.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: 2%; }
.defaultField label, .defaultField div.labelFake { padding: 1% 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; }

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

/* SHADOW */
.shadow { -webkit-box-shadow: 0 0 8px #000; -moz-box-shadow: 0 0 8px #000; box-shadow: 0 0 8px #000; }
.shadowSmall { -webkit-box-shadow: 0 0 2px #000; -moz-box-shadow: 0 0 2px #000; box-shadow: 0 0 2px #000; }

/* WRAPPER */
.wrap { margin: 0 auto; max-width: 1140px; position: relative; width: 100%; }
.loading { width: 100%; height: 100%; background: url( 'https://www.atrium-bautzen.de/images/loading.gif' ) transparent center center no-repeat; }

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

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

/* BREADCRUMBS */
#breadcrumbs { display: inline-block; overflow: hidden; overflow: hidden; width: 100%; clear: both; line-height: 30px; background: #1a1a1a; }
#breadcrumbs li:first-child { margin-left: 2%; }
#breadcrumbs li { list-style: none; color: #fff; text-decoration: none; outline: none; display: block; float: left; padding: 0; position: relative; }
#breadcrumbs li a { text-decoration: none; color: #fff; }
#breadcrumbs li:hover a { color: #e2001a; }
#breadcrumbs 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: #1a1a1a ; padding: 1% 5%; margin-top: 2%; font-weight: bold; }
input.button:hover { background: #1a1a1a; color: #e2001a ; cursor: pointer; }
.leftCB input {float: left; padding: 0 0 0 1%;}
.leftCB label {padding: 1.75% 0 0 1%;}

/* SEARCH */
#search { overflow: hidden; float: left; }
input#searchBox { border: solid 1px #fff; background: #fff; width: 150px; float: left; }
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%; }
#searchForm { float: right; height: 18px; }

/* SOCIAL SHARING */
#sharePage { clear: left; padding: 2% 0 1%; }
#share { clear: both; overflow: hidden; padding-bottom: 2%; }
#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; line-height: 30px; color: #000; }
#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; }

/**
 * 3) PROJECT ADAPTIONS
 **/

/* GENERAL */

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

/* HEADER */
header { display: block;  }
header nav { background: #1a1a1a; border-bottom: solid 5px #e2001a; height: 70px; position: relative; z-index: 4; }
img#mainLogo { float: left; height: 50px; width: auto; padding: 10px .5%; }
.fb-wrapper { position: absolute; top: 0; right: 0; overflow: hidden; height: 70px; width: 100px; display: inline-block; float: right; text-align: right; }
a.social-link {
    color: #fff;
    font-size: 200%;
    z-index: 5;
    display: inline-block;
    line-height: 70px;
    padding: 0 5px;
    position: relative;
}
a.social-link:hover { color: #e2001a; }
/*
a#fbLink { float: right; z-index: 2; position: relative; }
a#fbLink img { display: block; padding: 20px 10px; }
*/

#headerImg { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; text-align: center; font-size: 300%; font-size: 2vw; color: #fff; padding: 4% 0; z-index: 2; }
#headerImg h1,
	#headerImg span.mainTitle { font-weight: 700; color: #fff; text-shadow: 5px 5px 10px #000; text-transform: uppercase; padding-bottom: 0; position: relative; z-index: 2; }
#headerImg span.subTitle { display: block; font-size: 70%; text-shadow: 3px 3px 5px #000; position: relative; z-index: 2; }

.block-red { position: absolute; background: rgba( 226, 0, 26, .5 ); width: 1000px; height: 1000px; bottom: -500px; left: -40%; z-index: 1;
	-moz-transform: rotate( -35deg );
	-ms-transform: rotate( -35deg );
	-o-transform: rotate( -35deg );
	-webkit-transform: rotate( -35deg );
	transform: rotate( -35deg ); }

.block-grey,
	.block-lightgrey { position: absolute; background: rgba( 26, 26, 26, .5 ); width: 1000px; height: 1000px; top: -500px; right: -40%; z-index: 1;
	-moz-transform: rotate( -35deg );
	-ms-transform: rotate( -35deg );
	-o-transform: rotate( -35deg );
	-webkit-transform: rotate( -35deg );
	transform: rotate( -35deg ); }

.block-lightgrey { background: rgba( 170, 170, 170, .5 ); width: 300px; height: 300px; top: -200px; right: -200px; }

.line { background: #1a1a1a; height: 5px; width: 100%; margin: 0 0 2%; overflow: hidden; clear: both; }
.line-red { background: #e2001a; width: 250px; height: 250px; margin-left: -125px;
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
	transform: rotate( -45deg ); }
.line.textInline { clear: both; margin: 4% 0; }
.line.textInline .line-red { margin-left: -85px; margin-top: -100px; }

/* NAVIGATIONS */
nav {}

/* SIDEBARS */
aside {}

/* MAIN */
main { background: #fff; display: block; overflow: hidden; padding: 2%; margin: 2% 0; }

/* CONTENT */
section {}
section#contentsection { font-size: 120%; }

/* FOOTER */
footer { display: block; clear: both; background: #1a1a1a; overflow: hidden; line-height: 30px; color: #fff;}
#footerNavi { list-style: none; width: auto; padding-left: 0;}
#footerNavi li { float: left; }
#footerNavi li a { display: block; padding-right: 15px; }
footer .col-w70.colRight { text-align: right; }
footer .col-w70.colRight span { padding-right: 2.86%; }
footer a { color: #fff; }
footer a:hover { color: #e2001a; text-decoration: none; }

/* WIDGETS */
.widgetlist-aside { list-style: none; }
.widgetlist-aside h2 { text-transform: uppercase; }

.wList-addressAtrium,
	.wList-addressAtrium li { list-style: none; overflow: hidden; }
.wList-addressAtrium .AddWidgetContent > li { padding-bottom: 4%; }
.wList-addressAtrium .label { display: block; width: 40%; float: left; }

ul.widgetlist-home {
    list-style: none;
    overflow: hidden;
}

/* HOME TEMPALTE */
body.home { overflow: hidden; }
.home main { width: 100%; height: 100vh; overflow: hidden; position: relative; margin: 0; padding: 0; }
.home section { height: 100%; position: relative; z-index: 1; }
.home aside { position: absolute; left: 0; bottom: 15%; width: 100%; z-index: 6; text-align: center; }
.home aside a { color: #fff; font-size: 250%; display: inline-block; padding: 15px 25px; margin: 0 50px; border: solid 2px #fff; text-shadow: 2px 2px 2px #000;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
	-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;}
.home aside a:hover { text-decoration: none; background: #fff; color: #333; }

div#sale-teaser {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(153,0,0,0.7);
    text-align: center;
    color: #fff;
    padding: 50px 0;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 700;
}

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

/* NEWS */
ul#newsList { list-style-type: none; }
ul#newsList li { overflow: hidden; list-style: none; padding-bottom: 2%; margin-bottom: 2%; }
ul#newsList li:last-child { border-bottom: none; }
ul#newsList .mainNewsPic img { width: 100%; height: auto; margin: 0; padding: 0; }

.newsImg { width: 100%; height: auto; }

#newsNav { padding: 2% 0; }
#newsNav > li {float: left; width: 33%; list-style: none;}
#newsNav > li > a {color: #1a1a1a; font-weight: bold;}
#newsNav > li > a:hover {color: #e2001a; text-decoration: none;}

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

/* listings */
.itemPreview { background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
.itemPreview-Wrap { background: rgba(255, 255, 255, 0.9); padding: 2%; margin: 2%; width: 70%; }
.newsmodule .itemPreview-Wrap { background: #fff; }

/*
 * TEAM
 */
ul.teamList { list-style: none; width: 100%; overflow: hidden; margin-bottom: 4%; }
ul.teamList > li { width: 32%; margin: 1% 1% 0; float: left; position: relative; cursor: pointer; overflow: hidden; }
ul.teamList > li:nth-child(3n+1) { margin-left: 0; clear: left; }
ul.teamList > li:nth-child(3n+3) { margin-right: 0; }
ul.teamList > li img { width: 100%; height: auto; display: block; }
.teamListItem h2 { width: 100%; padding: 2% 0; position: absolute; left: 0; bottom: 0; background: #1a1a1a; color: #fff; font-size: 100%; text-align: center; z-index: 2; overflow: hidden; }
.teamListItemData { background: rgba(26, 26, 26, 0); height: 100%; width: 90%; padding: 0 5%; position: absolute; bottom: -100%; left: 0; text-align: center; color: #fff; z-index: 1; display: flex; align-items: 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; }
ul.teamList > li:hover .teamListItemData { background: rgba(26, 26, 26, 0.7); bottom: 0;  }
.teamListItem h2 span.title { z-index: 2; position: relative; }
.teamListItem h2 .line-red { left: -150px; margin-left: 0; z-index: 1; position: absolute; }

/*
 * SLIDER
 */
ul#slider { list-style: none; width: 1000%; height: 100%; position: relative; margin: 0; padding: 0; overflow: hidden; }
li.sliderItem { float: left; position: relative; width: 10%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }
/*li#sliderItem-1 { background-position: top center; }*/
li.sliderItem img { float: left; height: auto; width: 100%; z-index: 1; }
li.sliderItem .sliderTitle { width: 90%; margin: 0 5%; position: absolute; bottom: 40%; z-index: 2; text-align: center; font-size: 900%; font-size: 6vw; color: #fff; }
li.sliderItem .sliderTitle span { display: block; }
li.sliderItem .sliderTitle .title { text-transform: uppercase; font-weight: 700; width: 70%; margin: 0 15%; text-shadow: 5px 5px 10px #000; }
li.sliderItem .sliderTitle .subtitle { font-size: 30%; font-weight: 400; text-transform: uppercase; text-shadow: 3px 3px 5px #000; }
li.sliderItem a { text-decoration: none; }

.paging { opacity: 0.5; position: absolute; top: 45%; z-index: 10; }
.paging:hover { cursor: pointer; opacity: 1; }
#prevSlide { left: 0; }
#nextSlide { right: 0; }

/*
 * BRANDS
 */
ul#brand-list * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
ul#brand-list { overflow: hidden; list-style: none; margin-bottom: 20px; }
ul#brand-list > li { width: 32%; margin: 0 1% 15px; float: left; border: solid 1px #f2f2f2; overflow: hidden; }
ul#brand-list > li:nth-child( 3n+1 ){ margin-left: 0; clear: left; }
ul#brand-list > li:nth-child( 3n+3 ){ margin-right: 0; }
.brand-list-image { width: 100%; height: 0; padding: 0 2% 100%; position: relative; overflow: hidden;
	background-position: center; background-size: contain; background-repeat: no-repeat; }
.brand-list-image img { position: absolute; left: -999999px; }
.brand-list-image a { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; display: flex; text-align: center; color: #fff; background: rgba( 226, 0, 26, .2 );
	-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; }
.brand-list-image:hover a { top: 0; background: rgba( 226, 0, 26, .9 ); color: #fff; }
.brand-list-image a span.prevLink { display: flex; align-items: center; }
.brand-list-image a span.prevLinkText { width: 80%; margin: 0 10%; }

.brand-content { overflow: hidden; }
.brand-image { width: 40%; margin: 0 0 15px 15px; float: right; overflow: hidden; }
.brand-image img { width: 100%; height: auto; }

.widgetlist-aside .brand-list-image { padding: 0 0 50%; }

ul#brand-list.clickable { margin-bottom: 5px; }
ul#brand-list.clickable li { width: 2.5%; margin: 0; padding: 0; border: none; }
ul#brand-list.clickable li .brand-list-image { border: solid 1px #f2f2f2; }
ul#brand-list.clickable > li:nth-child( 3n+1 ){ clear: none; }
.clickList ul#brand-list.clickable > li > div { padding: 0 0 96%; width: 96%; margin: 0 2%; }
.linkToMore .brand-list-image a { top: 0; color: #333 !important; background: rgba( 226, 0, 26, 0 );
	-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; }

.widgetlist-home .clickPaging { width: 80px; height: 20px; line-height: 17px; font-size: 120%; background: #e2001a; }
.widgetlist-home .clickPagingPrev { margin-left: 5px; }
.widgetlist-home .clickPagingNext { margin-right: 5px; }

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

.articleInfoBox,
.articleGallery {
	background: #eee; border: solid 1px #ccc;
	-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: 2% 4%; }
.articleInfoBox .infoHeadline,
	.articleGallery .infoHeadline { background: #99cc00; font-size: 160%; overflow: hidden; color: #fff; }
.articleInfoBox .infoContent { font-size: 90%; }
.articleImage img { width: 100% !important; height: auto !important; display: block; }
.articleImage p { font-size: 80%; font-weight: 400; }
.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; }
.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( 226, 0, 26, .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; }
}

/* Google maps container */
.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;}

.PluginContainer.GMapCon.GMUserdefined { width: 100%; height: 400px; }

.PluginContainer.TColCon { overflow: hidden; }

/* cookies */
div.table { display: table; margin: 0 auto; background: transparent; }
div.table-row { display: table-row; }
div.table-cell { display: table-cell; vertical-align: middle; }
div.cookieText { width: 74%; margin-right: 1%; text-align: center; }
div.cookieBtn { width: 24%; margin-left: 1%; text-align: center; }

#cookieInfo { background: #1a1a1a; padding: .5% 0; position: fixed; left: 0; bottom: 0; width: 100%; font-size: 100%; color: #fff; z-index: 4444; }
#cookieInfo a { color: #fff; text-decoration: underline; }
#cookieInfo a#setCookie { display: inline-block; padding: 5px 15px; background: #e25303; color: #fff; border: 1px solid #fff; text-decoration: none; }
#cookieInfo a#setCookie:hover { background: #fff; color: #e25303; text-decoration: none; }


/* click lists */
.wrap.wrapClickList { max-width: inherit; width: 100%; margin: 0; }
.clickList .clickListWrap { width: 100%; overflow: hidden; }
.clickList ul.clickListList { overflow: hidden; list-style: none; width: 1000%; position: relative; }

.clickPaging { display: none; z-index: 5; font-size: 200%; background: #0C5C89; width: 40px; height: 40px; text-align: center; color: #fff; line-height: 33px; cursor: pointer;}
.clickPaging.enabled { display: block; }
.clickPaging span { z-index: 2; position: relative; }
.clickPagingPrev { float: left; }
.clickPagingNext { float: right; }

.clickList .clickable { width: 1000%; }
.clickList ul.clickable { position: relative; }
.clickList ul.clickable > li { width: 10%; margin: 0; padding-bottom: 0; position: relative; background: transparent; }
.clickList ul.clickable > li > div { width: 90%; margin: 0 5%; padding-bottom: 50px; position: relative; }
.linkToMore { display: none; }
.clickList .linkToMore { display: block; }
.clickList ul.clickable > li.linkToMore > div { background: #d4d7e4;
	-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; }
.clickList ul.clickable > li.linkToMore > div > a { height: 100%; display: flex; align-items: center; color: #273778; }
.clickList ul.clickable > li.linkToMore > div > a > span { width: 80%; margin: 0 10%; font-size: 150%; text-align: center; }

ul.clickable { display: flex; flex-wrap: wrap; list-style: none; overflow: hidden; /*margin: 0 100px;*/ }
ul.clickable > li { width: 32%; margin: 0 1%; float: left; background: #fff; padding-bottom: 50px; position: relative; }
ul.clickable > li .prevWrap { display: block; padding: 0 10px; }
ul.clickable > li.items-2 { width: 49%; }
ul.clickable > li.items-4 { width: 23.5%; }
ul.clickable > li.items-5 { width: 18.4%; }
ul.clickable > li:first-child { margin-left: 0; }
ul.clickable > li:last-child { margin-right: 0; }