@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
*
/*//////////////////////Generelle Einstellung////////////////////*/
*{
    margin: 0;
    padding: 0;
    
}
/*////////////////////HEADER HAUPTSEITE ///////////////////////*/
.header{
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(bild-firma_1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}
/*///////////////////lINKS NORMALE SEITE ///////////////////*/
nav
{
    display:flex;
    padding:2% 6%;
    justify-content: space-between;
    align-items: center;

}
nav img
{
    width:150px;
    
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display:inline-block;
    padding: 8px 12px;
    position: relative;

}
.nav-links ul li a{
    color:white;
    text-decoration: none;
    font-size: 25px;
    font-family: 'Poppins, sans-serif';
}
.nav-links ul li::after{
    content:"'";
    width: 0%;
    height: 2px;
    background: rgb(153, 27, 27);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width:100%;
}
/*////////////////ÜBERSCHRIFT HAUPTSEITE////////////////*/
.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}
.text-box h1{
    font-size: 80px;
}
.text-box p{
    margin:10 0 40px;
    font-size: 60px;
    color:white;


}
/*//////////////BUTTON HEADER HAUPTSEITE///////////////*/
.hero-btn{
    display:inline-block;
    text-decoration: none;
    color:white;
    border: 1px solid white;
    margin-top: 40px;
    padding:12px 14px;
    font-size: 20px;
    background: transparent;
    position:relative;
    cursor:pointer;
}
.hero-btn:hover{
    border:1px solid beige;
    background:rgb(148, 45, 45);
    transition: 1s;

}
/*///////////////////lINKS NORMALE SEITE ///////////////////*/
nav .fa{
    display: none;
}
/*////////////////////////////////////HEADER ANPASSUNGEN KLEINERE BILDSCHIRME////////////////*/
@media(max-width:800px){
    .header{
        max-height:80vh;
        min-height:75vh;
    }
    .nav-links ul li a{
        font-size:17px;
        
    }
    .nav-links ul{
        margin-top:45px;
        right: -200px;
    }
    .text-box h1{
        font-size:45px;

    }
    .text-box p{
        font-size:35px;

        
    }
    .text-box{
        margin-top:45px;

    }
}
@media(max-width: 720px){
    .text-box h1{
        font-size: 40px;
    }
    .text-box p{
        font-size: 25px;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width: 700px){
    .header{
        overflow-x:hidden;
    }
    .text-box h1{
        font-size: 30px;
    }
    .text-box p{
        font-size: 15px;
    }
    .nav-links ul li{
        display:block;
    }
    .nav-links {
        position:absolute;
        background: #f44336;
        height: 100vh;
        width: 150px;
        top:0;
        right:-200px;
        text-align: left;
        z-index: 2;
        transition:1s;

    }
    nav .fa{
    display: block;
    color:#fff;
    margin:10px;
    font-size: 22px;
    cursor:pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}
@media(max-width:600px){
    .header{
        min-width:55vh;
        max-width:60vh;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width:500px){
    .hero-btn{
        color:white;
        border: 1px solid white;
        margin-top: 40px;
        padding:10px 14px;
        font-size: 20px;
    }
    .nav-links ul{
        right: -200px;
    }
}
@media(max-width:400px){
    .hero-btn .bw{
        color:white;
        border: 1px solid white;
        margin-top: 40px;
        padding:10px 14px;
        font-size: 15px;
    }
    .nav-links ul{
        right: -200px;
    }
}
/*///////////////////////////////////////////////////////
////////////////BODY HAUPSEITE /////////////////////////
/////////////////////////////////////////////////////*/

/*//////////////////UNSERE DIENSTLEISTUNGEN////////////////
//////////////////AUCH VERWENDET BEI BEWERBUNGSTEILSEITE///*/
.course{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;;
    
}
h1{
    font-size: 40px;
    font-weight: 600;
}
h2{
    color:grey;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    padding:10px;
    text-align: left;
}
p{
    color:grey;;
    font-size:  24px;
    font-weight: 300;
    line-height: 22px;
    padding:10px;
    
}
.row{
    margin-top: 5%;
    display:flex;
    justify-content:space-between;
}
.course-col{
    flex-basis: 32%;
    background: #fff3f3;
    border-radius: 10px;
    padding:  20px 12px;
    margin-bottom: 5%;
    box-sizing: border-box;
    transition:0.5s

}
h3{
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
/*/////////////////////////////////////UNSERE PROJEKTE /////////////////////////////////////////////////////////////////////////*/
.campus{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 50px;

}
.campus p{
    font-size:15px;
    font-weight:300;
    color:black;
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
}
.campus-col img{
    width:100%;
    height: 100%;
    display:block;
}
.layer{
    background: transparent;
    position:absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    transition:0.5s;

}
.layer:hover{
    background: rgba(226,0,0,0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    opacity:0;
    transition: 0.5s;

}
.layer:hover h3{
    bottom:49%;
    opacity: 1;
}
.layer a{
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    position: absolute;
    opacity:0;
    transition: 0.5s;

}
.layer:hover a{
    bottom:49%;
    opacity: 1;
}
/*////////////////////////////////////////UNSERE UNTERNEHMEN//////////////////////////////////////////////////////////////////////*/
.facilities{
    width:80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
    
}
.facilities h3{
    color: black;
    font-weight: 300;
    font-size: 15px;
}
.facilities-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow:hidden;
}
.facilities-col img{
    width:100%;
    display:block;
}
/*/////////////////////////////////////////////////////FEEDBACK////////////////////////////////////////////////////////////////*/
.testimonials{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 100px;
}
.testimonial-col{
    margin-top: 40px;
    flex-basis: 44%;
    border-radius:10px;
    margin-bottom:5%;
    text-align: left;
    background:#fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
    
}
.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;

}
.testimonial-col h3{
    margin-top: 15px;
    text-align: left;  
}
.testimonial-col p{
    font-size: 20px;
}
.testimonial-col .fa{
    color:red;

}
/*///////////////////////////////////////////////////FEEDBACK KOMMENTAR////////////////////////////////////////////////////////*/
.comment{
    width:100%;
    text-align:center;
    padding:30px;
}
.comment h4{
    margin-bottom:25px;
    margin-top: 60px;
    font-weight:600;
    font-size: 25px;

}
.icons .fa{
    color:#f44336;
    margin: 0 13px;
    cursor:pointer;
    padding: 10px 0;
}
.comment-box{
    border: 2px solid rgb(44, 43, 43);
    margin: 50px 0;
    padding: 15px 20px;
}
.comment-form input, .comment-form textarea{
    width: 85%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border:none;
    outline:none;
    background: lightgrey;

}
comment-form button{
    margin: 10px 0;
    padding:5px;

}
.comment-col input, .comment-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border:1px solide #ccc;
    outline:none;
}
.Kommentar{
    padding-bottom: 30px;
}
.red-btn{
    border:1px solid rgb(148, 45, 45);
    background:transparent;
    color: rgb(148, 45, 45);

}
.red-btn:hover{
    color:white;

}
/*///////////////////////////////////////////////VERLINKUNG ZUR BEWERBUNG//////////////////////////////////////////////////////////////////*/
.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(teamwork.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align:center;
    padding: 100px 0;
}
.cta h1{
    color:beige;
    margin-bottom: 40px;
    padding: 0;
    font-size: 40px;
}
.cta h2{
    color:beige;
    font-size:30px;
    position:center;
}
.cta h4{
    color:beige;
    font-size:30px;
    position:center;

}
.cta p{
    color:white;
    font-size:15px;
    padding: 15px;
}
/*////////////////////////////////////COURSE ROW CAMPUS FACILITIES TESTIMONIALS CTA COMMENT ANPASSUNGEN KLEINERE BILDSCHIRME////////////////*/
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
@media(max-width: 400px){
    .course h1{
        font-size:23px;
        font-weight:600;
    }
    .campus h1{
        font-size: 23px;
        font-weight:600;
    }
    .facilities h1{
        font-size: 23px;
        font-weight:600;
    }
    .facilities p{
        font-size:18px;
        font-weight:600;
    }
    .testimonials h1{
        font-size: 33px;
        font-weight:600;
    }
    .testimonials p{
        font-size:20px;
        font-weight:600;
    }
}
@media(max-width: 800px){

    .row{
        flex-direction: column;
    }
}
@media(max-width:700px){
    .testimonial-col img{
        
        margin-left: 0px;
        margin-right: 15px;
    }

    
}
@media(max-width: 700px) {
    .cta h1{
        font-size: 24px;
    }
    .cta p{
        color:white;
        font-size:14px;
    }
    
}
/*//////////////////////////////////////SPÄTERE ZUSÄTZE//////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////BLUE///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////*/
.blue{
    background-color:rgba(193, 193, 211, 0.664);
    
    
}
.blue h2{
    color:rgb(32, 31, 31);
}
.blue h3{
    font-weight: 800;
}

/*/////////////////////////////////////ALIGNTOO///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////*/
.aligntoo p{
    text-align: left;
    font-size: 15px;
}
/*/////////////////////////////////////IMPRESSUM VERLINKUNG///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////ALLE WEBSITES////////////////////////////////////////////////////////////////////////////*/
.impressumlink a{
    color: black;
    margin-bottom:50px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////TEILSEITE BEWERBUNG///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////HEADER BEWERBUNGEN//////////////////////////////////////////////////////////////////////*/
.header_bewerbungen{
    width:100%;
    min-height:100vh;
    max-height: 100vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(hintergrund2.jpg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow:hidden;
}
.header_bewerbungen h1{
    color: white;
    min-height: 40vh;
    
    margin:auto;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    font-size:35px;
    
}
.header_bewerbungen h2{
    color: white;
    min-height: 20vh;
    
    margin:auto;
    text-align: center;
    padding-top: 0px;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 35px;
    align-items: top;
    
}

/*////////////////////////////////////HEADER BEWERBUNG ANPASSUNG AN KLEINERE BILDSCHIRME/////////////////////////////////////////*/


@media(max-width:1050px){
    .header_bewerbungen h1{
        margin-top:185px;
    }
}

@media(max-width:800px){
    .header_bewerbungen h1{
        margin-top:75px;
    }
}
@media(max-width: 700px){
    .header_bewerbungen{
        overflow:hidden;
    }
    .header_bewerbungen h1{
        margin-top:50px;
    }

    .nav-links ul li{
        display:block;
    }
    .nav-links{
        position:absolute;
        background: #f44336;
        height: 70vh;
        width: 150px;
        top:0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition:1s;

    }
    nav .fa{
        display: block;
        color:#fff;
        margin:10px;
        font-size: 22px;
        cursor:pointer;
    }
    .nav-links ul{
        padding: 5px;

    }
}

@media(max-width: 420px){
    .header_bewerbungen{
        overflow: hidden;
    }
    .header_bewerbungen h1{
        font-size:25px;
    }
    .nav-links ul{
        right:-200px;
    }
}
@media(max-width: 350px){
    .header_bewerbungen{
        overflow:hidden;
    }
    .header_bewerbungen h1{
        font-size:20px;
        margin-top:50px;
    }
}
/*///////////////////////////////BERWERBUNGEN VERFÜGBARE JOBS/////////////////////////////*/
.bewerbungen_cards{

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background:white;
    
}
.content_bewerbung{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1500px;
    flex-wrap: wrap;
}
.content_bewerbung .card_bewerbung{
    position:relative;
    width: 450px;
    padding: 5px;
    margin: 5px;
    background:rgba(193, 193, 211, 0.664);

}
.content_bewerbung .card_bewerbung::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 20px solid transparent;
    border-top: 20px solid darkblue;
    border-right: 20px solid darkblue;
    
}
.content_bewerbung .card_bewerbung.active::before{
    border-top: 20px solid pink;
    border-right: 20px solid pink;
}
.content_bewerbung .content_card{
    position: relative;
    height: 215px;
    overflow:hidden;
}
.content_bewerbung .content_card h3{
    color: black;
    font-size: 1.4em;
    font-weight: 600px;
    margin-bottom: 10px;
}
.content_bewerbung .content_card p{
    font-weight: 300px;
    color: black;
}
.content_bewerbung .card_bewerbung.active .content_card{
    height: auto;
}
.content_bewerbung .card_bewerbung.active .content_card::before{
    display:none;
}
.content_bewerbung .card_bewerbung .more{
    position:relative;
    padding: 10px 15px;
    margin-left: 40%;
    background: darkblue;
    margin-top: 15px;
    display:inline-block;
    cursor:pointer; 
    text-transform: uppercase;
    color:white;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;

}
.content_bewerbung .card_bewerbung.active .more{
    background:pink;
    color: white;
}
.content_bewerbung .card_bewerbung .more::before{
    content: 'Mehr lesen';

}
.content_bewerbung .card_bewerbung.active .more::before{
    content:'Weniger lesen';
}
/*/////////////////////////////////////////////////////
///////KONTAKTINFORMATION//////////////////////////////
/////////////////////////////////////////////////////*/
.Info h1{
    color: black;
    min-height: 10vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;

}
.Info h2{
    color:grey;;
    font-size:  24px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom:100px;
    text-align: center;
    margin-left: 50px;

}
.Info h3{
    color:black;;
    font-size:  24px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom:100px;
    text-align: center;
    font-weight: 600; 
    padding-left: 75px;

}
/*////////////////////////////////////////////BEWERBUNG VERFÜGBARE JOBS////////////////////////////*/
/*///////////////////////////////////////////ANPASSUNG AN KLEINERE BILDSCHIRME/////////////////////*/
@media(max-width:700px){
    .content_bewerbung .card_bewerbung{ 
        width: 80%;
    }
    .content_bewerbung .card_bewerbung .more{
        margin-left: 25%;

    }
}
@media(max-width:600px){

    .content_bewerbung .card_bewerbung .more{
        margin-left: 30%;

    }
}
@media(max-width:300px){

    .content_bewerbung .card_bewerbung .more{
        
        margin-left:-15px;

    }
}
@media(max-width:420px){
    .content_bewerbung .content_card h3{
        font-size: 1.1em;
        font-weight: 600px;

    }

}
@media(max-width:800px){

    .content_bewerbung .card_bewerbung .more{
        margin-left: 30%;

    }
}
/*HIER IST AUCH INFO DABEI*/
@media(max-width:1050px){

    .content_bewerbung .card_bewerbung .more{
        margin-left: 35%;

    }
    .Info h2{
        line-height:45px;
        font-size:30px;
    }

}
@media(max-width:700px){
    .Info h1{
        font-size:25px;
        font-weight: 600;
    }
    .Info h2{
        line-height:35px;
        font-size:20px;
    }
}
@media(max-width:400px){
    .Info h1{
        font-size:25px;
        font-weight: 600;
    }
    .Info h2{
        line-height:25px;
        font-size:15px;
    }
}
@media(max-width:290px){
    .info p{
        font-size:5px;
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////TEILSEITE KONTAKT///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////HEADER KONTAKT////////////////////////////////////////////////////////////////////*/
.header_contact{
    width:100%;
    min-height: 60vh;
    max-height:100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(Hand.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header_contact h1{
    color: white;
    font-size: 70px;
    min-height: 10vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;

}
/*/////////////////////////////////////////////HEADER KONTAKT ANPASSUNG AN KLEINERE BILDSCHIRME////////////////////////////////////////////////////////////////////*/
@media(max-width:400px){
    .header_contact{
        overflow:hidden;
    }
    .header_contact h1{
        font-size:20px;
        font-weight:600;
    }

}
@media(max-width:300px){
    .header_contact h1{
        font-size:10px;
        font-weight:280;
        padding-left:15px;
    }

}
/*///////////////////////////////////////////// VERLINKUNG ZU GOOGLE MAPS////////////////////////////////////////////////////////////////////////////////////////*/
.location{
    width:80%;
    margin-left:140px;
    padding: 45px 0;
    align-items: center;
}
.location iframe{
    width: 100%;
}
.location h1{
    color: black;
    font-size: 40px;
    min-height: 10vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    margin-bottom: 25px;

}
/*///////////////////////////////////////////// VERLINKUNG ZU GOOGLE MAPS ANPASSUNG KLEINERE BILDSCHIRME////////////////////////////////////////////////////////////////////////////////////////*/
@media(max-width: 700px){
    .location{
        width:80%;
        margin-left:50px;
        padding: 45px 0;
        align-items: center;
    }
    .location iframe{
        width: 100%;
    }

}
@media(max-width: 800px){
    .location{
        width:80%;
        margin-left:10%;
        padding: 45px 0;
        align-items: center;
    }
    .location iframe{
        width: 100%;
    }

}
@media(max-width:700px){
    .info p{
        font-size:15px;
    }

}

/*///////////////////////////////////////////////////////SPÄTERE ZUSÄTZE////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////BROWN/////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////AUCH VERWENDET BEI////////////////////////////////////////////////////////////////////////////////////*/
.brown p{
    font-size: 30px;
    color:black;
    text-align: center;
    padding:20px;
    margin-top: 50px;
    line-height: 42px ;

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////TEILSEITE PROJEKTE///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////HEADER PROJEKTE////////////////////////////////////////////////////////////////////////////////////////*/
.header_projekte{
    width:100%;
    height: 100%;
    max-height:50vh;
    min-height: 50vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(downloads\ lavinia.jpg);
    background-position: center;
    background-size: cover;
    position: relative; 
    overflow: hidden;   
}

.header_projekte h1{
    text-align: center;
    color: white;
}
/*/////////////////////////PROJEKTCONTAINER////////////////////////////////*/
.small p{
    font-size: 15px;
}
.extra{
    padding-top: 90px;
}
.body2{
    display:flex;
    justify-content: center;
    align-items: center;
    background:white;
    margin-top: 150px;
}
.projektcontainer{
    position:relative;
    width: 1100px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}
.projektcontainer .card{
    position:relative;
    max-width: 500px;
    height: 215px;
    background:rgb(148, 45, 45);
    margin: 30px 10px;
    padding: 20px 15px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    display:flex;
    flex-direction: column;
    box-shadow: 0 5px 202px black;
    transition: 0.3s ease-in-out;


}
.projektcontainer .card:hover{
    height:580px;

}
.projektcontainer .card .imgBx{
    position:relative;
    width:360px;
    height: 160px;
    top:-60px;
    left:60px;
    z-index: 1;
    box-shadow: 0 5px 20px black;
    margin-top: 20px;
}
.projektcontainer .card .imgBx img{
    max-width: 100%;
    border-radius: 4px;
}
.projektcontainer .card .content{
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color:white;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.projektcontainer .card:hover .content{
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;

}
.projektcontainer .card .content h2{
    margin-top: 20px;
    text-align: center;
    color:white;
}
.projektcontainer .card .content p{
    text-align: left;
    font-size: 20px;
    color:white;
}
.projektcontainer .big .card:hover {
    height:620px;

}
.projektcontainer .small .card:hover{
    height: 500px;
}
/*HEADER PROJEKTE MENÜ LÄDT AUS IRGENDWELCHEN RÜNDEN NICHT MEHR- Gelöst*/
@media(max-width: 1440px){
    .header_projekte h1{
        font-size:60px;
        padding-top:60px;
    }
}
@media(max-width: 1024px){
    .header_projekte h1{
        font-size:50px;
        padding-top:60px;
    }
}
@media(max-width: 700px){
    .header_projekte{
        overflow:hidden;
    }

    .header_projekte h1{
        margin-top: 50px;
    }
    .nav-links ul li{
        display:block;
    }
    .nav-links{
        position:absolute;
        background: #f44336;
        height: 100vh;
        width: 150px;
        top:0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition:1s;

    }
    nav .fa{
        display: block;
        color:#fff;
        margin:10px;
        font-size: 22px;
        cursor:pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}
@media(max-width:430px){
    .projektcontainer .card{
        position:relative;
        max-width: 325px;
        height: 215px;
        background:rgb(148, 45, 45);
        margin: 30px 10px;
        padding: 20px 15px;
        padding-bottom: 35px;
        margin-bottom: 35px;
        display:flex;
        flex-direction: column;
        box-shadow: 0 5px 202px black;
        transition: 0.3s ease-in-out;
    
    
    }
    .projektcontainer .card:hover{
        height:680px;
    
    }
    .projektcontainer .card .imgBx{
        position:relative;
        width:260px;
        height: 140px;
        top:-60px;
        left:60px;
        z-index: 1;
        box-shadow: 0 5px 20px black;
        margin-top: 20px;
    }
    .projektcontainer .card .imgBx img{
        max-width: 100%;
        border-radius: 4px;
    }
    .projektcontainer .card .content p{
        text-align: left;
        font-size: 15px;
        color:white;
    }
    .projektcontainer .card .content h2{
        margin-top: 17px;
        text-align: center;
        color:white;
        font-size:30px;
        line-height: 33px;
    }
    .projektcontainer .long .card:hover{
        height:750px;
    }
    .projektcontainer .long .content h2{
        font-size: 30px;
    }
    .projektcontainer .core .card:hover{
        height: 680px;
    }

}
@media(max-width:380px){
    .header_projekte h1{
        font-size:40px;
        
    }

    .projektcontainer .card{
        position:relative;
        max-width: 325px;
        height: 215px;
        background:rgb(148, 45, 45);
        margin: 30px 10px;
        padding: 20px 15px;
        padding-bottom: 35px;
        margin-bottom: 35px;
        display:flex;
        flex-direction: column;
        box-shadow: 0 5px 202px black;
        transition: 0.3s ease-in-out;
    
    
    }
    .projektcontainer .card:hover{
        height:680px;
    
    }
    .projektcontainer .card .imgBx{
        position:relative;
        width:260px;
        height: 140px;
        top:-60px;
        left:60px;
        z-index: 1;
        box-shadow: 0 5px 20px black;
        margin-top: 20px;
    }
    .projektcontainer .card .imgBx img{
        max-width: 100%;
        border-radius: 4px;
    }
    .projektcontainer .card .content p{
        text-align: left;
        font-size: 15px;
        color:white;
    }
    .projektcontainer .card .content h2{
        margin-top: 17px;
        text-align: center;
        color:white;
        font-size: 30px;
        line-height:33px;
    }
    .projektcontainer .long .card:hover{
        height:750px;
    }
    .projektcontainer .long .content h2{
        font-size: 30px;
    }
    .projektcontainer .core .card:hover{
        height: 680px;
    }

}
@media(max-width:320px){
    .header_projekte h1{
        font-size:30px;
        padding-bottom:25px;
        padding-top:15px;
    }
    nav img{

        width:130px;
        }
    .projektcontainer .card{
        position:relative;
        max-width: 300px;
        height: 160px;
        background:rgb(148, 45, 45);
        margin: 30px 10px;
        padding: 20px 15px;
        padding-bottom: 35px;
        margin-bottom: 35px;
        display:flex;
        flex-direction: column;
        box-shadow: 0 5px 202px black;
        transition: 0.3s ease-in-out;
    
    
    }
    .projektcontainer .card:hover{
        height:680px;
    
    }
    .projektcontainer .card .imgBx{
        position:relative;
        width:230px;
        height: 110px;
        top:-60px;
        left:60px;
        z-index: 1;
        box-shadow: 0 5px 20px black;
        margin-top: 20px;
    }
    .projektcontainer .card .imgBx img{
        max-width: 100%;
        border-radius: 4px;
    }
    .projektcontainer .card .content p{
        text-align: left;
        font-size: 15px;
        color:white;
    }
    .projektcontainer .card .content h2{
        margin-top: 17px;
        text-align: center;
        color:white;
    }
    .projektcontainer .long .card:hover{
        height:750px;
    }
    .projektcontainer .long .content h2{
        font-size: 30px;
    }
    .projektcontainer .core .card:hover{
        height: 650px;
    }

}




















.row2{
    margin-top: 1%;
    display:flex;
    justify-content:space-between;
}
.course-col2{
    flex-basis: 32%;
    background: #fff3f3;
    border-radius: 10px;
    padding:  20px 12px;
    margin-bottom: 5%;
    box-sizing: border-box;
    transition:0.5s

}
.course-col2:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.course p{
    font-size: 15px;
    color:black;
}

.header_news{
    width:100%;
    height:50%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(newsbg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header_news h1{
    color: white;
    min-height: 25vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    
}
.new{
    margin-left:25px;
    margin-top: 5%;
    display:flex;
    justify-content:space-between;
}
.new img{
    width:80%;
    max-height:60vh;
    margin-left: 20px;
    margin-top: 10px;
}
.new h6{
    
    font-weight: 600;
    font-size:35px;
}
.new p{
    font-size: 25px;
    font-weight:500;
    color:grey;
    line-height: 30px;
    text-align:left;
    padding-top: 10px;
}
.dark{
    color:white;
    background:#331903a2;

}
.dark p{
    color:white;
}
.header_aboutus{
    width:100%;
    height:50%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(teamwork.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 50vh;
    
}
.header_aboutus h1{
    text-align: center;
    color: white;


}
@media(max-width: 700px){
    .nav-links ul li{
        display:block;
    }
    .nav-links{
        position:absolute;
        background: #f44336;
        height: 100vh;
        width: 150px;
        top:0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition:1s;

    }
    nav .fa{
    display: block;
    color:#fff;
    margin:10px;
    font-size: 22px;
    cursor:pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}





/*/////////////////////////////////////////////ÜBER UNS//////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.überuns01{
    padding: 35px;

}
.überuns01 h1{
    text-align:center;
    margin-bottom:15px;
    font-size:25px;
    color: black;
    font-weight:600;
}
.überuns01 p{
    text-align:center;
    color:grey;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
}
.aboutus{
    padding: 20px;
    text-align: left;
    padding-left: 20 px;
    margin-left: 50px;
    color:darkgrey;
    font-size: 35px;
    font-weight: 300;
    
}
.aboutusimg{
    margin-left: 20px;
    max-height: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 15px;
    align-items: left;
    margin-top: -200px;
}


.container{
    color:white;
    position: relative;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows:minmax(300px, auto);
    margin:40px;
    grid-auto-flow: dense;
    grid-gap: 10px;
}
.container .box{
    color: white;
    background: #333;
    padding: 20 px;
    display:grid;
    font-size: 20px;
    place-items: center;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
.container .box:hover{
    background: #042b27;

}
.container .box img{
    position: relative;
    max-width:100px;
    margin-bottom: 10px;
}
.container .box:nth-child(1){
    grid-column: span 2;
    grid-row: span 3;
}
.container .box:nth-child(2){
    grid-column: span 1;
    grid-row: span 2;
}
.container .box:nth-child(4){
    grid-column: span 1;
    grid-row: span 2;
}
.container .box:nth-child(2){
    grid-column: span 3;
    grid-row: span 1;
}
@media(max-width:700px){
    .container{

    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows:minmax(auto, auto);
}
    .container .box{
        grid-column: unset !important;
        grid-row: unset !important;
    }
}
@media(max-width:800px){
    .header_aboutus h1{
        padding-top:60px;
    }
}
@media(max-width:1440px){
    .header_aboutus h1{
        padding-top:60px;
        font-size:50px;
    }
}
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.s3{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    background:#112d42;


}
.s3::before{
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    width:50%;
    height:100%;
    background: tomato;

}
.containercontact{
    position:relative;
    min-width: 1100px;
    min-height: 550px;
    display:flex;
    z-index: 100;
}
.containercontact .contactinfo{
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background:wheat;
    z-index: 1;
    padding: 40px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);


}
.containercontact .contactinfo h2{
    color:white;
    font-size: 24px;
    font-weight: 500,
}
.containercontact .contactinfo .info{
    position: relative;
    margin: 20px 0;

}
.containercontact .contactinfo .info li{
    position:relative;
    list-style: none;
    display:flex;
    margin: 20px 0;
    cursor:pointer;
    align-items: flex-start;
}
.containercontact .contactinfo .info li span:nth-child(1){
    width: 30px;
    min-width: 30px;

}
.containercontact .contactinfo .info li span:nth-child(1) img{
    width: 30px;
    min-width: 30px;

}
.containercontact .contactinfo .info li span:nth-child(1){
    max-width: 100%;
    filter: invert(1);
    opacity:0.5;


}
.containercontact .contactinfo .info li span:nth-child(2){
    color:white;
    margin-left: 10px;
    font-weight:300;
    opacity:0.5s;
    

}


.idea{
    padding:1px;
}
.team{
    margin: 75px 0;
}
.team h1{
    text-align: center;
    font-weight:500;
    letter-spacing: 2px;
    color:black;
      
}
.team h1::after{
    content: '';
    background: white;
    display: block;
    height: 3px;
    width: 150px;
    margin: 10px auto;
    

}
.img-box img{
    padding-top: 25px;
    max-width: 333px;
    max-height:450px
}
.box{
    width:30%;
    float:left;
    margin:50px 20px;
    padding:15px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0,0,0,0,0.15);
}
.team h2{
    padding-left: 25px;
}
.box a{
    display: inline-block;
    color: white;
    background:black;
    text-decoration: none;
    padding:10px 15px;
    border-radius: 8px;
    margin-top:15px;
}
.expanding{
    height:240px;
    overflow:hidden;
}
.box a:hover{
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.box .showContent p{
    height:auto;

}
.box .showContent a.readmore-btn{
    background-color: brown;

}
.box p{
    font-size:15px;
    line-height: 28px;
    height:10px;
    overflow: hidden;
}


.black{
    color:black;
    background-color:white;
    text-align: left;
}
.black p{
    color:black;
    font-size:15px;
}
.black h1{
    font-size: 20px;
}
.black h2{
    font-size:20px;
    color:black;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////Teilseite Impressum//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////*/
.impressum h1{
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    color:white;
    margin-top: 10px;
    margin-right: 100px;

}

.impressum img{
    max-height: 100px;
    
}
.headerimpressum{
    min-height: 50vh;
    max-height: 75vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(bild-firma_1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;

}

@media(max-width:700px){
    .impressum h1{
        padding-left: 20%;
    }
}
@media(max-width:425px){
    .impressum h1{
        padding-right:90px;
    }
}
@media(max-width:380px){
    .impressum h1{
        padding-right: 40px;
        font-size:35px;
    }
}
@media(max-width:320px){
    .impressum h1{
        padding-right:10px;
        padding-left:60px;
        font-size:30px;
    }
     
}


.teamevents{
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(teamevents03.jpg);

}
/*/////////////////////////////////////////////////////
////////////////////////////////////////////////
//Teilwebsite Altro///////////////////////////////
////////////////////////////////////////////////////*/
.header .logo_altro {
    min-height: 90%;
    max-width:60%;
    position: center;
    margin-top: 75px;
    margin-left: 20%;
    padding-bottom: 20px;
}
.infoaltro{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infoaltro p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.altrohead{
    min-height:50vh;
    max-height: 50vh;
}
.body2 .altropro{
    margin-top: 0px;
    padding-top: 10px;
}
.altroprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.altrokontakt{
    text-align:center;
    padding-top: 60px;
   
}
.altrokontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.altrolayout{
    max-width:50%;
    min-width:45%;
    padding-right:5%;
    padding-left: 15%;
    margin-top:25px;
}
.layouta h3{
    font-size:35px;
    font-weight:400;
    color:black;

}
.layouta p{
    font-size:20px;
    font-weight:300;
    color:grey;

}


@media(max-width:700px){
    .header .logo_altro{
        min-height: 20%;
        max-height: 20%;
        margin-left: 10%;
        max-width:90%;

    }
    .header .logo_altro img{
        max-height:90%;
        min-height: 70%;
        max-width: 90%;
        margin-top: 10%;
    }
    .infoaltro{
        padding-top: 120px;
        padding-bottom: 0px;
        text-align:center;
    }
    .infoaltro p{
        padding-top: 5%;
        text-align:left;
        padding-left: 10%;
        color:grey;
    }
    .infoaltro h1{
        font-size:30px;
    }
    .altrolayout{
        min-width:80%;
    }
    

    
/*/////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
//////////////////////////////////////////
Teilwebsite Service////////////////////////
///////////////////////////////////*/
}
.header .logo_service {
    min-height: 550px;
    max-height: 650px;
    position: center;
    margin-top: 75px;
    margin-left: 450px;
    padding-bottom: 20px;
}
.infoservice{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infoservice p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.servicehead{
    min-height:50vh;
    max-height: 50vh;
}
.serviceprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.servicekontakt{
    text-align:center;
    padding-top: 60px;
   
}
.servicekontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.service{
    background:rgb(148, 45, 45);
    color:white;
}
.service p{
    color:white;
}
/*//////////////////////////////////////////////////////////////////
/////////////////////////////////////////
////////////////////////////////////////////////////
//////////Teilwebsite wks//////////////////////////////////
//////////////////////////////////////////*/


.wksprojektüberschrift{
    padding-top: 140px;
    font-size: 150px;
    text-align:center;
}
.wkskontakt{
    text-align:center;
    padding-top: 60px;
   
}
.wkskontakt p{
    text-align: center;
    position:relative;
    color: grey;
    font-size:25px;
    padding-top: 30px;
}
.wks{
    background:rgb(148, 45, 45);
    color:white;
    align-items:center;
    flex-basis: 100%;
    
}
.wks p{
    color:white;
}
.infowks{
    padding-top: 250px;
    padding-bottom: 0px;
    text-align:center
}
.infowks h1{
    text-align: center;
}
.infowks p{
    padding-top: 30px;
    text-align:left;
    padding-left: 150px;
    color:grey;


}
.header .logo_wks {
    min-height: 550px;
    max-height: 650px;
    position: center;
    margin-top: 75px;
    margin-left: 320px;
    padding-bottom: 20px;
}
.img-boxteamfoto img{
    display:flex;
    max-width: 100%;
    min-width: 100%;
    min-height:80%;
    max-height: 100%;
    align-items: center;
    padding:10px;
    padding-bottom: 40px;

}
.img-boxteamfoto{
    width: 90%;
    padding-left: 200px;
    padding-top:60px;
    align-items: center;
}
/*///////////////////////////////////////////////////
/////////////////////////////////////////////////
///////////////////////////////////////////
/////////////////////////////
Teilwebsite Zentrale////////////////////////
//////////////////////////////
//////////////*/
.zentrale h1{
    text-align: right;
    color:white;
    font-size: 45px;


}
.zentrale{
    max-height:50vh;
    min-height:40vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(2020_Leitermann_26.jpg);
}


.Verwaltungsgebäude h1{
    text-align:center;
    padding-top:30px;
    padding-bottom: 20px;

}
.Verwaltungsgebäude img{
    max-width:45%;
    max-height: 45%;
    padding-left: 120px 40px;
    padding-right: 40px;
}
.Verwaltungsgebäude p{
    text-align:center;
    padding-bottom:90px;

}
.Verwaltungsgebäude .img-boxVerwaltung{
    padding-left: 180px;
    padding-bottom:40px;
}
.slider {
    width: 1400px;
    height: 50%;
    background-color: rgba(193, 193, 211, 0.664);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}
.image-container {
    width: 4200px;
    background-color: pink;
    height:50%;
    clear: both;
    position: relative;
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s;
}
.slide {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#slide-1:target ~ .image-container {
    left: 0px;
}
#slide-2:target ~ .image-container {
    left: -1400px;
}
#slide-3:target ~ .image-container {
    left: -2800px;
}
.buttons {
    position: relative;
    top: -40px;
}
.buttons a {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color:white;
  }
@media(max-width:700px){
    .slider {
        width: 400px;
        height: 25%;
        background-color:rgba(193, 193, 211, 0.664);
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        text-align: center;
        overflow: hidden;
    }
    .image-container {
        width: 1200px;
        background-color: pink;
        height:25%;
        clear: both;
        position: relative;
        -webkit-transition: left 2s;
        -moz-transition: left 2s;
        -o-transition: left 2s;
        transition: left 2s;
    }
    .slide {
        float: left;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
    #slide-1:target ~ .image-container {
        left: 0px;
    }
    #slide-2:target ~ .image-container {
        left: -400px;
    }
    #slide-3:target ~ .image-container {
        left: -800px;
    }

}
.TeamBox{
    width:100%;
    height:100vh;
    background: url(bild-firma_1.jpg);
    background-size: cover;

}
.TeamBox .leftBox{
    width:50%;
    height:100%;
    float:left;
    padding: 50px;
    box-sizing: border-box;
}
.TeamBox .leftBox .contentTeamvents{
    color:white;
    background:rgba(0,0,0,0.5);
    padding:40px;
    transition:0.5s;
}
.TeamBox .leftBox .contentTeamvents:hover{
    background:pink;
}
.TeamBox .leftBox .contentTeamvents h1{
    margin:0;
    padding:0;
    font-size:50px;
    text-transform: uppercase;

}
.TeamBox .leftBox .contentTeamvents p{
    margin:10px 0 0;
    padding:0;
}
.events{
    position:relative;
    width:50%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    float:right;
    box-sizing: border-box;
}
.events ul{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    margin:0;
    padding:40px;
    box-sizing: border-box;
}
.events ul li{
    list-style: none;
    background:white;
    height: 200px;
    margin:15px 0;


}
.events ul li .time{
    position:relative;
    padding:20px;
    background:grey;
    box-sizing: border-box;
    width:30%;
    height:100%;
    float:left;
    text-align:center;
    transition: 0.5s;

}
.events ul li:hover .time{
    background:pink;

}
.events ul li .time h2{
    position:absolute;
    margin:0;
    padding:0;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:white;
    font-size:60px;
    line-height: 30px;

}
.events ul li .time h2 span{
    font-size:30px;

}
.events ul li .time .details{
    padding:20px;
    background:white;
    box-sizing: border-box;
    width:70%;
    height:100%;
    float:left;
    
}
.events ul li .time .details h3{
    position:relative;
    margin:0;
    padding:0;
    font-size:22px;
    padding-left:25px;

}
.events ul li .time .details p{
    position:relative;
    margin:10px 0 0;
    padding-left:25px;
    font-size:14px;
    
}
.events ul li .time .details p a{
    display:inline-block;
    text-decoration: none;
    text-transform:uppercase;
    padding:10px 15px;
    border: 2px solid black;
    margin-top: 15px;
    font-size:18px;
    transition:0.5s;

}
.events ul li .time .details p a:hover{
    background:pink;
    color:white;
    border-color:pink;
}
.Stellenangebote{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 75px;
    
}
.Stellenangebote h1{
    color: black;
    min-height: 40vh;
    width:100%;
    margin:auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;

}















