@import url("scripts/responsive.gs.12col_ros.css");

body {
    font-family: 'Open Sans', sans-serif;
    transition: background-color .5s;
	margin:0;
	color:#2c3e50; /*dark blue*/
	background-color: #e7e8e9;
	font-size:1em;
}
.wrapper {
	display:none;
}

/* image slide by twentytwenty*/



/* ENDE twentytwenty */


/*-------------- Modal Login-Form---------------*/
 /* Bordered form */
form {} 
/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #222;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.box {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
} 
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 50vW; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
} 

/*----ENDE Login-Form---------------*/

.head {
	margin: 0.5em;
}

h1, h2, h3, h4 {
 font-weight:500;
 color:#4889D9; /*orange*/
}
h1 i, h2 i, h3 i, h4 i {
	padding-right: 0.5em;
}
h1 {
	font-size:2em;
	text-align: center;
	/*letter-spacing:0.1ex;*/
	text-transform: uppercase;
	margin-bottom: 0px;
	/*border-bottom: 4px solid #2E598C;*/
}

.container {
	padding: 0.5em;
}

.Balken {
	background-color: #2E598C;
	width: 5%;
	height: 7px;
	margin: 0.5em auto 2em;
}
a{
	color: #545454;
	text-decoration: none;
	font-weight:600;
}
a:visited, a:hover, a:active{
	color:#4889D9;
	text-decoration:none;
}
a:visited {
	text-color:#fab497; /*light orange*/
}
dl.grid { 
  display: block; 
}
.grid span {
	padding-right: 0.5em;
}

dd { 
  margin: 0; 
  padding-left: 2em;
  font-weight: 200;
}

#asterisk {
	font-size:0.5em;
	color:red;
	position: relative;
	top: 6em;
	left: 96%;
}

a[href^="tel"] {
	white-space: nowrap;
}

.logotext {
	display:none;
}

#highlight{
	color:#2E598C; /*dark Orange*/
	font-weight: 100;
	font-size: 1.2em;
}

#profilbild{
	float:left;
	padding: 0em 1em 1em 0em;
}

#footer {
	position: fixed;
	z-index:3;
	bottom:0;
	padding:0px;
	font-size: smaller;
	background-color:#c1c2c3;
}

#footlist{
	text-align: right;
}

#footlist li {
	list-style-type:none;
	padding: 0 10px;
	border-right: 2px solid #a1a2a3;
}
#footlist li.last, #last {
	border: 0px;
}
#bildmarke {
	max-width: 100px;
}

.hide {
	display: none;
}

.copyright {
	display: none;
	margin-top: 3 em;
}
/* NAVIGATION
------------------------------------------*/

ul.dropdown li {
		list-style-type:none;
}

.dropdown {
	padding-left:16px;
	margin:0;
	/*margin-top:44px;*/
}

.droplist {
	display:none;
	padding-left:26px;
}

.dropdown li:hover .droplist{
	display:block;
}

.list-group {
		border-bottom: 2px dotted #c2c3c4;
		margin-right: 1em;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 0;
    /*top: 60px;
    left: 0;*/
    background-color: #e7e8e9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	text-align: left;
}

.navigation-is-open .sidenav {
	width: 250px;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
}
.navigation-is-open #main {
	margin-left:250px;
	overflow:hidden;
    width: calc(100% - 250px);
    transition: margin-left 0.5s, width .5s;
}


article {
   width: 100%;
   padding:1em;
   box-sizing: border-box;
}
/*article:nth-child(even) {
	background-color:#d1d1d1; 
	//darker grey
}*/

.sidenav a {
	/*  padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 20px;
    color: #a0a0a0;
    display: block;
    transition: 0.3s;
	padding: 5px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #4889D9; /*orange*/
}

#main {
    transition: margin-left .5s;
    padding: 1em;
    /*padding-top:60px;*/
	z-index:0;
	height:100%;
}
#icon {
	width:150px;
	height:auto;
	float: left;
	padding: 1em;
}

/*----------Formular---------*/
#formular div div label span{
	display: block;
	min-width: 100%;
	font-size:smaller;
	font-weight:light;
	margin-left: 10px;
}

.form02 {
  width: 30em;
  padding-top: 3em;
  position: relative;
  float:none;
}
.input02 {
  margin: 0 0 1em 31%;
  padding: .2em .5em;
  min-width: 60%;
  background-color: #fff; 
  border: 1px solid #c1c2c3;  
  display:block
}
.label02 { 
  text-align: right;
  line-height: 1.5;
  width: 30%;
  position: absolute;
  left: 0;  
}
.label02::after {
  content: ": ";
}
.form02 div button{
  margin-left: 31%;
}
.input02:required + .label02::before {
  position: absolute;
  left: 290%;
  content: "★";
  color: red;
}
.input02:required:valid + .label02::before {
  content: "✔";
  color: green;
}

