/* CUSTOM CSS */
.fa-regular {
  font-weight: 600
}
/*
.inhalt,.box-bg .inhalt { 
padding: 3em 1em 3em 1em ;
}*/
.search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.9;
}
.search-form .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 0.9;
}
.search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.9;
}
.search-form .search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 0.9;
}
#navigation > div > ul > li > a {
  margin: 0 0.1em 0 0.1em;
}
header #navigation > div > ul > li:first-child > a, header.sticky #navigation > div > ul > li:first-child > a {
  padding-left: 0.5em !important;
}

.introleer  {
min-height: 250px;
}
/*
@media only screen and (min-width: 1025px)
.intro, .introleer, .introdefault, .introsingle, .slider {
    margin-top: 7.15vw !important;
}
*/
/*
#navigation > div > ul > li > a {
    padding: 0.5em 0;
    margin:1em 1em;
    
   } 

#navigation > div > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}


#navigation > div > ul > li:hover > a::after { left:0;width: 100%;}
*/

.produktbereiche .imgbox{  
}



.wrapper{
background-color:#eaf1f7 !important;}

 .wpcf7 {padding:2em;

  
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    z-index: 1; /* Overlay hinter den Text legen */
	opacity: 1;
	 color: #fff;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

 .wpcf7 a{
 color: #fff;
	 text-decoration: underline;

}


.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:focus {}
span.captcharound img {
  width: auto;
  height: 35px;
  margin: 1px 10px 3px 0;
}
/* Allgemein */
input[type="text"], input[type="email"], .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.6;
  padding: 9px 24px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  transition: 0.5s all;
  color: #000000;
  opacity: 0.9; /* placeholder */
  font-family: inherit;
  font-weight: 300;
  border-radius: 3px;
  -webkit-appearance: none;
}
.wpcf7 textarea {
  height: 140px;
}
input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
  background-color: #ffffff;
}
.wpcf7 {
  margin-top: 2em;
}
.wpcf7 p {
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.9;
}
:-moz-placeholder {
  color: #000000;
  opacity: 0.9;
}
::-moz-placeholder {
  color: #000000;
  opacity: 0.9;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 0.9;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="checkbox"]:focus, textarea:focus {
  outline: none;
}
.wpcf7-acceptance label {
  margin-bottom: 25px;
  margin-top: 5px;
  display: block;
  float: left;
  position: relative;
}
.wpcf7-acceptance label * {
  outline: none;
}
.wpcf7-acceptance label {
  margin-bottom: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.4;
}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked), .wpcf7-acceptance label > [type="checkbox"]:checked {
  left: 3px;
  position: absolute;
  top: 5px;
}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span, .wpcf7-acceptance label > [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 39px;
  cursor: pointer;
  display: block;
  font-size: 16px;
}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span:before, .wpcf7-acceptance label > [type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  margin-top: -9px;
  width: 26px;
  height: 26px;
  background: #dddddd;
  border-radius: 100%;
}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span:after, .wpcf7-acceptance label > [type="checkbox"]:checked + span:after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 2px;
  margin-top: -4px;
  left: 3px;
  transition: all .2s;
  font-size: 1.5em;
  z-index: 2;
}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}
.wpcf7-acceptance label > [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
/* Berechnugnsfehler aus static ? */
span.captcharound span.wpcf7-form-control-wrap {
  width: calc(100% - 97px);
  margin-left: 10px;
}
span.captcharound input[type="text"] {
  padding: 5px 24px;
  margin-left: 10px;
}
span.captcharound img {
  height: auto;
  margin: 7px 0 7px 10px;
  scale: 1.2;
}
.wpcf7 .wpcf7-submit {
  clear: both;
  float: right;
}
.wpcf7-acceptance {
  font-size: 0.85em;
}
.wpcf7-acceptance input {
  margin-bottom: 2em;
}

.slickbox {
    position: relative;
    overflow: hidden; /* Verhindert, dass das Overlay aus dem Container ragt */
}

.sliderbg1::before, .sliderbg2::before, .sliderbg3::before, .sliderbg4::before, .sliderbg5::before, .sliderbg6::before, .sliderbg7::before, .sliderbg8::before, .sliderbg9::before, .sliderbg10::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    z-index: 1; /* Overlay hinter den Text legen */
	opacity: 0.8;
	 pointer-events: none;
}
 
	.slickheader .NextArrow .Thumbnail, 
