.text {
	 color: #7D7D7D; 
	 font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	 font-size: 10pt;
}

.mainTable {
	height: 100%;
	width: 960px;
	border-spacing: 0;
}

#topTableData {
	position: absolute;
	top: 5px;
	left:50%;
	margin-left: -300px;	
}

.pageHeader {
	min-height: 22px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  	color: #7D7D7D;
  	font-size: 13px;
	background-color: #FFFFFF;
	border: 0px solid #7D7D7D;
	border-radius: 12px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin: 15px;
}

.pageContent {
    padding: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  	font-size: 13px;
  	color: #7D7D7D;
  	margin-left: 20px;
  	line-height: 1.6;
}

.textNormal {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  	color: #7D7D7D;
  	font-size: 13px;
  	text-align: left;
}

.textMiddle {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  	color: #7D7D7D;
  	font-size: 15px;
  	text-align: left;
}

.textLarge {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
  	color: #7D7D7D;
  	font-size: 18px;
}

.zentriert {
	display: block;
	margin: 0px auto;
}

#wrapper {
	width: 1000px; 
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */ 
}

#menuTop {
	top: 200px;
	position: absolute;
}

#menuBottom {
    bottom: 0px;
	position: fixed;
}

#menuRowItems {
	left: 210px;
}

#menuRowItemsTable {
	position: relative;
	left: 10px;
}

.footer p {
  display: table-cell;
  vertical-align: middle;
}

.afterFooter {
	position: fixed;
	bottom: 0px;
	width: 1000px;
	height: 5px;
	left: 50%;
	margin-left: -500px;
	background-color: #FEF4EF;
}

#mailAdress {
	position: relative;
	top: 5px;
	height: 17px;
	width: 179px;
}

a img {
	border: 0px;
}

#studiobilder img {
 	max-width: 250px;
 	max-height: 250px;
}

#imagecontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5);
}

#studioimage {
	max-width: 700px;
	max-height: 500px;
	top: 100px;
    position: relative;
}

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

 } 
 
@media (max-width: 520px) {
	#slogan {
		visibility: hidden;
	}
}

@media (max-width: 999px) {
	.pageContent {
    	flex: 1 0 auto;
	}
	.footer {
		width: 100%;
		background-color: #7D7D7D;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
  		font-size: 13px;
  		text-align: center;
  		display: table;
  		min-height: 35px;
  		flex-shrink: 0;
	}
	
	.afterFooter {
		bottom: -100px;
	}
	
	nav a {
    	height: 25px;
    	display: inline-block;
	}
 
 	#header { 
  		height: 80px;
	}
 
 	.logo {
    	height: 75px;
	}
	
	nav {
		display: block;
		position: absolute;
		background-color: #7D7D7D;
		top: 80px;
		left: -1000px
	}
	
	nav li {
		color: #FFFFFF;
  		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  		font-size: 13px;
		font-weight: bold;
	}
	
	nav a {
 		color: #FFFFFF;
  		text-align: center;
  		text-decoration: none;
	}
	
	#wrapper {
    	width: 100%;
    	display: flex;
		flex-direction: column;
	}
	
	.logo {
		position: absolute;
    	right: 10px;
	}
	
	#hamburg {
		position: absolute;
		top: 20px;
    	left: 20px;
	}
	
	#hamburg:checked + .hamburg  + nav { 
    	left: 0px;
    	transition: 0.5s; 
	}
	
	label.hamburg { 
	   	position: absolute; 
   		left:25px;
   		top: 20px;
   		display: block;
   		background: #7D7D7D; width: 75px; height: 50px; 
   		margin-left: auto; margin-right: auto;
   		border-radius: 4px; 
	}

	input#hamburg {display:none}
	
	.line { 
   		position: absolute; 
     	top: 20px;
   		left:20px;
   		height: 4px; width: 55px; 
   		background: #fff; border-radius: 2px;
   		display: block; 
   		transition: 0.5s; 
   		transform-origin: center; 
	}

	.line:nth-child(1) { top: 12px; }
	.line:nth-child(2) { top: 24px; }
	.line:nth-child(3) { top: 36px; }
	.line { left: 10px; }

	#hamburg:checked + .hamburg .line:nth-child(1){
   		transform: translateY(12px) rotate(-45deg);
	}

	#hamburg:checked + .hamburg .line:nth-child(2){
   		opacity:0;
	}

	#hamburg:checked + .hamburg .line:nth-child(3){
   		transform: translateY(-12px) rotate(45deg);
	}
} 
 