label input {
	display: inline;
	margin: 10px;
	min-width: 80%;
	min-height: 2.5em;
	padding: 5px;

}

#formtxt {
	margin:10px;
}

#justtext {
	padding: 5px;
	margin: 7px;
	min-width: 50%;
	border-style: solid;
	border-color: #a8a8a8 lightgrey #a8a8a8 grey;
}
#message01{
	margin: 0px 10px 10px;
	color: red;
}

.result {
	margin-top: 5em;
	border: none;
	padding: 2em;
	line-height:2em;
	font-weight: 300;
}
/*----------Formular ENDE-----*/

/* Navigation icon*/

.navi-trigger {
	/*border-radius:32px;
	width:40px;
	height:40px;
	background-color:rgba(0,51,51,1);
	box-shadow: 0 3px 2px 0px #1d2124;
	-moz-box-shadow: 0 3px 2px 0px #1d2124;
	-webkit-box-shadow: 0 3px 2px 0px #1d2124;*/
	position:absolute;
	top:30px;
	left:30px;
	-webkit-transform: -webkit-transform 0.5s;
	-moz-transform: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.navi-trigger .navi-icon {
  /* Nav icon created in CSS */
  position: absolute;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-30px) translateY(-30px);
  -moz-transform: translateX(-30px) translateY(-30px);
  -ms-transform: translateX(-30px) translateY(-30px);
  -o-transform: translateX(-30px) translateY(-30px);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #2c3e50; /*dark grey*/
  /*top:0px;
  left:0px;*/
}

.navi-trigger .navi-icon::before,
.navi-trigger .navi-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2c3e50; /*dark grey*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.navi-trigger .navi-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.navi-trigger .navi-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .navi-trigger:hover .navi-icon::after {
  top: 2px;
}

.no-touch .navi-trigger:hover .navi-icon::before {
  top: -2px;
}

.navi-trigger svg {
	position: absolute;
	top: -23px;
	left: -9px;
}
.navigation-is-open .navi-trigger svg:focus, .navigation-is-open .navi-trigger svg:visited, .navigation-is-open navi-trigger:active, .navi-trigger svg:focus, .navi-trigger svg:visited, navi-trigger:active {
	border: 0px;
}

.navigation-is-open .navi-trigger {
  /*-webkit-transform: translateX(160px) rotate(180deg);
  -moz-transform: translateX(160px) rotate(180deg);
  -ms-transform: translateX(160px) rotate(180deg);
  -o-transform: translateX(160px) rotate(180deg);*/
  transform: rotate(180deg);
  -webkit-transform: -webkit-transform 0.5s;
  -moz-transform: -moz-transform 0.5s;
  transition: transform 0.5s;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  z-index:1;
}

.navigation-is-open .navi-trigger .navi-icon::after,
.navigation-is-open .navi-trigger .navi-icon::before {
  /* fFrom Hamburger to Arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .navi-trigger .navi-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-is-open .navi-trigger .navi-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .navigation-is-open .navi-trigger:hover .navi-icon::after,
.no-touch .navigation-is-open .navi-trigger:hover .navi-icon::before {
  top: 0;
}
/* ENDE Navigation icon*/


/* Button-up
-------------------------------*/
#top-link { 
	display:none;
	position: fixed;
	right: 5%;
	bottom: 5%;
	border-radius: 3.5em; 
	height: 3.5em;
	width: 3.5em;
	color:rgb(72, 137, 217); /*blue*/
	text-align: center; 
	padding : 0.1em 0em; 
	text-decoration:none;
	z-index:201;
	box-shadow:0px 5px 5px rgba(0,0,0,0.5);
	background-color: rgba(137, 173, 217, 0.8);
	border: 3px solid rgba(46, 89, 140, 0.8);
}
#top-link:hover {
	cursor:pointer;
	background-color: rgba(72, 137, 217, 0.8); 
	color:#e7e8e9;
	border:none;
	transition: background 0.5s;
	padding : 0.3em 0em; 


}

/* Rules for sizing the icon. */ 
.material-icons.md-18 { font-size: 18px; } 
.material-icons.md-24 { font-size: 24px; } 
.material-icons.md-36 { font-size: 36px; } 
.material-icons.md-48 { font-size: 48px; } 

