/*basic elements*/

html body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll; /* FF Scroll-leiste */ 
	overflow-x: hidden; /* FF Scroll-leiste */ }
	
body {
	min-height: 100%;
	background-color: #F9F9F9;
	background-image: url(img/concrete_seamless.png);
	background-repeat: repeat;
	font-family: 'Fira Sans', 'bebas-neue', 'Zilla Slab', sans-serif; 
	font-weight: 300;
	font-size: 0.925em;
	line-height: 1.5em;}

@font-face {
    font-family: 'bebasregular';
    src: url('..\BEBAS___-webfont.eot');
    src: url('..\BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('..\BEBAS___-webfont.woff') format('woff'),
         url('..\BEBAS___-webfont.ttf') format('truetype'),
         url('..\BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('..\font\bebasneue-webfont.eot') format('eot');
    src: url('..\font\bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('..\font\bebasneue-webfont.woff2') format('woff2'),
         url('..\font\bebasneue-webfont.woff') format('woff'),
         url('..\font\bebasneue-webfont.ttf') format('truetype'),
         url('..\font\bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;}



/*text elements*/

a {
	text-decoration: none;
	font-family: 'Fira Sans';
	color: #E00070;}


h1 {
	font-size: 3em;
	font-family: 'Zilla Slab';
	margin: 0; 
	margin-bottom: 0.75em;
	line-height: 1.1em;
	font-weight: 100;}
	

@media only screen and (max-width: 720px) {
h1 {
	font-size: 2.7em;
	}
}

h2 {
	font-size: 1.8em;
	font-family: 'Zilla Slab';
	text-transform: uppercase;
	margin: 0; 
	}
	
h3 {
	font-size: 0.925em;
	color: #fff; 
	}

h4 {
	font-weight: 400;
	color: #E00070;
	margin-bottom: 0px;
	}	

h5 {
	font-size: 0.9em;
	font-weight: 500;
	color: #430000;
	margin: 0; 
	line-height: 0.9em;
	}

h6 {
	font-size: 0.9em;
	font-family: 'Fira Sans';
	font-weight: 100;
	margin: 0;
	margin-bottom: 0.25em;
	}

h7 {
	font-size: 1.15em;
	color: #e10072;
	}

h8 {
	font-weight: 400;
	}

i {
	font-size: 0.9em;
	}

hr {
	width: 100%;
	border-style: solid !important;
	border-color: #e4e4e4 !important;
	border: 0px;
	border-top: 1px;
	border-width: 1%;
	}

/*inhalte */

#container {
	max-width: 1000px; 
	margin: auto; 
	padding: 1em 0em 3em;
	position: relative;
	background-color: #fff;
	width: 80%;
	}

.clearfix:before, clearfix:after {
	content: ""; display: table; 
	}

.clearfix:after {
	clear:both; 
	}

.clearfix {
	zoom: 1; 
	}
		
#header { 
	position: relative;
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
	background-color: #fff;
	margin: auto auto 20px;
	max-width: 1000px;
	}	

#logo {
	min-width: 250px;
	height: 98px;
	margin-top: 16px;
	margin-left: 4%; 
	margin-bottom: 1px;
	z-index: 2;
	float: left;}

#logo h1{
	color: #420000;
	font-size: 2.2em;
	margin-top: 34px;
	margin-bottom: 15px;
	line-height: 0em;
	font-weight: 400; 
	text-transform: uppercase;}
	
#logo h7{ 
	font-size: 0.95em;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	}	
	
#logo a{
	display: block;
	min-width: 250px;
	height: 98px;
	}

#navi{
	float:right;
	min-height: 95px;
	margin-right: 2%;
	overflow: hidden;
	}
	

#navi ul {
	padding-left: 0px;
	}

#navi ul li{
	display:inline-block;
	padding: 1.2em 1em;
	list-style: none;
	}

#navi ul li a{
	color: #420000;
	font-family: 'Fira Sans';
	font-weight: 300;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	}

#navi ul li a:hover{
	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-color:#E00773;
	padding-bottom:0.3em;
	}


#navi ul li.active a{
	color: #E00773 !important;
	border-bottom-width:0.1em !important;
	border-bottom-style:solid !important;
	border-color:#E00773 !important;
	padding-bottom:0.3em !important;
	}

	