.slickheader .PrevArrow .Thumbnail {
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    background-size: cover;
    background-position: center;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slickheader .NextArrow .Thumbnail::before, 
.slickheader .PrevArrow .Thumbnail::before {
    content: "";
    position: absolute;
    inset: 0; /* Füllt den gesamten Bereich aus */
    background: linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    opacity: 0.5; /* Transparenz für das Overlay */
    z-index: 1;
    pointer-events: none; /* Damit das Pseudo-Element nicht klickbar ist */
}

.info.slickslogan {
    position: relative;
    z-index: 2; /* Text über das Overlay legen */
    color: #fff; /* Text bleibt weiß */
}

.slidertel, .sliderheadline, .slidersubline {
  display: block;
  text-transform: none;
  overflow-wrap: break-word;
  letter-spacing: 0.001em;
  line-height: 1.0;
  margin-bottom: 0.1vw;
  text-shadow: 1px 1px 1px #000000;
}
.slidertel {
  margin-bottom: 0.3vw;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.8em;
}
.sliderheadline {
  font-weight: 600;
  text-transform: uppercase;
  display: bock;
  color: #ffffff;
  font-size: 4.6em;
}
.slidersubline {
  font-weight: 400;
  text-transform: uppercase;
  display: bock;
  color: #ffffff;
  font-size: 3.5em;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .sliderheadline {
    font-size: 4.0em;
  }
  .slidersubline {
    font-size: 3.0em;
  }
}
@media only screen and (max-width: 768px) {
  .sliderheadline {
    font-size: 2.4em;
  }
  .slidersubline {
    font-size: 1.8em;
  }
}
.produkt-slick {
  overflow: hidden;
}
.slick-initialized, .slick-slider:first-child {
  display: block;
}
.caption span {
  padding: 0.2em 0.6em 0.2em 0.6em;
  background: #000;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  margin-top: 0.4em !important;
  margin-bottom: 0.4em !important;
	 font-weight: 400;
  font-size: 1.2em;
  line-height:1.2;
}
a.product_slide {
  color: #156fb2;
  font-size: 1.4em;
  font-weight: 600;
}
#sinlgeprodukt span.eigenschaft {
  background-color: #156fb2;
  color: #ffffff;
}
#sinlgeprodukt span.artnummer, #sinlgeprodukt span.eigenschaft {
  width: 20em;
  text-transform: none;
}
#cp-produkt {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#cp-produkt.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.sliderboxen .imgbox, .contentboxen .imgbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}
.infoadresse::before {
  content: "\f3c5";
}
.infoadresse::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  padding: 0 5px 5px 5px;
  font-weight: bold;
  width: 20px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.2em;
}
#navigation > div > ul > li.current_page_item > a::after, #navigation > div > ul > li > a:hover::after {
  background-color: #fff !important;
}
.shape2container {
  position: relative;
}
.shape3container {
  align-items: flex-start;
  display: flex;
  justify-content: left;
}
.shapecontainer {
  align-items: flex-start;
  display: flex;
  justify-content: right;
  margin-top: -10%;
}
.box, .box-module {
  z-index: 2;
}
.shape {
  background: linear-gradient(45deg, #000000 0%, #000000 100%);
  animation: morph 10s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 800px;
  transition: all 1s ease-in-out;
  width: 800px;
  z-index: 1;
  top: 0;
  right: -300px;
  position: absolute;
}
.shape2 {
  bottom: -20px;
  left: -200px;
  background: linear-gradient(45deg, #000000 0%, #000000 100%);
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 400px;
  transition: all 1s ease-in-out;
  width: 400px;
  z-index: 1;
  position: absolute;
}
.shape3 {
  top: 0%;
  left: -10%;
  background: linear-gradient(45deg, #000000 0%, #000000 100%);
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 200px;
  transition: all 1s ease-in-out;
  width: 400px;
  z-index: 1;
  position: absolute;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
}
.reck {
  color: #c1ceba;
}
 
.shadowform form {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
  padding: 2em;
}
/*ADMIN*/
div {}
.sliderboxen .container, .contentboxen .container, .container.contentboxen {}
.sliderboxen .imgbox, .contentboxen .imgbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0em;
}

/*INTRO*/
/*
.intro::after {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 35%;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: 10;
}
.intro::after {
  background: -moz-linear-gradient(top, rgba(201, 50, 13, 0) 0%, #142127 100%);
  background: -webkit-linear-gradient(top, rgba(201, 50, 13, 0) 0%, #142127 100%);
  background: linear-gradient(to bottom, rgba(201, 50, 13, 0) 0%, #142127 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142127', endColorstr='#142127', GradientType=0)
}
.intro::before {
  background-color: #142127;
  background: -moz-linear-gradient(110deg, rgba(201, 50, 13, 0.7) 0%, rgba(201, 50, 13, 0.5) 50%, rgba(201, 50, 13, 0.96) 100%);
  background: -webkit-linear-gradient(110deg, rgba(201, 50, 13, 0.7) 0%, rgba(201, 50, 13, 0.5) 50%, rgba(201, 50, 13, 0.96) 100%);
  background: linear-gradient(110deg, rgba(201, 50, 13, 0.7) 0%, rgba(201, 50, 13, 0.5) 50%, rgba(201, 50, 13, 0.96) 100%);
}
*/
@media only screen and (max-width: 1024px) {
  .header {
    padding-top: 48px;
  }
}
.caption-wrap .caption, .introcaption, .caption, .caption.flex-center, .flex-center .caption {
  position: relative !important;
}
/*

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

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

*/
/* Galerie 1 */
#gallery-1 .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33.33% !important;
}
.gallery-columns-3 .gallery-item img {
  max-width: 100%;
}
/* Galerie 2 */
#gallery-2 .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 50% !important;
}
.gallery-columns-2 .gallery-item img {
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  width: 100%;
}
/* Galerie 3 */
#gallery-3 .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 25% !important;
}
.gallery-columns-4 .gallery-item img {
  max-width: 100%;
}
/* Allgemeine Flexbox-Galerie */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.gallery-item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Responsive Anpassungen */
@media (max-width: 767px) {
  #gallery-1 .gallery-item, #gallery-2 .gallery-item, #gallery-3 .gallery-item {
    width: 100% !important;
    float: none;
  }
  .gallery-columns-2 .gallery-item img {
    height: auto; /* Höhe auf auto setzen für responsive Design */
  }
}
.produktslider {
  position: relative;
  overflow: visible;
  display: block !important;
  margin: 0 2%;
  width: 96%;
}

