
/*Custom*/
#logo {
padding: 20px 0;
max-width:325px;
}

#Slider{
	overflow: visible;
	z-index: 1000;
}

#Slider img{
    max-width: 100%;
    height: auto;
}

#logo, #nav-header{ float: none !important; }


#nav-header ul.level_1{
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .inside{ position: relative; }
#nav-header{ position: absolute; right: 24px; top: 50%; transform: translateY(-50%); }

.red-text{
	color:#ff0000;
}

.blue-text{
	color:#1f5f8f;
}

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}

.mod_article h2.main-title {
    margin: 20px 0 30px;
}

footer{
    background: #020202;
    padding: 40px 0 0;
    color: #fff;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #151515;
    grid-column-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;

}

.copyright {
    border-top: 1px solid #151515;
    background-color: #151515;
    padding: 14px 0;
    margin: 25px 0 0;
}

.list-margins{
    margin-right: 30px;
    list-style: none;
}
/*Form*/

.form-voll{
	padding: 0 20px 20px;
}


.form-group{
	margin: 20px 0  0  0;
}

.form-group.laufzeit-wrap{
	margin:30px 0 0 0;
}


.warning-leer{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

legend.daten{
	width: 106.6875%; display: block; margin-bottom: 12px; padding: 10px 20px 10px 40px;     background: #000 url(../../images/arrow_right.png) left center no-repeat; font-size: 24px; line-height: 30px; font-weight: 700; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -3.5625%;    background-position: 20px center; text-shadow: 1px 1px 1px #666;"
}

/* ===== GRID LAYOUT ===== */
.form-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr 2fr;
  gap: 10px;
  width: 100%;
}

/* Positioning */
.anrede   { grid-column: 1; }
.vorname  { grid-column: 2; }
.nachname { grid-column: 3; }

.strasse  { grid-column: 1 / 4; }

.plz  { grid-column: 1; }
.ort  { grid-column: 2; }
.land { grid-column: 3; }

.geburtsdatum { grid-column: 1 / 3; }
.telefon      { grid-column: 3; }

.email { grid-column: 1 / 4; }

/* ===== INPUT STYLE ===== */
.form-grid input,
.form-grid select {
     width: 100%;
    height: 45px;
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
    margin: 0;
}

/* Fix select rendering */
.form-grid select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f5f5;
}

/* Prevent grid overflow bugs */
.form-grid > div {
  min-width: 0;
}

/* Focus effect */
.form-grid input:focus,
.form-grid select:focus {
  border-color: #999;
  background: #fff;
  outline: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid > div {
    grid-column: 1 !important;
  }
}

/*Laufzeit*/

legend.laufzeit {
	width: 106.6875%;display: block;margin-bottom: 12px;padding: 10px 20px 10px 40px;background: #000 url(../../images/arrow_right.png) left center no-repeat;font-size: 24px;line-height: 30px;font-weight: 700;color: #fff;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: -3.5625%;background-position: 20px center;text-shadow: 1px 1px 1px #666;
}

.laufzeit-block{
	margin-bottom: 3.2258%;
    padding: 10px 15px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    height:90px;
}

/* ONLY fix radios (this was the main bug) */
.laufzeit-block input[type="radio"] {
  width: auto;
  padding: 0;
  border: none;
  margin-right: 10px;
	float:left;
}

/* label behaves normal again */
.laufzeit-block label {
  width: auto;
  float: none;
  text-align: left;
	display:inline-block;
	margin-left:10px;
}

/* text spacing like before */
.laufzeit-block .product_optionShortInfo p {
  margin: 0;
  line-height: 24px;
}

/*Zahlung*/

legend.zahlung {
	width: 106.6875%;display: block;margin-bottom: 12px;padding: 10px 20px 10px 40px;background: #000 url(../../images/arrow_right.png) left center no-repeat;font-size: 24px;line-height: 30px;font-weight: 700;color: #fff;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: -3.5625%;background-position: 20px center;text-shadow: 1px 1px 1px #666;
}
/* Wrapper spacing */
.payment_method {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Title */
.payment_method .zahlung {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Payment cards */
.payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover effect */
.payment-option:hover {
  background: #f3f3f3;
  border-color: #bbb;
}

/* Radio button */
.payment-option input[type="radio"] {
  margin-right: 12px;
  transform: scale(1.2);
}

/* Icons container (PayPal row) */
.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-option span {
  flex: 1;
  margin-left: 10px;
}

/* All icons */
.payment-option img {
  height: 28px;
  object-fit: contain;
}

/* 👉 Highlight selected option */
.payment-option input[type="radio"]:checked + span {
  font-weight: 600;
}

/* Optional: highlight whole box when selected */
.payment-option:has(input:checked) {
  border-color: #0070ba;
  background: #eef6ff;
}


/* 👉 Extra blocks (Rechnung + Bankeinzug) */
#rechnungInfo,
#bankFields {
  margin-top: -5px;
  padding: 5px 16px;
  border-radius: 8px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #444;
}

#rechnungInfo {
  margin-top: -6px; /* 👈 pulls it closer to the option */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Smooth appearance */
#rechnungInfo,
#bankFields {
  transition: all 0.2s ease;
}