@media only screen and (min-width: 721px) and (max-width: 960px) {
#container {
	width: 100%; }
	
#logo {
	min-width: 250px;
	height: 98px;
	margin-top: 20px;
	margin-bottom: 1px;
	margin-left: 5%; 
	z-index: 2;
	float: left;
	text-align: left;}

#logo h7{ 
	font-size: 1.19em;
	line-height: 1.5em;}	
	
#header { 
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	}
	
#navi{
	min-height: 95px;
	margin-right: 5%;
	overflow: hidden; 
	vertical-align: middle;
	}
	
#navi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;   
	}

#content1 {
	max-width: 100%;
	margin: auto;
	margin-top: 10px; 
	text-align: center;
	}
}

@media only screen and (max-width: 720px) {
#container {
	width: 100%; 
	margin-top:0px;
	}
	
#header { 
	width: 100%;
	height: 125px;
	}
	
#logo {
	width: 100%;
	height: 98px;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 0%; 
	z-index: 2;
	float: left;
	text-align: center;
	}
	
#navi{
	width: 100%;
	float:right;
	height: auto;
	min-height: 30px;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 4px;
	overflow: visible;
	text-align: center;
	background-color: #420000;
	position: relative;
	}

#navi ul {
	padding-left: 0px;
	}

#navi ul li{
	display:inline-block;
	padding: 0em 0.4em;
	list-style: none;
	}

#navi ul li a{
	color: #fff;
	font-family: 'Fira Sans';
	font-weight: 300;
	display: block;
	transition: 0s none;
	-webkit-transition:0s none;
	-moz-transition:0s none;
	-o-transition:0s none;
	}

#navi ul li a:hover{
	border-bottom-width:0.1em;
	border-bottom-style:solid;
	border-color:#E00773;
	padding-bottom:0.2em;
	}


#navi ul li.active a{
	color: #E00773 !important;
	border-bottom-width:0.1em !important;
	border-bottom-style:solid !important;
	border-color:#E00773 !important;
	padding-bottom:0.2em !important;
	}

	#content1 {
	max-width: 100%;
	margin: auto;
	margin-top: 10px; 
	text-align: center;
	}

	#content1 h1 {
	font-size: 2.5em;
	color: #420000; 
	}
}


#startslide {
	margin-top: -1em;
	margin-bottom: 5%;
	height: 300px;
	z-index: 0;
	position:inherit;
	overflow: hidden;
	}

#startslide img {
	width: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	overflow: hidden;
	}

@media only screen and (max-width: 480px) {
#startslide {
	margin-top: -1em;
	margin-bottom: 0%;
	height: 100px;
	z-index: 0;
	position:inherit;
	overflow: hidden;
	}

#startslide img {
	width: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	overflow: hidden;
	}
}

#imageslide {
	margin-top: -1em;
	margin-bottom: 5%;
	height: 300px;
	z-index: 0;
	position:inherit;
	overflow: hidden;
	background-color: #e00070;

	}

#imageslide img {
	width: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	overflow: hidden;
	}

@media only screen and (max-width: 480px) {
#imageslide {
	margin-top: -1em;
	margin-bottom: 0%;
	height: 100px;
	z-index: 0;
	position:inherit;
	overflow: hidden;
	background-color: gray;
	}

#imageslide img {
	width: 100%;
	position: absolute;
	z-index: 1;
	left:0;
	top:0;
	overflow: hidden;
	}
}

/*
@media only screen and (min-width: 481px) and (max-width: 720px) {
#startslide {
	display: none;
	}

#startslide img {
	display: none;
	}
}
*/
 
/*textblock home*/


#content1 {
	max-width: 92%;
	margin: 4%;
	margin-top: 20px;
	text-align: center;
	}

#content1 h1 {
	color: #420000; }



/*textblock vita skill kontakt*/

#content2 {
	max-width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 20px;
	position: relative;
	text-align: left;
	}

#content2 h1 {
	color: #420000; }
	
#content2 h4 {
	color: #E00070; }
	
		
#content2 table {
	width: 92%;
	border-collapse: collapse;
	}

