/* Allgemein*/

html, body {
    -webkit-font-smoothing: antialiased;
	/*overflow-x: hidden;*/
}

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/lato-v24-latin-300.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/lato-v24-latin-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/lato-v24-latin-italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/lato-v24-latin-700.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/lato-v24-latin-900.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/lato-v24-latin-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url(fonts/lato-v24-latin-900italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    background: #fff;
    color: #545454;
    font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1920px;
    text-align: center;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #e00024;
    font-weight: 900;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
    font-size: 3rem;
}

p {
    color: #4E4F4F;
}
.highlight-tuerkis {
    color: #fff;
    background-color: #61d8d2;
}
a {
    color: #e00024;
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

img {
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}
li {
    padding-bottom: 15px;
}

/* Header Bereich */

 header {
        color: #eee;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center; 
        position: fixed;
        width: 98%;
        z-index: 1000;
}

header nav {
    margin-right: 7%;
}
nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;   
        display: flex;
}
nav ul li {
         margin-right: 15px;
}
nav ul li:last-child {
        margin-right: 0;
}
nav ul li a {
        color: #eee;
        text-decoration: none;
        padding: 8px 12px; 
        transition: background-color 0.3s ease;
}
nav ul li a:hover {
         background-color: #61d8d2;
}
.logo img {
        height: 40px;
        margin: 10px auto;
}
/* Hintergrundfarbe und Schriftfarbe für den gescrollten Header */
header.scrolled {
    background-color: #F0F4F5;
    color: #4E4F4F; /* Schriftfarbe ändern */
}

/* Schriftfarbe für die Links im gescrollten Header */
nav ul li a.scrolled-link {
    color: #4E4F4F;
}
nav ul li .roter-button.scrolled-link {
    color: #fff;
}
.menu-toggle {
    cursor: pointer;
    display: none; /* Versteckt den Toggle-Button standardmäßig */
}
.hamburger {
    width: 25px;
    height: 3px;
    background-color: #4E4F4F;
    margin: 5px 0;
}


/* Optionales Styling für den gescrollten Zustand der Links */
nav ul li a.scrolled-link:hover {
    background-color: #61d8d2;
    color: #fff;
}
/* Section 1 Hero Intro*/

#hero {
  background-image: url(images/Header-BG.svg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px; /* Adjust the padding to match the desired spacing */
    padding-left: 7%;
}
#hero h2{
    margin-top: 0.3em;
    font-size: 3rem;
    line-height: 1.2em;
}
#hero h3{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 0em;
}
#hero p{
    margin-bottom: 25px;
}
.hero-content {
    width: 40%;
  text-align: left;
  padding: 20px;
  border-radius: 8px;
}
#hero img{
    position: absolute;
    width: 63%;
    top: 0px;
    right: 0px;
    margin: 0px;
}

#hero h1 {
  font-size: 2rem; /* Adjust the font size as needed */
  margin-bottom: 20px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  width: 80%;
  padding: 15px; 
  clip-path: polygon(3% 0, 97% 4%, 100% 98%, 0 100%);
  text-align: left;
  padding-left: 30px;
}
#hero .row-left{
        margin: 10px 10px 40px 10px;
}

.roter-button{
    background-color: #e00024;
    padding: 10px 20px;
    clip-path: polygon(0 2%, 100% 0, 97% 100%, 6% 100%);
        color: #fff;
    font-size: 1em;
    margin-top: 50px;
}

.roter-button:hover, #eignungstest a:hover {
    background-color: #61d8d2;
    color: #fff;
}

/* Section 2 Vorteile */
.column {
box-sizing: border-box;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.column {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
}
#vorteile {
    background-image: url(images/bg-icon-vorteile.svg);
    background-position: center top;
    background-size: 95% auto;
    background-repeat: no-repeat;
    padding-top: 120px;
    
}

#vorteile h2 {
    width: 64%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}
