@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
:root{
    --main: rgb(35, 41, 51);
    --kontrast: aqua;
    --kontrast2: rgb(1, 132, 132);
    --navleiste-hover-background: rgba(255, 255, 255, 0.36);
    --navleiste-hover-border: rgba(19, 46, 58, 0);
    --border-button: rgba(255, 255, 255, 0.518);
    --border-button-hover: rgb(204, 204, 204);
    --border-button-hover-light: whitesmoke;
    --text-shadow-weiß: rgba(139, 139, 139, 0.316);
    --anthra: #262626;
    --kontakt: #3d3d3d;
    --kontakt-light: rgb(126, 126, 126);
    --highlight: #ad1f24;
    --highlighttrans: #3b0000;
    --anthra: #262626;
    --schrift: #2393BF;
    --schriftkontrast: #2d0202;
    --anthratrans: #262626c0;
}

/* Überschrift */
.titel1{
    top: 50%;
}
/* Ende Überschrift */

.leistungenvisuell{
    display: inline-flex;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    height: fit-content;
    overflow: hidden;
    margin-top: 5vh;
}
.c{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
    width: calc(100% / 3);
    background-color: var(--highlight);
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}
.fa-person-biking{
    color: white;
    font-size: 4em;
}
.fa-dumbbell{
    color: white;
    font-size: 4em; 
}
.fa-people-group{
    color: white;
    font-size: 4em;  
}
.c p{
    color: white;
    font-size: 1.2em;
    text-align: center;
    padding-top: 1em;
}



/* Stellenangebote */
.stellenangebote{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 15%;
}
.jobbereich{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-left-style: solid;
    border-left-color: whitesmoke;
    border-left-width: 0.5em;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.jobs_shk{
    display: none;
}
.jobs_sonst{
    display: none;
}
.nichts{
    display: none;
    width: 100%;
    height: fit-content;
    text-align: center;
    justify-content: center;
    font-style: italic;
    margin-top: 35vh;
    margin-bottom: 35vh;
    padding-top: 20vh;
    padding-bottom: 20vh;
    border-left-style: solid;
    border-left-color: whitesmoke;
    border-left-width: 0.5em;
}
.container{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: fit-content;
    width: 100%;
    margin-top: 0vh;
    margin-bottom: 8vh;
    padding-top: 5vh;
    padding-bottom: 2vh;
}
.anzeige{
    display: inline-flex;
    width: 90%;
    margin-left: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
}
.ordnung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.container h2{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    line-height: 2em;
    font-size: 1.8em;
}
.jobtext{
    display: flex;
    width: 15%;
    position: absolute;
    left: -16%;
    top: 0;
    align-items: right;
    justify-content: right;
    text-align: right;
    font-size: 0.6em;
    line-height: 1.8em;
    letter-spacing: 0.7em;
}
.trennlinie{
    display: flex;
    height: 0.05em;
    width: 30vw;
    margin: 0 auto;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-bottom-style: solid;
    border-bottom-color: var(--anthra);
    border-width: 0.05em;
}
.einleitungstext{
    display: none;
    padding-top: 2vh;
    width: 100%;
    margin-left: 0%;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
}
.auflistung{
    display: inline-flex;
    flex-direction: column;
    justify-content: left;
    width: 65%;
    padding-left: 4vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
    height: fit-content;
    overflow: hidden;
    display: none;
}
.beispielbild{
    display: inline-flex;
    position: relative;
    width: 35%;
    height: available;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.deko1{
    position: absolute;
    height: available;
    width: 3vw;
    background-color: transparent;
    border-top: 56vh solid white;
    border-left: 2vw solid white;
    border-right: 1vw solid transparent;
    left: 0vw;
    overflow: hidden;
}
.deko2{
    position: absolute;
    height: available;
    width: 3vw;
    background-color: transparent;
    border-bottom: 56vh solid white;
    border-right: 2vw solid white;
    border-left: 1vw solid transparent;
    right: 0vw;
    overflow: hidden;
}
.pic{
    width: 100%;
    height: available;
    background-size: cover;
    background-position: center center;
}
.aufgaben{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2vh;
}
.anforderungen{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2vh;
}
.auflistung h3{
    width: 100%;
    margin: 0 auto;
    font-size: 1.2em;
    margin-bottom: 1.5vh;
    text-decoration: none 0.05em;
    text-underline-offset: 1.5vh;
    letter-spacing: 0.1em;
    color: black;
    text-align: left;
}
.auflistung ul{
    font-size: 0.9em;
    font-weight: 400;
    padding-left: 5vh;
    text-align: left;
}

.auflistung ul li{
    list-style-type: disc;
}
/* Ende Stellenangebote */


/* Bilder */
.pic1{
    background-image: url(medien/Bilder/kompri/093.webp);
}
.pic2{
    background-image: url(medien/Bilder/kompri/094.webp);
}
.pic3{
    background-image: url(medien/Bilder/kompri/095.webp);
}
.pic4{
    background-image: url(medien/Bilder/kompri/096.webp);
}
.pic5{
    background-image: url(medien/Bilder/kompri/097.webp);
}
/* Ende Bilder */


/* Ausklappbutton */
.ausklappen{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    box-shadow: 0px 0px 5px 2.5px#00000025;
    transition: all 0.1s ease-in-out;
    background-color: whitesmoke;
    margin-bottom: 1vh;
    margin-top: 2vh;
}
.ausklappen:hover{
    cursor: pointer;
}
.ausklappen i{
    display: flex;
    height: inherit;
    width: inherit;
    justify-content: center;
    align-items: center;
}
#aus1_3{
    margin-bottom: 0vh;
}
#aus2_1{
    margin-bottom: 0vh;
}
#aus3_1{
    margin-bottom: 0vh;
}
/* Ende Ausklappbutton */






