/* Fokus sichtbar machen  */
.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;
}

body{
	font-size: 17px;
}

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

#menu .on, #menu ul li a:hover {
    color: rgb(255,64,0);
    background: white;
}

#menu a{
		font-weight: 500;
}

#drw-button2 {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 8px 0 0 8px;
    outline: 0 !important;
    background-color: #e05d1f;
    vertical-align: middle;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    transform: translateY(-100%);
    cursor: pointer;
    font-size: 24px;
}

#drw-button2 a{
	color: white !important;
}

#menu ul {
    float: none !important;
}

 .container {
      display: flex;
      gap: 2rem;
	  margin-top: 40px;
    }

    .box2 {
      background: white;
      border-radius: 1rem;
      padding: 2rem 1rem 1rem;
      text-align: center;
      position: relative;
	  margin-bottom: 40px;
    }

	.icon-circle {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		color: white;
		background-color: white;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}

    .box2 h3 {
      margin-top: 40px;
      margin-bottom: 1rem;
      font-size: 1.25rem;
    }

    .box2 p {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 1.5rem;
    }

    .box2 a {
      display: inline-block;
      padding: 0.5rem 1rem;
      background: #ea5b0c;
      color: white;
      text-decoration: none;
      border-radius: 0.5rem;
      transition: background 0.3s;
    }

    .box2 a:hover {
      background: #000000;
    }

	.accordion {
		font-size: 16px;
	}
	
	b.bigtext{
		color: white !important;
		font-size: 48px;
		line-height: 3.5rem;
	}

	.arrow::after{
		border-left: 10px solid #787878;
	}
	
	h2.whitecolor{
		color: white !important;
		text-align: left;
	}
	
	.header-background {
		background: linear-gradient(to right, #ea5b0c 50%, white 50%);
		padding: 80px 0;
	}
	
	.header-background2 {
		background: url(../bilder/galerie/start-bg1.jpg) no-repeat center top;
		padding: 90px 0;
		background-size: cover;
		background-color: #e9e9e9;
	}
	
	
	.header-background3 {
		background: linear-gradient(to right, #ea5b0c 100%, white 0%);
		padding: 80px 0;
	}
	
		
	h2.color {
		text-align: left;
	}

	.content {
		display: flex;
		gap: 20px;
		padding: 20px;
	}

	.box {
		padding: 20px;
		width: 46%;
		float: left;
		margin: 2%;
		color: white !important;
	  }
	
	.box2 {
		background-color: #fff;
		padding: 20px;
		width: 33%;
	}


	.box h2 {
		margin-top: 0;
		color: white !important;
	}
	
	.box2 h2 {
		margin-top: 0;
	}
	
	
.myButton {
	background-color:#ffffff;
	border-radius:20px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color: #ea5b0c;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
}
.myButton:hover {
    background-color: rgb(234, 91, 12);
    color: white;
	border: 2px solid white;
	text-shadow: none !important;
}
    
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	background-color:#ea5b0c;
	border-radius:20px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color: #fff;
	font-size:17px;
	text-shadow: none !important;
	padding:16px 31px;
	text-decoration:none;
}
.myButton2:hover {
    background-color: white;
    color: rgb(234, 91, 12);
	border: 1px solid rgb(234, 91, 12);
	text-shadow: none !important;
}
    
.myButton2:active {
	position:relative;
	top:1px;
}
	
	
.progress-container {
  margin: 40px auto;
}

.progress-item {
  margin-bottom: 30px;
}

.progress-bar {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 45px;
  overflow: hidden;
}

.progress-fill {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: rgb(234, 91, 12);
    font-weight: bold;
}

.progress-text {
  z-index: 2;
}

.progress-percent {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ea5b0c;
  font-weight: bold;
  z-index: 3;
}
	
#eapps-instagram-feed-1 {
    width: 80% !important;
    margin-left: 10% !important;
    /* max-width: 800px; */
}

h1.whitecolor{
	color: white;
}

.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;
}

select#anfrage {
    border: 1px solid rgb(255, 64, 0);
    width: 100%;
    padding: 10px;
}

hr {
    border: 1px solid #ea5b0c;
}

.steps-container {
  margin: 0 auto;
  padding: 2rem 1rem;
}

.steps-grid {
  display: grid;
  gap: 1rem;
}

.step {
  background: #e9e9e9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.step-number {
  background: #ea5b0c;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
}

.step-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.step-text {
  font-size: 0.95rem;
  line-height: 1.4;
}

.step-text a {
  color: #ea5b0c;
  text-decoration: none;
}

.step-text a:hover {
  text-decoration: underline;
}


    .section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 1rem;
    }

    h1, h2 {
      text-align: center;
    }
	
	#footer_end{
		bottom: -26px;
	}
	
	button#drw-button2{
		color: white !important;
	}

    .intro {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }

    .card {
      background: white;
      border-radius: 10px;
      padding: 2rem;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    }
	
	.leistungen li::before {
		content: "";
		border-radius: 4px;
		display: block;
		height: 4px;
		background-color: white !important;
		left: -15px;
		position: relative;
		top: 4px;
	}

    .card h3 {
      color: #e75b1e;
      margin-bottom: 0.5rem;
    }

    .slogan {
      font-weight: bold;
      color: #e75b1e;
      font-size: 1.2rem;
      text-align: center;
      margin-top: 2rem;
    }

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

    ul.checklist li::before {
      content: "\2713";
      color: #e75b1e;
      font-weight: bold;
      margin-right: 0.5rem;
    }
	
	
@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) {
	
	

}


@media (max-width: 1200px) {
	
	#drw-button, #drw-button2,#drw-button3 {
		width: 90px !important;
		height: 90px !important;
	}

	/*Nur Design neu*/
	
}

@media (max-width: 980px) {
	
	.verticalcenter {
		display: block;
	}
	
	#kontaktboxheader {
        font-size: 9px;
    }
	
	.spalte3{
		width: 100%;
	}
	
	.box{
		width: 100%;
	}
	
	.header-background {
		background: linear-gradient(to right, #ea5b0c 100%, white 0%);
	}
	
	.spalte23{
		width: 66% !important;
	}
	
	
	.startlogo img{
		max-width: 200px;
	}
	
}

@media (max-width: 780px) {

	#menu ul ul li{
		border-left:1px solid #fff;
		border-right:none;
	}
	
	.progress-text {
		font-size: 16px;
	}
	
	.container {
		display: block;
	}
	
	.box2 {
		width: 100% !important;
	}
	
		#drw-button, #drw-button2, #drw-button3{
			width: 90px !important;
			height: 90px !important;
		}

		#drw-button2 {
			top: 60%;
			background-color: rgba(255, 255, 255, 0);
			box-shadow:none;
		}
		
    #logomobile {
        display: none;
    }
	
	
	b.bigtext {
		font-size: 32px;
	}


}


    @media (max-width: 600px) {
      .steps-container h2 {
        font-size: 1.5rem;
      }

      .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        line-height: 50px;
      }
	  
	  .progress-text {
		font-size: 14px;
	}
	
	
	.spalte23{
		width: 100% !important;
	}
	
    }

@media (max-width: 480px) {

	
	/*#teaser:not(.liquid-slider) {
		height: 200px !important;
	}
	
	#inhalt_teaser {
		margin-top: 200px;
	}*/
	
}