html,
body {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: 'ScotchModern', sans-serif;
}
a,
a:visited,
a:active,
a:focus {
  color: #111;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hamburger .line {
  width: 22px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
/* ONE */
#hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  background: white;
  padding: 10px 12px;
}
#hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
#mainnavi {
  display: inline-block;
  position: absolute;
  height: 46px;
  z-index: 35;
  background: white;
  width: 100%;
}
#mainnavi .main {
  margin: 0;
  padding: 0;
  margin-right: 45px;
  margin-left: 15px;
}
#mainnavi .main ul {
  margin: 0;
  padding: 0;
}
#mainnavi .main li {
  display: inline-block;
  margin: 0 2px;
}
#mainnavi .main li a {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}
#mainnavi .main li a.active {
  font-style: italic;
}
.italic,
i,
em {
  font-family: 'ScotchModern-Italic', serif;
  font-style: normal !important;
}
.hidden {
  opacity: 0;
}
body.or-a-call .thumbs,
body.Impressum .thumbs,
body.Datenschutz .thumbs {
  display: none;
}
iframe {
  margin-left: -38px;
  margin-top: 100px!important;
}
#fullscreen {
  display: block;
  margin-top: 20px;
  font-size: 9px;
  font-family: arial, sans-serif;
  margin-right: -15px;
  text-align: right;
}
#fullscreen::after {
  margin-left: 10px;
  content: url('../../assets/files/fullscreen.png');
  position: relative;
  top: 3px;
}
.content {
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  /* TEST */
  bottom: 15px;
  overflow: auto;
  overflow-x: hidden;
  /* TEST */
  background: white;
  display: none;
  z-index: 30;
}
.content .margin {
  margin: 40px 0px;
}
.content .menu {
  margin-top: 18px;
  margin-left: -2px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 100%;
}
.content .menu a {
  text-decoration: none;
  color: #111;
  font-weight: lighter;
  font-size: 35px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content .menu a.hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 7px;
  /*Change this to increase/decrease distance*/
  border-bottom: 2px solid #000;
}
.content .menu a.active {
  font-family: 'ScotchModern-Italic';
}
.content .menu .logo-menu {
  width: 92px;
  margin-bottom: 7px;
}
.content .menu nav.second {
  font-size: 18px;
  margin: 35px 0px;
  display: block;
  line-height: 18px;
}
.content .menu nav.second ul,
.content .menu nav.second li {
  line-height: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 13px;
}
.content .menu nav.second ul a,
.content .menu nav.second li a {
  font-size: 13px;
  line-height: 17px;
}
.content .menu nav.second ul a.active,
.content .menu nav.second li a.active {
  font-family: 'ScotchModern-Italic';
}
.content .menu nav.second ul a.hover::after,
.content .menu nav.second li a.hover::after {
  bottom: 0px;
  border-bottom: 1px solid #000;
}
.content .text {
  font-size: 16px;
}
.content .brands .brand {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.content .brands .brand img {
  position: absolute;
  left: 0;
  top: 0;
}
.content .brands .brand span {
  display: inline-block;
  margin-left: 105px;
  margin-bottom: 10px;
}
.content .products .product {
  font-size: 16px;
  float: left;
  margin-bottom: 20px;
}
.content .products .product .description {
  padding-top: 10px;
  font-size: 12px;
  padding-left: 0px;
}
.content .products .product .description h2 {
  margin-top: 0;
  font-size: 14px;
}
.content .submenu .item {
  margin-bottom: 20px;
}
.content .submenu .item a {
  font-size: 16px;
  display: block;
}
.content .submenu .item a img {
  margin-right: 20px;
}
.content .submenu .item a.active {
  /*font-family: 'ScotchModern-Italic', Serif;*/
}
.content .submenu .thumbs {
  margin: 0;
  /*TEST */
  margin-right: -20px;
  /*TEST */
  margin-bottom: 20px;
}
.content .thumbs {
  /*TEST */
  margin-right: -20px;
  /*TEST */
}
.content .thumbs .thumb {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 6px;
  position: relative;
}
.content .thumbs .thumb a {
  display: block;
}
.content .thumbs .thumb a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  heigth: 100%;
  background: white;
  text-align: center;
  padding-top: 4px;
  font-size: 61px;
  opacity: 0;
  display: block;
  line-height: 100%;
}
.content .thumbs .thumb a:active,
.content .thumbs .thumb a:hover {
  color: black;
}
.content .thumbs .thumb a:hover .overlay {
  opacity: 1;
  transition: opacity 0.2s ease-in;
  /* vendorless fallback */
  -o-transition: opacity 0.2s ease-in;
  /* opera */
  -ms-transition: opacity 0.2s ease-in;
  /* IE 10 betas, not needed in final build. */
  -moz-transition: opacity 0.2s ease-in;
  /* Firefox */
  -webkit-transition: opacity 0.2s ease-in;
  /*safari and chrome */
}
.party .content .submenu .item a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.party .content .submenu .item a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../../assets/files/camera.png');
  background-size: contain;
  text-decoration: none;
  background-repeat: no-repeat;
}
.content.active {
  display: block;
}
.ls-fullscreen-wrapper {
  position: fixed;
}
#layerslider h2 {
  padding: 3em;
  font-size: 6em;
  color: white;
  font-weight: lighter;
  font-style: italic;
  width: 50%;
  display: inline-block;
  margin: auto;
}
#layerslider .logo-layer {
  width: 2.7em;
  margin-bottom: 0.2em;
}
#layerslider .sitm {
  width: 100%;
  top: 25%;
  position: absolute;
}
.round-button {
  /*background-color: white;*/
  color: #3b8321;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*height: 170px;
  width: 170px;
  padding: 10px;
  padding-top: 27px;
  font-size: 16px;*/
  box-sizing: border-box;
  position: absolute;
  z-index: 29;
  top: 40px;
  left: 40px;
}
.round-button img {
  max-width: 100%;
  height: auto;
}
p.mood {
  color: #009036;
}
#mainnavi .main {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 40px;
  width: 80%;
}
@media only screen and (min-width: 480px) {
  .content {
    top: 55px;
    right: 55px;
    left: 30px;
    /* TEST */
    bottom: 30px;
    /* TEST */
    width: 440px;
    left: auto;
    padding: 38px 38px 38px 38px;
  }
  .content .menu {
    font-size: 40px;
  }
  .content .menu a {
    font-size: 40px;
  }
  .content .menu .logo-menu {
    width: 108px;
    margin-bottom: 8px;
  }
  .content .description {
    font-size: 16px;
    padding-left: 32px;
    float: left;
    width: 243px;
    /* TEST */
    width: 233px;
    /* TEST */
  }
  .content .description h2 {
    margin-top: 0;
    font-size: 20px;
  }
  #hamburger {
    padding: 10px 12px;
    top: 0;
    right: 0;
  }
  #mainnavi .main {
    width: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 660px) {
  #mainnavi {
    display: inline-block;
    position: absolute;
    top: 55px;
    right: 55px;
    height: 46px;
    z-index: 35;
    background: white;
    width: auto;
  }
  #mainnavi .main {
    margin: 0;
    padding: 0;
    margin-right: 45px;
    margin-left: 15px;
  }
  #mainnavi .main ul {
    margin: 0;
    padding: 0;
  }
  #mainnavi .main li {
    display: inline-block;
    margin: 0 7px;
  }
  #mainnavi .main li a {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }
  #mainnavi .main li a.active {
    font-style: italic;
  }
  .content {
    width: 600px;
    left: auto;
    padding: 38px 38px 38px 38px;
  }
  .content .text {
    font-size: 20px;
  }
  .content .menu {
    font-size: 66px;
  }
  .content .menu a {
    font-size: 66px;
  }
  .content .menu .logo-menu {
    width: 165px;
    margin-bottom: 12px;
  }
  .content .menu nav.second li {
    font-size: 18px;
  }
  .content .menu nav.second li a {
    font-size: 18px;
  }
  .content .products .product {
    font-size: 20px;
    float: left;
    margin-bottom: 20px;
  }
  .content .products .product .description {
    font-size: 16px;
    padding-left: 32px;
    float: left;
    width: 243px;
    /* TEST */
    width: 233px;
    /* TEST */
  }
  .content .products .product .description h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .content .products .product .img {
    float: left;
    width: 243px;
  }
  .content .submenu .item {
    margin-bottom: 20px;
  }
  .content .submenu .item a {
    font-size: 20px;
    display: block;
  }
  .content .submenu .item a img {
    margin-right: 20px;
  }
  .content .submenu .item a.active {
    /*font-family: 'ScotchModern-Italic', Serif;*/
  }
}
@media only screen and (min-width: 750px) {
  /* Style adjustments for viewports that meet the condition */
  .content {
    padding: 38px 38px 38px 38px;
  }
  .content .menu {
    font-size: 66px;
  }
  .content .menu a {
    font-size: 66px;
  }
  .content .menu .logo-menu {
    width: 165px;
    margin-bottom: 12px;
  }
  .content .brands .brand {
    width: 50%;
    float: left;
  }
  #layerslider .sitm {
    width: 100%;
    top: 25%;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  /* Style adjustments for viewports that meet the condition */
  #hamburger {
    top: 0;
    right: 0;
    padding: 10px 10px;
  }
  .content {
    padding: 38px 38px 38px 38px;
    top: 55px;
    right: 55px;
    left: auto;
    width: 600px;
    /* TEST */
    bottom: 55px;
    /* TEST */
  }
  #layerslider .sitm {
    height: 600px !important;
    margin-top: -300px;
    top: 50%;
  }
}
/*# sourceMappingURL=main.css.map */