﻿@-webkit-keyframes rotationSpin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
/*farben*/
.customer-bg-primary {
  background-color: #00C8A3;
}
.customer-cl-primary {
  color: #00C8A3;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*fixed-menu-header*/
.flag-panel {
  float: left;
  width: 90px;
  margin-right: 20px;
}
.switchlang {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  cursor: pointer;
}
.de {
  float: left;
}
.en {
  float: right;
}
.fixed-menu-header {
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
  line-height: 42px;
  margin: 0 auto;
}
.fixed-menu-header a {
  display: none;
  float: left;
  width: calc(100% - 140px);
  margin-right: 10px;
}
.fixed-menu-header img {
  margin-top: 15px;
  width: 100%;
  max-width: 371px;
}
@media only screen and (min-width: 480px) {
  .fixed-menu-header a {
    display: block;
    /*width:55%;*/
    width: 100%;
    line-height: 0;
  }
}
@media only screen and (min-width: 786px) {
  /*fixed-menu-header*/
  .fixed-menu-header {
    padding-left: 10.41666667%;
    padding-right: 10.41666667%;
  }
  .fixed-menu-header a {
    display: block;
    width: 50%;
    line-height: 80px;
  }
}
#login-control {
  float: right;
  margin-top: 15px;
}
#btn-login {
  border: 2px solid #001469;
  border-radius: 20px;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #001469;
  font-weight: bold;
  float: left;
  cursor: pointer;
  margin-right: 32px;
}
#btn-login-oval {
  width: 40px;
  height: 40px;
  border: 1px solid #191929;
  background-color: #191923;
  border-radius: 50%;
  float: left;
  cursor: pointer;
}
.icon-oval-bar {
  width: 25px;
  background-color: #D8D8D8;
  height: 2px;
  display: block;
  position: relative;
  left: 7px;
  top: 6px;
  margin-top: 5px;
}
@media only screen and (min-width: 786px) {
  #btn-login {
    margin-right: 5px;
  }
}
/*Menu start*/
#menu-start {
  width: 200px;
  height: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
}
.menu-login {
  border: 2px solid #001469;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #001469;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px 0;
}
#menu-start-controls {
  height: 65px;
  padding-top: 15px;
  margin-bottom: 180px;
}
.menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid #5F5F6E;
  background-color: #5F5F6E;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 1.4em;
  cursor: pointer;
  color: #fff;
  position: relative;
  left: 155px;
}
.menu-language {
  float: left;
  /*width: 100%;*/
  width: 141px;
  margin-top: 15px;
  height: 40px;
  border: 2px solid #A9A9AD;
  /*border-radius: 20px;*/
  text-transform: uppercase;
  color: #001469;
}
.select-menu-item {
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
}
.menu-language-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('/Images/Icons/Arrow Down.png');
  background-position-x: 50%;
  background-position-y: 50%;
  transition: all 0.4s ease;
}
.menu-language-icon-open {
  /*-webkit-animation: rotationSpin 0.2s linear;*/
  transform: rotateZ(180deg);
  transform-origin: 50% 50%;
}
.menu-language-items {
  /*visibility: hidden;
opacity: 0;*/
  display: none;
  /* transition: visibility 0s, opacity 0.5s linear;*/
  border: 2px solid #A9A9AD;
  border-top: none;
  position: relative;
  top: -2px;
  left: -3px;
  /*border-radius: 20px;*/
  height: 80px;
  overflow: hidden;
  background: #fff;
  width: 142px;
}
.menu-language-item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #A9A9AD;
}
.menu-language-item:hover {
  background-color: rgba(245, 238, 238, 0.48);
}
.customLink {
  color: #191929;
}
.manufacturerLink {
  color: #191929;
}
.menu-start-title {
  font-family: 'Exo Bold';
  font-weight: bold;
  font-size: 1.8em;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 42px;
  display: block;
  text-decoration: none;
  padding-left: 5px;
}
#menu-start ul {
  margin: 10px 0;
  color: #000;
  font-family: 'Exo Light';
  font-weight: lighter;
  font-size: 1.2em;
  width: 170px;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
}
#menu-start ul li {
  list-style: none;
  width: 150px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-family: 'Exo Light';
  font-size: 1.2em;
}
#menu-start ul li.selected {
  border-bottom: 2px solid #D8D8D8;
}
#menu-start ul li a {
  color: #191929;
  text-decoration: none;
}
.white_border {
  color: #D8D8D8;
}
@media only screen and (min-width: 480px) {
  #menu-start {
    width: 350px;
  }
  .menu-login {
    float: left;
    border: 2px solid #001469;
    border-radius: 20px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #001469;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-close {
    position: relative;
    left: 0;
    float: right;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 786px) {
  #menu-start {
    width: 720px;
  }
  .menu-login {
    float: right;
    margin-left: 59px;
    margin-top: 0;
    border: 2px solid #001469;
    border-radius: 20px;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #001469;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
  }
  #menu-start-controls {
    height: 65px;
    padding-top: 15px;
    margin-bottom: 80px;
  }
  .menu-close {
    width: 40px;
    height: 40px;
    border: 1px solid #5F5F6E;
    background-color: #5F5F6E;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 1.4em;
    cursor: pointer;
    float: right;
    color: #fff;
    margin-left: 32px;
  }
  .menu-language {
    float: left;
    max-width: 169px;
    width: 19%;
    min-width: 128px;
    height: 40px;
    /*margin-left: 66px;*/
    border: 2px solid #A9A9AD;
    /*border-radius: 20px;*/
    text-transform: uppercase;
    color: #001469;
  }
  .select-menu-item {
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
  }
  .menu-language-items {
    display: none;
    /*border: 2px solid #A9A9AD;*/
    position: relative;
    top: -2px;
    left: -2px;
    /*border-radius: 20px;*/
    height: 80px;
    overflow: hidden;
    background: #fff;
    max-width: 171px;
    width: 103%;
  }
  .menu-language-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #A9A9AD;
  }
  .menu-language-item:hover {
    background-color: rgba(245, 238, 238, 0.48);
  }
  .menu-start-title {
    font-family: 'Exo Bold';
    font-weight: bold;
    font-size: 2em;
    width: 307px;
    height: 49px;
    line-height: 49px;
    margin-left: 60px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 42px;
    display: block;
    text-decoration: none;
  }
  #menu-start ul {
    margin: 150px 70px;
    color: #000;
    font-family: 'Exo Light';
    font-weight: lighter;
    font-size: 1.2em;
    width: 120px;
    overflow: hidden;
  }
  #menu-start ul li {
    list-style: none;
    width: 150px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-family: 'Exo Light';
    font-size: 1.2em;
  }
  #menu-start ul li.selected {
    border-bottom: 2px solid #D8D8D8;
  }
  #menu-start ul li a {
    color: #191929;
    text-decoration: none;
  }
  .white_border {
    color: #D8D8D8;
  }
}
/*modal window*/
.modal-view,
.modal-widow-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1033;
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-window,
.modal-window-border {
  background: #fff;
  text-align: center;
  max-width: 300px;
  height: 272px;
  border: 0px;
  font-size: 62.5%;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -136px;
  margin-left: -150px;
}
.modal-header,
.modal-window-header {
  width: 100%;
  height: 64px;
  padding: 16px;
  text-align: left;
}
.modal-close,
.modal-window-close {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../../Images/Icons/Close.png') 0 0 no-repeat;
  background-size: 24px 24px;
  float: left;
  cursor: pointer;
}
.modal-close:hover {
  -webkit-animation: rotation 0.2s linear;
}
.modal-title,
.modal-window-title {
  float: left;
  width: calc(100% - 24px);
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
}
.modal-cotent,
.modal-window-cotent {
  padding: 16px;
  height: 89px;
  color: #001469;
}
.modal-window-cotent {
  border-top: 1px solid #001469;
  font-size: 1.8rem;
}
.modal-buttons {
  padding: 0 16px;
}
.modal-buttons a {
  float: left;
  width: calc(100% - 15px);
  margin: 0 15px 5px 0;
  display: block;
  font-size: 2rem;
  background-color: #00C8A3;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
  }
}
@media only screen and (min-width: 480px) {
  .modal-window,
  .modal-window-border {
    background: #fff;
    text-align: center;
    width: 504px;
    max-width: 504px;
    height: 272px;
    border: 0px;
    font-size: 62.5%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -136px;
    margin-left: -252px;
  }
  .modal-header,
  .modal-window-header {
    width: 100%;
    height: 64px;
    padding: 16px;
    text-align: left;
  }
  .modal-close,
  .modal-window-close {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../../Images/Icons/Close.png') 0 0 no-repeat;
    background-size: 24px 24px;
    float: left;
    cursor: pointer;
  }
  .modal-close:hover {
    -webkit-animation: rotation 0.2s linear;
  }
  .modal-title,
  .modal-window-title {
    float: left;
    width: 448px;
    height: 32px;
    line-height: 32px;
    font-size: 2rem;
  }
  .modal-cotent,
  .modal-window-cotent {
    padding: 16px;
    height: 142px;
    color: #001469;
  }
  .modal-buttons {
    padding: 0 16px;
  }
  .modal-buttons a {
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
    display: block;
    font-size: 2rem;
    background-color: #00C8A3;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 786px) {
  .modal-window,
  .modal-window-border {
    background: #fff;
    text-align: center;
    width: 504px;
    height: 272px;
    border: 0px;
    font-size: 62.5%;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -136px;
    margin-left: -252px;
  }
  .modal-header,
  .modal-window-header {
    width: 100%;
    height: 64px;
    padding: 16px;
    text-align: left;
  }
  .modal-close,
  modal-window-close {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../../Images/Icons/Close.png') 0 0 no-repeat;
    background-size: 24px 24px;
    float: left;
    cursor: pointer;
  }
  .modal-close:hover {
    -webkit-animation: rotation 0.2s linear;
  }
  .modal-title,
  .modal-window-title {
    float: left;
    width: 448px;
    height: 32px;
    line-height: 32px;
    font-size: 2em;
  }
  .modal-cotent,
  .modal-window-cotent {
    padding: 16px;
    height: 142px;
    color: #001469;
  }
  .modal-buttons {
    padding: 0 16px;
  }
  .modal-buttons a {
    float: left;
    width: calc(50% - 15px);
    margin: 0 15px 0 0;
    display: block;
    font-size: 2rem;
    background-color: #00C8A3;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}