.header-wrapper{
  position: fixed;
  z-index: 10;
}

.header{
  height: 7.5rem;
  background-color: black;
  position: relative;
}

.logo{
  position: relative;
  max-height: 50%;
  top: 1.4rem;
}

.social-link img{
  position: relative;
  width: 3rem;
  top: 1rem;
  margin-right: 0.5rem;
}

.top-header{
  position: relative;
  height: 2.5rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff002c;
}

.top-header-paragraph-white{
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.top-header-paragraph-red{
  color: #ff002c;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 1rem;
}

.top-header-paragraph-delimiter{
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.top-header-left{
  position: relative;
  /*display: inline-block;
  float: left;*/
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ff002c;
}

.top-header-left-text{
  position: relative;
  float: right;
  top: 25%;
}

.top-header-right{
  position: relative;
  height: 100%;
}

.top-header-right-text{
  position: relative;
  float: left;
  top: 25%;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: bold;
}

.top-header-right-red{
  position: relative;
  float: right;
  width: 11.5rem;
  background-color: #ff002c;
  height: 100%;
}

.bottom-header{
  position: relative;
  height: 5rem;
}

.bottom-header-section{
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center;
}

.bottom-header-section a{
  position: relative;
  color: #ff002c;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
}

#newsletter{
  top: 1.2rem;
  margin-right: 1rem;
}

#newsletterL{
  top: 1.2rem;
  margin-right: 1rem;
}

#newsletter-removethis{
  top: 1.2rem;
  margin-right: 1rem;
}

#newsletterL-removethis{
  top: 1.2rem;
  margin-right: 1rem;
}

.bottom-header-paragraph-white{
  position: relative;
  top:1.2rem;
  color: white;
  font-size: 2.7rem;
  line-height: 2.7rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.language-select{
  position: relative;
  display: block;
  text-align: center;
  float: right;
  font-size: 1.3rem;
  line-height: 1.3rem;
  right: 12rem;
  top: 2.5rem;
  width: 5rem;
  color: white;
  background-color: transparent;
  border: 0;
  background-position: right 1rem center;
  }

.language-select:focus{
  position: relative;
  display: block;
  text-align: center;
  float: right;
  font-size: 1.3rem;
  line-height: 1.3rem;
  right: 12rem;
  top: 2.5rem;
  width: 5rem;
  color: white;
  background-color: transparent;
  border: 0;
  background-position: right 1rem center;
  box-shadow: 0 0 0px #cacaca;
  outline: 0px solid #c9f3ef;
  }

option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  background-color: black;
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
  }






.menu-wrapper{
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  height: 4rem;
  text-align: center;
}

.menu-animation-wrapper{
  /*background-color: #ff002c;*/
  height: 3px;
  width: 76rem;
  text-align: center;
}

.menu-animation-bar{
  position: absolute;
  background-color: #ff002c;
  height: 3px;
  width: 10rem;
  left: -20rem;
}

.menu-inner-wrapper{
  /*background-color: blue;*/
  height: 100%;
  width: 76rem;
  text-align: center;
}

.menu-element{
  position: relative;
  display: inline-block;
  /*border: 1px solid red;*/
  height: 100%;
  margin: 0 auto;
}

.menu-element a{
  position: relative;
  color: white;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  top: 1rem;
  text-transform: uppercase;
}


.menu-element-welcome{
  position: relative;
  height: 100%;
}

.menu-element-features{
  position: relative;
  height: 100%;
}

.menu-element-technology{
  position: relative;
  height: 100%;
}

.menu-element-design{
  position: relative;
  height: 100%;
}

.menu-element-usecase{
  position: relative;
  height: 100%;
}

.menu-element-howto{
  position: relative;
  height: 100%;
}

.menu-element-shop{
  position: relative;
  height: 100%;
}

.hidden-data{
  display: none;
}

.mobile-menu-newsletter{
  float: none !important;
}