/* Rules for using icons as black on a light background. */
 .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); } 
 .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } 
 
 /* Rules for using icons as white on a dark background. */
 .material-icons.md-light { color: rgba(255, 255, 255, 1); } 
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* ENDE Button-up
-------------------------------*/


.logo {
	width:60px;
	height:auto;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}
#wortmarke {
	padding: 0.5em;
	float:none;
}

header {
	background-color: #d1d2d3;
	min-height:60px;
	width:100%;
	margin:0;
	padding:0px;
	text-align:center;
	position:fixed;
	/*box-shadow: 0 -9px 25px 10px #1d2124;
	-moz-box-shadow: 0 -9px 25px 10px #1d2124;
	-webkit-box-shadow: 0 -9px 25px 10px #1d2124;*/
	z-index:100;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



 /* ACCORDION Style the buttons that are used to open and close the accordion panel */
#accordion {
	margin-top:1em;
	border-bottom: 4px solid #2E598C;
}
 .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1em;
  font-weight: 200;
  border-bottom: 2px dotted #ccc;
}


/* Add a background color to the button if it is clicked on (add the .accactive class with JS), and when you move the mouse over it (hover) */
.accactive, .accordion:hover {
  background-color: #ccc;
  color: #2E598C;
}
.accordion span:hover {
	color:#2E598C;
	cursor:pointer;
}

/* Style the accordion panel. */
.panel {
  padding: 0 18px;
  background-color: #e4e5e6;
  /*display: none;*/
  max-height:0;
  overflow: hidden;
  /*Es folgen Einstellungen für das Slide Down*/
  transition: max-height 0.3s ease-out;
} 
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  content: '\002B';
  font-size: 1em;
  color: #2E598C;
  float: right;
  margin-left: 5px;
}

.accactive:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  content: "\2212";
}

/*---------------------------Vertical Tabs----------------------------*/
/* Style the tab */
#tab {
	margin-top: 1em;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.25em;
  font-weight: 200;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;

}
#Bauprojekt1, #Bauprojekt2, #Bauprojekt3{
	background-image:url();
	background-size: contain;
	background-repeat:no-repeat;
	background-position:right;
}
#Bauprojekt2{
	background-image:url();
}
#Bauprojekt3{
	background-image:url();
}

/*------------------ENDE Vertical Tabs------------------------------*/

/*----alternative Projektansicht: textblock auf Bild---
.Projcontainer {
  position: relative;
  font-family: Arial;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}*/
.Projcontainer {
  position: relative;
  max-width: 100%;
  margin: 1em auto 10em;
}

#ProjImage{
	max-height:1
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  /*margin-top: -50px;*/
  color: #d2d3d4;
  background-color: rgba(0,0,0, 0.3);
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  background-color: rgba(0,0,0,0.5);
  padding: 2px 16px;
  color: white;
  position: absolute;
  left: 33%;
}
#capRet {
	left: 66.66%;
}
#capView {
	left: 33.33%;
	top: 50%;
}
.myrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */

/* changed to three columns side by side */
.column {
  float: left;
  /*width: 16.66%;
  width: 33.33%;*/
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;

}

.active,
.demo:hover {
  opacity: 1;
}


.Projcontainer img {
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
	height: 200px; 
}
#columnImage {
	height:100px;
}

.Projcontainer .content {
  /*position: absolute;*/
  bottom: 158px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


#Impressum {
	padding: 1em;
	/*box-shadow: 0 20px 25px -9px #1d2124;
	-moz-box-shadow: 0 20px 25px -9px #1d2124;
	-webkit-box-shadow: 0 20px 25px -9px #1d2124;*/
}
#symbol {
	padding: 0px;
	text-align: center;
}
#symbol li {
	padding: 0px;
	list-style: none;
	display: inline-block;
	font-size:3em;
	min-width:30%;
	min-height: 50px;
	border-right: 2px dotted #a1a2a3;
}
#symbol li img {
	padding: 0px;
}

#impArrow:hover {
	color: #4889D9;
	cursor: pointer;
}


/*----temporär: Löschen----*/

.offtopic {
	background-color: #FBEFF2; /*light red*/
	border: 1px solid #F5A9BC;
	padding: 5px;
}

/*----temporär: Löschen----*/

/*-------Bildvergleich-----*/
/*
* {box-sizing: border-box;}
*/
.img-comp-container {
  position: relative;
  height: auto; /*should be the same height as the images*/
  margin-left: auto;
  margin-right: auto;
  width: 90vW;

  
}

