/* +++++++++++++++++++++++++++++++++++++++++++++++
  style.css Datei -- Copyright (C) Prof. Dr.-Ing. Jens Voigt
 +++++++++++++++++++++++++++++++++++++++++++++++++ */

		@media screen and (min-width:961px)
		{
			h1{
			font-size:1.45em;			
			color: #3983ab;
			}
			h2{
			font-size:1.35em;
			color: #ffffff;
			text-shadow: #000 1px 1px 0;
			}
			h3{
			font-size:1.2em;
			color: #000000;
			}
			h4{
			font-size:1.5em;
			color: #3983ab;
			text-shadow: 3px 3px 6px #111111;
			}
			
			body{
			font-family: Verdana, Arial, sans-serif;
			font-size:100%;
			background-color: #F9F9F9;
			margin-left: 9%;
			margin-right: 9%;
			}
			
			#wrapper{
			width: 100%;
			margin: 0 auto;
			background-color: #cccccc;
			background-repeat: no-repeat;
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			}
			
			section{
			font-size:0.8em;
			line-height: 2em;
			clear: both;
			width: 55%;
			font-size: 0.80em;
			float: left;
			margin: 1em -1em 0 0;
			}
			aside{
			display: block;
			width: 28%;
			float: left;
			padding-top: 3em;
			color: #333333;
			padding-left: 3em;
			padding-bottom: 2em;
			}
			.menue
			{
				float: left;
				width: 24.90%;
				height: 5em;
				text-align: center;
				position: relative;
				background: #3983ab;
				opacity: 1;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
				-webkit-flex: 1;
				flex: 1;
				-webkit-order: 1;
				order: 1;
				border-bottom: 0.2em solid #333;
				border-right: 0.1em dotted #333;
				border-right-width: 0.1em;
				border-right-style: dotted;
				border-right-color: rgb(51, 51, 51);
				border-top: 0.2em solid black;
				margin-bottom: 1em;
				margin-top: 2em;
			}
			.menue a
			 {
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: normal;
				line-height: 5em;
				text-decoration: underline;
			}
			.menue ul{
				list-style: none;
			}
			.menue:hover
			 {
				color: #fff;
				background-color: white;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a:hover
			 {
				color: #000;
				background-color: white;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a.active 
			{
				background-color: transparent;
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: normal;
				line-height: 5em;
				border-bottom: none;
				border-left: none;
			}
			.sub:link {
				width: 890px;
				color: #ffffff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: normal;
				line-height: 2em;
				text-decoration: none;
				text-align: left;
				padding: 1em;
			}
			.sub:visited {text-decoration:none; color: light blue; }
			.sub a:hover {color:#ffffff; text-decoration:underline; }
			#unav ul {
				padding: 0;
				margin: 0;
				list-style: none;
				line-height: 1;
				background-color:gray;
				z-index: 99999;
			}
			#unav li 
			{
				float: none;
			}
			#unav li ul li 
			{
				float: none;
				border-bottom: 1px dotted white;
			}
			#unav li ul {
				position: absolute;
				background: gray;
				left: -9999em;
			}
			#unav li:hover ul, #unav li.sfhover ul {
				color: #ffffff;
				left: 0px;
			}
			
			#slider 
			{
				margin: 0px auto 0;
				width: 100%;
				height: auto;
				z-index:2;
			}
			#slider1_container
			{
				width: 960px;
				height: 450px;
				position: relative;
				margin: 0px auto 0;
				top: 0px; 
				left: 0px; 
				overflow: hidden;
			}
			.slider_load
			{
				position: absolute;
				top: 0px;
				left: 0px;
			}
			.slider_load_d1
			{
				filter: alpha(opacity=70); 
				opacity: 0.7; 
				position: absolute; 
				display: block; 
				top: 0px; 
				left: 0px; 
				width: 100%; 
				height: 100%;	
			}
			.slider_load_d2
			{
				position: absolute; 
				display: block; 
				background: url(https://jens-voigt-consulting.de/images/loading.gif) no-repeat center center; 
				top: 0px; 
				left: 0px; 
				width: 100%; 
				height: 100%;			
			}
			.slider_container
			{
				cursor: grab; 
				position: absolute; 
				left: 0px; 
				top: 0px; 
				width: 960px; 
				height: 450px; 
				overflow: hidden;				
			}
			
			.info_1
			{
				width: 100%;
				height: 100%;
				background-image: url("https://jens-voigt-consulting.de/images/1.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.info_2
			{
				width: 100%;
				height: 100%;
				background-image: url("https://jens-voigt-consulting.de/images/2.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.info_4
			{
				width: 100%;
				height: 100%;
				background-image: url("https://jens-voigt-consulting.de/images/4.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.info_5
			{
				width: 100%;
				height: 100%;
				background-image: url("https://jens-voigt-consulting.de/images/9.jpg");
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
			}
			.info_6
			{	width: 100%;	
				height: 100%;	
				background-image: url("https://jens-voigt-consulting.de/images/6.jpg");    
				background-position: center top;    
				background-repeat: no-repeat;    
				background-size: cover;
			}
			
			.ImageWindow1
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/1.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			.ImageWindow2
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/2.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			.ImageWindow3
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/3.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			.ImageWindow4
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/4.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			.ImageWindow5
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/5.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			.ImageWindow6
			{
				background-attachment: fixed;
				background-image: url("https://jens-voigt-consulting.de/images/6.jpg");
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-bottom: 2px solid #999;
				border-top: 2px solid #999;
				flex: 1 1 100%;
				height: 18em;
				order: 4;
				padding-top: 0;
				width: 100%;
			}
			
			.slogan
			{
			height: auto;
			background-color: hsla(100,0%,30%,0.85);
			color: white;
			padding: 1em 1em 2em 1em;
			position: absolute;
			z-index: 3;
			text-align: left;
			font-size: 0.95em;
			}
			
			#s2{
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: normal;
				line-height: 2.4em;
			}
			
			section {
			font-size:0.8em;
			line-height: 2em;
			color: #333333;
			list-style-position: inside;
			padding-left: 8em;
			padding-top: 1em;
			padding-bottom: 5em;
			padding-right: 1em;
			}
			section img {
			margin: 0 auto;
			}
			section a{
				color: #3983ab;
				text-decoration: none;
			}
			section a:hover{
				color: #000000;
			}
		}
		
		
		@media only screen and (min-device-width:601px) and (max-device-width:960px),(min-width:601px) and (max-width:960px) 
		{
			h1{
			font-size:1.2em;
			}
			h2{
			font-size:1.1em;
			color: #fff;
			text-shadow: #000 1px 1px 0;
			}
			h3{
			font-size:1.2em;
			color: #000000;
			}
			h4{
			font-size:1.5em;
			color: #3983ab;
			text-shadow: 3px 3px 6px #111111;
			}
			body{
			font-family: Verdana, Arial, sans-serif;
			font-size:100%;
			background-color: #F9F9F9;
			margin-left: 5%;
			margin-right: 5%;
			}
			#wrapper{
			width: 100%;
			margin: 0 auto;
			background-color: #cccccc;
			background-repeat: no-repeat;
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			}
			section{
				font-size:0.8em;
				line-height: 2em;
			}
			aside{
			float:none;
			font-size:0.8em;
			color:#333333;
			}
			.menue
			{
				float: left;
				width: 100%;
				height: 40px;
				text-align: left;
				position:relative;
				background: gray;
				opacity: 1;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
				-webkit-flex: 1;
				flex: 1;
				-webkit-order:1;
				order:1;
				margin-top: 0.5em;
			}
			.menue a
			 {
				color: #ffffff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: bold;
				line-height: 2.4em;
				text-decoration: none;
				padding-left: 1em;
			}
			.menue ul{
				list-style: none;
			}
			.menue:hover
			 {
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a:hover
			 {
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a.active 
			{
				background-color: transparent;
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: bold;
				line-height: 2.4em;
				border-bottom: none;
			}
			
			.sub:link {
				width: 100%;
				color: #ffffff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 0.75em;
				font-weight: bold;
				line-height: 1.7em;
				text-decoration: none;
				text-align: left;
				padding: 1em;
			}
			.sub:visited {text-decoration:none; color: light blue; }
			.sub a:hover {color:#ffffff; text-decoration:underline; }


			#unav ul {
				padding: 0;
				margin: 0;
				list-style: none;
				line-height: 1em;
				background-color:gray;
				z-index: 99999;
			}
			#unav li 
			{
				float: none;
			}
			#unav li ul li 
			{
				float: none;
				border-bottom: 1px dotted white;
			}
			#unav li ul {
				position: absolute;
				background: gray;
				left: -9999em;
			}
			#unav li:hover ul, #unav li.sfhover ul {
				color: #ffffff;
				left: 0px;
			}
			
			
			.slogan
			{
			height: auto;
			background-color: hsla(100,0%,30%,0.85);
			color: white;
			padding: 1em 1em 2em 1em;
			text-align: left;
			font-size: 1em;
			}
			
			#s2{
			display: none;
			}
			
			section {
			font-size:0.8em;
			line-height: 2em;
			color: #333333;
			list-style-position: inside;
			padding-left: 0.8em;
			padding-top: 0.1em;
			padding-bottom: 1.5em;
			padding-right: 0.8em;
			}
			section img {
			margin: 0 auto;
			}
			section a{
				color: #3983ab;
				text-decoration: none;
			}
			section a:hover{
				color: #000000;
			}
		}
		
		
		@media only screen and (max-device-width:600px),(max-width:600px)
		{
			h1{
			font-size:1.2em;
			}
			h2{
			font-size:1.1em;
			color: #fff;
			text-shadow: #000 1px 1px 0;
			}
			h3{
			font-size:1.2em;
			color: #000000;
			}
			h4{
			font-size:1.5em;
			color: #3983ab;
			text-shadow: 3px 3px 6px #111111;
			}
			body{
			font-family: Verdana, Arial, sans-serif;
			font-size:100%;
			background-color: #F9F9F9;
			margin-left: 5%;
			margin-right: 5%;
			}
			#wrapper{
			width: 100%;
			margin: 0 auto;
			background-color: #cccccc;
			background-repeat: no-repeat;
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			}
			section{
				font-size:0.80em;
				line-height: 2em;
			}
			aside{
			float:none;
			font-size:0.8em;
			color:#333333;
			}
			.menue
			{
				float: left;
				width: 100%;
				height: 40px;
				text-align: left;
				position:relative;
				background: gray;
				opacity: 1;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
				-webkit-flex: 1;
				flex: 1;
				-webkit-order:1;
				order:1;
				margin-top: 0.5em;
			}
			.menue a
			 {
				color: #ffffff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: bold;
				line-height: 2.4em;
				text-decoration: none;
				padding-left: 1em;
			}
			.menue ul{
				list-style: none;
			}
			.menue:hover
			 {
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a:hover
			 {
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				-webkit-transition: all 0.23s ease-in;
				-moz-transition: all 0.23s ease-in;
				-o-transition: all 0.23s ease-in;
			}
			.menue a.active 
			{
				background-color: transparent;
				color: #fff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 1em;
				font-weight: bold;
				line-height: 2.4em;
				border-bottom: none;
			}
			
			.sub:link {
				width: 100%;
				color: #ffffff;
				display: block;
				font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
				font-size: 0.75em;
				font-weight: bold;
				line-height: 1.7em;
				text-decoration: none;
				text-align: left;
				padding: 1em;
			}
			.sub:visited {text-decoration:none; color: light blue; }
			.sub a:hover {color:#ffffff; text-decoration:underline; }


			#unav ul {
				padding: 0;
				margin: 0;
				list-style: none;
				line-height: 1em;
				background-color:gray;
				z-index: 99999;
			}
			#unav li 
			{
				float: none;
			}
			#unav li ul li 
			{
				float: none;
				border-bottom: 1px dotted white;
			}
			#unav li ul {
				position: absolute;
				background: gray;
				left: -9999em;
			}
			#unav li:hover ul, #unav li.sfhover ul {
				color: #ffffff;
				left: 0px;
			}
			
			
			.slogan
			{
			height: auto;
			background-color: hsla(100,0%,30%,0.85);
			color: white;
			padding: 1em 1em 2em 1em;
			text-align: left;
			font-size: 1em;
			}
			
			#s2{
			display: none;
			}
			
			section {
			font-size:0.8em;
			line-height: 2em;
			color: #333333;
			list-style-position: inside;
			padding-left: 0.8em;
			padding-top: 0.1em;
			padding-bottom: 1.5em;
			padding-right: 0.8em;
			}
			section img {
			margin: 0 auto;
			}
			section a{
				color: #3983ab;
				text-decoration: none;
			}
			section a:hover{
				color: #000000;
			}
		}
		
