body {
	background-color:#fff;
}

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #373b42;
	font-weight: 200;
}
	
a {
	color: #757575;
}
	
a:link {
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
	color: #757575;
}
	
a:hover {
	text-decoration: none;
	color: #373b42;
}
	
a:active {
	text-decoration: none;
	color: #757575;
}

.h1 {
    font-size: 30px;
    line-height: auto;
    font-weight: 100;
    letter-spacing: 2px;
	padding-bottom: 3px;
    border-bottom: 0px solid #000;
}

.h2 {
	font-size: 17px; line-height: normal; font-weight: 200; letter-spacing: 1px;
}

.h3 {
	font-size: 12px;
	font-weight: 200;
	align: right;
}

.subheadline {
    text-transform: uppercase;
	letter-spacing: 3px;
	color: #000000;
}
.bolder-text {
	font-weight: 300;
	color: #171419;
}



/* Steuerung und Verhalten von Miniaturen*/


.over-steuerung a {
  	opacity: 1.0;
	transition: 0.3s; /* Transition effects on hover (color) */
}

.over-steuerung a:hover, .miniatur-projekt a:focus {
  	opacity: 0.6;
}


.over-projekt a {
  	opacity: 1.0;
	transition: 0.3s; /* Transition effects on hover (color) */
}

.over-projekt a:hover, .miniatur-projekt a:focus {
  	opacity: 0.8;
}

.over-projekt a:active {
	opacity: 1.0;
}

.over-projekt a:visited {
	opacity: 1.0;
	text-align: right;
}



/* Logo – Titelleiste – Navigation*/

#Titelleiste {
	position: fixed;
	display: block;
	width: 100%;
	height: 81px;
	top: 0px;
	padding-top: 12px;
	margin-bottom: 15px;
	z-index: 9;
	color: #fff;
	font-size: 27px;
	font-weight: 200;
	background-color: #fff;
	border-bottom: 1px solid #b5b6b7;
}

#Navigation {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: auto;
	z-index: 9;
}

#MENU {
    position: absolute;
	display: block;
	width: 100%;
    height: auto;
	z-index: 9;
}

#menu-lewin-logo {
	position: absolute;
	height: 140px;
	width: 166px;
	left: 0px;
	top: 2px;
}

#menu-lewin-logo-start {
	position: absolute;
	height: 130px;
	width: 166px;
	left: 0px;
	top: 2px;
	display: none;
}

#telefon-titel {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 200px;
	top: 55px;
	text-align: center;
	font-size: 17px; 
	line-height: normal; 
	font-weight: 200; 
	letter-spacing: 1px;
}
#menu-burger {
	position: absolute;
	height: 50px;
	width: 45px;
	right: 0px;
	top: 35px;
}

/* The Overlay MENU */

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  right: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 1.0); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 17%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 5px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 0px;
  text-decoration: none;
  color: #666666;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #373b42;
  text-decoration: none;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 65px;
  right: 20.5%;
  font-size: 45px;
  font-weight: 100;
  line-height: 4px;
}

#menue_container {
    position: relative;
    display: inline-block;
	width: auto;
  	height: 550px;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 44px;
    line-height: 66px;
    letter-spacing: 4px;
	font-weight: 100;
}

#menue_01 {
    position: relative;
	display: inline-grid;
    float: left;
	width: auto;
    margin-right: 20px;
    height: auto;
    z-index: 11;
	text-align: right;
    align: left;
	list-style: none;
}


/* Einzelne Kapitel/Sectionen/Profil und Projekte*/

.leer-section {
	class:"responsive";
    background-size: cover;
    height: auto !important;
    min-height: 100%;
	padding-top: 145px;
    overflow: hidden;
	padding-bottom: 20px;
}

.weiss-section {
  	background-color: rgb(255,255,255); /* Black fallback color */
  	background-color: rgba(255,255,255, 1.0); /* Black w/opacity */
  	class:"responsive";
    background-size: cover;
    height: auto !important;
    min-height: 100%;
	padding-top: 120px;
    overflow: hidden;
	padding-bottom: 0px;
}

