/* CSS Document */

body {
   margin-left: 0; 
  margin-right: 0; 
  margin-top: 10; 
 
  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: 1300px;
    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:1100px;
	
}

.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;
	
	min-height:50px;
}

@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;
}



/* Container für die Boxen */
.box-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* Abstand zwischen den Boxen */
  margin: 1rem 0;
  justify-content: center; /* optional, zentriert den Inhalt */
}

/* Einzelne Box */
.box-grid .box {
  flex: 1 1 calc(33.333% - 2rem); /* 3 Spalten Standard */
  max-width: calc(33.333% - 2rem);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: left;
  transition: transform 0.25s ease;
}

.box {
	padding-bottom:20px;
	cursor: pointer;
}

.box-grid .box:hover {
  transform: translateY(-4px); /* kleine Hover-Animation */
}

/* Bilder in den Boxen */
.box-grid .box img {
  display: block;
  width: 100%;
  height: auto;
}

/* Titel oder Text */
.box-grid .box p {
  margin: 0.75rem;
  font-size: 0.95rem;
  color: #333;
}

.box-grid .box h3 {
  margin: 0.75rem;
  font-size: 1.25rem;
}

/* Breakpoints: Tablet */
@media (max-width: 900px) {
  .box-grid .box {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

/* Breakpoints: Smartphone */
@media (max-width: 600px) {
  .box-grid .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.download-link {
  display: flex;
  align-items: center;   /* vertikal mittig ausrichten */
  gap: 0.75rem;          /* Abstand zwischen Icon und Text */
  margin: 1rem 0;
}

.download-link img {
  width: 40px;           /* Icon kleiner machen */
  height: auto;
}

.download-link a {
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.download-link a:hover {
  text-decoration: underline;
}

.boxlink {
	text-decoration: none;
	color: #e2001a !important;
	position: absolute;
	bottom:5px;
	padding-left:10px;
	
}
.boxlink:hover {
  text-decoration: underline;
}
.boxlink2 {
	text-decoration: none;
	color: #e2001a !important;
	position: absolute;
	bottom:25px;
	padding-left:10px;
	
}
.boxlink2:hover {
  text-decoration: underline;
}






.sm_wrapper_insta1_desktop {
				border:1px solid #dfe0e4;
				/*width:525px;*/
				width:100%;
				padding:12px;
				
				background-color: white;
				
				border: 1px solid green;
				border-color: #e5e6e9 #dfe0e4 #d0d1d5;
				border-radius: 3px;
			}
			
			
			.sm_insta_fliesstext {
				font-family: helvetica, arial, 'lucida grande', sans-serif;
				letter-spacing: normal;
				font-size: 14px;
				
				color:#000000;
				
				background-color: #fff;
				
				
				word-wrap: break-word;
				width: 100%;
				
				white-space: pre-line;
				line-height: 1.5em;
				
				height: auto;
				overflow: hidden;
				
				padding-bottom:15px;
				
				width:95%;
				
			}
			
			
			.sm_insta_head {
			  width:100%;
			  height: 50px;
			  
			 
			 
			 background-repeat: no-repeat;
			 color: #425893;
			 font-size: 13px;
			 font-weight:bold;
				
			}
			
			.sm_insta_head img {
			    width: 100%;
			}
			
			.sm_insta_footer img {
			    width: 100%;
			}
			
			
			.sm_insta_head_firma {
				padding-left:52px;
				padding-top:6px;
			}
			
			
			.sm_insta_footer {
			  width:100%;
			  height: 55px;
			 background-image: url("grafik/fb_footer.png");
			 background-size: contain;
			 background-repeat: no-repeat;
			
				
			}
			
			.sm_insta_calltoaction_wrapper {
				width: 100%;
				background-color: #f0f2f5;
				height:60px;
				margin-top: -10px;
				margin-bottom: 20px;
			}
			
			.sm_insta_calltoaction_title {
				
				padding-top:10px;
				padding-left:20px;
				font-weight: bold;
				font-size: 14px;
				
				float:left;
				width:50%;
		   
			}
			
			.sm_insta_calltoaction_button {
				float:right;
				
				padding-top:10px;
				padding-right:10px;
			}
			
			.vorschauimage1 img {
			   width: 100%;
			}
			
			
			#fbLoginBtn {
      padding: 12px 22px;
      background-color: #1877f2;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.2s;
    }
	
			#fbLoginBtn {
      padding: 12px 22px;
      background-color: #1877f2;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.2s;
    }
	
	
	
    #fbLoginBtn:hover {
      background-color: #145dbf;
    }
	
	
	
			.fbLoginBtn {
      padding: 12px 22px;
      background-color: #1877f2;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.2s;
    }
	
			.fbLoginBtn {
      padding: 12px 22px;
      background-color: #1877f2;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.2s;
    }
	
	
	
    .fbLoginBtn:hover {
      background-color: #145dbf;
    }
	
	
    #profile {
      margin-top: 25px;
      padding: 15px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }