body {
	background-color: #222222;
	margin: 0;
	overflow-y: scroll; overflow-x: hidden;
	font-family: Verdana, sans-serif;
}

h1 {
	color: #dddddd;
	font-size: 40px;
	margin-top: 100px;
	margin-bottom: 60px;
	text-align: center;
}

h2 {
	color: #dddddd;
	margin-top: 100px;
	margin-bottom: 60px;
	text-align: center
}

h3 {
	color: #dddddd;
	font-size: 30px;
	margin-left: 10%;
	margin-top: 100px;
	margin-bottom: 0px;
}

p {
	color: #dddddd;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}


.header {
  background-color: #111111;
  padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 200px;
  text-align: left;
}

@media screen and (max-width: 850px) {
	.header {
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	text-align: center;
	}
}

.subtitle {
  background-color: #111111;
  padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
  text-align: left;
	
}




ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #111111;
	border-top: 1px solid #034003;
	box-shadow: 0px 0px 16px 0px #050505;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

	
li {
  float: left;
  cursor: pointer;
}

li.right {
	float: right;
	cursor: pointer;
}
	
li a {
	display: block;
	color: #dddddd;
	text-align: center;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	border-bottom:2px solid #dddddd;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

	
li a:hover:not(.active) {
  background-color: #292929;
}

.active {
  background-color: #292929;
}
	
@media screen and (max-width: 1110px) {
  li, li.right {float: none;}
}

@media screen and (max-width: 1110px) {
  ul {position: relative;}
}


.image-container { 
    margin-right: 20px;
	margin-left: 20px;
	margin-top: 72px;
	margin-bottom: 72px;
  } 

	
@media screen and (max-width: 850px) {
	.image-container {display: none;}
	
}	
	

.footer {
	background-color: #111111;
	color:  #dddddd;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
  bottom: 0;
  width: 100%;
}	
	

	
/* FORMS */


	
.basic-form [type="text"], .basic-form input[type="email"], .basic-form select,  .basic-form input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #111111;
  border-radius: 4px;
  box-sizing: border-box;
}

.basic-form input[type=text], .basic-form input[type=email], .basic-form input[type=tel], .basic-form input[type=radio]  {
  background-color: #c2c2c2
}
	
.basic-form input[type=text]:focus {
  border: 1px solid #aaaaaa;
}

.basic-form input[type=submit] {
  width: 100%;
  background-color: #038003;
  color: #dddddd;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.basic-form input[type=submit]:hover {
  background-color: #034003;
}
	
	

.basic-form textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #111111;
  border-radius: 4px;
  background-color: #c2c2c2;
  resize: none;
}


iframe {
  border-radius: 4px;
}


/*SERVICES AND SHOP LAYOUT*/

.columnleft {
  	float: left;
 	width: 48.3%;
  	padding: 0.3%;
	margin-bottom: 0.6%;
	margin-left: 0.6%;
	border: 2px solid #c2c2c2;
  	border-radius: 10px;
}

.columnleft:hover {
	border: 2px solid #034003;
}

.columnleft h1 {
	font-size: 35px;
	margin-top: 20px;
}

.columnleft h3 {
	font-size: 25px;
}

.columnright {
  	float: left;
  	width: 48.3%;
  	padding: 0.3%;
	margin-bottom: 0.6%;
  	margin-left: 0.6%;
	border: 2px solid #c2c2c2;
  	border-radius: 10px;
}

.columnright:hover {
	border: 2px solid #034003;
}

.columnright h1 {
	font-size: 35px;
	margin-top: 20px;
}

.columnright h3 {
	font-size: 25px;
}

.row::after {
  	content: "";
  	display: table;
  	clear: both;
}

@media screen and (max-width:1110px) {
  	.columnleft, .columnright {
	width: 97.5%;
	margin-left: 0.6%;
	margin-right: 0.6%;}
}

.vorschau {
	width:46%;
	height 800px;
	margin-left: 2.1%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #222222;
}

.vorschau:hover {
	border: 2px solid #038003;
	translate: 0px 2px;
	cursor: pointer;
	position: relative;
}


/* SHOP AND SERVICES LAYOUT FINISHED*/

/* ABOUT ME */

.aboutme {
	border: 2px solid #c2c2c2;
  	border-radius: 10px;
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 80%;
	max-width: 1000px;
	padding-bottom: 20px;
	transition: transform 0.25s ease;
}