/* Initiativbewerbung */
.initiativ h2{
    margin-bottom: 3vh;
}
.initiativ{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 7vh;
    margin-top: 5vh;
    background-color: whitesmoke;
}
#trenner{
    width: 30vw;
    margin: 0 auto;
    height: 1vh;
    border-bottom-style: solid;
    border-width: 0.05em;
    border-color: var(--anthra);
}
.initiativ p{
    margin-top: 4vh;
}
/* Ende Initiativbewerbung */



/* Text */
.kontaktcontainer{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30vh;
    margin-bottom: 30vh;
    width: 70%;
    margin-left: 15%;
}
.textmitpfeil{
    width: 100%;
}
.p{
    width: 90%;
    padding: 1em;
    text-align: center;
}
.pfeil i{
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 5%;
    height: auto;
    font-size: 2em;
    color: rgb(214, 214, 214);
}
/* Ende Text */


/* Schriftkopf */
.schriftkopf1{
    display: flex;
    width: 60%;
    margin-left: 20%;
    text-align: right;
    letter-spacing: 0.2em;
    line-height: 4em;
    padding-bottom: 1em;
}
.schriftkopf1 h2{
    font-size: 3em;
    font-weight: 1000;
    width: 100%;
    color: rgb(209, 209, 209);
}
/* Ende Schriftkopf */

