/*	FARBEN
	rgb(0, 190, 255) Blau
	rgb(47, 47, 159) Dunkles Blau
	rgb(211, 84, 0) Rot
	rgb(73, 80, 87) Dunkelgrau

	rgb(0, 0, 0) Schwarz
	rgb(196, 24, 60) Dunkelrot
    Font AWESOME
	<i class="fa-solid fa-key"></i> Schlüssel
	<i class="fa-solid fa-house"></i> Haus
	<i class="fa-solid fa-envelope"></i> Brief
	<i class="fa-solid fa-lock"></i> Schloss
	<i class="fa-solid fa-paperclip"></i> Büroklammer
	<i class="fa-solid fa-cart-shopping"></i> Warenkorb
	<i class="fa-solid fa-gavel"></i> Hammer
	<i class="fa-solid fa-section"></i> Paragraph
	<i class="fa-solid fa-id-card"></i> Geschäftskunde
	<i class="fa-solid fa-shield-check"></i> Datenschutz
	<i class="fa-solid fa-truck"></i> Versand
	<i class="fa-solid fa-tree"></i> Baum
	<i class="fa-solid fa-book-section"></i> Buch
	<i class="fa-solid fa-gavel"></i> Hammer
	<i class="fa-solid fa-scale-balanced"></i> Waage
	<i class="fa-solid fa-basket-shopping"></i> Warenkorb
	<i class="fa-solid fa-at"></i> at
*/
@import url('/media/templates/site/astroid_template_one/anim/style1.css'); 
@import url('/media/templates/site/astroid_template_one/anim/style_common.css');
@import url('/media/templates/site/astroid_template_one/fonts/fontawesome/css/all.css'); 