.aboutme:hover {
	border: 2px solid #034003;
	transform: scale(1.05);
}

.aboutme h1 {
	font-size: 35px;
	margin-top: 40px;

}




/* ABOUT ME FINISHED */


.center {
 	display: block;
  	margin-left: auto;
  	margin-right: auto;
 	width: 50%;
}

.centertext {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
 	width: 50%;
	width:600px;
	height:139px;
}


.centerrg {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
	padding-top: 75px;
	padding-bottom: 75px;
	width:486px;
	height:375px;
}

@media screen and (max-width:1110px) {
  .centertext {height:70px;width:300px}
  .centerrg {height:232px;width:300px}
}	

/*normal one*/
.indexbild img {
	width:31.3%;
	height 400px;
	margin-top: 0.4%;
	margin-left: 0.2%;
	margin-right: 0.2%;
	margin-bottom: 0px;
	border: 1px solid #222222;
	cursor: pointer;
	float: left;
	z-index: -1;
	transition: transform 0.25s ease;
}

.indexbild img:hover {
	border: 1px solid #038003;
	translate: 0px 2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.indexbild img:active {
	border: 1px solid #038003;
	transform: scale(1.15);
	translate: 0px 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

/*left one*/
.indexbildleft img {
	width:31.3%;
	height 400px;
	margin-top: 0.4%;
	margin-left: 2.5%;
	margin-right: 0.2%;
	margin-bottom: 0px;
	border: 1px solid #222222;
	cursor: pointer;
	float: left;
	z-index: -1;
	transition: transform 0.25s ease;
}

.indexbildleft img:hover {
	border: 1px solid #038003;
	translate: 0px 2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.indexbildleft img:active {
	border: 1px solid #038003;
	transform: scale(1.15);
	translate: 0px 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:1110px) {
	.indexbild img {float:none;width:90%;margin-left: auto;
	margin-right:auto;display:block;margin-top: 1.2%;}
	.indexbild img:active {transform: scale(1.05);}
	.indexbildleft img {float:none;width:90%;margin-left: auto;
	margin-right:auto;display:block;margin-top: 1.2%;}
	.indexbildleft img:active {transform: scale(1.05);}
}

/*SCROLLBAR*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #444444; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777777; 
}

/*SCROLLBAR FINISHED*/

/*SHOP PAGES*/
.shop {
  float: left;
}



/* Left column */
.shop.left {
  width: 30%;
  margin-left: 15%;
}

/* Middle column*/
.shop.middle {
  width: 20%;
}


/* right column */
.shop.right {
  width: 20%;
}

/*CHECKOUT*/

.checkout {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #222222;
	border: 2px solid #dddddd;
}

.checkout p {
	text-align: center;
	color: #f2f2f2;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
}

.checkout h1 {
	text-align: left;
	color: #f2f2f2;
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 30px;
}

.checkout img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 65px;
	display: block;
}
	
.checkout button {
	width: 100%;
  background-color: #038003;
  color: #f2f2f2;
  padding: 14px 20px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
}

.checkout input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
	background-color: #222222;
	margin-bottom: 0px;
	color: #f2f2f2;
}	
.checkout input[type=email]:focus {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  background-color: #222222;
	color: #f2f2f2;
}

.checkout button:hover {
	background-color: #034003;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1500px) {
  .shop.left, .shop.middle, .shop.right {
    width: 90%;
	margin-left: 5%;
	 margin-right: 5%;
	  float: none;
  }
}



/*SLIDESHOW AND IMAGES*/

.slideshow { 
	width: 100%;
	position: relative;
  	margin: auto;
}

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


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  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;
}

.vorschausingle {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 3px solid #222222;
	cursor: pointer;
	z-index: -1;
	transition: transform 0.25s ease;
}
.vorschausingle:hover {
	border: 3px solid #034003;
	translate: 0px 2px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.vorschausingle:active {
	border: 3px solid #034003;
	transform: scale(1.3);
	translate: 0px 5px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

/* SLIDESHOW FINISHED*/

.description {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: #222222;
	font-size: 20px;
	text-align: left;
	padding-left: 9px;
	padding-right: 20px;
	border: 2px solid #f2f2f2;
}

.descriptiondetail {
	color: #222222;
	font-size: 16px;
	text-align: left;
	padding-left: 3px;
	padding-right: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


	