/* Diverse Teile für alle inhalte*/

.kapitel-headline{
    color: #171419;
	position: relative;
    display: block;
    width: 60%;
    height: auto;
    z-index: 4;
    margin-right: auto;
    margin-left: auto;
    align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: normal;
    letter-spacing: 2px;
	text-align: right;
    padding: 0px 0px 30px 0px;
	text-transform: uppercase;
}

.inhalt-Container {
    position: relative;
    display: block;
    width: 59.9%;
    height: auto;
    z-index: 4;
    margin-right: auto;
    margin-left: auto;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: normal;
    letter-spacing: 2px;
	text-align: left;
    padding: 0px 0px 10px 0px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 16px;
	padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.hand {
	cursor: pointer;
}

summary { list-style: none; }

details summary::before {
 	font-size: 16px;
 	font-weight: 200;
	content: "+"; /* Pfeil nach rechts */
	display: inline-block;
	margin-right: 10px;
	transition: transform 0.3s ease; /* Für Animation */
}
details[open] summary::before {
  	margin-right: 12px;
	font-size: 16px;
 	font-weight: 300;
	content: "x"; /* Pfeil nach unten */
  	transform: rotate(0deg); /* Oder 180deg, je nach gewünschter Drehung */
}

.col-inhalt-bild {
	width: 25%;
	float: left;
	background-color: #ffffff;
	margin: 0px;
}

.portrait {
	width: 90%;
	height: 320px;
	object-fit: cover;
}

.col-inhalt-text {
	width: 75%;
	float: left;
	background-color: #ffffff;
	margin: 0px;
}

.col-leistungen-text {
	width: 100%;
	float: left;
	background-color: #ffffff;
	margin: 0px;
}

.miniatur-projekt {
	width: 100%;
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}

#karte-container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25%;
    height: auto;
}

#karte {
    position: absolute;
   	display: block;
    margin-left: auto;
    margin-right: auto;
	z-index: 3;
    width: 100%;
	top: 166px;
	}

	.siegel {
		width: 122px;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	.col-inhalt-immoscout {
		width: 100%;
		float: left;
	}
	.immoscout {
		width: 130px;
		margin-left: 22px;
		margin-top: 10px;
		padding-bottom: 80px;
	}






/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

/* grosses display über 2200px */
@media screen 
	and (min-width: 1900px )
	and (orientation: landscape){
		
	#Navigation {
		width: 52%;
	}
	.overlay .closebtn {
	 	top: 65px;
  		right: 24.3%;
	}
	.kapitel-headline{
		width: 51%;
	}
	
	.inhalt-Container {
		width: 51.9%;
	}
	.leer-section {
		padding-top: 165px;
	}

	.weiss-section {  	
		padding-top: 170px;
	}
	.col-inhalt-text {
		width: 81%;
	}

	.col-inhalt-bild {
		width: 19%;
	}

	.portrait {
		height: 260px;
	}
	#karte-container {
		width: 20%;
	}
}


/* iPad 13 hoch */
@media screen 
	and (max-width: 1680px )
	and (orientation: portrait){
		
	.overlay .closebtn {
	 	top: 67px;
  		right: 6%;
	}
	.h3 {
		font-size: 11px;
	}

	#Navigation {
		width: 85%;
	}
	.kapitel-headline{
		width: 84%;
	}
	
	.inhalt-Container {
		width: 83.9%;
	}
	.leer-section {
		padding-top: 175px;
	}

	.weiss-section {  	
		padding-top: 150px;
	}

	.col-inhalt-text {
		width: 80.2%;
	}

	.col-inhalt-bild {
		width: 19.8%;
	}

	.portrait {
		height: 230px;
	}

	#karte-container {
		width: 30%;
	}

}

