body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: white;
}

a img {border: 0;}

.websiteContainer {
	margin: 0px auto;
}

#social-impressum a {
	display:block;
	height:100%;
	font-size: medium;
	color: gray;
	
}

#social-impressum a:hover {
	color: gray;
	text-decoration: none;
}

#social-impressum a.active {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid red; 
}

#social-impressum a:FOCUS {
	color: black;
	text-decoration: none;
}

.header a:link {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.header a:visited {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.header a:focus {
	font-weight: normal;
	color: red;
	text-decoration: underline;
}

.header a:hover {
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

.header a:active {
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:focus {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.overlayContent a:link {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.overlayContent a:visited {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.overlayContent a:focus {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.overlayContent a:hover {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.overlayContent a:active {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.main {
	display: block;
	margin: 0em;
	left: 0em;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	max-height: 1500px;
}

.header {
	display: block;
	position: fixed;
	margin: 0em 0em;
	left: 0em;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	width: 100%;
	height: 95px;
	z-index: 1200;
}

.wide {
	width: 100%;
	max-width: 2048px;
	min-width: 1000px;
}

.logo {
	background: #fff;
	position: absolute;
	text-align: left;
	top: 10px;
	left: 10px;
	z-index: 1500;
}

.fotoThumbsPageBack {
	position: absolute;
	bottom: 0em;
	left: 6px;
	top: 39%;
	z-index: 7;
}

.fotoThumbsPageForward {
	position: absolute;
	bottom: 0em;
	right: 6px;
	top: 39%;
	z-index: 8;
}

.fotoThumbsPageAnzeige {
	position: absolute;
	bottom: 0.4em;
	left: 0em;
	width: 100%;
	text-align: center;
	font-size: small;
	z-index: 8;
}

.whiteClass {
	background-image: url(../images/bgNavi.png);
}

.displayNone {
	display: none;
}

.pointerCursor {
	cursor: pointer;
}

a {
    outline: 0;
}

.ulReferenzen {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style:none outside none;
	padding-left: 20px;
}

.borderRadius10px {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.borderRadius50px {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.imageLoaderPreviewContainer {
	height: 50px;
	position: relative;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	z-index: 840;
}

div.imageLoaderPreviewBackground {
	background: no-repeat scroll center center #111111;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 800;
}

.divImageLoaderPreviewHeader {
	color: white;
	font-size: x-large;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	cursor: default;
}

.social {
	height: 40px;
}

.social-fixed {
	position: relative;
	float: right;
	top: 0px;
	height: 30px;
	margin: 7px 20px 0px 0px;
}

@media only screen and (min-width: 1000px) {

}

.social-footer {
	position: relative;
	padding: 20px;
}

.scrollup {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1500;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.scrollup img.scrollupImage {
	border: 2px solid white;
	border-radius: 61px;
	width: 110%;
	height: 110%;
}

@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .scrollup {
    	bottom: 20px;
		right: 20px;
    }
    
    .scrollup img.scrollupImage {
	width: auto;
	height: auto;
}
}

.footer {
	width: 100%;
	height: 100%;
	z-index: 1400;
	color: white;
	background-color: rgba(100,100,100,0.8);
	text-align: center;
}

.footer img {
	margin-left: 10px; 
}

.footerText {
	text-align: left;
	margin: 0px 7.5%;
	padding: 10px 10px 10px;
}

.footerNewDark {
	float: left;
	text-align: center;
	width: 100%;
	background-color: #27282e;
}

.socialFooterButton {
	border-radius: 60px;
	border: 2px solid white; 
}

.footerSeparator {
	border-top: 2px solid white;
	margin: 0px 7.5%;
	width: 85%; 
}

.trenner {
	width: 100%;
}

.trenner div {
	border-top: 1px solid black;
	margin : 30px 80px;
	
}

/*ResponsetiveWebdesign*/

[class*="col-"] {
    float: left;
    padding: 15px;
    background-color: inherit;
    box-sizing: border-box;
}

.col-leftNoPadding {
	padding-left: 0px;
}

.raw {
	float: left;
	width: 100%;
	background-color: inherit;
}

.row:after {
    content: "";
    clear: both;
    display: block;
    box-sizing: border-box;
}

 /* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 700px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
    .header {height: 60px;}
}

.col-box {
	text-align: center;
	height: 250px;
	background-color: white;
}