.img-comp-img {
  position: absolute;
  width: auto;
  /*height: 936px;*/
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
 /* height: 90vH;
  width: 100%;*/
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:
  width: 10px;
  height: 100%;
  /*background-color: #2196F3;*/
  /*opacity: 0.7;*/
  /*border-radius: 50%;*/
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
/* triangle appearance: 
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;	
	border-right: 20px solid #000;
    border-left: 20px solid #000;*/

}


/*----Bildvergleich ENDE-----*/

/*----Image Gallery----*/
/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
 /* width: 25%;*/
  
  /*padding: 10px;*/
}

/* Style the images inside the grid */
.column img {
  opacity: 0.5; 
  opacity: 1;
  cursor: pointer;  
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.ImgContainer {
  position: relative;
  display: none;
 
  position: fixed; /* Stay in place */
  z-index: 300; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.container-image {
	/*max-height: 250px;*/
	overflow: hidden;
	height: 550px;
	position: relative;
}

#expandedImg, #expandedRetImg, .img-comp-img img {
	margin: auto;
	display: block;
}



/*#expandedImg:hover {
	cursor: pointer;
}*/

/*----tooltip ----*/
/*.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}*/

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: fixed;
  z-index: 10;
  top: 25%;
  left: 50%;
  
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  /* Fade in tooltip */
  opacity: 1;
}


/* ---tooltip ENDE----*/


/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #d2d3d4;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #d2d3d4;
  font-size: 35px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 50px;
}



/*-----Image Gallery---ENDE-----*/

.profileimg{
	
	float: left;
}
.text {
	padding-left: 1em;
}

#container1 {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}


/*---- Bootstrap thumbnail Carousel --*/

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

/* ----- Bootstrap thumbnail carousel ENDE----*/
/*----------------------------------------------MEDIA ----------------------------------------------*/
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* NAVIGATION
------------------------------------------*/
.overlay {
	min-height:100%;
	min-width:100%;
	background-color:transparent;
	position:absolute;
	top:60px;
	left:0;
	transition:background .5s, margin-left .5s;
	z-index:1;
}
.navigation-is-open .overlay {
	background:rgba(0,0,0,0.4);
	margin-left:220px;
}
.list-group {
	border: 0px;
}

/* parallaxe Ebenen
--------------------------------*/
.parallaxParent {
	height:50vh;
	overflow:hidden;
}
.parallaxParent > * {
	height:100%;
	position:relative;
	/*top:-50%;*/
}
.parallaxeEbene, .parallaxeEbene2 , .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5 {
	background-color:#e7e8e9;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-20vH;
}
.parallaxeEbene {
	background-image:url(img/bernard-osei-550140-unsplash_Ret.jpg);
}
.parallaxeEbene2 {
	background-image:url(img/jessica-felicio-463191-unsplash_Ret.jpg);

}
.parallaxeEbene3 {
	background-image:url(img/bernard-osei-550140-unsplash_Ret2.jpg);

}
.parallaxeEbene4 {
	background-image:url();

}
.parallaxeEbene5 {
	

}
.parallaxeEbene1-1, .parallaxeEbene1-2{
background-image:url(img/markus-spiske-FXFz-sW0uwo-unsplash.jpg);
}

@media screen and (min-width:500px) and (orientation: landscape) {
.parallaxParent {
	height:70vh;
}
.parallaxeEbene, .parallaxeEbene2 , .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5, .parallaxeEbene1-1, .parallaxeEbene1-2 {
	background-size:cover;
	margin-top:-21vH;
}
.parallaxeEbene1-1, .parallaxeEbene1-2 {
	margin-top:-100vH;
	}
.img-comp-container {
  width: 33vw;
}

}

@media screen and (min-height: 900px) {
.parallaxParent {
	height:75vh;
}
.parallaxeEbene, .parallaxeEbene2 , .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5 {
	margin-top:-32vH;
}


	
	
}

