/* roboto-300 - latin */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url("../font/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(''),
       url("../font/roboto-v30-latin-300.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../font/roboto-v30-latin-300.woff2") format('woff2'), /* Super Modern Browsers */
       url("../font/roboto-v30-latin-300.woff") format('woff'), /* Modern Browsers */
       url("../font/roboto-v30-latin-300.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../font/roboto-v30-latin-300.svg#Roboto") format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  src: url("../font/roboto-v30-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(''),
       url("../font/roboto-v30-latin-300italic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("../font/roboto-v30-latin-300italic.woff2") format('woff2'), /* Super Modern Browsers */
       url("../font/roboto-v30-latin-300italic.woff") format('woff'), /* Modern Browsers */
       url("../font/roboto-v30-latin-300italic.ttf") format('truetype'), /* Safari, Android, iOS */
       url("../font/roboto-v30-latin-300italic.svg#Roboto") format('svg'); /* Legacy iOS */
}

body {
	  font-family: Roboto, sans-serif;
	  font: 16px/1.50rem Roboto, Arial, SimSun, sans-serif;
	  -webkit-text-size-adjust: none;	
		
	  overflow-y: scroll;
	  margin: 0px auto;
	  max-width: 100%;
	  
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-flow: row wrap;
	  flex-flow: row wrap;
	  background: white;
}

p {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	color: black; 
	font-size: 1.0rem; 
	font-weight: normal;
	line-height: 1.5;
}

farbig {color:mediumvioletred;
	font-variant: small-caps; 
}

h1 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: darkgreen;
	font-size: 2.0rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.5;
	}	

h2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: green; 
	font-size: 1.75rem; 
	font-weight: normal; 
	font-variant: small-caps; 
	line-height: 1.5;
}	

h2m {
	color: green; 
	font-size: 1.5rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.25;
	}	

h3 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: green; 
	font-size: 1.5rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.5;
	}

h4 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: green; 
	font-size: 1.25rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.5;
	}	

h5 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: green; 
	font-size: 1.0rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.5;
	}	

h6 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: green; 
	font-size: 0.875rem; 
	font-weight: normal; 
	font-variant: small-caps; 
  line-height: 1.5;
	}	

.align_right {
	text-align: right;
}

/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */

@media screen and (max-width: 600px) {
	/* #menu is the original menu */
	.js #menu {display:none;}
	.js header {display:none;}
	.js .slicknav_menu {display:block; 
		position: fixed;
    top: 0px;
	  width: 100%;
		z-index: 9999;}}

header,
nav,
nav a,
article,
section,
aside,
footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
}

header,
nav {
	z-index: 500;
}

header {
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: white;
	font-size: 0.875rem;
}

header * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

.header_content {
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
  max-width: 1200px;
  line-height: 1.0rem;
	text-align: right;
}

.header_content h1 {
	padding: 20px 0px 0px 0px;
	line-height: 1.0rem;
	text-align: left;
}

.header_content h5 {
	padding: 0px 0px 0px 0px;
	line-height: 1.0rem;
	text-align: left;
}

.header_content a {
	color: black;
	text-decoration: none;
}

.header_content a:hover {
	color: mediumvioletred;
	font-weight: normal;
	transition: all ease 0.75s;
}

.header_content a.selected {
	color: green;
}

#header2 {
	height: 15px;
	width: 100%;
	margin: 50px 0px 0px 0px;
	padding: 5px 20px 5px 0px;
	background: whitesmoke;
	line-height: 1.0rem;
	font-size: 0.875rem;
	text-align: right;
	position: -webkit-sticky;
  position: sticky;
  top: 50px;
	z-index:500;
}

nav {
	background: ghostwhite;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	font-size: 1.25rem;
}

.nav_menu {margin: 0px auto;
  max-width: 1200px; 
}

nav,
nav ul,
nav li {
	border: none;
	font-variant: small-caps;	
}

nav ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

nav li {
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	-webkit-flex: 1 1 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
  -webkit-flex-direction: column;
	flex-direction: column;
	flex: 1 1 100%;
}

nav a {
	color: black;
	text-decoration: none;
	text-align: center;
}

nav a:hover {
	background-color: none;
	color: mediumvioletred;
	font-weight: normal;
	transition: all ease 0.75s;
}

nav a.selected {
	background-color: none;
  border-bottom: 1px solid black;
	color: green;
	font-weight: normal;
}

#slider {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	z-index: 10;
}

#slider img {
	max-width: 100%;
}

.content {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}

.content2 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}

article {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: white;
	-webkit-order: 2;
	order: 2;
}

.article_breit {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 2;
	order: 2;	
}

article a {
	color: black;
	text-decoration: none;
}