*{
margin:0;
padding:0;
}

header,footer,nav,#wrapper,figure,img{
display:block;
}

img{
max-width: 100%;
}

a{
	color: #3983ab;
	font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
	text-decoration: underline;
}

p{
padding:10px 10px;
font-size:1.1em;
}

.clear{
	clear:both;
}



header{
background:#cccccc;
color:#fff;
height:0px;
margin-bottom:0px;
width:100%;
}

ul {
	margin-left: 2em;
	list-style-type: disc;
}

		
	

.image_con
{
	height: auto;
	width: auto;
} 
.image_con ul
{
	list-style-type: square;
	list-style-position: inside;
}
.image_con img 
{
    display: inline;
    text-decoration: none;
    vertical-align: top;
}


#nach-oben
{
	background: gray none repeat scroll 0 0;
	bottom: 2em;
	color: #000000;
	display: none;
	font-size: 1.5em;
	height: 1em;
	line-height: 0.9em;
	margin: 0.3em;
	padding: 0.5em;
	position: fixed;
	right: 1em;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 1.5em;
	z-index: 9999;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	box-shadow: 0px 0px 5px 0px #232323;
	opacity: 0.7;
}
#nach-oben:hover 
{
    background: #ffffff;
}

#anschrift1 {
	font-size:1.05em;
	color:#000000;
	text-align: left;
}
#anschrift2 {
	font-size:1.05em;
	color:#000000;
	text-align: left;
}
#anschrift1 a {
	font-size:1em;
	color: #3983ab;
	text-align: left;
	font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
	font-weight: normal;
	line-height: 2em;
	text-decoration: none;
}
#anschrift1 a:hover 
{
    color: #000000;
}