/* Make emoji align like images */
.invoice-icon {
  font-size: 45px;
  display: flex;
  align-items: center;
}

/* Inputs inside bank fields */
#bankFields input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Remove last margin */
#bankFields input:last-child {
  margin-bottom: 0;
}


 #article-913 .warning, #article-913 .warning span {
color: red;

}

.button.bigbutton{transform:scale(2);margin-top:40px;margin-bottom:40px;}

.fehler, .fehler h2{
    display: none;
    text-transform: uppercase;
    color: red;
    font-size: 26px;
}


#loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/*2 columns-Prduct Grid*/

.ce_gridWrapper.two-columns-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  max-width: 600px;
  margin: 0 auto;
}

/* remove float/legacy layout issues */
.ce_gridWrapper.two-columns-products .ce_text {
  float: none !important;
  width: 100% !important;
}

/* make images responsive */
.ce_gridWrapper.two-columns-products img {
  width: 100%;
  height: auto;
  display: block;
}

/* mobile version */
@media screen and (max-width: 768px) {
  .ce_gridWrapper.two-columns-products {
    grid-template-columns: 1fr;
  }
}
/*Faq*/
.faq-section {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.faq-left {
  flex: 2;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2b37;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  font-size: 22px;
  padding: 30px 60px 30px 0;
  cursor: pointer;
  position: relative;
	    font-weight: 900;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 300;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 18px;
  color: #555;
}

.faq-answer > * {
  padding-bottom: 25px;
}

.faq-answer > p{
  padding-bottom: 0;
}

.faq-answer > ul{
  font-size: 16px;
}


.faq-right {
  flex: 1;
}

.info-box {
  border: 1px solid #e5e5e5;
  padding: 25px;
}

/*Zahlung Seite*/
/* Overlay */
.premium-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(6px);
  z-index: 9999;
}

.premium-loader.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Card */
.loader-card {
  background: #fff;
  padding: 40px 50px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  animation: fadeInUp 0.4s ease;
}

/* Spinner */
.loader-spinner {
  width: 55px;
  height: 55px;
  border: 4px solid #eaeaea;
  border-top: 4px solid #0b5ed7;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

/* Text */
.loader-card h3 {
  margin: 0;
  font-size: 20px;
  color: #222;
}

.loader-card p {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

/* Animations */
@keyframes spin {
  100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  /*Media Queries*/

@media (max-width: 768px) {
#logo, .mm-menu>.logo {
    width: 100%;
    display: block;
    padding-top: 23px;
    padding-left: 1.6818%;
    padding: 0 30px;
    max-width: 300px;
    margin: 10px auto;
}

	.ce_gridWrapper.two-columns-products .ce_text {
    float: none !important;
    width: 90% !important;
    margin: 0 auto;
}
	
	.faq-right  {
    text-align: center;
    margin: 50px 0;
 }
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid > div {
    grid-column: 1 !important;
  }
}
  @media  (max-width: 600px){


	  .laufzeit-block{
    height: 120px;
 }
}

    @media  (max-width: 700px){
		
.mod_article h2.main-title {
    margin: 20px auto;
    text-align: center;
}
		
.footer-inner {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
}

.footer-link {
    color: #fff;
 	display: block;
    clear: both;
	text-decoration: none;
}
}

@media screen and (min-width: 641px) {
       .mod_article.grid-3-cols > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols {
        display: grid;
        grid-template-columns: 32.3233% 32.3233% 32.3233%;
        column-gap: 1.515%;
        row-gap: 25px;
    }
	
	.mod_article.grid-3-cols > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols {
        grid-template-columns: 31% 31% 31%;
        column-gap: 2.5%;
    }
	  
	  .mod_article.grid-3-cols-2-1 > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols-2-1 {
        display: grid;
        grid-template-columns: 63% 33%;
        column-gap: 4%;
        row-gap: 25px;
    }
}
	  
 @media screen and (min-width:701px){
    #nav-header {
        overflow:visible;
    }
    #nav-header ul.level_1 > li.erfahrungen {
        position:relative;
    }
    #nav-header ul.level_1 > li.erfahrungen > *:after {
        width:100%;
        height:20px;
        display:block;
        position:absolute;
        bottom:-5px;
        background:url("../../files/media/images/various/stars.png") no-repeat center center;
        background-size:80% auto;
        content:'';
    }
	 
	 .footer-inner {
    grid-column-gap: 2px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-link {
    color: #fff;
    flex: 0 auto;
    margin-right: 30px;
    transition: color .3s;
		    text-decoration: none;
}
}