aside {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: white;
	-webkit-order: 3;
	order: 3;
}

aside a {
	color: black;
	text-decoration: none;
}

section {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	background: white;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
}

.content a {
	margin: 0px;
	padding: 0px;
	font-size: 1.0rem;
	color: black;
	text-decoration: none;
}

.content2 a {
	margin: 0px;
	padding: 0px;
	font-size: 1.0rem;
	color: black;
	text-decoration: none;
}

.article_breit a {
	padding: 0px 0px 0px 10px;
	font-size: 0.75rem;
	color: green;
	text-decoration: none;
}

.article_breit a:hover {
	background-color: none;
	color: mediumvioletred;
	font-weight: normal;
	transition: all ease 0.75s;
}

.contentproject {
	background: white;
	color: black;
	display: -webkit-inline-flex;
	display: inline-flex;
	height: 45px;
	margin: 0px auto;
	width: 1200px;
	position: -webkit-sticky;
  position: sticky;
  top: 44px;
	z-index: 15;
}

.contentproject h5 {
	font-size: 0.75rem;
	z-index: 15;
}

.contentproject p {
	display: none;
  z-index: 15;
}

section img {
	box-shadow: 3px 2px 10px grey;
	border-radius: 10px;
}

project {
	background: white;
	color: black;
	border: none;
	-webkit-flex: 1 1 39%;
  flex: 1 1 39%;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}

project img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 5px 0px;
 	border-radius: 10px;
}

service {
	background: ghostwhite;
	color: black;
	border: none;
	-webkit-flex: 0 1 113.5px;
  flex: 0 1 113.5px;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 10px 20px 10px 20px;
	padding: 3px 3px 10px 3px;
}

service img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 10px 0px;
	border-radius: 10px;
}

service a {
	text-decoration: none;
}

footer {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 0px 20px;
	height: 50px;
	background: ghostwhite;
	border-color: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-order: 5;
	order: 5;
	font-size: 0.875rem;
}

footer * {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer_content {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
  max-width: 1200px;
  text-align: right;
}

.footer_content a {
	color: green;
	font-size: 1.0rem;
	font-variant: small-caps;
	text-decoration: none;
}

.footer_content a:hover {
	color: mediumvioletred;
	font-weight: normal;
	transition: all ease 0.75s;
}

.content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	color: green; 
	font-size: 0.75rem; 
	font-weight: normal;
	line-height: 1.5;
}

.content ul ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
	color: black; 
	font-size: 0.55rem; 
	font-weight: normal;
	line-height: 1.5;
}

.content ul p {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
}

.content ul ul p {
	font-size: 0.875rem;
}

.content ul a {
	color: green;
	text-decoration: none;
}

.content ul a:hover {
	color: mediumvioletred;
	font-weight: normal;
	transition: all ease 0.75s;
}

/* Smart Phones und Tablets mit mittlerer Auflösung */

@media  all and (min-width: 300px) {

section {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 15;	
}

.contentproject {
	background: white;
	color: black;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0px auto;
	width: 1200px;
	position: -webkit-sticky;
  position: sticky;
  top: 30px;
	z-index: 15;
}

.contentproject h5 {
	font-size: 0.875rem;
	z-index: 15;
}
	
section img {
	box-shadow: 3px 2px 10px grey;
	border-radius: 10px;
}

project {
	background: white;
	color: black;
	border: none;
	-webkit-flex: 1 1 40%;
  flex: 1 1 40%;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}
	
project img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 5px 0px;
}

service {
	background: ghostwhite;
	color: black;
	border: none;
	-webkit-flex: 0 1 113.5px;
  flex: 0 1 113.5px;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 10px 20px 10px 20px;
	padding: 3px 3px 10px 3px;
}

service img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 10px 0px;
}
}

/* Smart Phones und Tablets mit mittlerer Auflösung */

@media all and (min-width: 600px) {

.slicknav_menu {
	display:none;
}

#header2 {
  display: none;
}
	
nav {
	position: -webkit-sticky;
  position: sticky;
  top: 0px;
}	
	
nav ul {
	width: 100%;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	-webkit-flex-direction: row;
	flex-direction: row;
}

nav li {
	margin: 10px 25px 10px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
}

.contentproject {
	background: white;
	color: black;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0px auto;
	width: 1200px;
	position: -webkit-sticky;
  position: sticky;
  top: 44px;
	z-index: 30;
}

.contentproject h5 {
	font-size: 1.0rem;
}

.contentproject p {
	display: block;
}
	