#vorteile h4{
    color:#61d8d2;
    font-size: 1.6em;
    margin-bottom: 0.1em;
}
#vorteile .highlight-tuerkis{
    clip-path:polygon(0 0, 100% 5%, 99% 100%, 3% 100%);
    padding: 8px;
        display: inline-block;
    font-style: italic;
    font-weight: 900;
}
.medium-box {
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 1.2em;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box {
    width: 40%; /* Jede Box nimmt 40% der Breite der Flex-Container */
    padding: 20px;
    margin: 10px;
    text-align: center;
    position: relative;
    transition: opacity 3s ease; 
}
.box-icon {
    position: absolute;
    top: -40px; /* Icon über den oberen Rand der Box schieben */
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 100px;
    padding: 10px;
    z-index: 10;

}
.fade-in {
    animation: fadeIn 2s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*.fade-in img{
  animation: bounce 2s forwards;
}
@keyframes bounce {
   0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}*/

.box-content{
    
    background-color: #F0F4F5;
    padding: 30px 20px;
    margin: 20px;
}
.box-shadow{
   filter: drop-shadow(4px 4px 0px rgba(50, 50, 0, 0.2));
}
.job .box-content{
    clip-path: polygon(3% 0, 97% 5%, 100% 97%, 0 100%);
}
.karriere .box-content{
    clip-path: polygon(0 4%, 100% 0, 95% 100%, 0 97%);
}
.abwechslung .box-content{
    clip-path: polygon(0 4%, 100% 0, 95% 100%, 3% 96%);
}
.anspruchsvoll .box-content{
    clip-path: polygon(4% 0, 98% 4%, 100% 92%, 0 95%);
}
.box img {
    width: 25%; 
    margin-bottom: 10px;
}

.akzentfarbe-tuerkis{
    color:#61d8d2;
    font-size: 1.4em;
}

/* Section 2 Zitate */

.row-left, .row-right{
    width: 40%;
    padding: 20px;
    margin: 10px;
}
.box01{
    width: 100%; /* Jede Box nimmt 40% der Breite der Flex-Container */
    padding: 20px;
    margin: 10px;
    background-color: #F0F4F5;
}

#zitate .box01 img{
    width: 20%;
    margin: 0px;
}
#zitate .box01 {
    background-color: transparent;
}
#zitate {
    background-image: url(images/bg-grey.png);
    background-repeat: no-repeat;
     background-position: center top;
    background-size: 100% auto;
}


#zitate h3{
   font-size: 3em;
    font-weight: 800;
    text-align: left;
    width: 80%;
    padding-left: 5%;
    margin: 0px;
}
#zitate p {
    text-align: left;
    margin: 5px;
    font-size: 1.4em;
}

.video-with-background {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.mobile-headline {
    display: none;
}

/* Bild-Stil */
.video-with-background img {
    display: block;
    width: 80%;
    height: auto;
      position: relative; /* Bildposition relativ für Z-Index */
    z-index: 1; /* Bild über dem Hintergrund */
     transform: rotate(-5deg); /* Verdrehung des Hintergrunds */
    padding: 10px;
}

/* Overlay für den Hintergrund */
.background-overlay {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 97%; /* Breite größer als das Bild, um den versetzten Hintergrund zu erstellen */
    height: 97%;
    background-color: #61d8d2; /* Farbe des Hintergrunds */
    transform: rotate(-2deg); /* Verdrehung des Hintergrunds */
    transform-origin: bottom left; /* Ursprung der Transformation */
   clip-path: polygon(10% 0, 100% 5%, 91% 100%, 0 94%); /* Versetzte Form des Hintergrunds */
}


/* Section 3 Stellenbörse */


#stellenboerse, #stellenboerse01  {
 /*   background-color: #61d8d2;
   clip-path: polygon(0 0, 100% 4%, 93% 98%, 5% 100%);
    box-shadow: -20px -20px 0px #e7eded;
    margin:8%;
    position: relative;
    display: flex;
    justify-content: space-between;*/
    background: url(images/stellenboerse-bg.png) bottom center;
    margin: 50px auto;
    background-size: 90%;
    background-repeat: no-repeat;
    
    
}
#stellenboerse .row-left, #stellenboerse01 .row-left{
    margin: 20px;
    z-index: 1;
    text-align: left;
    margin-left: 5%;
    width:31%;
}

