/**
 * 1) GERNERAL CSS
 **/

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

/* HTML AND BODY */ 
html { height: 100%; }
body { height: 100%; width: 100%; color: #000; font-size: 90%; font-family: 'Open Sans', sans-serif, trebuchet ms, verdana, arial; background: #424242; 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: 140%; font-weight: 600; color: #002660; padding: 1.5% 0 .5%; }
	h2 { font-size: 120%; 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 { color: #002660; text-decoration: none; }
	a:hover { color: #002660; text-decoration: underline; }
	a, a:active, a:focus { outline: none; }
	.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; }
	
	/* 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; width: 100%; }
	#horizontalNavi > li { position: relative; float: left;  font-size: 120%; font-weight: 400; display: block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
	#horizontalNavi > li > a { display: block; padding: 7px 15px; color: #fff; 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: #00003f; background: #ffcc00; 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:hover ul, 
		#horizontalNavi > li > a:hover ul { height:500px; /* default height */ }
            
    #horizontalNavi ul li {
		background: #567371;
		width: 100%;
		margin: 0;
		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 { background: #a65c44; }
    #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: #e66900; text-decoration: none; }
	
	/* subnavi inside content */
		#subNaviPreview { list-style: none; }
	#subNaviPreview li { border-top: 1px solid #92532b ; margin: 2% 0; overflow: hidden; }
	#subNaviPreview li a.naviLink { display: inline-block; margin-top: 2%; padding: 2% 4%; background: #92532b; color: #fff; }
	#subNaviPreview li a.naviLink:hover { text-decoration: none; background: #638a2e; color: #fff; 
		-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;}
	#subNaviPreview li:first-child { border-top: none; }
	#subNaviPreview li img { float: left; width: 23%; height: auto; margin: 2% 2% 2% 0; }
	#subNaviPreview .naviTeaser { overflow: hidden; }
	
	/* subnavigation in sidebar */
		aside ul { list-style: none; margin: 6% 0 12%; }
	aside ul.navi li { display: block; overflow: hidden; position: relative; }
	aside ul.navi li  > a { display: block; margin: 3% 0; font-size: 100%; font-weight: 400; color: #002660;  }
	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: #e66900; text-decoration: none; }
		aside ul.navi li.activeItem a { font-weight: 700 }
	aside .navi.depth-1 > li { text-transform: uppercase; }
	.navi.depth-2 { }
	
	aside ul.navi .navi.depth-2 { width: 95%; margin: 0 0 0 5%; overflow: hidden; height: 0; }
	aside ul.navi li.activeItem .navi.depth-2 { height: auto; }
	aside ul.navi li.level-2:first-child { border-top: none; }
	aside ul.navi li.level-2 .navi { padding: .5% 2%; text-transform: none; font-size: 100%; font-weight: 400; color: #002660; text-transform: uppercase; }
	aside ul.navi li.level-2 .navi:hover { color: #e66900; }
	aside ul.navi li.level-2.activeItem .navi { font-weight: 600; color: #e66900; }
	.navi.depth-3 { }
	.navi.depth-4 { }
 
/**
 * NAVIGATION - end
 **/

/* TEXT BLOCK SETTINGS */
/* #text img {	border: 5px solid #fff; margin: 5px;}*/
#text ul, 
	#text ol { margin: .5% 0 .5% 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; }

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

/* 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; }
.loading { width: 100%; height: 100%; background: url( 'https://www.bauplanung-teich.de/images/loading.gif' ) transparent center center no-repeat; }

/* 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(148,84,42, 0.8); color: #fff; opacity: 0; }
a#scrollToTop:hover { background: rgba(99,138,46, 0.8); }

/**
 * 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: #424242; text-decoration: none; outline: none; display: block; float: left; position: relative; }
#breadcrumb li a { text-decoration: none; color: #424242; }
#breadcrumb li:hover a { color: #e66900; }
#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; }
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; background: rgb( 255, 246, 217 ); width: 80%; margin: 120px 10% 0; border-radius: 10px; border: 2px solid #333; font-size: 140%; }
#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; background: #638a2e; 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 */
#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; }

/**
 * 3) PROJECT ADAPTIONS
 **/
body > .wrap { background: #fff; height: 100%; display: table;  }
.innerWrap { width: 90%; margin: 0 5%; overflow: hidden; }
h1 { font-size: 100%; margin-top: 30px; }
.home h1 { padding: 0; }
.orange { color: #e66900; }

#homeContent { float: right; margin: 2% 0; width: 240px; }
 
/* HEADER */
header { background: #a1a1a1; position: relative; height: 120px; }
.headerWrap { position: relative; width: 100%; display: table-cell; }
#servicesList { overflow: hidden; list-style: none; position: absolute; left: 5%; bottom: 10px;}
#servicesList li { float: left; padding-right: 20px; color: #002660; text-transform: uppercase; font-size: 90%; font-weight: 400; }
#logoLink { position: absolute; right: 5%; bottom: 10px; }
#logoLink a { color: #002660; text-transform: uppercase; display: block; }
#logoLink a:hover { text-decoration: none; }
#logoLink img { width: 240px; height: auto; display: block; }
#logoLink .logoLinkLarge { font-size: 140%; display: block; font-weight: 600; letter-spacing: 5px; }
#logoLink .logoLinkSmall { display: inline-block; font-weight: 600; font-size: 50%; letter-spacing: normal; }

#breadcrumbs { background: #dedede; width: 96%; padding: 0 2%; font-size: 80%; }

/* NAVIGATIONS */
nav {}

/* SIDEBARS */
aside {}

/* MAIN */
main { overflow: hidden; width: 96%; padding: 0 2% 2%; }
main aside#subNavi { width: 24%; margin-right: 1%; float: left; }
main section#content { width: 74%; margin-left: 1%; float: right; }
main .innerWrap { margin-bottom: 5%; }

#text .narrow { width: 65.666%; }

/* CONTENT */
section {}

.kontakt #text { width: 39%; margin-right: 1%; float: left; }
.kontakt #text .GMapCon { margin-top: 2%; }
.kontakt #moduleContent { width: 59%; margin-left: 1%; float: right; }

/* FOOTER */
footer { font-size: 80%; color: #fff; background: #a1a1a1; }
footer a { color: #fff; }
footer a:hover { color: #e66900; text-decoration: none; }

footer p.copyright { display: inline-block; padding: 5px 0; }
footer #footerNavi { display: inline-block; width: auto; overflow: hidden; float: right; padding: 5px 0;}
footer #footerNavi li { float: left; list-style: none; }

/* WIDGETS */

.widgetlist-home { list-style: none; overflow: hidden; clear: both; }
.wList-Referenz-Matrix { margin: 10% 2%; text-align: left; }

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

/* REFERENCES */
#moduleContent.referencelistmodule { margin-top: 20px; }

#ReferenceOverview { list-style: none; overflow: hidden; width: 66.666%; position: relative; display: flex; flex-wrap: wrap; }
#ReferenceOverview > li { width: 48%; margin: 2% 2% 20px 2%; padding-bottom: 2%; overflow: hidden; float: left; position: relative; background: #dedede; text-align: center; z-index: 1;  }
#ReferenceOverview > li:nth-child(2n+1) { clear: both; margin-left: 0; }
#ReferenceOverview > li:nth-child(2n+2) { margin-right: 0; }
#ReferenceOverview > li .ReferenceOverviewImage { max-height: 180px; overflow: hidden; }
#ReferenceOverview > li img { display: block; width: 100%; height: auto; }
#ReferenceOverview > li a { display: block; color: #424242; }
#ReferenceOverview > li a:hover { color: #002660; text-decoration: none; }
#ReferenceOverview > li .ReferenceOverviewDescription { margin: 4%; width: 92%; }

ul.ReferenceImageBlock__ImageList { list-style: none; overflow: hidden; width: 64.666%; float: left; margin-right: 2%; }
div.ReferenceText { width: 31.333%; float: right; margin-left: 2%; }

div.ReferenceText h2 { font-size: 100%; color: #002660; padding: 1.5% 0 .5%; font-weight: 600; }

.ReferenceImageBlock__ImageList__ImageItem { float: left; }
.ReferenceImageBlock__ImageList__ImageItem.picType2 { width: 48%; margin-right: 2%; margin-bottom: 2%; }
.ReferenceImageBlock__ImageList__ImageItem.picType2.portrait { width: 27.1%; }
.ReferenceImageBlock__ImageList__ImageItem.picType3 { margin-bottom: 2%; width: 98%; }
.ReferenceImageBlock__ImageList__ImageItem img { width: 100%; height: auto; display: block; }

.backLinkTop, 
	.backLinkBottom { display: block; overflow: hidden; clear: both; }
.backLinkTop { border-bottom: solid 1px #002660; padding-bottom: 0; margin-bottom: 2%; }
.backLinkBottom { border-top: solid 1px #002660; padding-top: 0; margin-top: 2%; }

#referenceMatrix { list-style: none; overflow: hidden; display: inline-block; }
#referenceMatrix > li { float: left; overflow: hidden; }
#referenceMatrix > li:nth-child(3n+1) { clear: left; }
/*#referenceMatrix > li { width: 32%; margin: 0; padding: 0%; overflow: hidden; float: left; position: relative;  }
#referenceMatrix > li:nth-child(3n+1) { clear: both; margin-left: 0; }
#referenceMatrix > li:nth-child(3n+3) { margin-right: 0; }*/
#referenceMatrix > li > div { width: 100px; height: 100px; margin: 5px; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; overflow: hidden; }
#referenceMatrix > li > div.empty { background: #e66900; }
#referenceMatrix > li > div > a { display: block; width: 100%; height: 100%; }
#referenceMatrix > li > div > a > span { position: absolute; left: -9999px; }

/**
 * 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: #92532b; font-size: 140%; overflow: hidden; color: #fff; }
.articleInfoBox .infoContent { font-size: 90%; }
.articleImage { background: #92532b; color: #fff; }
.articleImage img { width: 100% !important; height: auto !important; display: block; }
.articleImage p { font-size: 90%; font-weight: 400; padding: 1%; }
.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 #92532b;
	overflow: hidden;
}
.PluginContainer.IBoxCon .infoHeadline{
	background: #92532b;
	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: 300px; }

/* Referenzen */
/* - Tile Style - */

.TileContainer {
    /*list-style: outside none none;*/
    padding: 0;
    /*vertical-align: middle;*/
    text-align: center;
}

.Tilescol {float: left;}
.TileLandscape {clear: both;}

/*.TileSquare {width: 200px; height 200px;}
.TileLandscape {width: auto; height: 200px;}
.TilePortrait { width: 200px; height:auto;}*/

.refimgWrapper { position: relative; width: 100%; border 1px solid #323232; overflow:hidden; }
.imgTitle { position: absolute; bottom: 4px; left: 0; height: 26px; width: 98%; text-align: center; color: #fff; text-shadow: 1px 1px 1px #333; font-size: 150%; background: rgba( 0, 0, 0, .5 ); 
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out; 
	cursor: pointer;}
            
.imgTitle:hover { height: 70%; background: rgba( 0, 0, 0, 0.7 ); }            
.imgText { font-size: 70%; display: inline-block; padding: 2%; margin-top: 10px; border-top: solid 2px #fff; width: 94%;}

/* - Single Page Style - */

.ReferencePreview {margin 1%; clear: both;}
.ReferencePreview > ul,
	.ReferencePreview > ul li {list-style: none;}
.ReferencePreview > ul li {float: left;}

.MorePics {
    height: auto;
    margin: 10% 2.5% 5%;
    width: 160px;
}
#ReferenceImageList li:first-child .MorePics { margin-left: 0;}
#ReferenceImageList li:last-child .MorePics { margin-right: 0;}

.MorePics .imgTitle {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 26px;
    color: #fff;
    display: inline-block;
    font-size: 150%;
    height: 26px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 160px;
}