.content {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.content2 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
	
article {
	-webkit-flex: 1 1 100%;
	-webkit-order: 2;
	order: 2;	
}

aside {
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-order: 3;
	order: 3;	
}

section {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;	
}

section img {
	box-shadow: 3px 2px 10px grey;
	border-radius: 10px;
}

project {
	background: white;
	color: black;
	border: none;
	-webkit-flex: 1 1 auto;
  flex: 1 1 auto;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}

project img {
	width: auto;
	height: 165px;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 5px 0px;
}

service {
	background: ghostwhite;
	color: black;
	border: none;
	-webkit-flex: 0 1 113.5px;
  flex: 0 1 113.5px;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 10px 20px 10px 20px;
	padding: 3px 3px 10px 3px;
}

service img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 10px 0px;
}
}

/* Large screens */

@media all and (min-width: 60em) {
	
header {
	position: -webkit-sticky;
  position: sticky;
	top: 0px;
}
	
nav {
	position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

nav ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

nav li {
	margin: 10px 50px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.contentproject {
	background: white;
	color: black;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0px auto;
	width: 1200px;
	position: -webkit-sticky;
  position: sticky;
  top: 134px;
	z-index: 30;
}
	
.content {
	display: -webkit-inline-flex;
	display:-webkit-inline-flex;
	margin: 0px auto;
	width: 1200px;
}
	
.content2 {
	display: -webkit-inline-flex;
	display:-webkit-inline-flex;
	margin: 0px auto;
	width: 1200px;
}
	
article {
	-webkit-flex: 3 1 0%;
	flex: 3 1 0%;
	-webkit-order: 2;
	order: 2;	
}

aside {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	-webkit-order: 3;
	order: 3;	
}

section {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;	
}

section img {
	box-shadow: 3px 2px 10px grey;
	border-radius: 10px;
}

project {
	background: white;
	color: black;
	border: none;
	-webkit-flex: 1 1 auto;
  flex: 1 1 auto;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}

project img {
	width: auto;
	height: 175px;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 5px 0px;
}

service {
	background: ghostwhite;
	color: black;
	border: none;
	-webkit-flex: 1 1 0;
  flex: 1 1 0;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 10px 20px 10px 20px;
	padding: 3px 3px 10px 3px;
}

service img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 10px 0px;
}
}

/* Large screens */

@media all and (min-width: 75em) {
	
.contentproject {
	background: white;
	color: black;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0px auto;
	width: 1200px;
	position: -webkit-sticky;
  position: sticky;
  top: 134px;
	z-index: 30;
}

.content {
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0px auto;
	width: 1200px;
}
	
.content2 {
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	margin: 0px auto;
	width: 1200px;
}
	
article {
	-webkit-flex: 3.25 1 0%;
	flex: 3.25 1 0%;
	-webkit-order: 2;
	order: 2;	
}

aside {
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	-webkit-order: 3;
	order: 3;	
}

section {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
}

section img {
	box-shadow: 3px 2px 10px grey;
	border-radius: 10px;
}

project {
	background: white;
	color: black;
	border: none;
	-webkit-flex: 1 1 auto;
  flex: 1 1 auto;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 5px;
	padding: 10px 10px 10px 10px;
}

project img {
	width: auto;
	height: 185px;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 5px 0px;
}

service {
	background: ghostwhite;
	color: black;
	border: none;
	-webkit-flex: 1 1 0;
  flex: 1 1 0;
	height: auto;
	-webkit-order: 4;
	order: 4;	
	z-index: 10;
	margin: 10px 20px 10px 20px;
	padding: 3px 3px 10px 3px;
}

service img {
	width: 100%;
	height: auto;
	box-shadow: 3px 2px 10px grey;
	margin: 0px 0px 10px 0px;
}
	
}

#kontaktform {
	color: black;
  padding:0px 0px 0px 0px;
 	margin:0px 0px 0px 0px;
	background-color: white;
  text-align: left;}

#kontaktform input, textarea {
  color: black;
	padding:3px 10px 3px 10px;
 	margin:5px 0px 5px 0px;
	background-color: white;
	border: 1px solid grey; 
	-webkit-appearance:none; 
  -webkit-border-radius:0; 
  -webkit-box-sizing: border-box; 
	width: 200px;}

#kontaktform .captcha {color: green;
  background-color: white;
	text-align: center;
  width: 200px;}

#kontaktform .butt {cursor: pointer;
  color: black;
  background-color: ghostwhite;
  border:0;
	width: 200px;}

#kontaktform .butt2 {cursor: pointer;
  color: white;
  background-color: green;
  border:0;
	width: 200px;}

#basicMap {
	width: 295px;
	height: 350px; opacity: 0.8;
}

div.hide, span.hide{
	width:0px;
	height:0px;
	overflow: hidden;
	visibility: hidden;
}
	
span.tabwdh {
	width: 65px;
	float: left;
	font-weight:bold;
}