/* antic-regular - latin */
@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 400;
  src: url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Antic Regular'), local('Antic-Regular'),
       url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin/antic-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/media/templates/site/astroid_template_one/fonts/antic/antic-v11-latin-regular.svg#Antic') format('svg'); /* Legacy iOS */
} 
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/media/templates/site/astroid_template_one/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* Überschriften */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Antic;
  margin-top: 0;
  font-weight: 300;
  line-height: 1.2;
}
#ld-nanhau8pw {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-bottom: 5px;
}
/* Content Links*/
#content a {
    color: rgb(0, 190, 255);
}
#bottom-a a {
    color: rgba(0, 190, 255);
}
/*Header Main Menue */
.astroid-header-section, #astroid-sticky-header   {
   font-family: Roboto; 
   font-size: 18px;
   text-transform: uppercase;
   color: rgb(255, 255, 255); /* weiss Schriftfarbe */
   line-height: 40px;
}
.astroid-nav .nav-link, .astroid-nav .nav-link, .astroid-sidebar-menu .nav-link, .astroid-sidebar-menu .nav-link {
   background-color: rgb(0, 190, 255); /* hellgruen Hintergrundfarbe */
   color: rgb(73, 80, 87); /* Dunkelgraue Schriftfarbe */
   list-style: none;
   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(255, 255, 255); /* weiss Hintergrundfarbe */
    color: rgb(0, 0, 0); /* schwarze Schriftfarbe */
    left: 3px;
    transform: translate(0%, 5px); /* Schrittweite der Bewegung einstellen */
}
.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(196, 24, 60); /* Dunkelrot Hintergrundfarbe */ 
    color: rgb(255, 255, 255); /* weisse Schriftfarbe */ 
}
.nav-link.active:hover {
    color: rgb(0, 0, 0); /* schwarze Schriftfarbe */ 
}
/* Sticky Header Main */
#astroid-sticky-header .astroid-nav .nav-link:active, #astroid-sticky-header .astroid-nav .nav-link.active:hover {
    color: rgb(0, 0, 0); /* schwarze Schriftfarbe */ 
}
#astroid-sticky-header   {
    background-color: rgba(0, 190, 255, 0.788);  /* Blau Hintergrundfarbe*/
}
#astroid-sticky-header .astroid-nav .nav-link, #astroid-sticky-header .astroid-nav .nav-link {
    color: rgb(73, 80, 87); /* Dunkelgraue Schriftfarbe */ 
}
#astroid-sticky-header .astroid-nav .nav-link:hover, #astroid-sticky-header .astroid-nav .nav-link.hover {
    color: rgb(0, 0, 0); /* schwarze Schriftfarbe */
}
#astroid-sticky-header .astroid-nav .nav-link:active, #astroid-sticky-header .astroid-nav .nav-link.active:hover {
    color: rgb(0, 0, 0); /* schwarze Schriftfarbe */ 
}
/* Header Main Submenue */
.megamenu-container {
    background-color: rgb(0, 190, 255);  /* Blau Hintergrundfarbe*/
    line-height: 30px;
    color: rgb(255, 255, 255); /* weiss Schriftfarbe */ 
}
.megamenu-container li.nav-item-submenu > a:active, .megamenu-container li.nav-item-submenu > a.active {
    color: rgb(255, 255, 255); /* weiss Schriftfarbe */
    background-color: rgb(216, 80, 48); /* Dunkelrot Hintergrundfarbe */  
}
/* Offcanvas Menü */
.astroid-offcanvas-nav {
  color: rgb(0, 0, 0);
}
.astroid-offcanvas .astroid-offcanvas-inner {
  background-color: rgb(0, 190, 255);  /* Blau Hintergrundfarbe*/
  font-size: 17px;
  color: #000;
}
/* map */
.jm-item {
    width: 100%; /* Gesamtweite einstellen */
    padding: 10px;
    display: inline-block;
    text-align: left;
}
.jm-item-wrapper {
	position: relative;
	padding: 3px;
	background: #333;
}
.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(196, 24, 60); /* Dunkelrot */
    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;
}
.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(196, 24, 60); /* Dunkelrot */
    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 eimstellen*/
  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.4);
	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;
}
.responsive {
    overflow:hidden;
    padding-bottom:41.25%; /* Höhe Topslider hier einstellen */
    position:relative;
    height:0;
  width: 100%;
}
.responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.Schalter_1 { 
    text-align: center;
    background: rgb(196, 24, 60); /* Dunkelrot */
    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;
    text-decoration: none;
}
.Schalter_1:hover { 
    color: rgb(0, 0, 0); /* Schwarz */
}
.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 */
}
/* button modalbox nur helles Design
#bottom-a a {
    color: rgb(0, 0, 0);
}
*/
/* button video*/
#tc1bi-2wtut33dx a {
    color: rgb(0, 0, 0);
}
/* Social Media */
.fa-brands {
 font-size: 60px;
 border-radius:50%;
 text-align: center;
 text-decoration: none;
}
.fa-brands:hover {
    opacity: 0.7;
}
/* Tabelle */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: rgb(172, 217, 4);
}
thead, tbody, tfoot, tr, td, th {
    background-color: rgb(250, 164, 136); /* rosa Hintergrundfarbe */
}
/* joodb Tabelle */
.joodb table th, .joodb .header {
    background: #356aa0;
}
.joodb table th, .joodb .header {
    background: #acd904;
}
.joodb table td {
    background: #f8f8f8;
}
/* social */
.img_hover:hover {
  opacity: 0.7;
}
/* Text Hervorheben */
em {
  color: rgb(0, 190, 255); /* Blau */
  font-weight: bold;
  font-style: italic;
  padding-left: 0.3em;
  padding-right: 0.5em;
}
/* label */
label.invalid, label.required span {
    color: rgb(0, 190, 255);
    background: none;
}
.form-check-label {
      color: rgb(0, 190, 255);
    background: none;
}
/* Bildershow */
ul.sigFreeClassic {
    margin: 8px auto!important;
    padding: 15px 20px!important;
    list-style: none;
    clear: both;
    overflow: hidden;
}
/* Verlängerung */
.body-1 {
    background-color: rgb(0, 0, 0);
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 1500px;
}
.body-2 {
    background-color: rgb(0, 0, 0);
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 2550px;
}
.btn-primary, .btn-backtohome, .btn-prosandcons, div.jd-register-login-wrapper .jd-register-login-box .jd-button-control .jd-form-button {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(0, 190, 255); /* Blau */ 
    --bs-btn-border-color: rgb(0, 190, 255); /* Blau */
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(196, 24, 60); /* Dunkelrot */
    --bs-btn-hover-border-color: rgb(196, 24, 60); /* Dunkelrot */
    --bs-btn-focus-shadow-rgb: 146, 184, 3;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(196, 24, 60); /* Dunkelrot */
    --bs-btn-active-border-color: rgb(196, 24, 60); /* Dunkelrot */ 
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(0, 190, 255); /* Blau */
    --bs-btn-disabled-border-color: rgb(0, 190, 255); /* Blau */
}
/*  Hydra */
.btn, div.jd-register-login-wrapper .jd-register-login-box .jd-button-control .jd-form-button {    
    --bs-btn-color: rgb(0, 190, 255); /* Blau */
    color: #fff;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(0, 190, 255) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgb(255, 255, 255) !important;
}
/* Cookiehint Buttonfarbe*/
#cookiehintsubmit,#cookiehintsubmitno  {
  background: rgb(0, 190, 255) /* Blau */ !important;
  color: #fff !important
}
#cookiehintsubmit:hover,#cookiehintsubmitno:hover {
  background: rgb(47, 47, 159) /* dunkles Blau */ !important;
  color: #fff !important
}
#cookiehintinfo > * {
    margin: 2px 6px;
    color: rgb(47, 47, 159) /* dunkles Blau */;
}
/* altes Template */
.uk-panel-box-shadow {
    background-image: -moz-linear-gradient(center top, #111111, #222222) !important;
    border: 4px solid #242424;
    box-shadow: 0 0 2px #242424, 0 20px 20px 0 #111111, 0 12px 8px -5px #111111;
    color: #999999;
}
.uk-button-primary {
    background-color: #04acd9;
    padding: 10px;
    color: white !important; /* Textfarbe */
    text-decoration: none;
    border: 1px;
    border-color: #000;
    border-radius: 3px;
}
.uk-button-primary:hover {
    background-color: #000;
    padding: 10px;
    color: white !important; /* Textfarbe */
    text-decoration: none;
    border: 1px;
    border-left-color: #fff;
    border-radius: 3px;
}