#stellenboerse h2,#stellenboerse01 h2 {
    color: #fff;
    font-size: 2.8em;
}
#stellenboerse p, #stellenboerse01 p{
    margin-bottom: 40px;
}
/* #stellenboerse img{
    position: relative;
     transform: translateY(-50%); Verschiebt das Bild um 50% der eigenen Höhe nach oben 
    width: 40%
} */

.button-stellenboerse {
    background-color: #e00024;
  	-webkit-clip-path: polygon(0% 7%, 100% 8%, 101% 86%, 8% 91%);
    clip-path: polygon(0% 7%, 100% 8%, 101% 86%, 8% 91%);    
	color: #fff;
    padding: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
}

.button-stellenboerse:hover{
    background-color: #F0F4F5;
    color: #4E4F4F;
}

/* Section 4 Fakten */
#fakten {
    padding-top: 120px;
}

.row-full{
    width: 100%;
}
#fakten h2{
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 2.4em;
    font-weight: 800;
}

#fakten h3{
    color:#61d8d2;
    font-size: 1.4em;
}
#fakten .box{
    clip-path: none;
    background-color: #fff;
    width: 100%;
    text-align: left;
}

#fakten ul{
    padding: 0px;
    list-style: none; 
}

#fakten li{
    padding: 0px 0px 0px 25px; /* Abstand für das Listenelement */
    background-image: url('images/bullet.svg'); /* Ihr benutzerdefiniertes Listenelementbild */
    background-repeat: no-repeat;
    background-position: left center; /* Position des Hintergrundbilds */
    margin-bottom: 15px;

}

#fakten .row-right .box{
    padding-top: 0px;
}

#fakten .highlight-tuerkis {
    clip-path: polygon(0 0, 100% 5%, 99% 100%, 3% 100%);
    padding: 8px;
}
.accordion-fakten .accordion-item {
    border-bottom: 0px;
}

.accordion-fakten .accordion-header{
    justify-content: start;
    padding: 0px;
    color: #e00024;
}
.accordion-fakten .accordion-icon{
    margin-left: 10px;
}
.accordion-fakten .accordion-icon{
    width: 20px;
    height: 12px;
}

.accordion-fakten .accordion-icon.open {
    background-image: url('images/arrow-open.svg'); /* Icon für geöffneten Zustand */
}

.accordion-fakten .accordion-icon.close {
    background-image: url('images/arrow-close.svg'); /* Icon für geschlossenen Zustand */
}
.verdienst .box-content {
    position: relative;
    clip-path: polygon(3% 0, 97% 5%, 100% 97%, 0 100%);
    padding: 50px;
    top:-80px;
}
#fakten .verdienst ul{
    list-style: decimal;
    padding-left: 20px;
}
#fakten .verdienst li{
    background: none;
    padding: 0;
}
.verdienst img{
    position: relative;
    padding: 10px;
    z-index: 10;
    width: 70%;
}
.dauer {
    background: url(images/Icon-Fakten.svg) no-repeat top center;
    background-size: 20%;
}

/* Section Quereinstieg*/
#quereinstieg {
    background-color: #f9f9f9;
    background-image: url(images/bg-grey-top.jpg);
    background-position: top; 
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#quereinstieg h3{
      color: #61d8d2;
    font-size: 1.4em;
}
#quereinstieg .box{
    width: 28%;
    padding: 5px;
}

#quereinstieg .box-content {
    background-color: #fff;
    padding: 20px 30px 100px 30px;
    margin: 0px;
}

#quereinstieg .box img{
    width: 80%; 
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 10;
}
.fuendig-geworden {
    margin-top: 120px;
    font-size: 1.3em;
}