footer, .header_topline{
    background: #1665AB;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: -webkit-gradient(linear, left top, right top, from(#1665AB), color-stop(50%, #0e4373), to(#093257));
    background: -webkit-linear-gradient(left, #1665AB, #0e4373 50%, #093257);
    background: -o-linear-gradient(left, #1665AB 0, #0e4373 50%, #093257 100%);
    background: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257);
	}


 .introdefault  {
    background: #1665AB;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: -webkit-gradient(linear, left top, right top, from(#1665AB), color-stop(50%, #0e4373), to(#093257));
    background: -webkit-linear-gradient(left, #1665AB, #0e4373 50%, #093257);
    background: -o-linear-gradient(left, #1665AB 0, #0e4373 50%, #093257 100%);
    background: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257);
	}

.mslider {
    background: #1665AB;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: -webkit-gradient(linear, left top, right top, from(#1665AB), color-stop(50%, #0e4373), to(#093257));
    background: -webkit-linear-gradient(left, #1665AB, #0e4373 50%, #093257);
    background: -o-linear-gradient(left, #1665AB 0, #0e4373 50%, #093257 100%);
    background: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257);
	}

.slick-list .imgbox {
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0em;
}

.tablepress>:not(caption)>*>*{background-color:#fff !important;padding: 1.5em;}
.tablepress td{padding: 1.5em !important;}

.slick-list .imgbox {
	     padding: 0.2em;
    background: #1665AB;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: -webkit-gradient(linear, left top, right top, from(#1665AB), color-stop(50%, #0e4373), to(#093257));
    background: -webkit-linear-gradient(left, #1665AB, #0e4373 50%, #093257);
    background: -o-linear-gradient(left, #1665AB 0, #0e4373 50%, #093257 100%);
    background: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257);
		color: #fff !important;
	}

.imgbox img{  border: 1px solid #1665AB; }
.shadow {
	 
    background: #1665AB;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: -webkit-gradient(linear, left top, right top, from(#1665AB), color-stop(50%, #0e4373), to(#093257));
    background: -webkit-linear-gradient(left, #1665AB, #0e4373 50%, #093257);
    background: -o-linear-gradient(left, #1665AB 0, #0e4373 50%, #093257 100%);
    background: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257);
		color: #fff !important;
	}

.shadow h5 {color: #fff !important;
	}

.text-center, .caption.text-center, .text-center .caption {
    text-align: left !important;
	color: #fff !important;
}

.slider h1{
  text-align: left !important;
	color: #1665AB !important;
	font-style: italic;
	font-family: "Georgia";
	font-weight: 400;
}


.slider h2,.slider h3{
  text-align: left !important;
	color: #fff !important;
	font-weight: 600;
 
}


.slider .btn-position .button.first {
  background: #1665AB;
    color: #ffffff; 
}
.slider .btn-position .button.first:hover {
  background: #1665AB;
    color: #ffffff; 
}

 .dark-image {
    position: relative;
}

.dark-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    background: linear-gradient(0deg, #1665AB, #0e4373 50%, #093257);
    opacity: 0.7; /* Transparenz des Overlays */
    pointer-events: none; /* Ermöglicht das Interagieren mit dem Bild */
    z-index: 1; /* Overlay wird über dem Bild platziert */
}
.dark-image img {
    display: block;
    width: 100%;
    height: auto;
}


.breadcrumb a{color:#1665AB;}

.bgimg {
    position: relative;
    z-index: 2; /* Inhalte bleiben über dem Overlay */
}

.bgimg .box-inhalt {
    position: relative;
    z-index: 2; /* Inhalte bleiben über dem Overlay */
    color: #ffffff; /* Sicherstellen, dass der Text weiß bleibt */
}


.produktbereiche .imgbox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border: 4px solid #fff;
 
    position: relative;
    padding: 0;
    display: block;
    height: 250px;
    width: 100%; /* Breite des Containers */
}


.produktbereiche .imgbox {
    box-sizing: border-box;
    border: 4px solid #fff;
  
    position: relative;
 
    display: block;
    height: 250px;
    overflow: hidden; /* Verhindert Überlauf von Bildern */
}

.produktbereiche .imgbox img {
    height: 100%;
    width: 100%; /* Bild füllt die Breite der Box */
    object-fit: cover; /* Stellt sicher, dass das Bild den Container füllt */
    display: block; 
}


.produktbereiche .imgbox:hover {
    border: 4px solid #1665AB;
 
}

.produktbereiche .imgbox{
     transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.produktbereiche .imgbox {margin: 0 0 2em 0;}


.shadow {
 
}
.shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

 
@media only screen and (min-width: 1025px) {
  .movetop {
    margin-top: -120px;
    padding-top: 0;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
   .movetop {
    margin-top: -60px;
    padding-top: 0;
}
}

@media only screen and (max-width: 768px) {
   .movetop {
    margin-top: -40px;
    padding-top: 0;
}
}



.tablepress{font-size:.9em}
.tablepress tfoot th,.tablepress thead th{background-color:#1665AB!important;color:#fff!important}

.intro .columns.caption {
    margin-top: 12em !important;
    margin-bottom: 2em;
}

.btn-position .button.first {
    background: transparent; /* Transparenter Hintergrund */
    color: #ffffff; /* Weiße Schrift */
    border: 2px solid; /* Rahmen */
    border-image: linear-gradient(90deg, #1665AB, #0e4373 50%, #093257); /* Verlauf für den Rahmen */
    border-image-slice: 1; /* Sorgt dafür, dass der Verlauf als Rahmen verwendet wird */
      
    transition: all 0.3s ease; /* Sanfte Übergänge für Hover-Effekte */
}

.btn-position .button.first:hover {
    background: rgba(255, 255, 255, 0.1); /* Leicht heller Hintergrund beim Hover */
    border-color: #ffffff; /* Weißer Rahmen beim Hover */
}

 
@media only screen and (min-width: 1025px) {
    .introdefault {
        height: 40vh;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .introdefault {
        height: 40vh;
    }
}

@media only screen and (max-width: 768px) {
    .introdefault {
        height: 40vh;
    }
}

.intro .caption h1, .caption-wrap h1, .slickbox h1, .introcaption h1{
    font-size: 2.2em;
    letter-spacing: 0.05em;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.1em;
    margin-top: 3.0em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .intro .caption h1, .caption-wrap h1, .slickbox h1, .introcaption h1 {
        font-size: 1.4em;
		  margin-top: 0em;
    }
}

@media only screen and (max-width: 768px) {
    .intro .caption h1, .caption-wrap h1, .slickbox h1, .introcaption h1 {
        font-size: 1.4em;
		  margin-top: 0em;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .intro .caption h2, .caption-wrap h2, .slickbox h2, .introcaption h2 {
        font-size: 1.2em;
		  margin-top: 0em;
    }
}

@media only screen and (max-width: 768px) {
    .intro .caption h2, .caption-wrap h2, .slickbox h2, .introcaption h2 {
        font-size: 1.2em;
		  margin-top: 0em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .intro .caption h3, .caption-wrap h3, .slickbox h3, .introcaption h3 {
        font-size: 1.2em;
		  margin-top: 0em;
    }
}

@media only screen and (max-width: 768px) {
    .intro .caption h3, .caption-wrap h3, .slickbox h3, .introcaption h3 {
        font-size: 1.2em;
		  margin-top: 0em;
    }
}



@media only screen and (max-width: 768px) {
.text-center, .caption.text-center, .text-center .caption {
    text-align: left !important;
    color: #fff !important;
	padding-left: 1em;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-center, .caption.text-center, .text-center .caption {
    text-align: left !important;
    color: #fff !important;
	padding-left: 1em;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-center, .caption.text-center, .text-center .caption {
    text-align: left !important;
    color: #fff !important;
	padding-left: 1em;
}
}

.image150 img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
}
.image250 img {
    max-height: 250px;
    width: auto;
    object-fit: contain;
}
.image500 img {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

.image150max img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}
.image250max img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.image500max img {
    max-height: 500px;
     width: 100%;
    object-fit: cover;
}

.txt strong {color:#565656;font-weight:400;}


@media only screen and (min-width: 1025px) {
img.jahren {
    position: absolute;
    left: 30px;
    top: 0;
}

.logo{
  position: relative;
    margin-left: 130px;
	}
}


@media only screen and (max-width: 1024px) {
	img.jahren{
	display: none;
	
	}