/* bis 1680 und iPad 13 quer nach Breite */
@media only screen 
	and (max-width: 1680px )
	and (orientation: landscape){
		
	.overlay .closebtn {
	 	top: 65px;
  		right: 8.2%;
	}
	.h3 {
		font-size: 11px;
	}
	#Navigation {
		width: 85%;
	}
	.kapitel-headline{
		width: 84%;
	}
	
	.inhalt-Container {
		width: 84%;
	}
	.leer-section {
		padding-top: 145px;
	}

	.weiss-section {  	
		padding-top: 145px;
	}

	.col-inhalt-text {
		width: 85%;
	}

	.col-inhalt-bild {
		width: 14.7%;
	}

	.portrait {
		height: 220px;
	}

	#karte-container {
		width: 20%;
	}
}

/* iPad 11 (quer) nach Breite */
@media only screen 
	and (max-width: 1300px )
	and (orientation: landscape){
		
	.overlay .closebtn {
	 	top: 65px;
  		right: 5.7%;
	}
	.h3 {
		font-size: 11px;
	}
	#Navigation {
		width: 1100px;
	}
	.kapitel-headline {
		width: 1100px;
	}
	
	.inhalt-Container {
		width: 1090px;
	}
	.leer-section {
		padding-top: 70px;
	}

	.weiss-section {  	
		padding-top: 115px;
	}

	.col-inhalt-text {
		width: 912px;
	}

	.col-inhalt-bild {
		width: 172px;
	}

	.portrait {
		height: 220px;
	}

	#karte-container {
		width: 20%;
	}

}

/* iPad 11 (hoch) */
@media screen
	and (max-width : 1026px )
   	and (orientation: portrait){
		
	.overlay .closebtn {
	 	top: 65px;
  		right: 5.7%;
	}
	.h3 {
		font-size: 11px;
	}
	#Navigation {
		width: 750px;
	}
	.kapitel-headline{
		width: 750px;
	}
	
	.inhalt-Container {
		width: 738px;
	}
	.leer-section {
		padding-top: 100px;
	}

	.weiss-section {  	
		padding-top: 145px;
	}

	.col-inhalt-text {
		width: 568px;
	}

	.col-inhalt-bild {
		width: 170px;
	}

	.portrait {
		height: 220px;
	}

	#karte-container {
		width: 30%;
	}

}


/* iPad mini quer nach Höhe */
@media only screen 
	and (max-height: 745px )
	and (orientation: landscape){
		
	.overlay .closebtn {
	 	top: 65px;
  		right: 5.7%;
	}
	.h3 {
		font-size: 11px;
	}
	#Navigation {
		width: 1070px;
	}
	.kapitel-headline{
		width: 1070px;
	}
	
	.inhalt-Container {
		width: 1056px;
	}
	.leer-section {
		padding-top: 26px;
	}

	.weiss-section {  	
		padding-top: 115px;
	}

	.col-inhalt-text {
		width: 886px;
	}

	.col-inhalt-bild {
		width: 170px;
		}

	.portrait {
		height: 200px;
	}

	#karte-container {
		width: 20%;
	}

}


/* iPad mini (hoch) */
@media screen
	and (max-width : 830px )
   	and (orientation: portrait){
		
	.overlay .closebtn {
	 	top: 65px;
  		right: 3.6%;
	}
	.h3 {
		font-size: 11px;
	}
	#Navigation {
		width: 720px;
	}
	.kapitel-headline{
		width: 720px;
	}
	
	.inhalt-Container {
		width: 708px;
	}
	.leer-section {
		padding-top: 66px;
	}

	.weiss-section {  	
		padding-top: 135px;
	}

	.col-inhalt-text {
		width: 537px;
	}

	.col-inhalt-bild {
		width: 171px;
		}

	.portrait {
		height: 200px;
	}

	#karte-container {
		width: 30%;
	}
	
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	  font-size: 14px;
		padding: 8px;
	  line-height: 1.42857143;
	  vertical-align: top;
	  border-top: 1px solid #ddd;
	}
}