.duale .box-content {
    clip-path: polygon(3% 0, 97% 5%, 100% 97%, 0 100%);
}
.teilzeit .box-content {
    clip-path: polygon(3% 0, 97% 5%, 100% 97%, 0 100%);
}
.abbruch .box-content {
    clip-path: polygon(3% 0, 97% 5%, 100% 97%, 0 100%);
}

/* Eignungstext*/
#eignungstest {
    background-color: #F7F9FA;
    margin-top: -21px;
    background: url(images/bg-grey-bottom.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 120px;
}
#eignungstest h2{
    margin-top: 0px;
}
#eignungstest p {
    font-size: 1.2em;
    padding-top: 50px;
    text-align: left;
    margin-bottom: 40px;
}
#eignungstest a {
    text-align: left;
    color: #fff;
    background-color: #e00024;
    clip-path: polygon(0% 7%, 100% 8%, 101% 86%, 8% 91%);
    padding: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
}
#eignungstest .row-right{
    text-align: left;
}
.deko-zickzack{
    padding: 50px 0 20px 0;
}

/* Section FAQ*/

#faq.container {
    display: block;
}

#faq .highlight-tuerkis {
    clip-path: polygon(0 0, 100% 5%, 99% 100%, 3% 100%);
    padding: 8px;
}
.accordion {
    width: 40%;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    text-align: left;
}
.accordion-header p{
    color: #61D8D2;
    font-size: 1.2em;
    margin: 10px 0px;
    width: 95%;
    
}
.accordion-content {
    padding: 10px;
    display: none;
    text-align: left;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-icon.open {
    background-image: url('images/Icon-open.svg'); /* Icon für geöffneten Zustand */
}

.accordion-icon.close {
    background-image: url('images/Icon-close.svg'); /* Icon für geschlossenen Zustand */
}

.answer {
    padding: 15px;
    display: none; /* Antwort standardmäßig ausgeblendet */
}
/* Section Kontakt*/
#kontakt{
       background: url(images/Hintergrundform.png) no-repeat top center;
    background-size: 100% auto;
    
}
#kontakt h2{
    margin: 10px 0;
}
.social-icons{
    display: inline-flex;
    justify-content: center;
    width:14%;
    background-color:#fff;
    margin:10px 0 100px 0;
    clip-path: polygon(0 7%, 100% 0, 94% 100%, 4% 96%);
}
.social-icons a{
    margin: 0 10px;
}

/* FOOTER*/

footer img{
    width: 300px;
    margin: 40px auto;
}
footer a{
        color: #4E4F4F;
    margin: 10px;
}
.footer-nav {
    padding-bottom: 40px;
}
.phone, .mail{
    display: inline-flex;
}
.phone img, .mail img{
    margin: 0 10px 0 0;
    width: 30px;
}
.phone p{
    margin-right: 20px;
}
.mail a{
    padding: 16px 0;
    color: #61d8d2;
}

.footer-nav a:hover{
    color: #61D8D2;
}

/* Responive Anpassungen*/ 

@media all and (min-width: 1800px) and (max-width: 1920px) {
    .header-medium, .header-mobile {
        display: none;
    }    
    #hero {background-size: 75%;
        background-position: left top;
       padding: 5% 20px 10% 20px;
    }
    #hero h2 {
    margin-top: 0.3em;
    font-size: 3.2rem;
    line-height: 1.2em;
    }
    #hero .row-left{
        width: 38%;
    }
    
    #hero img { width: 59%; }
    /*Fakten*/
.dauer {background-size:17%}
    
/*Quereinstieg*/ 
#quereinstieg .box-content { padding: 20px 30px 160px 30px;}
    
/* Eignungstest*/
#eignungstest .row-right { width: 30%;}


#zitate .row-left{
    width: 29%;
}
}
    

@media all and (min-width: 1440px) and (max-width: 1799px) {

/*Header*/
.header-medium, .header-mobile {
        display: none;
    }  
#hero {background-size: 75%;
        background-position: left top;
        padding: 5% 20px 10% 20px;}
    
    #hero .row-left{
        width: 38%;
    }
    
#hero img { width: 59%; }

