﻿/*----------Default Values----------*/
  body{
    background-color: #EFEFEF;
  }
  h1,h2,h3,h4,a{
    font-family: "arial",sans-serif;
    font-weight:lighter;
    color: #60AFFE;
    margin:0px;
    line-height:1.2;
    width:auto;
  }
  a{
    font-size: 30px;
    text-decoration: none;
    color:#838383;
  }

  .error {
    color: #60AFFE;
  }
  p, li,label{
    font-family: "DIN-2014",sans-serif;
    font-weight:normal;
    font-size: 22px;
    color:#838383;
    line-height: 1.5;
  }
  li{list-style-position: inside;}
  h1{font-size: 60px;}
  h2{font-size: 50px;}
  h3{font-size: 35px;}
  h4{font-size: 25px;}
  .content{
    min-height: 80vh;
    background-color: #EFEFEF;
  }
/*----------Bigger than 1600----------*/
  /*Titelpage Image*/

  .header{
    background-color: #f1f1f1;
    text-align: center;
    height:450px;
    /*border-bottom: #DEDEDE 3px solid;
    border-bottom:#60AFFE 6px solid;*/
  }
  #main-titel-image{
    top:0px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/galleries/worlds-wonder/sunset/sunset_007.jpg");
    width:100%;
    height:450px;
  }
  
  /*Logo*/
  #logo{
    height:60px;
    width: auto;
    position:fixed;
    left:15px;
    top:10px;
    z-index: 30;
  }
  .logo-home{
    opacity: 0;
  }

  .sticky .logo-home{
    opacity: 1;
    transition: 1s;
  }
  /*Topnav*/
  .topnav{
    top:0;
    z-index: 19;
    position: fixed;
    width:100%;
    height:80px;
    display: flex;
    transition: 0.75s;
    background-color: #FFFFFF;
    float: right;
    text-align: left;
    justify-content: flex-end;
    border-bottom: #DEDEDE 3px solid;
  }

  .home{
    position: relative;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .topnav.responsive{
    transition: 0.75s;
    z-index: 21;
    height: 100%;
  }
  .topnav a {
    text-transform: uppercase;
    margin-left:20px;
    margin-right:20px;
    transition: .8s;
    flex-direction: row-reverse;
  }
  .topnav a:hover {
    transition: .8s;
    color: #60AFFE;
  }
  #icon{
    display:none;
    flex-direction:row;
    position: absolute;
    font-size: 26px;
    left:20px;
    top:30px;
  }
  .active {
    color: #60AFFE !important;
  }
  #navBar.text{
    height:45px;
    margin-top:25px;
  }
  /*Container*/

  .container.title{
    padding-top:70px;
  }

  .container {
    position: relative;
    margin-top:20px;
    margin-left: 10%;
    width:80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
  }
  .container:last-of-type {
    padding-bottom: 100px;
  }
  .container h2{
    margin-left:2%;
  }
  .container-item {
    background-color: #FFFFFF;
    width:20%;
    margin:2%;
    height: auto;
    padding:0.5%;
    color: #838383;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.09);
    text-decoration: none;
    text-align: center;
    transition: 1s;
    padding-bottom: 20px;
  }
  .container-item:hover{
    box-shadow: 15px 10px 5px rgba(96, 175, 254,0.4);
    transition: 1s;
  }
  .container-item img{
    width:100%;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    object-fit: cover;
  }
  .space_100px {
    margin: 100px;
  }
  .space_50px {
    margin: 50px;
  }
