.yellow{
  background: #DDC000;
}
.blue{
  background: #1664FF;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium Web'), local('Titillium Web'), url('/site/assets/files/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-display: swap;
}
*{
  font-family: 'Titillium Web', sans-serif;
  box-sizing: border-box;
}
html, body{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body{
  padding-top: 3rem;
  background: #1664FF;
  color: #fff;
}
ul, li{
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.list-normal li{
  padding: inherit;
  list-style: inherit;
}
ul.list-normal li{
  margin: 0 2rem;
  padding: inherit;
  list-style: initial;
}
a{
  text-decoration: none;
  outline: none;
  color: inherit;
}
.main-color{
  background: #1664FF;
  color: #fff;
}


/* Navigation */
div#nav-menu{
  z-index: 9999;
  position: fixed;
  display: block;
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
  line-height: 3rem;
  text-align: center;
  background: #1664FF;
  color: #fff;
  text-shadow: 1px 1px #000;
  border-bottom: 1px solid #000;
}
div#nav-menu a.nav-menu-home-link{
   display: block;
   width: 50%;
   margin: 0 auto;
   color: #fff;
}
#nav-menu-icon{
  position: absolute;
  top: .25rem;
  right: .75rem;
}
div.menu{
  width: 2.25rem;
  height: 5px;
  background-color: white;
  margin: 6px 0;
}
#nav-links{
  z-index: 9999;
  display: none;
  position: relative;
  width: 90%;
  width: 90vw;
  min-height: 100%;
  min-height: 100vh;

  margin-left: 15%;
  margin-left: 15vw;
  background: #1664FF;

  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
ul#nav-links li{
  display: block;
  border-bottom: 1px dotted #000;

}
ul#nav-links li:hover a{
  opacity: 1;
  background: #DDC000;
  color: #000;
  text-shadow: none;
}
ul#nav-links li a, ul.global-nav-links li a{
  display: block;
  color: #fff;
  text-align: left;
}
ul#nav-links li a{
  padding: 0 1rem;
  line-height: 4rem;
  font-size: 1.25rem;
  background: #1664FF;
  transition: 0.5s;
}

.content{
  display: block;
  width: 100%;
  min-height: 100vh;
}
h2{
  position: relative;
  padding-bottom: 0.5rem;
}
h2:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 70px;
  height: 5px;
  margin-left: -35px;
  background-color: red;
}
.hero h2:after{
  display: none;
}
.container{
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.center{
  text-align: center;
}
p.small{
  width: 50%;
  margin: 0 auto;
  padding: 0.25rem;
  background: #DDC000;
  color: #000;
  border-radius: 3px;
}
.service-wrapper *{
  margin: 0;
  padding: 0;
}
.service{
}
.small-image, .small-image img{
  position: relative;
  width: 100%;
  text-align: center;
}
.big-image{
  display: none;
}
h1.image-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  text-align: center;
  color: red;
  text-transform: uppercase;
  padding: 0.25rem;
  text-decoration: underline;
  font-size-adjust: 0.58;
}



/* jquery ui */
.ui-state-default{
  background-image: none;
  background-color: #DDC000;
  color: #000;
  line-height: 3rem;
}
.ui-accordion-content{
  padding: 1rem !important;
}


/* Formular */
#contact i.fa{
  display: none;
}
.required label:after{
  content: " *";
}
#contact-form label{
  display: block;
  line-height: 3rem;
  margin-top: 2rem;
  font-size: larger;
}
#contact-form input, #contact-form textarea{
  display: block;
  width: 100%;
  padding: 5px;
  font-size: larger;
}
#wrap_Inputfield_submit{
  text-align: right;
  line-height: 5rem;
}
#contact-form button{
  font-size: larger;
}
p.error{
  background: red;
  margin: 0 0 0.25rem 0;
  padding: 2px;
}




/* FOOTER */
div#footer{
  min-height: 15rem;
  margin-top: 3rem;
  padding: .5rem;
  line-height: 1.5rem;
}
div#footer ul{
  display: block;
  padding: .5rem 1.5rem;
}
div#footer ul li{
  padding: 0.25rem 0;
  border-bottom: 1px solid #fff;
}








@media screen and (min-device-width: 1024px){

  #nav-links{
    width: 40%;
    width: 40vw;
    margin-left: 60%;
    margin-left: 60vw;
  }

  .small{
    display: none;
  }

  .table-row{
    display: flex;
    width: 100%;
    table-layout: fixed;
    top: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .infoBox{
    width: 33.3333333333333333%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: center;
  }
  .service-wrapper{
    text-align: center;
  }
  .service-wrapper h5:before{
    content: "+";
  }
  .service-wrapper h5{
    position: relative;
    width: 40%;
    display: inline-block;
    margin: 0.5rem;
    line-height: 30rem;
    font-size: 4rem;
    color: #0d358f;
    background: #DDC000;
    text-align: center;

  }
  .service{
    display: none;
  }
  .service-wrapper h5:hover + .service, .service:hover{
    position: absolute;
    width: 41.5%;
    height: 30.25rem;
    margin-left: -41.5%;
    margin-top: 0.5rem;
    display: inline-block;
    background: #1664FF;
    text-align: left;
    padding: 3rem;
  }

  .service:hover{

  }
  .big-image{
    display: block;
    width: 100%;
    height: 50rem;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  h1.image-text{
    font-size: 6rem;
  }
  .fixed-bg{
    background-attachment: fixed;
  }

  /* Formular */
  #contact-form input, #contact-form textarea, #wrap_Inputfield_submit{
    width: 50%;
  }
  p.error{
    display: inline-block;
  }


  /* footer */
  ul.global-nav-links li{
    width: 15vw;
  }

}