/*Fakten*/
.dauer {background-size:17%}
    
/*Quereinstieg*/ 
#quereinstieg .box-content { padding: 20px 30px 160px 30px;}
    
/* Eignungstest*/
#eignungstest .row-right { width: 30%;}
}


@media all and (min-width: 1440px) and (max-width: 1700px) {

#hero{background-size: 92%;}
#hero img { width: 69%;}
}

@media all and (min-width: 1250px) and (max-width: 1440px) {
    .header-medium, .header-mobile{
        display: none;
    }
    #hero {background-size: 94% auto;
        background-position: left top;     
        padding: 10% 20px;}
    #hero h2{
        font-size: 2em;
    }
    #hero h3{
        font-size: 1.4em;
    }
    #hero .row-left{
        width: 44%;
    }
    #hero img{
        width: 66%;
    }
}
@media all and (min-width: 1024px) and (max-width: 1250px) {
     .header-desktop, .header-mobile{
        display: none;
    }
     #hero {
         background-size: 108% auto;
        background-position: left top;     
        padding: 40px 20px 15% 0px;
    }
    #hero h2{
        font-size: 2em;
    }
    #hero h3{
        font-size: 1.4em;
    }
    #hero .row-left{
        width: 44%;
    }
    #hero img{
        width: 57%;
    }
    #stellenboerse, #stellenboerse01 {
        padding-top: 0px;
    }
    #stellenboerse .row-left, #stellenboerse01 .row-left {
        width: 40%;
        padding:20px 0px 10px 40px;
        margin: 20px 0px 10px 40px;
    }
    #stellenboerse h2,#stellenboerse01 h2 {
    font-size: 2em;
        margin-bottom: 10px;
    }
    #stellenboerse p, #stellenboerse01 p {
        margin-bottom: 20px;
    }
    #zitate p {
        font-size: 1.1em;
    }
    
    .verdienst .box-content {
        padding: 33px;
    }
    #quereinstieg .box-content {
        padding: 20px 30px 70px 30px;
    }
    #quereinstieg h3 {
        font-size: 1em;
    }
    .accordion {
        width: 60%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .header-desktop, .header-mobile{
        display: none;
    }
     #hero {
         background-size: 108% auto;
        background-position: left top;     
        padding: 40px 20px 15% 0px;
    }
    #hero h1{
        font-size: 0.8em;
    }
    #hero h2{
        font-size: 1.8em;
        margin-bottom: 10px;
    }
    #hero h3{
        font-size: 1.0em;
    }
    #hero p{
        font-size: 0.8em;
    }
    #hero .row-left{
        width: 48%;
    }
    #hero img{
        width: 57%;
    }
    #zitate p {
        font-size: 1em;
    }
    #zitate h3 {
        font-size: 2em;
    }
    .accordion {
        width: 70%;
    }
    
    #stellenboerse, #stellenboerse01 {
        padding-top: 0px;
    }
    #stellenboerse .row-left, #stellenboerse01 .row-left {
        width: 40%;
        padding:20px 0px 10px 40px;
        margin: 60px 0px 10px 40px;
    }
    #stellenboerse h2,#stellenboerse01 h2 {
    font-size: 1.2em;
        margin-bottom: 10px;
    }
    #stellenboerse p, #stellenboerse01 p {
        margin-bottom: 20px;
        font-size: 0.8em;
    }
    .button-stellenboerse {
        font-size: 0.8em;
    }
    #zitate p {
        font-size: 1.1em;
    }
    .box {
    width: 45%;
    padding: 10px;
    margin: 0px;
    }
    
    #quereinstieg h3 {
        hyphens: auto; 
    }
    #quereinstieg .column {
        width: 100%;
    }
    #eignungstest h2 {
        margin-bottom: 10px;
    }
    #eignungstest p {
        padding-top: 0px;
    }
    #faq h2{
        font-size: 2em;
    }
    #kontakt {
        background-size: 175% auto;
    }
    .social-icons {
        width: 20%;
    }
}
@media all and (max-width: 768px) {

	
	nav ul li a {
        color:#4E4F4F;
    }
    .menu-toggle {
        display: block; /* Zeigt den Toggle-Button für kleinere Bildschirme */
    }
 footer a {
    display: block;
    }

    .nav-list {
        display: none; /* Versteckt die Navigation standardmäßig für kleinere Bildschirme */
        flex-direction: column;
        background-color: #F0F4F5;
        padding: 20px;
        position: absolute;
        top: 80px;
        left: 0;
        width: 91%;
    }

    .nav-list.show {
        display: flex; /* Zeigt die Navigation, wenn das Menü geöffnet ist */
    }
    
    
    h2{
        font-size: 2em;
    }
    
    .header-desktop, .header-medium{
        display: none;
    }
    #hero {
         background-size: 230% auto;
        background-position: left top;     
        padding: 40px 0px 10px 0px;;
        background-image: url(images/Header-BG-Mobile.png);
    }
    #hero .row-left{
        margin: 50px 10px 40px 30px;
    }
    .row-left, .row-right{
        width: 90%;
        margin: 0 auto;
        padding: 0px;
    }
    #vorteile {
        background-image: none;
        padding-top: 0px;
    }
    #vorteile h2 {
    width: 95%;
    font-size: 2em;
    }
   .column {
        padding: 0 10px;
    }
    
    #hero img {
        position: relative;
        width: 100%;
    }
    #hero h2{
        font-size: 1.8em;
    }
    #hero h3{
        font-size: 1.2em;
    }
    
    .boxes{
        display: block;
    }
    .box{
       width: 93%;
        margin: 0 auto;
    }
    .container {
        display: block;
    }
    .medium-box {
        width: 95%;
    }
    
    .akzentfarbe-tuerkis {
    font-size: 1.2em;
    }
   /* #vorteile*/ .column {
    width: 93%;
    }
    #zitate {
        background-image: none;
    }
    #zitate p{
        font-size: 1em;
    }
   #zitate .mobile-headline {
    display: block;
    font-size: 1.8em;
    text-align: center;
    padding-left: 0px;
    }
    #zitate .row-left,   #zitate .row-right {
        padding-top: 0px;
        margin-top: 0px;
    }
    .desktop-headline {
    display: none;
    }
    .box01{
        margin: 30px 0px;
        padding: 0px;
    }
    #stellenboerse, #stellenboerse01 {
        background: url(images/mobile-jobs.svg) top center;
        background-repeat: no-repeat;
        padding: 0px;
        background-size: 85%;
    }
    #stellenboerse .row-left, #stellenboerse01 .row-left {
        width: 74%;
        margin: 0 auto;
        padding: 10px 0px 0px 40px;
    }
    #stellenboerse .row-right img, #stellenboerse01 .row-right img {
        width: 85%;
    }
    #stellenboerse h2, #stellenboerse01 h2 {
        font-size: 1.8em;
    }
    
    .verdienst .box-content {
        padding: 40px;
    }
   
    #quereinstieg .box{
        width: 90%;
    }
    #quereinstieg .box-content{
        padding: 30px 20px;
    }
    
    #quereinstieg .box img {
    width: 80%;
    position: relative;
    top: -50px;
    padding: 10px;
    left: auto;
    transform: none;
    }
    .fuendig-geworden{
        margin: 0px;
        top: -40px;
        position: relative;
    }
    #quereinstieg .column {
        padding-bottom: 10px;
    }
    #eignungstest {
        padding-top: 0px;
        background: #f9f9f9;
    }
    #eignungstest .row-right {
        padding-bottom: 30px;
    }
    .accordion {
        width: 80%;
    }
    #kontakt {
        background-size: 380% auto;
        padding-top: 20px;
    }
    #kontakt h3{
        width: 90%;
        margin: 0 auto;
    }
    .social-icons{
         width: 60%;
    }
    .phone, .mail {
        display: inline-flex;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
}

@supports (-webkit-clip-path: polygon(0 0)) {
	

}