figure{
font-size:0.85em;
text-align:center;
padding: 1.45em;
}
figure img:hover{
	transform: scale(1.05);
}
figure img{
margin: 0 auto;
}

footer{
	background-color: #3983ab;    
	margin: 0 auto;    
	color: #fff;    
	font-size: 0.9em;    
	width: 100%;    
	float: left;    
	box-sizing: border-box;
}
footer a{
	color: #ffffff;
	font-family: Verdana,Arial,Lucida,"Lucida Sans",Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
	text-decoration: underline;
}
.footer-style{
	text-align: center;
	padding: 2em;
}

#klappen{	width: 550px;	height: auto;	display: none;	padding-bottom: 100px;}
#referenzen-einausklappen{    display: block;    height: 40px;    line-height: 40px;    margin-top: 45px;    text-align: left;    width: auto;}

hr{
	margin: 3em 6em 3em 6em;
}

/*Zeitleiste-Ansicht*/
main {	background: #f1f3f4;	border-color: #8a9da8;}
#zeitleiste {	position: relative;	margin-left: 7.5em;	list-style-type: none;}
#zeitleiste::before {	position: absolute;	content: "";	bottom: 0;	left: 0;	top: 0;	background: #747779;	width: 0.4em;}
#zeitleiste::after {	position: absolute;	content: "";	bottom: -1.3em;	left: -0.8em;	width: 0;	height: 0;	border-width: 1em;	border-style: solid;	border-color: #747779 transparent transparent transparent;}
#zeitleiste >li::before {	position: absolute;	content: "";	width: 1em;	height: 1em;	left: -0.5em;	border-radius: 50%;	border: 0.2em solid #747779;	background: #3983ab;}
#zeitleiste >li {	margin-bottom: 1.2em;}#zeitleiste li ul {	margin-left: 2em;	list-style-type: none;}
li h3 {    margin: -2em 25px -0.5em;}
time {	display: block;	font-weight: bold;	margin-left: -10em;	width: 6.5em;	text-align: right; margin-top: -0.5em;}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 23px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #3983ab;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}