/* Kontaktformular */
  .kontaktformular{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    margin-left: 20%;
    background-color: var(--anthra);
    font-family: "Quicksand";
    color: whitesmoke;
    border-radius: 0.2em;
  }
  form{
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .reihe{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding-top: 1.5em;
  }
  .half{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    font-size: 1em;
  }
  .str{
    width: 69%;
  }
  .nr{
    width: 29%;
  }
  .ort{
    width: 69%;
  }
  .plz{
    width: 29%;
  }
  .arede{
    width: 29%;
  }
  .stellenangebote{
    display: flex;
    align-items: flex-start;
    width: 69%;
  }
  .stellenangebote label{
    display: flex;
  }
  form label{
    font-size: 0.8em;
  }
  form input{
    font-size: 0.8em;
  }
  form select{
    background-color: var(--anthra);
  }
  .myborders{
    font-size: 0.8em;
    padding: 0.5em;
    margin-top: 0.5em;
    border-radius: 0.5em;
    border-width: 0;
    background-color: var(--kontakt);
    color: whitesmoke;
    width: 100%;
  }
  .message{
    width: 100%;
    margin-top: 1.5em;
  }
  textarea{
    font-family: "Quicksand";
  }
  .zustimmung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 96%;
    margin-left: 2%;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }
  .zustimmung h3{
    font-size: 1em;
    color: var(--kontakt-light);
    padding-bottom: 2vh;
  }
  .zustimmung a{
    color: var(--kontakt-light);
  }
  .but button:hover{
    cursor: pointer;
  }
  .but{
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  }
  .buttonz{
  width: 40%;
  }
  #re{
  margin-left: 1vw;
  }
  #sub{
  margin-right: 1vw;
  }
  .but button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7em;
  background-color: var(--kontakt);
  color: whitesmoke;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 0.5em;
  border-color: var(--anthra);
  border-width: 0em;
  box-shadow: none;
  font-family: "Quicksand";
  font-size: 0.9em;
  }
  .block{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    }
  .label{
    font-size: 0.8em;
    color: var(--kontakt-light);
    width: calc(100% - 3em);
    margin-left: 1em;
    padding-top: 0;
    height: fit-content;
  }
  .block .round {
    position: relative;
  }
  .block .round label {
    background-color: var(--kontakt-light);
    border: 0.06em solid #ccc;
    border-radius: 1.5em;
    cursor: pointer;
    height: 1.5em;
    width: 2em;
    display: flex;
    margin-top: 0.5em;
  }
  .block .round label:after {
    border: 0.1em solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    content: "";
    height: 0.5em;
    opacity: 0;
    transform: rotate(-45deg);
    width: 0.8em;
    top: 0.3em;
    left: 0.6em;
    margin-top: 0.5em;
  }
  .block .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .block .round input[type="checkbox"]:checked + label {
    background-color: var(--highlight);
    border-color: #ccc;
  }
  .block .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  .round{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  /* Ende Kontaktformular */


/* Dateiupload */
.anhang{
    width: 100%;
    margin-top: 1.5em;
    color: whitesmoke;
    font-size: 0.8em;
}
.containa{
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    min-height: 14vh;
    margin-top: 1vh;
    border-radius: 0.5em;
    background-color: var(--kontakt);
}
.drop-section{
    width: 100%;
    height: available;
    background-color: transparent;
    position: relative;
    padding: 1vh;
    margin: 0 auto;
}
.drop-section i{
    cursor: pointer;
    color: var(--kontakt-light);
    font-size: 10vh;
}
.drop-section div.col:first-child{
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
    transform: scale(1);
    width: 100%;
    margin: auto;
}
.drop-section div.col:last-child{
    font-size: 0.8em;
    color: whitesmoke;
    position: absolute;
    top: 0vw;
    bottom: 0vw;
    left: 0vw;
    right: 0vw;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    transition-duration: 0.5s;
    background-color: yellow;
}
/* we will use "drag-over-effect" class in js */
.drop-section .cloud-icon{
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.drop-section span,
.drop-section button{
    display: flex;
    margin: auto;
    color: var(--kontakt-light);
    margin-bottom: 0.5vh;
}
.drop-section input{
    display: none;
}
.list-section{
    display: none;
    text-align: left;
    padding: 1vh;
    width: 100%;
}
.list{
    width: 100%;
}
.list-section .list-title{
    font-size: 0.7em;
    color: whitesmoke;
}
.list-section li{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: 1vh 0vh;
    padding: 2vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    border-radius: 0.5em;
    transition-duration: 0.1s;
    color: whitesmoke;
    background-color: var(--anthra);
}
.list-section li .col:nth-child(1){
    width: 5%;
    text-align: right;
}
.list-section li .col:nth-child(2){
    width: 90%;
    text-align: left;
    font-size: 0.7em;
    color: var(--kontakt-light);
    padding: 1vh 1.5vh;
}
.list-section li .col:nth-child(3){
    width: 5%;
}
.list-section li .col:nth-child(2) div.name{
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-section li .col .file-name span{
    color: whitesmoke;
    float: right;
}
.list-section li .file-progress{
    width: 90%;
    height: 1vh;
    margin-top: 1vh;
    border-radius: 0.5vh;
    background-color: whitesmoke;
}
.list-section li .file-progress span{
    display: flex;
    width: 0%;
    height: 100%;
    border-radius: 0.5vh;
    background-image: linear-gradient(120deg, #6b99fd, #9385ff);
    transition-duration: 0.4s;
}
.list-section li .col .file-size{
    font-size: 0.7em;
    margin-top: 0.5vh;
    color: var(--kontakt-light);
}
.list-section li .col i{
    fill: var(--kontakt-light);
    background-color: var(--anthra);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.icon{
    width: 3vh;
    height: 3vh;
    align-items: left;
    justify-content: left;
    position: relative;
    left: 50%;
    top: 50%;
    position: absolute;
    left: 5%;
    transform: translate(-50%, -50%);
}
#haken{
    right: 6%;
}
.fa-trash-can{
    color: var(--kontakt-light);
}
.fa-trash-can:hover{
    cursor: pointer;
    color: rgb(255, 61, 61);
}
.fa-check{
    color: rgb(26, 197, 26);
}
#kreuz{
    right: 0;
}
#ico{
    position: absolute;
    right: "";
}
.list-section li .col svg.tick{
    fill: whitesmoke;
    background-color: transparent;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete i.cros{
    display: none;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog i.tick{
    display: none;
}
  /* Ende Datenupload */


 /* Button Lädt */
    #wiebutton{
        display: none;
        justify-content: center;
        align-items: center;
        padding: 1vh;
        background-color: transparent;
        color: whitesmoke;
        font-weight: bolder;
        margin-top: 2vh;
        margin-bottom: 2vh;
        margin-right: 1vw;
        border-radius: 0.5em;
        border-width: 0em;
        box-shadow: none;
    }
    :root{
        --offset: 187;
        --duration: 1.4s;
        }
        
        .spinner {
          animation: rotator var(--duration) linear infinite;
        }
        
        @keyframes rotator {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(270deg); }
        }
        
        .path {
          stroke-dasharray: var(--offset);
          stroke-dashoffset: 0;
          transform-origin: center;
          animation:
            dash var(--duration) ease-in-out infinite, 
            colors 5.6s ease-in-out infinite;
        }
        
        @keyframes colors {
            0% { stroke: #4285F4; }
            25% { stroke: #DE3E35; }
            50% { stroke: #F7C223; }
            75% { stroke: #1B9A59; }
          100% { stroke: #4285F4; }
        }
        
        @keyframes dash {
         0% { stroke-dashoffset: var(--offset); }
         50% {
           stroke-dashoffset: 46.75;
           transform:rotate(135deg);
         }
         100% {
           stroke-dashoffset: var(--offset);
           transform:rotate(450deg);
         }
        }

 /* Ende Button Lädt */





@media (max-width: 1200px) and (min-width:993px) and (orientation: landscape){
                        /* Stellenangebote */
                        .stellenangebote{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 90%;
                    margin-left: 5%;
                        }
                        .jobtext{
                    left: 4%;
                    font-size: 0.5em;
                    width: 40%;
                    text-align: left;
                    align-items: left;
                    justify-content: left;
                        }
                        .container{
                width: 100%;
                margin-bottom: 4vh;
                        }
                        .anzeige{
                width: 90%;
                margin-left: 5%;
                margin-right: 5%;
                        }
                        /* Ende Stellenangebote */
            
            
                        /* Kontaktformular */
                        .kontaktformular{
                            width: 80%;
                            margin-left: 10%;
                            border-radius: 0.2em;
                        }
                        /* Ende Kontaktformular */
}
    
@media (max-width: 1200px) and (min-width:601px) and (orientation: portrait) {    

            
            /* Überschrift */
            .titel1{
                top: 50%;
            }
            /* Überschrift */
        
            
            /* Schriftkopf */
            .schriftkopf1{
                display: none;
            }
            .schriftkopf2{
                display: flex;
            }
            /* Ende Schriftkopf */
        
        
            /* Stellenangebote */
            .stellenangebote{
                 width: 90%;
                 margin-left: 5%;
            }
            .jobtext{
                 left: 4%;
                 font-size: 0.6em;
                 width: 40%;
                 text-align: left;
                 align-items: left;
                 justify-content: left;
            }
            .jobbereich{
                border-left-width: 0.2em;
            }
            .einleitungstext{
                 flex-direction: column;
                 justify-content: center;
            }
            .container{
                width: 100%;
                margin-bottom: 4vh;
            }
            .container h2{
                width: 95%;
                margin-left: 0%;
                margin-right: 5%;
                margin-top: 0.5em;
                font-size: 1.5em;
                padding-left: 3vw;
                padding-right: 3vw;
            }
            .anzeige{
                width: 95%;
                margin-left: 0%;
                margin-right: 5%;
            }
            .auflistung{
                 width: 100%;
            }
            .beispielbild{
                 justify-content: row;
                 width: 60%;
                 margin-left: 20%;
                 height: fit-content;
                 padding-top: 2vh;
                 padding-bottom: 2vh;
            }
            .deko1{
                 border-top: 31vh solid white;
            }
            .deko2{
                 border-bottom: 31vh solid white;
            }
            .pic{
                 width: 100%;
                 margin-left: 0%;
                 height: 30vh;
            }
            .auflistung ul{
                padding-left: 3vh;
                font-size: 1em;
                line-height: 2em;
            }
            /* Ende Stellenangebote */
        
        
            /* Kontaktformular */
            .kontaktformular{
                    width: 90%;
                    margin-left: 5%;
                    border-radius: 0.2em;
            }
            .buttonz{
                width: 48%;
            }
            .but button{
                font-size: 0.8em;
            }
            .list-section li .col:nth-child(1){
                width: 10%;
            }
            .list-section li .col:nth-child(2){
                width: 80%;
            }
            .list-section li .col:nth-child(3){
                width: 10%;
            }
            #kreuz{
                right: 2%;
            }
            .icon{
                left: 9%;
            }
            #haken{
                right: 8%;
            }
            /* Ende Kontaktformular */
                  
            /* Schriftkopf */
            .schriftkopf1{
                    width: 96%;
                    margin-left: 2%;
                    font-size: 0.5em;
            }
            /* Ende Schriftkopf */
        
            /* Text */
            .kontaktcontainer{
            margin-top: 15vh;
            margin-bottom: 15vh;
            width: 80%;
            margin-left: 10%;
            }
            /* Ende Text */
        
            /* Initiativbewerbung */
            .initiativ h2{
                 margin-bottom: 2vh;
                 font-size: 1.5em;
            }
            .initiativ{
                 padding: 2em;
                 margin-top: 2vh;
            }
            .initiativ p{
                 margin-top: 2vh;
            }
            /* Ende Initiativbewerbung */
        
            /*Text */
            .pfeil i{
                font-size: 1.5em;
            }
            /* Ende Text */     
}

@media (max-width: 992px) and (orientation: landscape){
 
            
            /* Überschrift */
            .titel1{
                top: 50%;
            }
            /* Überschrift */
        
            
            /* Schriftkopf */
            .schriftkopf1{
                display: none;
            }
            .schriftkopf2{
                display: flex;
            }
            /* Ende Schriftkopf */
        
        
            /* Stellenangebote */
            .stellenangebote{
                 width: 90%;
                 margin-left: 5%;
            }
            .jobtext{
                 left: 4%;
                 font-size: 0.4em;
                 width: 40%;
                 text-align: left;
                 align-items: left;
                 justify-content: left;
            }
            .jobbereich{
                border-left-width: 0.2em;
            }
            .einleitungstext{
                 flex-direction: column;
                 justify-content: center;
            }
            .container{
                width: 90%;
                margin-left: 5%;
                margin-bottom: 4vh;
            }
            .container h2{
                width: 95%;
                margin-left: 0%;
                margin-right: 5%;
                margin-top: 1em;
                font-size: 1.5em;
                padding-left: 3vw;
                padding-right: 3vw;
            }
            .anzeige{
                width: 95%;
                margin-left: 0%;
                margin-right: 5%;
            }
            .auflistung{
                 width: 100%;
            }
            .beispielbild{
                 justify-content: row;
                 width: 50%;
                 margin-left: 25%;
                 height: fit-content;
                 padding-top: 7vh;
                 padding-bottom: 7vh;
            }
            .deko1{
                 border-top: 71vh solid white;
            }
            .deko2{
                 border-bottom: 71vh solid white;
            }
            .pic{
                 width: 100%;
                 margin-left: 0%;
                 height: 70vh;
            }
            .auflistung ul{
                padding-left: 10vh;
                line-height: 2em;
            }
            .auflistung h3{
                padding-top: 1em;
                padding-bottom: 0.5em;
            }
            /* Ende Stellenangebote */
        
        
            /* Kontaktformular */
            .kontaktformular{
                    width: 100%;
                    margin-left: 0%;
                    border-radius: 0em;
            }
            .buttonz{
                width: 48%;
            }
            .but button{
                font-size: 0.8em;
            }
            .list-section li .col:nth-child(1){
                width: 10%;
            }
            .list-section li .col:nth-child(2){
                width: 80%;
            }
            .list-section li .col:nth-child(3){
                width: 10%;
            }
            #kreuz{
                right: 2%;
            }
            .icon{
                left: 9%;
            }
            #haken{
                right: 8%;
            }
            /* Ende Kontaktformular */
                  
            /* Schriftkopf */
            .schriftkopf1{
                    width: 96%;
                    margin-left: 2%;
                    font-size: 0.5em;
            }
            /* Ende Schriftkopf */
        
            /* Text */
            .kontaktcontainer{
            margin-top: 15vh;
            margin-bottom: 15vh;
            width: 80%;
            margin-left: 10%;
            }
            /* Ende Text */
        
            /* Initiativbewerbung */
            .initiativ h2{
                 margin-bottom: 2vh;
                 font-size: 1.5em;
            }
            .initiativ{
                 padding: 2em;
                 margin-top: 2vh;
            }
            .initiativ p{
                 margin-top: 2vh;
            }
            /* Ende Initiativbewerbung */
        
            /*Text */
            .pfeil i{
                font-size: 1.5em;
            }
            /* Ende Text */
}
  
@media (max-width: 600px) and (orientation: portrait) {

    /* Header*/
    header{
        height: 80vh;
    }
    /* Ende Header*/
    

    
    /* Überschrift */
    .titel1{
        top: 50%;
    }
    /* Überschrift */

    
    /* Schriftkopf */
    .schriftkopf1{
        display: none;
    }
    .schriftkopf2{
        display: flex;
    }
    /* Ende Schriftkopf */


    /* Stellenangebote */
    .stellenangebote{
         width: 90%;
         margin-left: 5%;
    }
    .jobtext{
         left: 4%;
         font-size: 0.2em;
         width: 40%;
         text-align: left;
         align-items: left;
         justify-content: left;
    }
    .jobbereich{
        border-left-width: 0.2em;
    }
    .einleitungstext{
         flex-direction: column;
         justify-content: center;
    }
    .container{
        width: 100%;
        margin-bottom: 4vh;
    }
    .container h2{
        width: 95%;
        margin-left: 0%;
        margin-right: 5%;
        margin-top: 0.5em;
        font-size: 1.5em;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .anzeige{
        width: 95%;
        margin-left: 0%;
        margin-right: 5%;
    }
    .auflistung{
         width: 100%;
    }
    .beispielbild{
         justify-content: row;
         width: 70%;
         margin-left: 15%;
         height: fit-content;
         padding-top: 2vh;
         padding-bottom: 2vh;
    }
    .deko1{
         border-top: 31vh solid white;
    }
    .deko2{
         border-bottom: 31vh solid white;
    }
    .pic{
         width: 100%;
         margin-left: 0%;
         height: 30vh;
    }
    .auflistung ul{
        padding-left: 3vh;
    }
    /* Ende Stellenangebote */


    /* Kontaktformular */
    .kontaktformular{
            width: 100%;
            margin-left: 0%;
            border-radius: 0em;
    }
    .buttonz{
        width: 48%;
    }
    .but button{
        font-size: 0.8em;
    }
    .list-section li .col:nth-child(1){
        width: 10%;
    }
    .list-section li .col:nth-child(2){
        width: 80%;
    }
    .list-section li .col:nth-child(3){
        width: 10%;
    }
    #kreuz{
        right: 2%;
    }
    .icon{
        left: 9%;
    }
    #haken{
        right: 8%;
    }
    /* Ende Kontaktformular */
          
    /* Schriftkopf */
    .schriftkopf1{
            width: 96%;
            margin-left: 2%;
            font-size: 0.5em;
    }
    /* Ende Schriftkopf */

    /* Text */
    .kontaktcontainer{
    margin-top: 15vh;
    margin-bottom: 15vh;
    width: 80%;
    margin-left: 10%;
    }

    .kontaktcontainer p{
        font-size: 0.8em;
    }
    /* Ende Text */

    /* Initiativbewerbung */
    .initiativ h2{
         margin-bottom: 2vh;
         font-size: 1.5em;
    }
    .initiativ{
         padding: 2em;
         margin-top: 2vh;
    }
    .initiativ p{
         margin-top: 2vh;
         font-size: 0.8em;
    }
    /* Ende Initiativbewerbung */

    /*Text */
    .pfeil i{
        font-size: 1.5em;
    }
    /* Ende Text */
            
}