/* Fokus sichtbar machen  */

.readtxt, #menu ul{
	font-size: 18px;
}
 #menu a{
	font-weight: 600;
}

#logo>a>img {
    height: 200px;
	padding: 5px;
}

#menu .on, #menu ul li a:hover {
    color: rgb(243, 151, 20);
    background: white;
}

.tab button.active, .tab button:hover {
  background-color: #d63d0b;
  color: #fff;
}

select#arbeitszeitmodell, input#startdatum, select#bewerbung_als{
	border: 1px solid rgb(243,151,20);
	    width: 100%;
    padding: 10px;
    font-size: 100%;
}

.tab button {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
    outline: none;
    background: #eb9824;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
    font-size: 16px;
    border: 1px solid #ffffff !important;
    text-transform: uppercase;
}
  
  
  .tabl {
	font-size: 18px;
  }

  .tabr ul{
	list-style-type: none;
  }


.teaser {
    border: 1px solid rgb(243,151,20);
    background-color: #fff;
}

.teaser h2 {
    color: #fff;
    font-size: 18px;
    color: #fff;
    padding: 15px;
    background-color: #f39714;
    display: block;
}

.icons img {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#menu ul ul li a.on, #menu ul ul li a:hover {
    background-color: rgb(255 255 255 / 90%);
}

#header {
    margin: 0 auto 0px;
    overflow: hidden;
}

#teaser .slick-slide, #teaser {
    height: 400px;
}

#inhalt_teaser {
    margin-bottom: 0px;
}

#kontaktboxheader {
    padding-bottom: 0px;
	font-size: 18px;
}

.accordion {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
    margin-top: 10px;
    border: 3px solid rgb(243, 151, 20);
}


	.active, .accordion:hover {
		background-color: #e9e9e9;
	}

	.accordion:after {
		content: '\002B';
		color: #777;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.active:after {
		content: "\2212";
	}

	.panel {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}


.klickbtn:focus-visible,
.klickbtn2:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
submit:focus-visible  {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

#begriff_close,
.bgw{
	background:#fff;
}

.sslicon,
.back-to-top .path{
	fill:#fff;
}

#begriffbox,
#footer_end,
#footer_end a{
	color:#fff;
}

.arrow::after{
	border-left: 10px solid #666;
}

#teamicon {
	background:url(../bilder/team.svg) no-repeat center top;
}	

#linksicon {
	background:url(../bilder/links.svg) no-repeat center top;
}

.mittig{
	margin: 0 auto 40px auto;
	float: none;
	clear: both;
}

.verticalcenter {
	display: flex;
	align-items: center;
}


.price-table {
    width: 100%;
    border-collapse: collapse;
  }
  .price-table th,
  .price-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
  }
  .price-table th {
    background-color: #e5e5e5;
  }
  /* Erste Spalte fett */
  .price-table td:first-child {
    font-weight: bold;
  }
  /* Abwechselnde vertikale Zeilenfarben */
  .price-table tbody tr:nth-child(odd) td {
    background-color: #ffffff; /* Weiß */
  }
  .price-table tbody tr:nth-child(even) td {
    background-color: #e5e5e5; /* Hellgrau */
  }
  /* Responsiv: horizontales Scrollen bei kleinen Screens */
  .table-wrapper {
    overflow-x: auto;
  }
  
	.icon-box {
	  display: block;
	  background: #f2f2f2;
	  padding: 30px 20px;
	  border-radius: 12px;
	  text-align: center;
	  text-decoration: none;
	  color: #333;
	  height: 100%;
	  transition: all 0.3s ease;
	}

	.icon-box img {
	  width: 70px;
	  height: auto;
	  margin-bottom: 15px;
	}

	.icon-box span {
	  display: block;
	  font-size: 1.1rem;
	  font-weight: 600;
	}

	.icon-box:hover {
	  background: #e6e6e6;
	  transform: translateY(-5px);
	  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	}

	.icon-box:hover span {
	  color: rgb(243,151,20); /* CI-Farbe optional */
	}
	
	h2.blackcolor{
		color: #000;
	}


@media (max-width: 1360px) and (min-width: 1201px){
	
	

}

@media (max-width: 1360px) and (min-width: 981px){
	
	

}

@media (max-width: 1200px) and (min-width: 981px){
	
	

}

@media (max-width: 980px) and (min-width: 781px){
	
	

}

@media (max-width: 780px) and (min-width: 481px){
	
	

}


@media (min-width: 780px) {

	

}

@media (max-width: 1680px) {
	
	

}

@media (max-width: 1360px) {
	
	#menu ul li a {
        padding: 28px 20px;
    }

}


@media (max-width: 1200px) {

	/*Nur Design neu*/
	
}

@media (max-width: 980px) {
	
	.verticalcenter {
		display: block;
	}
	
	
    #menu ul li a {
        padding: 28px 12px;
    }
	
	#logo>a>img {
		height: 180px;
		padding: 5px;
	}

	#kontaktboxheader{
		font-size: 14px;
	}
	
}

@media (max-width: 780px) {
	
	#logo>a>img {
		height: 150px;
		padding: 5px;
	}
	
	#logo>a>img {
		padding: 5px;
	}

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	#menu ul li a {
        padding: 14px 12px;
    }
	
	.readtxt{
		font-size: 16px !important;
	}
	
	
	.price-table th, .price-table td {
		padding: 4px;
	}
	
	#teaser .slick-slide, #teaser {
		height: 240px;
	}

}

@media (max-width: 480px) {
	
	#teaser .slick-slide, #teaser {
		height: 180px;
	}
	
	#logo>a>img {
		height: auto;
		padding: 5px;
		width: 200px;
	}
	
}