@media only screen and (max-width: 1200px) {
  .header-wrapper{
    position: fixed;
    z-index: 10;
  }

  .header{
    height: 8rem;
    background-color: black;
    position: relative;
  }

  .logo{
    position: relative;
    max-height: 50%;
    top: 0;
    width: 27rem;
    padding-bottom: 6rem;
  }

  .top-header{
    position: relative;
    height: 5rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ff002c;
  }

  .top-header-paragraph-white{
    color: white;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }

  .top-header-paragraph-red{
    color: #ff002c;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    display: inline-block;
    padding-right: 1rem;
  }

  .top-header-paragraph-delimiter{
    color: white;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .top-header-left{
    position: relative;
    /*display: inline-block;
    float: left;*/
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ff002c;
  }

  .top-header-left-text{
    position: relative;
    float: none;
    top: 1.5rem;
    text-align: center;
  }

  .top-header-right{
    position: relative;
    height: 100%;
  }

  .top-header-right-text{
    position: relative;
    float: left;
    top: 25%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: bold;
  }

  .top-header-right-red{
    position: relative;
    float: right;
    width: 11.5rem;
    background-color: #ff002c;
    height: 100%;
  }

  .bottom-header{
    position: relative;
    height: 4rem;
  }

  .bottom-header-section{
    position: relative;
    display: inline-block;
    height: 100%;
    text-align: center;
  }
  .bottom-header-section nav{
    width: 100%;
  }

  .bottom-header-paragraph-white{
    position: relative;
    top:-2.5rem;
    color: white;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    left: 1rem;
  }

  .bottom-header-section a{
    position: relative;
    color: #ff002c;
    font-size: medium;
    line-height: 2rem;
    font-weight: bold;
  }

  .newsletter-wrapper{
    height: 6rem;
  }

  #newsletter{
    top: -0.8rem;
    margin-right: 2rem;
    float: right;
    z-index: 30;
  }
  #newsletter-removethis{
    top: -0.8rem;
    margin-right: 2rem;
    float: right;
    z-index: 30;
  }


  .language-select{
    position: relative;
    display: block;
    text-align: center;
    float: right;
    font-size: 1.3rem;
    line-height: 1.3rem;
    right: 12rem;
    top: 2.5rem;
    width: 5rem;
    color: white;
    background-color: transparent;
    border: 0;
    background-position: right 1rem center;
    }

  .language-select:focus{
    position: relative;
    display: block;
    text-align: center;
    float: right;
    font-size: 1.3rem;
    line-height: 1.3rem;
    right: 12rem;
    top: 2.5rem;
    width: 5rem;
    color: white;
    background-color: transparent;
    border: 0;
    background-position: right 1rem center;
    box-shadow: 0 0 0px #cacaca;
    outline: 0px solid #c9f3ef;
    }

  option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    background-color: black;
    color: white;
    font-size: 1.3rem;
    line-height: 1.3rem;
    }



    #menuToggle{
      width: 100%;
    }


  .menu-wrapper{
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    height: 4rem;
    text-align: center;
  }

  .menu-animation-wrapper{
    /*background-color: #ff002c;*/
    height: 3px;
    width: 76rem;
    text-align: center;
  }

  .menu-animation-bar{
    position: absolute;
    background-color: #ff002c;
    height: 3px;
    width: 10rem;
  }

  .menu-inner-wrapper{
    /*background-color: blue;*/
    height: 100%;
    width: 76rem;
    text-align: center;
  }

  .menu-element{
    position: relative;
    display: inline-block;
    /*border: 1px solid red;*/
    height: 100%;
    margin: 0 auto;
  }

  .menu-element a{
    position: relative;
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 0.75rem;
  }


  .menu-element-welcome{
    position: relative;
    height: 100%;
  }

  .menu-element-features{
    position: relative;
    height: 100%;
  }

  .menu-element-technology{
    position: relative;
    height: 100%;
  }

  .menu-element-design{
    position: relative;
    height: 100%;
  }

  .menu-element-usecase{
    position: relative;
    height: 100%;
  }

  .menu-element-howto{
    position: relative;
    height: 100%;
  }

  .menu-element-shop{
    position: relative;
    height: 100%;
  }

  .social-link {
    display: inline-block;
  }
  .social-link img{
    width: 9rem;
  }
}