/*----------up to 1600----------*/
@media (max-width: 1600px){
  /*Container*/
  .container h2{
    margin-left:3.6%;
  }
  .container-item {
    width:26%;
    margin:2.6%;
    padding:1%;
  }
  /*Fontsizes*/
  h1{font-size: 50px;}
  h2{font-size: 40px;}
  h3{font-size: 30px;}
  h4{font-size: 22px;}
  a{font-size: 25px;}
  p,li,label{font-size: 20px;}

}
/*----------up to 1200----------*/
@media (max-width: 1200px){}
/*----------up to 1024----------*/
@media (max-width: 1024px){
  /*Container*/
  .container h2{
    margin-left:3%;
  }
  .container-item {
    width:40%;
    margin:3%;
    padding:2%;
  }
  /*Spaces*/

  #carousel{
    display: none;
  }
}
/*----------up to 930----------*/
@media (max-width: 930px){
  /*Fontsizes*/
  h1{font-size: 45px;}
  h2{font-size: 35px;}
  h3{font-size: 25px;}
  h4{font-size: 18px;}
  a{font-size: 20px;}
  p,li,label{font-size: 16px;}
  /*Logo*/
  #logo{
    position:absolute;
    margin-left: -150px;
    left:50%;
   }
  /*Topnav responsive*/
  #icon{
    display:flex;
  }
  .logo-home{
    opacity: 1;
  }
  .header{
    display: none;
  }
  .topnav {
    justify-content:flex-start;
    position: absolute;
  }
  .topnav a{
    margin-left:20px;
    margin-bottom: 12px;
  }
  .topnav .text {
    padding-top: 100px;
    display:none;
  }
  .topnav.responsive .text{
    display: flex;
    flex-direction: column;
    margin-left:20px;
  }
}
/*----------up to 650----------*/
@media (max-width: 650px){
  /*Container*/
  .container h2{
    margin-left:0%;
  }
  .container-item {
    width:100%;
    margin:2%;
    padding:2%;
  }
  /*Titeltext*/
  .main-titel-text{
    width:100%;
    height:auto;
    margin-left:0;
    margin-top:20%;
  }
  .main-titel-text h1:first-of-type {
    padding-top:30px;
  }
  /*Spaces*/
  .main-space{
    height: -moz-calc((30vh)/2);
    height: -webkit-calc((30vh)/2);
    height: calc((30vh)/2);
  }
}
/*----------up to 480----------*/
@media (max-width: 480px){
  /*Titeltext*/
  .main-titel-text{
    min-width: 0px;
  }
  /*Logo*/
  #logo{
    top:18px;
    height:50px;
    margin:0;
    left:50%;
    transform: translate(-35%,0);

   }
}
/*----------up to 320----------*/
@media (max-width: 320px){}
/*-----------------------------Footer-----------------------------*/
/*------------Footer Container-----------*/
footer{
  background-image: url("/images/footer.jpg");
  background-size: 100% 100%;
  min-height: 300px;
  background-size: cover;
  padding-bottom: 20px;
  padding-top:40px;
  background-repeat: no-repeat;
  background-position: center;
}
footer p{
  line-height: 2;
  text-transform: uppercase;
  font-family: "arial",sans-serif;
  font-weight:lighter;
  color:#60AFFE;
  display: inline;
  font-size: 20px;
}
footer a{
  color:#FFFFFF;
  font-size: 18px;
  text-decoration: none;
  transition: .5s;
  font-family: "DIN-2014",sans-serif;
}
footer a:hover{
  color:#60AFFE;
}
.footerFacebook i{
  color: #3b5998;
}
.footerFacebook:hover{
  color: #3b5998;
}
.footerMail i{
  color:#60AFFE;
}
.footerMail:hover{
  color:#60AFFE;
}
.footerPrivacy i{
  color:#60AFFE;
}
.footerPrivacy:hover{
  color:#60AFFE;
}
.footerInstagram i{
  padding-top:1px;
  width: 17px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.footerInstagram:hover{
  color: #fd5949; 
}
.footerLinkedIn i{
  /*color: #0077B5; Linked In Color*/
  color:#60AFFE;
}
.footerLinkedIn:hover{
  /*color: #0077B5; Linked In Color*/
  color:#60AFFE;
}
.footer-gallery{
  display: flex;
  flex-flow:row wrap;
  width:80%;
  margin-left:10%;
  margin-bottom:40px;
}
.footer-gallery-item{
  width:20%;
  margin-bottom:15px;
}
.footer-gallery-lang{
  width:100%;
  margin-bottom:15px;
}
.footer-gallery-lang .active p{
    color:#60AFFE;
}
.footer-gallery-lang .inactive p{
    color:#FFFFFF;
    transition: .5s; 
}
.footer-gallery-lang .inactive:hover p{
    transition: .5s;
    color:#60AFFE;
    cursor:pointer;
}
.footer-gallery.first{
  margin-bottom:10px;
}
/*----------up to 1600----------*/
@media (max-width: 1600px){}
/*----------up to 1200----------*/
@media (max-width: 1200px){
  .footer-gallery-item{
    width:25%;
  }
}
/*----------up to 1024----------*/
@media (max-width: 1024px){
  .footer-gallery-item{
    width:33.33%;
  }
  footer p{
    font-size: 16px;
  }
}
/*----------up to 768----------*/
@media (max-width: 768px){
  .footer-gallery-item{
    width:50%;
  }
}
/*----------up to 650----------*/
@media (max-width: 650px){
  .footer-gallery-item{
    width:80%;
  }
  .footer-gallery{
    margin-left:20%;
  }
  .footer-social{
    margin-left:20%;
  }
}
/*----------up to 480----------*/
@media (max-width: 480px){
  footer p{
    font-size: 14px;
  }
}
/*----------up to 320----------*/
@media (max-width: 320px){}



/*---------------------------Sent------------------------*/
  .sent a{
    color:#60AFFE;
  }



/*---------------------------About------------------------*/
  .equipment-item {
    background-color: #FFF;
    width:28%;
    min-width: 360px;
    aspect-ratio: 1 / 1;
    margin:10px;
    padding:10px;
    text-decoration: none;
    text-align: center;
  }

  .equipment-item.active{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    transition: 1s;
  }

  .equipment-item-img{
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    width:100%;
    height:100%;
  }

  .equipment-item-background{
    position: relative;
    width:92%;
    height:92%;
    padding:4%;
    transition: 1s;
  }

  .equipment-item-img:hover .equipment-item-background{
    background-color: #EEEEEEDF;
    transition: 1s;
  }

  .equipment-item.active .equipment-item-background{
    background-color: #EEEEEEDF;
    transition: 1s;
  }



  .equipment-item-img p{
    hyphens: auto;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    position: relative;
    width:100%;
    transition: 1s;
  }

  .equipment-item.active .equipment-item-img p{
    opacity: 1;
    transition: 1s;
  }

  .equipment-item-img h3{
    font-size: 22px;
    text-align: left;
    opacity: 0;
    position: relative;
    transition: 1s;
  }



  .equipment-item.active .equipment-item-img h3{
    opacity: 1;
    transition: 1s;
  }


@media screen{
  .equipment-item-img:hover p{
    opacity: 1;
    transition: 1s;
  }
  .equipment-item-img:hover h3{
    opacity: 1;
    transition: 1s;
  }
  .equipment-item:hover{
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    transition: 1s;
  }
}


/*----------up to 2000----------*/
@media (max-width: 2200px){

}
/*----------up to 2000----------*/
@media (max-width: 2000px){

}
/*----------up to 1800----------*/
@media (max-width: 1800px){

}
/*----------up to 1600----------*/
@media (max-width: 1400px){

}



/*----------up to 650----------*/
@media (max-width: 650px){
  .equipment-item {
    width:100%;
    height: 100%;
    min-width: 200px;
    margin:6px;
    padding:6px;
  }

  .equipment-item-img p{
    font-size: 20px;
  }
  .equipment-item-img h3{
    font-size: 24px;
  }

}


@media (max-width: 460px){
  .equipment-item-img p{
    font-size: 16px;
  }
  .equipment-item-img h3{
    font-size: 20px;
  }

}

@media (max-width: 420px){
  .equipment-item-img p{
    font-size: 12px;
  }
  .equipment-item-img h3{
    font-size: 16px;
  }

}

@media (max-width: 360px){
  .equipment-item-img p{
    font-size: 10px;
  }
  .equipment-item-img h3{
    font-size: 12px;
  }

}