.dontshow {
    width: 1px;
	display:none;
	visibility: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Das Kontaktformular */
form {
  background-color: white;
 /*  width: 90%; Breite des Formulars */
  padding: 1.5em;
	margin: 5px;
 /* border: 1px solid #8c8c8c; */
 /* box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1),1px 1px 40px 0 rgba(0,0,0,0.1);*/
  -moz-box-shadow:    2px 2px 4px 5px rgba(107,111,114,0.2);
  -webkit-box-shadow: 2px 2px 4px 5px rgba(107,111,114,0.2);
  box-shadow:         2px 2px 4px 5px rgba(107,111,114,0.2);
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
	margin-bottom: 0.2em; 
	margin-top: 1em; 
}

#absender,
#name,
#betreff,
textarea {
  width: 100%;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 9em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

.divSubmitButton {
	padding-right: 0;
	padding-left: auto;
	text-align: right; 
}

/*Startseite Header mit Logo position: fixed;
	 background-color: rgb(129, 42, 59);
	 */

.header_big {
	margin-top: 60px;	 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 10%, rgba(130,42,60,1) 91%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 10%,rgba(130,42,60,1) 91%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,1) 1%,rgba(255,255,255,1) 10%,rgba(130,42,60,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 150px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	display: none;
}

.header_big_left {
	background-color: white;
	 text-align: left;
	 float: left;
	 height: inherit;
	 margin-right: 30px;
	 margin-left: 20px
}
.header_big_mid {
	float: right;
	margin-right: 20px;
}

.header_big_right {
	 text-align: right;
	 height: inherit;
	 float: right;
}

.header_big_photo {

	margin-right: 10px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	height: 130px;


}

.header_small_normal
{
	margin-top: 0;	 
}

.header_small {
	margin-top: 60px;	 
	background-color: rgb(129, 42, 59);
	/*background-image:linear-gradient(-45deg, rgb(129, 42, 59), white 90%);*/
	height: 50px;
	display: block;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: none;
}
.header_small_right {
	margin-top: 10px;
	margin-right: 10px;	 
	 float: right;

}



.menu-logo {
  display: block;
  float: left;
  font-size: 2em;
  padding-top: 60px;
  padding-left: 12px;
  padding-right: 0;
  
  text-decoration: none;

}

h1 {
	color : rgb(129, 42, 59);
}
h2 {
	color : rgb(129, 42, 59);
}
h3 {
	color : rgb(129, 42, 59);
}

.wrapper {
	background-color: #fff;
	max-width: 1000px;

}



.steuerung {
	display: none;
	font-size: 20;
	padding-left: 10px;
	padding-right:10px;	
}

.substeuerung
{

	border-bottom: 1px solid white;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right:10px;
	background-color: rgba(107,111,114,0.15);
}

.substeuerung_leistungen
{

	border-bottom: 1px solid white;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right:10px;
	background-color: rgba(107,111,114,0.15);
}

.subsubsteuerung
{
	border-bottom: 1px solid white;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-right:10px;
	background-color: rgba(107,111,114,0.07);
}

.substeuerung a {
	color : rgb(26, 45, 52);
	font-size: 20;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.substeuerung_leistungen a
{
	color : rgb(26, 45, 52);
	font-size: 18;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.subsubsteuerung a
{
	color : rgb(26, 45, 52);
	font-size: 18;
	-epub-hyphens: auto;	
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	
}




.substeuerung_leistungen:hover {
	background-color: rgba(129, 42, 59,0.3);
} 


.substeuerung:hover {
	background-color: rgba(129, 42, 59,0.3);
} 

.subsubsteuerung:hover {
	background-color: rgba(129, 42, 59,0.3);
} 

.zweite_spalte {
	background-color: #fff;
	margin-left: 0;
	overflow:auto;
}


.startfigure {
	float: left;
	padding-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 95%;
	display: block;
	text-align: justify;
}

.headingleistungen
{
	margin-top: 1em;	
	height: 1em;
	margin-bottom: 1em;	
}

.bildleistungen
{
	box-shadow: 7px 7px 10px lightgrey;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 50%;
	border: 1px solid lightgrey;
	float: left;
}

.startfigure h3
{
	margin-top: 0;	
	color : rgb(129, 42, 59);
}

.startfigure a
{
	color : rgb(129, 42, 59);
	font-size: -1;
	text-decoration: underline;
}



bilder {
	display: table;
	width: 100%;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


.anchor:before {
    content: "";
    display: block;
    margin: -100px 0 0;
    height: 100px;
   }


.table {
	width: 100%;
	background-color: white;
    border:solid black 1px;
	    border-collapse:separate;


	

}

.table th {
	background: rgb(129, 42, 59);
	color: white;
}
.table tr:nth-child(odd) {
	background: rgba(107,111,114,0.2);
}

.table tr:hover {
    background: silver;
}

body{
	max-width: 100%;
	margin: 0 auto;
	float: none;
}

.maintext {
	font-family:verdana,  Helvetica, sans-serif;
	margin-top: 40px;	
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 70px;	
	overflow: auto;
	max-width:1000px;
	text-align: justify;
	margin-left: auto ;
	margin-right: auto ;
	padding: 20px;
}

.aboutphoto {
	width: 150px;
	float: right;
	padding-left: 15px;
}

.logo {
	visibility: visible;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 0;	
	padding-left: 20px;
}

.footertext {
	font-family:verdana,  Helvetica, sans-serif;	
	max-width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
	line-height: 1.5em; 
}

.footerdiv {
	bottom: 0;
	width: 100%;
	background-color: rgba(107,111,114,0.1);
	right: 0;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	max-width: 1000px;
	box-shadow: 1px 1px 50px #fff, 0 -10px 5px rgba(0,0,0,.1);
	display: block;
	text-align: justify;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 40px 0 rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;

  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
  
.header_content {
  	margin-left: auto;
	margin-right: auto;	
	max-width: 1000px;

}
 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
 
.header li a {
  display: block;
  padding: 0;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: rgb(107,111,114);
  margin: 0;

}
 
.header li a:hover {
  background-color: #f4f4f4;
}
 

 
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  visibility: hidden;
}

.menu_small
{
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  visibility: hidden;
  display: none;

}

.menu_small_point
{
	padding-left: 10px;
	background-color: rgba(107,111,114,0.15);
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu_small_point a
{
  display: block;
	color : rgb(26, 45, 52);
	text-decoration: none;
}

.menu_small_subpoint
{	
	padding-left: 20px;
	background-color: rgba(107,111,114,0.07);
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu_small_subpoint a
{
  display: block;
	color : rgb(26, 45, 52);	
	text-decoration: none;
}

.menu_small_point:hover {
	background-color: rgba(129, 42, 59,0.3);
} 
.menu_small_subpoint:hover {
	background-color: rgba(129, 42, 59,0.3);
} 


.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 15px 20px 30px 20px;
  position: relative;
  user-select: none;
}
 
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 5px;
}
 
.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}
 


.header .menu-btn:checked ~ .menu_small {
  max-height: 280px;
  visibility: visible;
  display: inherit;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}




@media (min-width: 1040px) {
	.header_big {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}
}

@media (min-width: 33em) {



.startfigure {
	float: left;
	width: 200px;
	padding-right: 0;
	padding-top: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.headingleistungen
{
	height: 60px;
	margin-top: 0;	
	margin-bottom: 0;	
}

.bildleistungen
{
	width: 100%;
	float: none;
}
	
.steuerung {
	color : rgb(26, 45, 52);
	width: 200px;
	float:left;
	margin-top: 0;
	padding: 1px; 
	height: auto;
	position: inherit;
	text-decoration: none;
	display: inherit;
}
	
	.zweite_spalte {
	background-color: #fff;
	margin-left: 240px;
	overflow:auto;
	}
	
	.header_small {
	display: inherit;
	}
	
	.header_small_normal
	{
		margin-top: -60px;	 
	}
	
	.header_big {
	display: inherit;
	}
	
	.header li {
    float: left;
  }
  .header li a {
		padding-left: 20px; 
		padding-right: 20px;    
    padding-bottom: auto;
    padding-top: 5px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    visibility: visible;
  }
  
  .menu_small
  {
	 clear: none;
    float: right;
    max-height: none;
    visibility: hidden;
  }
  .header .menu-icon {
    display: none;
  }
  
  .logo {
 	 height: 0;
	visibility: hidden;
 	}
 	
 	.maintext {
		font-size: 16px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 1.5em;		
		margin-top: 0;	
	}
}