/*---------------------------------------------------------------------ALL--------------*/
*{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    background: 
}

body:not(header){
    background-color: #000000;
}
/*-------------------------------------------------------------------HEADER--------------*/
.language{
    position:absolute;
    width: 100%;
}
.language a img{
    position: absolute;
    right: 0;
    height: 32px;
    width: 46px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 10%;
}

.language .german a img{
    margin-top: 10px;
    margin-right: 75px;
}
.language .english a img{
    margin-top: 10px;
    margin-right: 15px;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(images/NisledBackgroundWebsite.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.header nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.header nav img{
    width: 150px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 25%;
    border: 2px solid rgba(255, 255, 255, 0.54);
    transition: transform 0.5s;
}
.header nav img:hover{
    transform: rotate(360deg);
}

.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: #fff;
    text-decoration: none;
    font-size: 25px;
}
.nav-links ul li a::after{
    content: "";
    width: 0%;
    height: 2px;
    background: #de0f00;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li a:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

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

.text-box p{
    margin: 10px 0px 40px;
    font-size: 14px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #500601;
    background: #500601;
    transition: 1s;
}

.nav-links ul li a.active{
    color: #de0f00;
}
/*---------------------------------------------------------------MOBILE APPS--------------*/

.colorone{
    background: #380000;
}

.info{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
}

h1{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    text-justify: space-between;
}

.info-col{
    flex-basis: 33%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 0px 0px;
    box-sizing: border-box;
    transition: 0.5s;
    margin-right: 2%;
    margin-left: 2%;
}

.info-col p{
    color: black;
}

h3{
    text-align: center;
    color: black;
    font-weight: 600;
    margin: 10px 0;
    font-size: 130%;
}

.info-col:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
/*-------------------------------------------------------------------SHOTUP--------------*/
.colortwo{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(images/NisledBackgroundWebsiteThree.jpg);
}

.details{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
}

.bildbox{
    border: 1px solid transparent;
    background-color: #f5f5f5;
    box-shadow: 0 3px 3px #b4b4b4;
    width: 13%;
    overflow: hidden; 
    border-radius: 10px;
    margin-bottom: 70px;
    transition: transform 0.3s;
    margin: 0.5%;
   
}

.bildbox img{
    width: 140%;
    margin: 2.5%;
    box-shadow: 0 3px 3px #d0d0d0;
    transition: transform 0.3s;
}

.bildbox:hover{
    transform: scale(1.05);
}

.facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.facilities-col img{
    width: 100%;
}

.download{
    margin-top: 0px;
    box-sizing: 100px;
    width: 100%;
    text-align: center;
}
/*-------------------------------------------------------------------LINKS--------------*/

.bildbox{
    border: 1px solid transparent;
    background-color: #f5f5f5;
    box-shadow: 0 3px 3px #b4b4b4;
    width: 13%;
    overflow: hidden; 
    border-radius: 10px;
    margin-bottom: 70px;
    transition: transform 0.3s;
    margin: 0.5%;
   
}

.bildbox img{
    width: 140%;
    margin: 2.5%;
    box-shadow: 0 3px 3px #d0d0d0;
    transition: transform 0.3s;
}

.bildbox:hover{
    transform: scale(1.05);
}

.links{
    margin-left: 35%;
    width: 30%;
}

/*-------------------------------------------------------------------FOOTER--------------*/

footer{
    background-color: #000000;
    position: relative;
    text-align: center;
    color: white;
}

footer ul{
    list-style: none;
    margin: 10px 0px 0px 0px;
    margin-left: 3%;
}

footer ul li{
    display: inline-block;
    margin-right: 200px; 
    margin-top: 10px; 
}

footer ul li:last-child{
    margin-right: 30px;
}

footer ul li a{ 
    text-decoration: none;
    color: white;
    font-size: 100%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s;
}

footer ul li a:hover{
    border-bottom: 2px solid white;
}

footer p{
    padding-bottom: 20px;
    font-size: 70%;
}