header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  z-index: 20;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1024px) {
  header {
    height: 220px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    height: 200px;
  }
}
header #topHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 15px;
  right: 15vw;
  position: absolute;
  width: 166px;
  transition: all 0.4s ease 0s;
}
header #topHeader .roundedButtons .round {
  padding: 0 0 2px 0;
  border: none;
  background: #fff;
  height: 30px;
  width: auto;
  color: #ea6647;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.5s ease all;
}
header #topHeader .roundedButtons .round i {
  font-size: 23px;
  display: block;
}
header #topHeader .roundedButtons .round:hover {
  color: #505050;
}
header #topHeader .roundedButtons button:first-child {
  margin-left: 0;
}
header #topHeader .split {
  border-left: 1px solid black;
}
header #topHeader .languageSelect a img {
  width: 25px;
  padding: 0;
  margin-right: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 1300px) {
  header #topHeader {
    right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  header #topHeader {
    top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  header #topHeader {
    top: 66px;
    left: 5%;
  }
}
header #header-menu {
  color: #fff;
  width: 70%;
  left: 15%;
  position: absolute;
}
header #header-menu .menu {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1300px) {
  header #header-menu {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header #header-menu {
    width: 100%;
    margin: 0 auto;
    position: initial;
    right: initial;
  }
  header #header-menu .menu {
    padding: 0;
  }
}
header #header-line {
  background: #ea6647;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  header #header-line {
    position: absolute;
    top: 0;
    height: 50px;
  }
}
header #logo {
  display: block;
  position: absolute;
  font-size: 30px;
  left: 15%;
  bottom: 65px;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1300px) {
  header #logo {
    left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  header #logo {
    bottom: 23px;
  }
}
@media only screen and (max-width: 600px) {
  header #logo {
    bottom: 8px;
  }
}
header img {
  max-width: 350px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  header img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  header img {
    max-width: 192px;
  }
}
header #titletext {
  display: inline-block;
  margin-left: 7vw;
  line-height: 1.1rem;
  vertical-align: bottom;
}
header #titletext .subtitle {
  /*.title {
   font-size: 40px; 
   color:#1cb8cf;
   font-weight:600;
   margin-bottom: 1.3rem;
   }*/
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
}
header #titletext img {
  max-width: 220px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  header #titletext {
    display: none;
  }
}
header div:first-child {
  color: #fff;
}
