/* Farben */
/* Rot #da251c; rgb(218, 37, 28); */
/* Hellrot #df6a75; rgb(223 106 117); */

@import url('/templates/astroid_template_one/fonts/fontawesome/css/all.css'); 
/* cabin-sketch-regular - latin */
@font-face {
  font-family: 'Cabin Sketch';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/templates/astroid_template_one/fonts/cabin-sketch/cabin-sketch-v19-latin-regular.svg#CabinSketch') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/templates/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
body .body {
  font-family: Roboto;
}
h1 {
   font-family: Cabinsketch;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
	font-family: Roboto;
}  
/* Responive Bilder */
.background {
background-size: 100% auto;
}

/* Responive iframe */
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: 100px;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
/* Responsive Tabelle */
.table-container {
  overflow-x: auto;
}
.responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height: 0px;
}
.responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media screen and (max-width: 600px) {
  .table-container table {
    width: 100%;
  }
}
/* Eigene Module Hintergrund transparenet machen*/
.custom-module {
    background-color: transparent;
}
/* badges*/
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
/* Seitenlayout */
body .body {
  font-family: Quicksand;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Quicksand;
  text-transform: uppercase; 
}
h1, .h1 {
  font-weight: bold;
  text-transform: none; 
}
h2, .h2 {
    text-transform: none; 
}
h6, .h6 {
  text-align: center;
  font-size: 14px;
}
/*Header Main Menue */
.astroid-header-section, #astroid-sticky-header   {
   background-color: rgba(218, 37, 28);  /* grün Hintergrundfarbe*/
   font-size: 22px;
   text-transform: uppercase; 
   text-shadow: 0px 0px 10px #000;
}
.astroid-nav .nav-link, .astroid-nav .nav-link, .astroid-sidebar-menu .nav-link, .astroid-sidebar-menu .nav-link {
    border: 2px #000;
    margin: 5px;
    padding: 5px;
    display: flex;
    border-radius: 5px;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out;    
}
.astroid-nav .nav-link:hover, .astroid-nav .nav-link.hover, .astroid-sidebar-menu .nav-link:hover, .astroid-sidebar-menu .nav-link.hover {
    background-color: rgb(223 106 117); /* hellgrün Hintergrundfarbe */
    color: #000;
    border: 2px #000;
    border-radius: 5px;
    left: 3px;
    transform: translate(0%, 5px); /* Bewegung nach unten */
}
.astroid-nav .nav-link:active, .astroid-nav .nav-link.active, .astroid-sidebar-menu .nav-link:active, .astroid-sidebar-menu .nav-link.active {
    background-color: rgb(223 106 117); /* hellgrün Hintergrundfarbe */  
    color: #000;
}
/* Header Main Sticky Menue */
#astroid-sticky-header   {
   padding: 10px;
}
#astroid-sticky-header .astroid-nav .nav-link, #astroid-sticky-header .astroid-nav .nav-link {
    color: #000;
}
#astroid-sticky-header .astroid-nav .nav-link:hover, #astroid-sticky-header .astroid-nav .nav-link.hover {
    color: #000;
}
#astroid-sticky-header .astroid-nav .nav-link:active, #astroid-sticky-header .astroid-nav .nav-link.active {
    color: #000;
}
/* Header Main Submenue */
.megamenu-container li.nav-item-submenu > a {
    background-color: rgba(223 106 117 0.3);  /* hellgrün Hintergrundfarbe */
    font-size: 16px;
    font-weight: bold;
}
.megamenu-container li.nav-item-submenu > a:hover {
    background-color: rgb(40, 167, 69);  /* grün Hintergrundfarbe */    
}
.megamenu-container li.nav-item-submenu > a:active {
    background-color: rgb(223 106 117); /*hellgrün Hintergrundfarbe */
} 
/* Button */
.btn-secondary, .btn-primary, .btn-backtohome, .btn-prosandcons, div.jd-register-login-wrapper .jd-register-login-box .jd-button-control .jd-form-button {
    --bs-btn-color: white;
    --bs-btn-bg: rgb(218, 37, 28);
    --bs-btn-border-color: #2c2e36;
    --bs-btn-hover-color: rgb(0, 0, 0);
    --bs-btn-hover-bg: rgb(223 106 117);
    --bs-btn-hover-border-color: #23252b;
    --bs-btn-focus-shadow-rgb: 76, 77, 84;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #23252b;
    --bs-btn-active-border-color: #212329;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #2c2e36;
    --bs-btn-disabled-border-color: #2c2e36;
}  
/* table */
.module-title {
    margin-bottom: 20px;
    color: #da251c;
}
#td-t4ejuea5n {
    background-color: rgb(40, 167, 69);  /* grün HintergrundFarbe */
    color: #000;
}
p {
   color: #fff;
}
/* Datenbank Sponsoren */
.jm-item {
    width: 218px; /* Gesamtweite einstellen */
    padding: 3px;
    display: inline-block;
    text-align: center;
}
.jm-item-wrapper {
	position: relative;
	padding: 3px;
	background: #fff;
}
.jm-item-image {
 position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.jm-item-image img {
	display: block;
}
.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: rgb(40, 167, 69);  /* grün Hintergrundfarbe */ 
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #FFFFFF;
    font-size: 1.4em;
    cursor: pointer;  
}
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay:hover {
	opacity: 0.3;
}
.jm-item-button {
	width: 15%;
    padding: 10px;
    text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgb(40, 167, 69);  /* grün Hintergrundfarbe */ 
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}
.jm-item-button a:hover {
	background: #333;	
}
.first .jm-item-button {
	-webkit-transition: all 0.5s ease-in 0.5s;
	-moz-transition: all 0.5s ease-in 0.5s;
	-o-transition: all 0.5s ease-in 0.5s;
	transition: all 0.5s ease-in 0.5s;
	top: -50px;	
}
.first .jm-item-wrapper:hover .jm-item-button {
	top: 20%;	
}
.second .jm-item-wrapper .jm-item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-title {
	left: 5%; /* Sprungweite einstellen*/
  opacity: 0.0;
}
.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	background: rgba(0,0,0,0.5);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
}
.Schalter_1 { 
    text-align: center;
    background: rgb(40, 167, 69);  /* grün Hintergrundfarbe */ 
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    text-decoration: none;
}
.Schalter_1:hover { 
    background: rgb(223 106 117); /* Hellgrün */
    color: #000;
}
.responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