th { 
  color: #E00070; 
  font-weight: 400; 
  text-align: left; 
  vertical-align: top;}
  
td, th { 
  padding: 3px; 
  text-align: left; 
  vertical-align: top;}
 
 
.column {
    float: left;
    width: 100%;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    column-count: 2;
    margin-bottom:60px;
    page-break-inside: avoid;                 // Firefox   
   column-break-inside: avoid;               // Chrome, Opera, Safari
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    orphans: 5;
 hyphens: auto;
 -moz-hyphens: auto;
 -webkit-hyphens:auto;

}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}


#content3 {
	max-width: 92%;
	margin-left: 4%;
	margin-top: 20px;
	margin-right: 4%;
	position: relative;
}

#content3 h1 {
	color: #420000 !important; }
	
#content3 h5 {
	color: #420000 !important; 
	margin-top: 3px !important;}
	
	
#content4 {
	max-width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 20px;
	position: relative;
}

#content4 h1 {
	color: #420000; }
	
#content4 h4 {
	column-break-after: column;
	-moz-column-break-after: column;
	color: #420000; 
	}

#content5 {
	max-width: 720px;
	margin-left: 140px;
	margin-top: 30px;
	padding-right: 20px;
	position: relative;
}

#content5 h1 {
	color: #C3CD00; }
	
#content5 h4 {
	color: #C3CD00; }

#content5 a {
	text-decoration: none;
	color: #000;
}

#content5 a:hover, #content5 a:focus, #content5 a:active {
	color: #C3CD00;
}

/*Referenzen Unterseiten*/
#content6 {
	max-width: 92%;
	margin-left: 4%;
	margin-top: 20px;
	padding-right: 4%;
	position: relative; 
	/*overflow: hidden;*/
	z-index: 4;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	justify-content: -ms-space-between;
	flex-wrap: wrap;
}

#content6 h1 {
	color: #420000; }
	
#content6 h2 {
	color: #420000; 
	margin-left: 4%;}
	
#content6 h4 {
	color: #350000 !important;}

#content6 a {
	text-decoration: none;
	color: #000; }

#content6 a:hover, #content5 a:focus, #content5 a:active {
	color: #C3CD00; }



#content7 {
	width: 92%;
	margin: 0px 4% auto 4%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	justify-content: -webkit-space-between;
	justify-content: -ms-space-between;
	flex-wrap: nowrap;
	flex-wrap: -webkit-nowrap;
	flex-wrap: -ms-nowrap;
}


#content7 table {
	width: auto;
}

#content8 {
	width: 92%;
	margin: 0px 4% 40px 4%;}
	
	
#refbox {
	width: 92%;
	max-width: 720px;		
	margin: auto;
	position: relative;
	}

#refbox img {
	 width:100%;   
	 max-height: auto;
	 size: cover;
	 margin: 1em auto;
}

#refboxnew {
	width: 100%;
	margin: auto;
	position: relative;
	}

#refboxnew img {
	 width:100%;   
	 max-height: auto;
	 size: cover;
	 margin: 1em auto;
}


#back {
/* 	width: 150px; */
	height: 35px;
	margin-left: auto;
	margin-right: 0px;
	position: relative;
	font-size: 0.9em;
	float:right;
	padding-top: 2px;}

@media only screen and (max-width: 780px) {
#back {
display: none;}}

#back a {
	color: #350000;
	text-decoration: none;
}

#back a:hover, #content5 a:focus, #content5 a:active {
	color: #E00070; }

  
/*Logobox*/


/*quicklinks*/

#quicklinks {
	margin-left: 140px;
	width: 860px;
	height: 200px;
	position: relative; }

#qbox {
	width: 200px;
	height: 200px;
	text-align: left;
	color: #666;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block; }


#qbox img {
/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter cx
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/s
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5 ease;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5 ease;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
	
		
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
		
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}


#qbox img:hover, #box img:focus, #box img:active {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	

    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
	}

#qbox h5 {
		color: #350000;
		margin-top: -7px;}



/*referenzen*/

#boxen {
	padding-left: 4%;
	padding-right: 4%;
	width: 92%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; }
	

#box {
	width: 200px;
	height: 280px;
	text-align: left;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	 }

