﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
body header#top {
  background: #fff;
  overflow: hidden;
  position: relative;
}
body header#top #logo {
  display: block;
  text-decoration: none;
}
body header#top #logo:hover {
  text-decoration: none;
}
/* #region SEARCHPANEL */
.searchpanel * {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body.searchpanel-active .searchpanel-header {
  display: block;
}
body.searchpanel-active .mainnav {
  top: 8.5em;
}
@media screen and (max-width: 480px) {
  body.searchpanel-active .mainnav {
    top: 11.5em;
  }
}
.searchpanel {
  position: relative;
  z-index: 1;
  padding: 0;
}
.searchpanel .icon {
  color: #333;
  font-size: 1.1em;
  left: 8px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.searchpanel input[type='text'] {
  border-radius: 5px;
  height: 45px;
  line-height: 25px;
  margin: 0;
  padding: 10px 8em 10px 2em;
  background: #E6E6E6;
  border: 0;
  font-size: 0.95em;
  width: 100%;
}
.searchpanel .submit {
  height: 45px;
  line-height: 45px;
  display: block;
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 8em;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .searchpanel input[type='text'] {
    padding-right: 0.5em;
  }
  .searchpanel .submit {
    border-radius: 5px;
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}
.searchpanel-header,
.searchpanel-webshop {
  position: absolute;
  bottom: 21px;
  right: 4%;
  width: 480px;
}
@media screen and (max-width: 900px) {
  .searchpanel-header,
  .searchpanel-webshop {
    position: relative;
    right: 0;
    bottom: 0;
    display: none;
    width: auto;
    background: #E6E6E6;
    padding: 20px 3%;
  }
  .searchpanel-header input[type='text'],
  .searchpanel-webshop input[type='text'] {
    background: #FFFFFF;
  }
  .searchpanel-header .icon,
  .searchpanel-webshop .icon {
    left: 5%;
    top: 30px;
  }
  .searchpanel-header:not(.searchpanel-webshop) .submit,
  .searchpanel-webshop:not(.searchpanel-webshop) .submit {
    right: 1%;
    top: 20px;
  }
}
.searchpanel input::-webkit-input-placeholder {
  color: #333;
}
.searchpanel input::-moz-placeholder {
  /*color: #000;*/
}
.searchpanel input:-ms-input-placeholder {
  color: #333;
}
/*#endregion*/
@media screen and (max-width: 899px) {
  body header#top #logo {
    height: 3.3em;
    margin: 0 auto;
    max-width: 75px;
    padding: 0.2em 0;
  }
  body header#top #logo svg,
  body header#top #logo svg image {
    width: 100%;
    height: 100%;
  }
  body header#top #menutrigger,
  body header#top #searchtrigger {
    height: auto;
    line-height: 1;
    position: absolute;
    top: 0.85em;
  }
  body header#top #menutrigger {
    left: 4%;
    padding: 0.5em 1em 0.5em 2.2em;
  }
  body header#top #menutrigger:before {
    color: #FFFFFF;
    font-size: 1.34em;
    font-weight: normal;
    left: 9%;
    padding: 5px;
    position: absolute;
    text-transform: lowercase;
    top: 2.5%;
  }
  body header#top #searchtrigger {
    padding: 0.5em 2.2em 0.5em 1em;
    right: 4%;
  }
  body header#top #searchtrigger:after {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    position: absolute;
    right: 9%;
    text-transform: lowercase;
    top: 22%;
  }
}
/* MEDIUM SCREENS */
@media screen and (min-width: 650px) {
  body header#top #menutrigger,
  body header#top #searchtrigger {
    top: 0.7em;
  }
}
/* LARGE SCREENS */
@media screen and (min-width: 900px) {
  body header#top {
    height: 135px;
  }
  body header#top #logo {
    position: absolute;
    left: 4%;
    top: 21px;
  }
  body header#top #logo.default {
    top: 31px;
  }
  body header#top #toplinks {
    display: block;
    font-size: 0.95em;
    position: absolute;
    top: 21px;
    right: 4%;
  }
  body header#top #toplinks a {
    text-decoration: none;
    margin: 0 0 0 1em;
  }
  body header#top #toplinks a:first-of-type {
    margin: 0;
  }
  body header#top #toplinks .greeting:after {
    content: "|";
    margin: 0 1em;
    text-decoration: none;
    font-size: 1.1em;
  }
  body header#top #toplinks .login:before {
    margin: 0;
  }
  body header#top #toplinks .logout:before {
    margin: 0 0.2em 0 0;
  }
}