/* CSS Document */

body {
   margin-left: 0; 
  margin-right: 0; 
  margin-top: 0; 
 
  font-size: 16px;
  color:black;  
  background-color: white;
  font-family: Arial, sans-serif;
  
}

.header_wrapper {
	width: 100%;
    z-index: 1000;
	height:40px;
	background-color: #e2001a;
	color: white;
}

.header_wrapper a{
	text-decoration: none;
}

.header_left {
	float:left;
	padding-top:10px;
}

.header_right {
	float:right;
	padding-top:10px;
}


.header_right {
	font-size:13px;
}

.content_wrapper {
    width: 100%;
    z-index: 1000;
	position: relative;
}

h1 {
  padding-bottom:20px;
}

.content_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
   
	position:relative;
}

.content_inner p {
   font-size: 17px;
   line-height:160%;
}

.content_inner a {
   color: white;
}

.logo {
	padding-top:20px;
	position:absolute;
	right:0px;
	top:0px;
}

@media (max-width: 900px) {
	.logo {
		display:none;
	}
}

.logo img{
	width:150px;
}
.content {
	padding-top:30px;
	max-width:900px;
	
}

.content h1{
	color: #e2001a;
	font-size:24px;
	letter-spacing: 1px;
	font-weight: normal !important;
}

.cred {
	/*color: #e2001a;*/
}

.input_normal {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 6px;
    height: 24px;
    border: 1px solid #CCC;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size:16px;
	
	margin-bottom:10px;
	
	
}

.input_select {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 6px;
    height: 34px;
    border: 1px solid #CCC;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size:16px;
	
	margin-bottom:10px;
	
	background-color:white;
	
}


.button_normal {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    background-color: #e2001a;
    color: #ffffff;
    height: 35px;
    border: 1px solid #CCC;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	transition: .66s;
	 cursor: pointer ;
	
	
	
}

.select_normal {
    padding-left: 9px;
    padding-right: 9px;
   
    
    height: 30px;

	font-size:16px;
	
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	border:1px solid #989898;
	min-width:200px;
}







.status {
	color: #0050e2;
	font-style:italic;
}

.wrapper_katalog_ausgabe {
	padding-top:40px;
	
}


.katalograhmen {
	width: 300px;
	
	border: 1px solid grey;
	float:left;
	margin-right:30px;
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

margin-bottom: 30px;
}

.katalog_bild {
	padding:20px;
	padding-left:70px;
	padding-right:70px;
}
.katalog_bild img{
	/*width:100%;*/
	width: 160px;
	height:220px;
}

.katalog_bezeichnung {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	height:30px;
}

.katalog_download {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	
	padding-top:20px;
	padding-bottom:20px;
}

.katalog_download a {
	color: blue !important;
	text-decoration: none;
	font-size:24px;
}

.clear {
	clear:both;
}

@media (max-width: 1300px) {
	.content_inner {
	   padding-left: 20px;
	   padding-right:20px;
	   
	}
}

@media (max-width: 600px) {
	.header_wrapper {
	
		height:60px;
	
	}
	
	.katalog_bild {
		
		padding-left:20px;
		padding-right:20px;
	}
	
	.katalog_bezeichnung {
	
		font-size:12px;
	
	}
	
	.katalograhmen {
	  width: 200px;
	}
	
	.header_right {
	clear:right;
	width:100%;
}
}

@media (max-width: 500px) {
	.nodisplayhandy {
	
	display: none;
	
}

.header_wrapper {
	
	height:80px;
	
}
}

 

.tabinhalt {
  border-collapse: separate;
  border-spacing: 1px;
}