/* iPhone (hoch) */
@media screen 
		and (max-width : 479px )
		and (orientation: portrait){
		
	.h1 {
		font-size: 17px; 
		font-weight: 300;
	}
	.h2 {
		font-size: 12px; 
		font-weight: 300;
	}
	#menue_container { 
		font-size: 23px; 
		font-weight: 200; 
		line-height: 38px; 
		letter-spacing: 1px;
	}
	#Navigation {
		width: 95%;
	}
	.inhalt-Container {
    	width: 90%;
    	padding: 0px 0px 10px 0px;
	}
	.leer-section {
		padding-top: 100px;
	}
	.weiss-section {
		padding-top: 70px;
	}
	.kapitel-headline{ 
		width: 90%;
		padding: 0px 0px 10px 0px;
	}
	#Titelleiste {
		height: 54px;
		padding-top: 2px;
		font-size: 27px;
		font-weight: 200;
		background-color: #fff;
	}
	#menu-lewin-logo {
		width: 100px;
		left: 4px;
	}
	#menu-lewin-logo-start {
		width: 100px;
		left: 4px;
	}
	
	.overlayInfo .closebtnInfo {
		top: 22px;
		left: 47%;
		font-size: 35px;
		font-weight: 100;
		line-height: 4px;
	}
	#telefon-titel {
		top: 33px;
		font-size: 13px;
		letter-spacing: normal;
		font-weight: normal;
	}
	#menu-burger {
		width: 35px;
		top: 20px;
		right: 5px;
	}
	
	.overlay .closebtn {
	top: 35px;
		right: 22px;
		font-size: 35px;
	}
	.col-inhalt-bild {
		width: 100%;
	}
	.portrait {
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.col-inhalt-text {
		width: 100%;
	}
	#karte-container {
		width: 66%;
	}
	#karte {
		width: 100%;
		top: 55px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	  	font-size: 12px;
		padding: 8px;
	  	line-height: 1.42857143;
	  	vertical-align: top;
	  	border-top: 1px solid #ddd;
	}
}
			

/* iPhone (quer) */
@media screen 
	and (max-height: 420px)
	and (orientation: landscape){
		
	#menue_container { font-size: 22px; font-weight: 200; line-height: 32px;letter-spacing: 1px;
	}
	#Titelleiste {
		height: 52px;
		padding-top: 2px;
		font-size: 27px;
		font-weight: 200;
		background-color: #fff;
	}
	#menu-lewin-logo {
		width: 100px;
		left: 7px;
	}
	#menu-lewin-logo-start {
	width: 100px;
	left: 7px;
	}
	#telefon-titel {
		top: 28px;
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: normal;
	}
	#menu-burger {
		width: 35px;
		top: 15px;
		right: 0px;
	}
	.overlay .closebtn {
		top: 32px;
		right: 15px;
		font-size: 35px;
	}.h1 {font-size: 15px; font-weight: 200;
	}
	.h2 {font-size: 9px; font-weight: 200;
	}
	.h3 {font-size: 9px; font-weight: 200;
	}
	.leer-section {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.weiss-section {padding-top: 30px;
	}
	#Navigation {
		width: 98%;
	}
	.kapitel-headline { 
		width: 98%;
		padding: 0px 0px 10px 0px;
	}
	.inhalt-Container {
    	width: 94.9%;
    	padding: 0px 0px 10px 0px;
	}
	.col-inhalt-text {
		width: 85%;
	}
	.col-inhalt-bild {
		width: 15%;
	}
	.portrait {
		width: 87%;
		height: 120px;
		object-fit: cover;
	}
	#karte-container {
		width: 28%;
	}
	#karte {
		width: 100%;
		top: 0px;
	}
	.table > thead > tr > th,
	.table > tbody > tr > th,
	.table > tfoot > tr > th,
	.table > thead > tr > td,
	.table > tbody > tr > td,
	.table > tfoot > tr > td {
	  font-size: 10px;
		padding: 8px;
	  line-height: 1.42857143;
	  vertical-align: top;
	  border-top: 1px solid #ddd;
	}



}