@media screen and (min-width:760px)  {
.Projcontainer .content {
  position: absolute;
}


.Projcontainer img {
	height: 600px; 
}
.parallaxParent {
	height:95vh;
}
.parallaxeEbene, .parallaxeEbene2 , .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5 {
	margin-top:-53vH;
}
/*
@media screen and (min-width:960px) and (orientation: landscape)  {
.parallaxeEbene, .parallaxeEbene2 , .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5 {
	background-size:contain;
}
.parallaxeEbene {
	background-image:url();
	
}
.parallaxeEbene2 {
	background-image:url();

}
.parallaxeEbene3 {
	background-image:url();

}
.parallaxeEbene4 {
	background-image:url();

}
.parallaxeEbene5 {
	background-image:url();

}


}*/
@media screen and (min-width:960px)  {
header {
	/*background-color: #e7e8e9;*/
}
	.logo {
	max-height: 120px; 
	width: 120px;
}

h1 {
	font-size: 2em;
}

#bildmarke {
	max-height: 55px;
	max-width: auto;
}

dl.grid { 
  display: grid; 
  grid-template-columns: 12% 23% 12% 23%;
  grid-template-rows: 50% 1.5em 10%;
}
dd { 
  margin: 0; 
  padding-left: 1em;
  text-decoration:none;
}

dl.grid dd {
  margin-bottom: 1em;
}
dd.grid {
	display:grid;
	grid-template-columns: 25% 70%;
}



/*#footer {
	padding:2em 0px 2em 0px;
}*/

#footlist li {
	display:inline-block;
}
#footlist > li:nth-child(3) {
	border-right: 0px;
}

#copyright {
	float:left;
	padding: 0 2em;
}
.copyright {
	margin-top: 2em;
	display: block;
}
#symbol i {
	border-right: 3px solid #2c3e50;
}
#symbol {
	display: none;
}
#impArrow {
	color: #888;
	font-size: 3em;
	text-align: center;
	width: 100%;
}

label input {
	min-width: 50%
}

.container-image {
	/*max-height: 250px;*/
	overflow: hidden;
	height: 1200px;
}


/*----Vertical Tab media min-width 960px----*/
/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.25em;
  font-weight: 200;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
#Bauprojekt1, #Bauprojekt2, #Bauprojekt3{
	background-image:url();
	background-size: contain;
	background-repeat:no-repeat;
	background-position:right;
}
#Bauprojekt2{
	background-image:url();
}
#Bauprojekt3{
	background-image:url();
}

/*------------------ENDE Vertical Tabs------------------------------*/


}
/* Desktop
------------------------------------------*/
@media only screen and (min-width: 1200px) {
/* Navigation inline
--------------------------*/
	.navi-trigger {
		display:none;
	}
	.sidenav {
		width:100%;
		/*display:inline-block;
		height: 54px;*/
		position:static;
		/*box-shadow:0 25px 25px -9px #1d2124;
		-moz-box-shadow:0 25px 25px -9px #1d2124;
		-webkit-box-shadow:0 25px 25px -9px #1d2124;
		*/
	}
	ul.dropdown li {
    float: left;
	width:20%;
	}
	.dropdown {
		margin:auto;
	}
	header {
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		position:static;
		text-align:left;
	}
	#main {
		/*padding-top:10px;*/
	}
	.overlay {
		display:none;
	}
	.droplist {
		background-color:#e7e8e9;
		box-shadow: 0 20px 25px -9px #1d2124;
		-moz-box-shadow: 0 20px 25px -9px #1d2124;
		-webkit-box-shadow: 0 20px 25px -9px #1d2124;
		padding-left:0;
		z-index:103;
		position:absolute;
	}

	.list-group ul.droplist li:hover {
		background-color:#e5e8e8 ;
		background-color:#d1f2eb; /*light teal*/
		background-color: #d2d6d9; 
	}
	.list-group ul.droplist li:hover a{
		color:#2E598C;	
	}
	.list-group ul.droplist li {
		float:none;
		width:100%;
		padding:5px;
	}
	.list-group-item {
	border-right: 2px solid #c2c3c4;
	}
	.sidenav a {
		transition: none;
	}
	.logo {
		margin:0;
		float:left;
	}
	.logotext {
		display:block;
		/*color: #4889D9; /*orange*/
		font-size:1em;
		font-weight:700;
		margin-top:10px;
		line-height: 1em;
	}
	
	#wortmarke {
	float:left;
}
	/* parallaxe Ebenen
--------------------------------*/
	.parallaxParent {
		height:160vh;		
	}
	.parallaxeEbene {
		margin-top:-130vH;
	}
	.parallaxeEbene2, .parallaxeEbene3, .parallaxeEbene4, .parallaxeEbene5 {
		margin-top:-70vH;
	}
	/*#parallax1{
		margin-top:100px;
	}*/
/* ENDE Navigation inline	
------------------------------*/

/*----Bildergalerie Projekte------*/
#columnImage {
	height:200px;
}
.Projcontainer .content {
	bottom: 258px;
}
}