image-container {
  max-width: 100%;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Verhindert, dass der Ausschnitt des Bildes den Container verlässt */
}
.img_map {
  max-width: none;
  max-height: none;
  width: auto;
  min-height: 220px;
  object-fit: cover; /* Passt das Bild auf den Container an */
  object-position: center top; /* Wählt den Ausschnitt des Bildes aus */
}
.img_product {
  max-width: none;
  max-height: none;
  width: 250px;
  min-height: 220px;
  object-fit: cover; /* Passt das Bild auf den Container an */
  object-position: center top; /* Wählt den Ausschnitt des Bildes aus */
}
.container_1 {
    display: flex; /* Verwenden Sie Flexbox für die Anordnung */
    align-items: center; /* Zentrieren Sie die Elemente vertikal */
    min-height: 150px;
}
.image_1 {
    flex: 1; /* Lassen Sie das Bild den verfügbaren Platz ausfüllen */
    margin-right: 20px; /* Optional: Fügen Sie einen Abstand zwischen Bild und Text hinzu */
}
.text_1 {
    flex: 2; /* Lassen Sie den Text den doppelten Platz wie das Bild einnehmen */
}
/* Footer background */
#f-oel6e1bpp {
    background-color: rgb(40, 167, 69);  /* grün Hintergrundfarbe*/
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #000;
}
/* Footer rechtliches Menü */
#f1c-qe89el34j {
  color: #000; 
  font-size:18px;
}
/* Footer Copyright */
#f2c-qe89el34j {
    color: #000;  
}
/* Besucherzähler  */
.jsvisitcounter .col-left {
	display: table-cell;
	font-size: 16px;
	font-weight: 200;
	width: 10%;
    text-transform: uppercase; 
}
/* social */
.img_hover:hover {
  opacity: 0.7;
}
/* Videocontainer */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9-Verhältnis für Videos */
  overflow: hidden;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Passkey */
.w-100 {
    width: 10% !important;
}
/* Cookiehint */
#cookiehintsubmit, #cookiehintsubmitno {
    background: rgb(218, 37, 28) !important;
    color: #fff !important;
}
#cookiehintsubmit:hover, #cookiehintsubmitno:hover {
    background: rgb(113 12 7) !important;
    color: #fff !important;
}
#redim-cookiehint {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 380px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 30px;
    border-radius: 3px;
}