/* #box img { */
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=40);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.4 ease;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.4 ease;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.4;

	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
		
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	    border: none;

	}


/* #box img:hover, #box img:focus, #box img:active { */
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	
	    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);

    border: none;
	}



#bild {
	margin: 11px;
	display: inline;
}

/*logos*/

#logoboxen {
	margin: 40px 4%;
	width: 100%;
	position: relative;
	display: block; }
	

#logobox {
	width: 100%;
	height: auto;
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	 }

#creativebox {
	width: 550px;
	height: 550px;
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	 }
	 
#logoboxtext {
	width: 250px;
	height: 390px;
	margin-right: 40px;
	margin-top: 10px;
	float: right;
}
#logobox h5 {
		color: #C3CD00; 
    	margin-top: 3px;
    	line-height: 13px;}

#logobild {
	margin: 11px;
	display: inline;
}

/*photoshop*/

#psboxen {
	margin-left: 60px;
	width: 572px;
	height: 835px;
	overflow: hidden;
	text-align: left;
	color: #333;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	position: relative; 
	background-repeat: no-repeat;}
	
#beforeafter1, #beforeafter2 {
	border:2px solid #666;
}


#psbox h5 {
		color: #C3CD00; 
    	margin-top: -2px;
    	line-height: 13px;}

#psbild {
	margin: 11px;
	display: inline;
}

.demo {
	max-width: 1000px;
	width: 100%;
	height: 100vh;

}

/*footer elements*/

#footer {
	width: 100%;
	height: 30vh;
	position: absolute;
	display: inline;
	clear: both;
	z-index: 1;
	background-color: #360000;
	background-image: url(img/subtlenet2c.jpg);
	background-repeat: repeat; }

#inhalt {
	max-width: 1000px;
	width: 80%;
	height: 27vh;
	margin: auto;
	padding-top: 20px;
	position: relative;
	background-color: #350000;	}


#footerkontakt {
	min-height: 200px;
	font-weight: 300;  	
	font-size: 0.95em;
	color: #fff;	
	position: relative;
	margin-right: 4%;
	text-align: right;
	margin-bottom: 0px;
}	

#footerkontakt a{
	color: #fff;	
	text-decoration: none;
}

@media only screen and (max-width: 960px) {
#footer {
	width: 100%;
	height: 20vh;}
	
#inhalt {
	max-width: 1000px;
	width: 100%;
	height: 20vh;
	margin: auto;
	padding-top: 20px;
	position: relative;
	background-color: #350000;	}

#footerkontakt {
	min-height: 20px;}
	}

#kreis {
	margin-top: 32px;
	margin-left: 794px;
	z-index: 3;
	position: absolute;
	text-align: center;
	vertical-align: middle;
  width: 170px;
  height: 170px;
  border-radius: 100px;
  background-image:url(img/subtlenet2.png);
  background-color: #fff;
}

#kreis2 {
	margin-top: 80px;
	margin-left: 784px;
	z-index: 3;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	height: 140px;
	border-radius: 100px;
  	background-color: #333;
}


#stoerer {
	margin-top: 40px;
	margin-left: 786px;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	background-image: url(img/bg_button.jpg);
	background-size: auto;
	z-index: 3;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: white;
}

#stoerer a {
	text-decoration: none;
	color: #fff;
}

#stoerer a:hover, #stoerer a:focus, #stoerer a:active {
	color: #c2cc00;
}

/*kreis mit Bild*/
    .kreis_img {
    width:170px; /* gleiche Breite wie */
    height:170px; /* Höhe angeben damit es ein Kreis wird */
    border-radius:50%; /* Border-Radius auf 50% bedeutet rund*/
    float: right;
    margin-left: 20px;}
     
    .bildkreis {
    border-radius:50%;
    width:170px; /* gleiche Breite wie */
    height:170px; /* Höhe angeben damit es ein Kreis wird */
    }
    

#diagramm {
	margin-left: 4%;
	min-width: 160px;
	float: left;
	display: -webkit-none;
	}

@media only screen and (max-width: 780px) {
#diagramm {
	display: none;}}

#diagramm img{
	margin-left: 15px;
	}

#diagramm table{
	margin: auto;
	margin-top: -5px;}