@media (min-width: 1000px) {
	.footer {
		position: fixed;
		bottom: 5px;
		left:50%;
		margin-left: -500px;
		border-radius: 12px; 
		width: 1000px;
		height: 36px;
		background-color: #7D7D7D;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
  		color: #FFFFFF;
  		font-size: 13px;
  		text-align: center;
  		display: table;
	}

	#header { 
  		height: 130px;
	}
 	.logo {
 		width: 200px;
 		height: 120px;
	}
	#header { 
  		display: grid; 
  		grid-template-columns:33% 34% 33%; 
	}
	#hamburg {
		visibility: hidden;
		position: absolute;
	}
	nav {
		border-radius: 12px; 
		height: 40px;
		background-color: #7D7D7D;
		text-align: center;
	}
	nav li {
  		float: left;
		color: #FFFFFF;
  		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  		font-size: 13px;
		font-weight: bold;
		display: table; 
	}

	nav a {
  		display: block;
  		color: white;
  		text-align: center;
  		padding: 12px 13px;
  		text-decoration: none;
	}

	nav li a:hover {
		text-decoration: underline;
	}

	nav {    
    	display: block;
    	text-align: center;
	}
  
	nav ul {
    	margin: 0;
    	padding:0;
    	list-style: none;
	}
	
	.home {
		display: flex;
	}
  
.nav {  
	vertical-align: top; 
    display: inline-block;
}
  
.nav li {
	position: relative;
}
  
.nav > li { 
    float:left;
} 

.nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     border: 5px solid transparent; 
     top: 50% ;
     right:2px;  
}
   
/* submenu positioning*/

.sub-nav {
	background-color: #7D7D7D;
	position: absolute;
  	white-space: nowrap;
  	z-index: 1;
  	left: -99999em;
}

	.sub-nav > li { 
		float: none;
    	margin-right: 1px; 
	} 
	/* submenu expand */
	.nav > li:hover > .sub-nav {
  		left: auto;
  		padding-top: 5px;
  		min-width: 100%;
	}

	/* arrow hover styling */
	.nav > li > a:first-child:nth-last-child(2):before { 
  		border-top-color: #fff; 
	}

	.nav > li:hover > .behandlungen {
		left: 10px;
	}

	.nav > li:hover > .produkte {
		left: 0px;
	}

	.nav > li:hover > .studio {
		left: -70px;
	}
} 


html, body {
	height: 100%;
}

body {
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-position: center 230px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	margin: 0;
    padding: 0;
}

.white a {
	color: #fff;
}

.red a {
	color: #7D7D7D;
}

a:link {
  	text-decoration: none;
}

a:visited {
  	text-decoration: none;
}
  
a:hover {
  	text-decoration: underline;
}

.box {
	float: left;
}

#slogan {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    width: 270px;
    line-height: 1.7;
}

.sloganTextLarge {
    font-size: 16px;
}

.sloganTextSmall {
    font-size: 12px;
}

footer li {
	display: inline;
}

footer ul {
	padding: 0px;
	margin: 0px;
}

footer div {
    margin: 10px;
}

.image p {
	margin: 0px;
	font-size: 11px
}

.permanent {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.permanent .column-left {
	grid-column: 1 / 4;
	width: 100%;
    min-width: 400px;
}

.permanent .column-right {
	grid-column: 4 / 5;
}

.gutschein {
  	display: grid;
  	grid-template-columns: 1fr 250px;
}

.gutschein .column-left {
	grid-column: 1 / 2;
}

.gutschein .column-right {
	grid-column: 2 / 3;
}

.container-two {
  	display: grid;
  	grid-template-columns: 1fr 560px;
}

.container-two .column-left {
	grid-column: 1 / 2;
}

.container-two .column-right {
	grid-column: 2 / 3;
}

.greenpeel, .greenpeel2 {
  	display: grid;
}

.greenpeel .column-left {
	grid-column: 1 / 2;
}

.greenpeel .column-right {
	grid-column: 2 / 3;
}

@media (max-width: 500px) {
	.greenpeel .column-left {
		grid-column: 1 / 3;
	}

	.greenpeel .column-right {
		grid-column: 1 / 3;
	}
}

@media (max-width: 800px) {
	.container-two .column-left {
		grid-column: 1 / 3;
	}

	.container-two .column-right {
		grid-column: 1 / 3;
	}
}

@media (max-width: 680px) {
	.permanent .column-left {
		grid-column: 1 / 5;
		width: 100%;
    	min-width: 400px;
	}

	.permanent .column-right {
		grid-column: 2 / 4;
	}
	.greenpeel2 .column-left {
		grid-column: 1 / 3;
	}

	.greenpeel2 .column-right {
		grid-column: 1 / 3;
	}
}

@media (max-width: 550px) {
	.gutschein .column-left {
		grid-column: 1 / 3;
	}

	.gutschein .column-right {
		grid-column: 1 / 3;
	}
}
