/*Hier, herrscht das Chaos.*/

/********************---VAR---********************/

body, * {
	font-family: 'Clear Sans Reg',Helvetica,Arial,Lucida,sans-serif;
}

p, li, ul
{
	color: #000;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: 'Clear Sans Bold',Helvetica,Arial,Lucida,sans-serif;
}

a, a:visited, .et_pb_module a {
	color: #000 !important;
}

/*Tabs - Footer*/

i {
margin-right: 15px;
}

section
{
	margin-bottom: 60px !important;
}

.fa-ul li{
	list-style: none !important;
}

.equal-registerkarten ul.et_pb_tabs_controls {
  display: flex !important;
  justify-content: space-between !important;
  text-align: center !important;
}

.equal-registerkarten ul.et_pb_tabs_controls li{
  text-align: center;
  float: none;
  border:0px solid;
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  
}

.equal-registerkarten ul.et_pb_tabs_controls li a{
    margin: 0 auto;
}

.et_pb_tab_content {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

ul.fa-ul li{
  text-decoration: none;
  list-style: none;
	display: block;
}


@media all and (max-width: 980px) {
.equal-registerkarten ul.et_pb_tabs_controls {
  flex-direction: column;
    align-items: stretch;
}
	
	.et_pb_tab_content{
	
		display: block;
	
	}
	
	.et_pb_tab_content li, .et_pb_tab_content img {
		width: 100%
	}
	
}


/*Tabs - Job*/

  .job-accordion {
        margin: 2em 0;
    }

.job-item {
	margin-bottom: 15px; 
}

    .accordion-trigger {
        background-color: #ffed00;
        padding: 1em;
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .accordion-trigger:hover {
        background:#fff9b3;
    }
    .chevron {
        width: 0.6em;
        height: 0.6em;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-left: 1em;
    }
    .toggle-box:checked + .accordion-trigger .chevron {
        transform: rotate(-135deg);
    }
    .accordion-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        padding: 0 1em;
        border: 1px solid transparent;
		background-color: #fafafa;
    }
    .toggle-box:checked + .accordion-trigger + .accordion-content {
        max-height: 4000px;
        opacity: 1;
        padding: 1em;
        border-color: #ddd;
    }
    .job-cta {
        display: inline-block;
        margin-top: 1em;
        padding: 0.5em 1em;
        background: #FFED00;
        color: #000;
        text-decoration: none;
		font-weight: Bold;
    }


/********************---FONTS---********************/

/********************---Styles---********************/

.header-img, .acf-slider-wrapper {
	max-width: 1200px;
	padding:0 30px;
	margin: 0 auto;
}

.header-img img{
	width: 100%;
	height: auto;
}

.larry-main {
	max-width: 1200px; 
	padding:0 30px; 
	margin: 0 auto;
	display: block;
	font-size: 16px;
	line-height: 140%;
}

.larry-main h1, h1 {
	text-align: center !important;
	margin-bottom: 30px;
}

.larry-main h1, h1,
.larry-main h2, h2,
.larry-main h3, h3{
	line-height: 160%;
}

/*startseitenslider*/
 .leistungsfeld-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
	 max-width: 1200px;
	 padding:0 30px;
	 margin: 0 auto; 
	 margin-top: 30px;
  }

  .leistungsfeld-item {
    text-align: center;
  }

  .leistungsfeld-item a{
	  color: #000;
	  text-decoration: none;
  }

  .leistungsfeld-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
  }

  .leistungsfeld-title {
	  background-color: #ffed00;
	  padding: 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
	  margin-top: 0px;
  }


/*ORTHESENMUSTERAUSWAHL*/

.orthesen-galerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
.orthesenmuster-item {
  cursor: pointer;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 10px;
  padding: 4px;
  transition: border-color 0.3s;
}
.orthesenmuster-item.selected {
  border-color: #ffed00;
}
.orthesenmuster-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s;
}
.orthesenmuster-item img:hover {
  transform: scale(1.05);
}
.orthesenmuster-title {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.formular-orthesenmuster {
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 0 30px;
}

@media all and (max-width: 767px) {
	.formular-orthesenmuster input {
	width: 100%
	}

}


@media all and (max-width: 767px) {
	.job-description ul, ul.job-description{
	margin-left: 0px;
	}

}

/**LINKTREE**/

body.page-id-491
{
	background-image: url("https://uberteam.de/wp-content/uploads/2026/01/frontansicht_uber_jever_dynamisch_1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment: fixed; 
}

.uberteam_linktree_btn  {
  padding: 5px !important; 
  background-color: #fff !important;
  text-align: center !important;
  display: block !important;
  border: 3px solid #fff !important;
}

body.page-id-491 .et_pb_section {
  background: transparent !important;
}

body.page-id-491 main section h1
{
	background: #fff;
  	padding: 5px;
  	margin: unset;
	margin-top: 15px; 
	
}
	
