/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --button-pd-side: 30px;
	--button-pd-top-btn: 10px;
	--cont-side: 15px;
	--cont-side-large: 230px;
	--cont-top-btn: 120px;
	--img-height: 750px;
	--banner-pd: 3rem;
	--cont-gap: 8rem;
	--first-cont-top: 2rem;
	--container-small: 1010px;
}

.header {
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 9999;
}
body.scrolling-down .header {
     display: none;
}

body.scrolling-up .header {
     background-color: var( --e-global-color-primary );
}

.ul-unstyled ul{
  list-style: none;
  margin: 0;
  padding: 0;    
}

.ul-unstyled li {
  margin: 0;
  padding: 0;
	
}
.ul-unstyled li p{
	margin: 0;
}

.contact-link-container {
	a{
		border-bottom: 1px solid var(--e-global-color-secondary);
		
		&:hover{
			border-bottom: none;
		}
	}
}

.e-n-accordion summary[aria-expanded="true"] .e-n-accordion-item-title-text{
  font-weight: 600;
}

/*Preistabelle*/

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: transparent;
}


   .comparison-table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--e-global-color-primary);
  border-radius: 10px;
  overflow: hidden;
}

.comparison-table th {
 
  font-weight: 600;
  text-align: left;
  padding: 16px 20px;
	border: none;
	border-block-start-color: transparent !important;
}

.comparison-table tbody tr:nth-child(odd) {
  background-color: #f9eae175;
}

.comparison-table tbody tr:last-child {
  background-color: white;
}

.comparison-table td {
  padding: 16px 20px;
  vertical-align: top;
	border: none;
	
  
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

/* linke Spalte hervorheben */
.comparison-table td:first-child {
 
  font-weight: 600;
  
  width: 25%;
  
}

.comparison-table tbody tr:hover>td {
  background-color: #f9eae100;
  transition: background-color 0.2s ease;
}

/* Listenstil */
.comparison-table ul {
  margin: 8px 0 0 20px;
  padding: 0;
}

/* Buttons */
.comparison-table .cta-button {
  padding: 0 30px;
	border: 1px solid var(--e-global-color-secondary);
	width: fit-content;
	min-height: 60px;
	display: flex;
	color: var(--e-global-color-secondary);
	align-items: center;
}



.comparison-table .cta-button:hover {
}
/* Tabs (nur mobil sichtbar) */
.comparison-tabs {
  display: none;
  margin-bottom: 16px;
  text-align: center;
}

.tab-button {
  background: transparent;
  border: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 6px;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}



.tab-button.active {
  background: var(--e-global-color-secondary);
  color: #fff;
}

/* Mobile: Tabs sichtbar, nur eine Option zeigen */
@media (max-width: 768px) {
  .comparison-tabs {
    display: flex;
	  flex-direction: column;
	  gap: 15px;
    justify-content: center;
  }

  .comparison-table th.option2,
  .comparison-table td.option2 {
    display: none;
  }

  body.show-option2 .comparison-table th.option1,
  body.show-option2 .comparison-table td.option1 {
    display: none;
  }

  body.show-option2 .comparison-table th.option2,
  body.show-option2 .comparison-table td.option2 {
    display: table-cell;
  }
	
	.comparison-table td{
		padding: 15px;
	}
	
	.tab-label{
		text-align: start;
	}
}





/* tablet */
@media only screen and (max-width: 1150px) {
	:root{
	--cont-top-btn: 5rem;
	--cont-side-large: 50px;
	--cont-gap: 4rem;}
	
 }

/* smartphone */
@media only screen and (max-width: 767px) {
	:root {
  	--button-pd-side: 18px;
	--button-pd-top-btn: 8px;
--cont-side-large: 15px;
	--cont-top-btn: 4rem;
	--img-height: 70vw;
	--cont-gap: 3rem;
	--banner-pd: 20px;
	}
	
	.elementor-widget-theme-site-logo{
		img{
			width: 200px !important;
		}
	}
}