.tabinhalt td {
  padding: 10px;
  background-color: white;
}



 .mytable {
  border-spacing: 2px; 
  border-collapse: separate;
 }
 
 .mytable tr {
 background: #d0d7e9;
 }
 
 .mytable td {
	padding:3px;
 }
 
 
  .mytable2 {
  border-spacing: 2px; 
  border-collapse: separate;
 }
 
 .mytable2 tr {
 background: #efefef;
 }
 
 .mytable2 td {
	padding:3px;
 } 
  .mytable3 {
  border-spacing: 2px; 
  border-collapse: separate;
 }
 
 .mytable3 tr {
 background: #ffffff;
 }
 
 .mytable3 td {
	padding:3px;
 }

  .mytable4 {
  border-spacing: 2px; 
  border-collapse: separate;
 }
 
 .mytable4 tr {
 background: #cdcdcd;
 }
 
 .mytable4 td {
	padding:3px;
 }
 
 
 .marquee {
		max-width: 100vw; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
		/* hier evtl. noch font-size, color usw. */
	}

	.marquee span {
		display: inline-block;
		padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
		animation: marquee 10s linear infinite;
	}

	/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
	.marquee span:hover {
		animation-play-state: paused 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}
	
	
 .marquee img {
	 height: 80px;
	 margin-right:70px;
	 
 }
 
 .icon_wrapper {
	 width: 98%;
	 border:1px solid #a48327;
	 
	 padding-top:20px;
	 padding-bottom:20px;
	 margin-bottom:20px;
	 
 }
 
  @media (max-width: 1000px) {
	  .icon_wrapper {
		  margin-top:60px;
	  }
  }
 
 @media (max-width: 600px) {
	  .icon_wrapper {
		  display:none;
	  }
 }
 
 .icon_inner {
	/* padding:20px;
	 padding-left:10px;
	 padding-right:10px;*/
	 text-align:center;
	 
 }
 
  .icon_inner img{
	 height: 12px;
	 margin-right:7px;
	 
 }
 
 .home_footer_wrapper {
	  width: 98%;
	 border:1px solid #a48327;
	 position: relative;
	 height:150px;
	 
	 font-size:13px;
	 
	 
 }
 .home_footer_wrapper_geraete {
	  width: 98%;
	 border:1px solid #a48327;
	 position: relative;
	 height:230px;
	 
	 font-size:13px;
	 
	 
 }
 
  .home_footer_wrapper_moebel {
	  width: 98%;
	 border:1px solid #a48327;
	 position: relative;
	 height:400px;
	 
	 font-size:13px; 
 }
 
   .home_footer_wrapper_allgemein {
	  width: 98%;
	 border:1px solid #a48327;
	 position: relative;
	 font-size:13px; 
 }
 
 .footer_wrapper_inner {
	 padding:15px;
 }
 
 .home_footer_wrapper_allgemein  b {
	 font-size: 18px;
 }
 .home_footer_wrapper_allgemein  p {
	 font-weight: normal;
	 font-size:16px;
 }
 
 
 .assona {
	 height:100%;
	 position: absolute;
	 right:0px;
	 
 }
 
  .assona2 {
	 height:100%;
	 position: absolute;
	 right:0px;
	 background-color: #90c015;
	 
 }
   .assona2 img{
	 height:70%;
	 
	 
 }
  .assona img{
	 height:100%;
	 
	 
 }
 
 .home_footer_wrapper_left {
	 float:left;
	 width:47%;
	
	 padding:5px;
	 
 }
 .home_footer_wrapper_left2 {
	 float:left;
	 width:40%;
	
	 padding:5px;
	 
 }
 .home_footer_wrapper_right {
	 float:left;
	 width:47%;
	 
	 padding:5px;
 }
 
 
 @media (max-width: 900px) {
     	
		
		
		.home_footer_wrapper_left {
			clear:both;
			width:100%;
		}
		.home_footer_wrapper_left2 {
			clear:both;
			width:100%;
		}	
		.home_footer_wrapper_right {
			clear:both;
			width:100%;
		}	
		
		 
	.home_footer_wrapper, .home_footer_wrapper_geraete, .home_footer_wrapper_moebel {
	    height: auto;
	 
	 
	}
	
	.assona {
	 height:100px;
	 position: relative;
	 
	 
 }
 .assona2 {
	 height:200px;
	 position: relative;
	  background-color: transparent;
	 
 }
 
 }
 

.sp0 {
	
	padding-bottom:20px;
	font-weight:bold;
	
}

.sp1 {
	float:left;
	width:20%;
}
.sp2 {
	float:left;
	width:20%;
}
.sp3 {
	float:right;
	width:50%;
	text-align: right;
}
 
 
  @media (max-width: 600px) {
	  .no_display_mobile {
		  display:none;
	  }
	  
	  .sp3 {
		  display:none;
		  
	  }
	  
	  .sp1 {
	clear:both;
			width:100%;
}
.sp2 {
	clear:both;
			width:100%;
}
 }
 
 /*   */
 
 .content_center_wrapper {
   width:650px;
   background-color: rgba(255, 255, 255, 0.9);
    margin-left: auto;
    margin-right: auto;
	min-height:300px;
	margin-top:40px;
	
	-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;


   
   outline:1px solid #b79005;
	outline-offset:7px;
	
	z-index: 200;
	
	
}


@media (max-width: 700px) {
	.content_center_wrapper {
		width:100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}



.content_center_inner {
   padding:10px; 
   text-align:center;
  
}

.content_center_inner2 {
   padding:10px; 
   
  
}

.content_center_wrapper h1 {
   color: #b79005;
   font-size:22px;
}

@media (max-width: 600px) {
	.content_center_wrapper h1 {
		font-size:18px;
	
	}
}

.content_center_wrapper p {
  
   font-size:14px;
}

.center_button {

	cursor:pointer;

	padding:4px;
	padding-left:6px;
	padding-right:6px;
	text-align:left !important;
	background-color: white;

	width: auto;
	
  
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border:1px solid #b79005;

	margin-bottom: 10px;

	margin-left: 210px;
    margin-right: 210px;
	font-size:14px;
}

@media (max-width: 600px) {
	.center_button {
	width: 92%;
	margin-left: 3%;
    margin-right: 3%;
	
	}
}

.center_button:hover {
background-color: #ede1b4;
}

.center_button_z1 {
   font-weight:bold;
    font-size:13px;
   
}

.center_button_z2 {
   color: #989898;
   font-size:12px;
   margin-top:3px;
   
}




 .terminicon {
	position:absolute;
	right:5px;
	top:55px;
}

.wrapper_hinweis {
	font-size:11px; 
	max-width:700px;
	padding-top:15px;
}
.kosten_wrapper {
	font-size:15px;
}