@media screen and (min-width: 1101px) {
    .nav-default {
        display: block;
    }
	
	#nav-header {
        height: 50px;
        height: 40px;
        right: 0;
        top: 0;
        position: absolute;
    }
	
	    #nav-header ul.level_1 > li, .premium-bereich #nav-header ul.level_1 > li.logout {
        margin-left: 5px;
        padding: 5px;
        border: 1px solid #d9d9d9;
        border-radius: 0px;
        background-position: 16px center;
        margin-top: 7px;
}
	  

 #article-913 .warning, #article-913 .warning span {
color: red;

}

.button.bigbutton{transform:scale(2);margin-top:40px;margin-bottom:40px;}

.fehler, .fehler h2{
    display: none;
    text-transform: uppercase;
    color: red;
    font-size: 26px;
}


#loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/*2 columns-Prduct Grid*/

.ce_gridWrapper.two-columns-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  max-width: 600px;
  margin: 0 auto;
}

/* remove float/legacy layout issues */
.ce_gridWrapper.two-columns-products .ce_text {
  float: none !important;
  width: 100% !important;
}

/* make images responsive */
.ce_gridWrapper.two-columns-products img {
  width: 100%;
  height: auto;
  display: block;
}

/* mobile version */
@media screen and (max-width: 768px) {
  .ce_gridWrapper.two-columns-products {
    grid-template-columns: 1fr;
  }
}
/*Faq*/
.faq-section {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.faq-left {
  flex: 2;
}

.faq-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2b37;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  font-size: 22px;
  padding: 30px 60px 30px 0;
  cursor: pointer;
  position: relative;
	    font-weight: 900;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-weight: 300;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 18px;
  color: #555;
}

.faq-answer > * {
  padding-bottom: 25px;
}

.faq-answer > p{
  padding-bottom: 0;
}

.faq-answer > ul{
  font-size: 16px;
}


.faq-right {
  flex: 1;
}

.info-box {
  border: 1px solid #e5e5e5;
  padding: 25px;
}
/*Zahlung-Seite*/
	
	.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #eee;
  border-top: 5px solid #0b5ed7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}
	
	/*Media Queries*/

@media (max-width: 768px) {
#logo, .mm-menu>.logo {
    width: 100%;
    display: block;
    padding-top: 23px;
    padding-left: 1.6818%;
    padding: 0 30px;
    max-width: 300px;
    margin: 10px auto;
}

	.ce_gridWrapper.two-columns-products .ce_text {
    float: none !important;
    width: 90% !important;
    margin: 0 auto;
}
	
	.faq-right  {
    text-align: center;
    margin: 50px 0;
 }
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid > div {
    grid-column: 1 !important;
  }
}
  @media  (max-width: 600px){


	  .laufzeit-block{
    height: 120px;
 }
}

    @media  (max-width: 700px){
		
.mod_article h2.main-title {
    margin: 20px auto;
    text-align: center;
}
		
.footer-inner {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
}

.footer-link {
    color: #fff;
 	display: block;
    clear: both;
	text-decoration: none;
}
}

@media screen and (min-width: 641px) {
       .mod_article.grid-3-cols > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols {
        display: grid;
        grid-template-columns: 32.3233% 32.3233% 32.3233%;
        column-gap: 1.515%;
        row-gap: 25px;
    }
	
	.mod_article.grid-3-cols > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols {
        grid-template-columns: 31% 31% 31%;
        column-gap: 2.5%;
    }
	  
	  .mod_article.grid-3-cols-2-1 > .wrapper > .inside, body:not(.ie) #container .ce_gridWrapper.grid-3-cols-2-1 {
        display: grid;
        grid-template-columns: 63% 33%;
        column-gap: 4%;
        row-gap: 25px;
    }
}
	  
 @media screen and (min-width:701px){
    #nav-header {
        overflow:visible;
    }
    #nav-header ul.level_1 > li.erfahrungen {
        position:relative;
    }
    #nav-header ul.level_1 > li.erfahrungen > *:after {
        width:100%;
        height:20px;
        display:block;
        position:absolute;
        bottom:-5px;
        background:url("../../files/media/images/various/stars.png") no-repeat center center;
        background-size:80% auto;
        content:'';
    }
	 
	 .footer-inner {
    grid-column-gap: 2px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.footer-link {
    color: #fff;
    flex: 0 auto;
    margin-right: 30px;
    transition: color .3s;
		    text-decoration: none;
}
}


@media screen and (min-width: 1101px) {
    .nav-default {
        display: block;
    }
	
	#nav-header {
        height: 50px;
        height: 40px;
        right: 0;
        top: 0;
        position: absolute;
    }
	
	    #nav-header ul.level_1 > li, .premium-bereich #nav-header ul.level_1 > li.logout {
        margin-left: 5px;
        padding: 5px;
        border: 1px solid #d9d9d9;
        border-radius: 0px;
        background-position: 16px center;
        margin-top: 7px;
}
	  
