@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: 60vh;
    max-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.11), rgba(4,9,20,0.7)), url(2020_Leitermann_41.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;

}
.header h1{
    text-align:center;
    align-items: center;
    font-size:70px;
    color:white;
    font-family: Poppins, sans-serif;
    font-weight:600;
    margin-top: 50px;
    padding-right: 60px;
}
@media(max-width:2560px){
    .header h1{
        margin-top:8%;
    }

}
@media(max-width:1700px){
    .header h1{
        margin-top:5%;
    }
}
@media(max-width:1440px){
    .header h1{
        margin-top:10%;
    }

}

/*///////////////////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%;
}
nav .fa{
    display: none;
}



.row{
    margin-top: 5%;
    display:flex;
    justify-content:space-between;
}
.row a{
    font-family: 'Poppins', sans-serif;
}
.campus{
    width: 80%;
    margin:auto;
    text-align: center;
    padding-top: 50px;


}
.campus h1{
    font-size: 40px;
    font-family:'Poppins', sans-serif;
    font-weight:600;
    color:black;
    padding-top:20px;
    
}
.campus p{
    font-size:15px;
    font-weight:300;
    color:black;
}
.campus-col{
    flex-basis: 45%;
    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;
}
/*////////////////////////////////////////////////////////////////////////////
//////////////////Schrift Vorstellung//////////////////////////////////////
//////////////////////////////////////////////////////////////////////*/
.wirsindgewachsen h1{
    text-align:center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size:40px;
    color:black;
    padding-top:30px;
    padding-bottom: 20px;
    
}
.wirsindgewachsen p{
    
    text-align:left;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    line-height: 25px;
    color:black;
    margin-left: 15%;
    margin-right:15%;
    font-weight:300;


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

}
.impressumlink a{
    color: black;
    margin-bottom:50px;
}
@media(max-width: 700px){
    .header{
        max-height:70vh;
        min-height:60vh;
    }
    .header h1{
        font-size: 40px;
        padding-left: 35px;
        margin-top:90px;
    }
    .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;
    }
    .row{
        flex-direction: column;
    }
    .campus h1{
        font-size:20px;
        font-family:sans-serif;
        
    }
    .wirsindgewachsen p{
    
        text-align:left;
        font-size:15px;
        color:black;
        padding-left: 30px;
        font-family:sans-serif;
    
    }
    .wirsindgewachsen h1{
    
        text-align:center;
        font-size:20px;
        color:black;
        font-family:sans-serif
    
    }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////ImageSlider///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.Imageslider{
    margin-top:0px;
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Poppins", sans-serif;

}
.container{
    
    display:flex;
    justify-content: center;
    align-items:center;
    background:white;

}
.slider{
    position: relative;
    background: #000116;
    width: 800px;
    min-height: 500px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .slider .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 0 1%, 0 50%, 0 100%, 0% 100%);
  }
  
  .slider .slide.active{
    clip-path: polygon(0% 0%, 100% 0, 100% 53%, 100% 100%, 0 100%);
    transition: 2s;
  }
  
  .slider .slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slider .slide .info{
    position: absolute;
    color: #222;
    background: rgba(255, 255, 255, 0.3);
    width: 75%;
    margin-top: 50px;
    margin-left: 50px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
  }
  
  .slider .slide .info h2{
    font-size: 2em;
    font-weight: 800;
  }
  
  .slider .slide .info p{
    font-size: 1em;
    font-weight: 400;
  }
  
  .navigation{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .slider:hover .navigation{
    opacity: 1;
  }
  
  .prev-btn, .next-btn{
    z-index: 999;
    font-size: 2em;
    color: #222;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    cursor: pointer;
  }
  
  .prev-btn{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .next-btn{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .navigation-visibility{
    z-index: 999;
    display: flex;
    justify-content: center;
  }
  
  .navigation-visibility .slide-icon{
    z-index: 999;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 10px;
    transform: translateY(-50px);
    margin: 0 6px;
    border-radius: 2px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }
  
  .navigation-visibility .slide-icon.active{
    background:crimson;
  }
  
  @media (max-width: 900px){
    .slider{
      width: 100%;
    }
  
    .slider .slide .info{
      position: relative;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (max-width: 500px){
    .slider .slide .info h2{
      font-size: 1.8em;
      line-height: 40px;
    }
  
    .slider .slide .info p{
      font-size: 0.9em;
    }
  }
  @media(max-width:320px){
      .slider .slide .info h2{
          font-size: 1.2em;
      }
  }
  /*/////////////////////////////////////////////Anpassung Abstand ImageSLider zu Rand/////////////////////////////////*/
  @media(max-width:350px){
      .container{
          padding-left:40px;
      }
  }
/*/////////////////////////////////////IMPRESSUM VERLINKUNG///////////////////////////////////////////////////////////////////////////////////////
*/
.impressumlink a{
    color: black;
    margin-bottom:50px;
    font-family:'Poppins', sans-serif;
}

.comment h4{
    margin-bottom:25px;
    margin-top: 60px;
    font-weight:600;
    font-size: 25px;
    

}
.comment{
    align-items: center;
    text-align: center;
}
.icons .fa{
    color:#f44336;
    margin: 0 13px;
    cursor:pointer;
    padding: 10px 0;
    
}
.impressumlink p{
    color: black;
    text-align: center;
    font-size:24px;
    font-weight:300;
}
/*//////////////////////////////////////////////////IMPRESSUMLINK ANPASSUNG BILDSCHIRME/////////////////////////////////////////////*/
@media(max-width:800px){

    .comment h4{
        padding-bottom:0px;
        margin-bottom:0px;
    }

}
@media(max-width:450px){
    .comment{
        padding-left:5px;
    }
    .comment h4{
        font-size:20px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:20px;
    }
}

@media(max-width:400px){
    .comment{
        padding-left:5px;
    }
    .comment h4{
        font-size:15px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:15px;
    }
}
@media(max-width:320px){
    .comment{
        padding-left:20px;
    }
    .comment h4{
        font-size:15px;
        padding-bottom:0px;
        margin-bottom:0px;
    }
    .impressumlink a{
        color: black;
        margin-bottom:20px;
        font-size:15px;
    }
}