/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block-customer-login .field.note {
  font-size: 1.4rem;
}
.zahlungsart,
.versand {
  padding-left: 0 !important;
}
.zahlungsart .viertel,
.versand .viertel {
  align-self: center;
}
.page-wrapper {
  background: -moz-linear-gradient(top, #ffffff 10%, #d3d4d4 100%);
  background: -webkit-linear-gradient(top, #ffffff 10%, #d3d4d4 100%);
  background: linear-gradient(to bottom, #ffffff 10%, #d3d4d4 100%);
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    background: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .onlyDesktop,
  .DesktopSearch,
  .blockDesktop {
    display: none !important;
  }
  .flexMobile {
    display: flex;
  }
  .blockMobile {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .onlyDesktop {
    display: flex;
  }
  .DesktopSearch,
  .blockDesktop {
    display: block;
  }
  .ie10 .kategorien .DesktopSearch,
  .ie10 .kategorien .blockDesktop,
  .ie11 .kategorien .DesktopSearch,
  .ie11 .kategorien .blockDesktop {
    width: 269px;
    height: 201px;
  }
  .flexMobile,
  .blockMobile {
    display: none !important;
  }
}
.startbanner {
  background: url("../images/layout/startbanner.jpg") left top no-repeat;
  background-size: 100% auto;
  padding: 25px 0px 0px;
  -webkit-box-shadow: inset 0px 39px 66px -30px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 0px 39px 66px -30px rgba(0, 0, 0, 0.42);
  box-shadow: inset 0px 39px 66px -30px rgba(0, 0, 0, 0.42);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .startbanner {
    background-image: none;
    background-color: #d3d4d4;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    min-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .startbanner {
    padding: 15px 0px;
    min-height: 0;
    background-size: cover;
    backgrond-position: left center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner {
    padding: 15px 0px 0px;
    min-height: 0;
  }
}
.startbanner .top-container {
  /* Mike */
  /* --- */
  margin: auto 22% auto auto;
}
@media screen and (max-width: 480px) {
  .startbanner .top-container {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .startbanner .top-container {
    margin: auto 5% auto auto;
    max-width: 480px;
  }
}
@media screen and (min-width: 800px) and (max-width: 979px) {
  .startbanner .top-container {
    margin: auto 10% auto auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .startbanner .top-container {
    margin: auto 15% auto auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner .top-container {
    margin: auto 12% auto auto;
    width: 650px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1800px) {
  .startbanner .top-container {
    margin: auto 10% auto auto;
  }
}
.ie10 .startbanner .top-container,
.ie11 .startbanner .top-container {
  margin: auto 28%;
}
.startbanner h1 {
  /* Mike eingefügt */
  /* Mike Ende */
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 6em;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97999px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.51361px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.5673240000000001px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 320px) {
  .startbanner h1 {
    font-size: 2.0rem;
    text-align: left;
  }
}
@media screen and (max-width: 395px) {
  .startbanner h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .startbanner h1 {
    font-size: 2.4rem;
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .startbanner h1 {
    font-size: 3.3em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .startbanner h1 {
    font-size: 3.5em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner h1 {
    font-size: 4.8em;
  }
}
.ie10 .startbanner h1,
.ie11 .startbanner h1 {
  font-size: 4.8em;
}
.startbanner form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  /* Mike */
  /* --- */
}
.startbanner form input.button,
.startbanner form a.button {
  margin: 20px;
  align-self: center;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #f2c419;
  background-color: #005ca5;
  border-radius: 12px;
  padding: 20px 40px;
  border: 2px solid transparent;
  transition: all .2s ease;
}
@media screen and (max-width: 375px) {
  .startbanner form input.button,
  .startbanner form a.button {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .startbanner form input.button,
  .startbanner form a.button {
    margin-left: 0;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .startbanner form input.button,
  .startbanner form a.button {
    font-size: .9em;
    padding: 12px 25px;
    margin: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .startbanner form input.button,
  .startbanner form a.button {
    font-size: 1em;
    padding: 12px 25px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner form input.button,
  .startbanner form a.button {
    font-size: 1.1em;
    padding: 15px 32px;
    margin: 15px 0 10px;
  }
}
.startbanner form input.button:hover,
.startbanner form a.button:hover {
  border: 2px solid #0073ce;
  background-color: #0073ce;
}
@media screen and (max-width: 480px) {
  .startbanner form {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.startbanner form .grey {
  background-color: #636363 !important;
  text-decoration: none;
}
.startbanner form .grey:hover {
  border: 2px solid #777777 !important;
  background-color: #777777 !important;
}
.startbanner form .kennzeichen {
  background: url("../images/layout/EU-Kennzeichen-roh.svg") center center no-repeat;
  background-size: 100% auto;
  margin: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  /* Mike */
  /* --- */
}
@media screen and (max-width: 480px) {
  .startbanner form .kennzeichen {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .startbanner form .kennzeichen {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner form .kennzeichen {
    margin: 10px 0;
  }
}
.ie10 .startbanner form .kennzeichen,
.ie11 .startbanner form .kennzeichen {
  max-width: 750px;
}
.startbanner form .kennzeichen input {
  margin: 26px 20px 25px 9.5%;
  width: 1.7em;
  height: 1.1em;
  font-size: 8em;
  padding: 0;
  font-family: 'EUSign';
  text-align: center;
  color: #181716;
  border: 1px solid #00457c;
  background: transparent;
  transition: all .2s ease;
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .startbanner form .kennzeichen input {
    margin: 26px 0 25px 9.5%;
    width: 1.7em;
    height: 1.1em;
    font-size: 5em;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .startbanner form .kennzeichen input {
    margin: 26px 0 25px 9.5%;
    width: 1.7em;
    height: 1.1em;
    font-size: 5em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .startbanner form .kennzeichen input {
    margin: 26px 10px 25px 9.5%;
    width: 1.7em;
    height: 1.1em;
    font-size: 7em;
  }
}
.startbanner form .kennzeichen input:hover {
  background: #ffffff;
  border: 1px solid #0073ce;
}
.startbanner form .kennzeichen .wu_input_kd {
  margin-left: 1.3%;
  width: 1.3em;
}
.startbanner form .kennzeichen .wu_input_zahl {
  margin-left: 2.5%;
  width: 2.3em;
}
.startbanner form .kennzeichen .wu_ld_bl {
  margin-left: 1.3%;
}
@media screen and (max-width: 480px) {
  .startbanner form .kennzeichen .wu_ld_bl {
    background-size: 8px 8px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .startbanner form .kennzeichen .wu_ld_bl {
    background-size: 20px 20px !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .startbanner form .kennzeichen .wu_ld_bl {
    background-size: 30px 30px !important;
  }
}
.startbanner form .kennzeichen .wu_ld_bl:empty {
  width: 40px !important;
  display: block;
}
@media screen and (max-width: 418px) {
  .startbanner form .kennzeichen {
    height: 78px;
  }
}
@media screen and (max-width: 434px) {
  .startbanner form .kennzeichen {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .startbanner form .kennzeichen {
    height: 82px;
  }
  .startbanner form .kennzeichen input {
    width: 2.3em;
    font-size: 4.5rem;
    height: 75% !important;
    margin-top: 3% !important;
    margin-bottom: 0 !important;
  }
  .startbanner form .kennzeichen input.wu_input_ld {
    max-width: 27% !important;
    margin-left: 11% !important;
  }
  .startbanner form .kennzeichen input.wu_input_zahl {
    max-width: 33% !important;
  }
}
@media screen and (max-width: 375px) {
  .startbanner form .kennzeichen input {
    height: 65% !important;
    margin-top: 4.3% !important;
  }
  .startbanner form .kennzeichen input.wu_input_zahl {
    max-width: 25% !important;
  }
}
@media screen and (max-width: 360px) {
  .startbanner form .kennzeichen input {
    height: 60% !important;
    margin-top: 5.2% !important;
  }
}
.ie10 .startbanner input,
.ie11 .startbanner input {
  line-height: 1.5em;
}
.bannerButton {
  padding: 0;
  margin: 0 0 35px;
  width: 100%;
}
.bannerButton:hover {
  text-decoration: none;
}
.bannerwrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 35px 20px 25px;
}
@media screen and (max-width: 767px) {
  .produktvielfalt {
    order: 1;
  }
}
.produktvielfalt h2 {
  font-size: 3em;
}
.produktvielfalt .kategorien {
  margin: 3em 0 -4em !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .produktvielfalt .kategorien {
    margin: 0 0 2em -15px !important;
    background-color: #d3d4d4;
    border-bottom: 3px solid #005ca5;
    width: calc(100% + 30px);
    padding: 15px !important;
    box-sizing: border-box;
  }
  .produktvielfalt .kategorien .weissbox {
    background: transparent !important;
    padding: 0;
  }
  .produktvielfalt .kategorien .weissbox:after {
    background: transparent !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .produktvielfalt .kategorien .weissbox {
    padding: 2em;
  }
}
.produktvielfalt .kategorien li {
  width: calc(30.33333333%);
  margin: 0 auto 2em;
  padding: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 419px) {
  .produktvielfalt .kategorien li {
    width: calc(49%);
    margin: 0 auto 1em;
    border-bottom: 1px solid #565655;
    font-size: .8em;
  }
}
@media screen and (min-width: 420px) and (max-width: 767px) {
  .produktvielfalt .kategorien li {
    width: calc(49%);
    margin: 0 auto 2em;
    border-bottom: 1px solid #565655;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .produktvielfalt .kategorien li {
    font-size: 1.1em;
    width: calc(32.33333333%);
    margin: 0 auto 1.5em;
  }
}
.produktvielfalt .kategorien li a {
  display: flex;
  flex-direction: column;
  transition: all .2s ease;
  border: 1px solid transparent;
  align-items: center;
}
.produktvielfalt .kategorien li a:hover {
  text-decoration: none;
  border: 1px solid #005ca5;
}
.produktvielfalt .kategorien li a:hover:after {
  opacity: .2;
}
@media screen and (max-width: 767px) {
  .produktvielfalt .kategorien li a img {
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid {
    margin: 15px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid {
    margin-top: 0;
  }
}
.page-products.page-layout-1column .products-grid .product-items {
  align-items: stretch;
  justify-content: left;
}
@media screen and (max-width: 599px) {
  .page-products.page-layout-1column .products-grid .product-items {
    justify-content: space-around;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .page-products.page-layout-1column .products-grid .product-items {
    justify-content: left;
  }
}
.page-products.page-layout-1column .products-grid .product-item {
  margin-left: 0;
  box-sizing: border-box;
  padding: 0;
  background-color: #ffffff;
  margin-bottom: 55px;
  position: relative;
  border-radius: 1px;
}
@media screen and (max-width: 599px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: 90%;
    padding-left: 0;
    margin-bottom: 25px;
    background-color: #f3f4f4;
  }
  .page-products.page-layout-1column .products-grid .product-item:hover {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: calc(45%);
    padding-left: 0;
    margin-bottom: 45px;
    background-color: #f3f4f4;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(2n) {
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: calc(30.33333333%);
    padding-left: 0;
    margin: 0 1.5% 55px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products.page-layout-1column .products-grid .product-item {
    margin-right: 2.66666666666666666666666667%;
    width: calc(23%);
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
.page-products.page-layout-1column .products-grid .product-item:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid .product-item:hover {
    background-color: #f3f4f4;
  }
}
.page-products.page-layout-1column .products-grid .product-item a.product.photo {
  display: block;
  background: #d3d4d4;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
  background: -moz-linear-gradient(top, #d3d4d4 0%, #ffffff 46%, #ffffff 52%, #d3d4d4 100%);
  background: -webkit-linear-gradient(top, #d3d4d4 0%, #ffffff 46%, #ffffff 52%, #d3d4d4 100%);
  background: linear-gradient(to bottom, #d3d4d4 0%, #ffffff 46%, #ffffff 52%, #d3d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@wkz_hellgrau', endColorstr='@wkz_hellgrau', GradientType=0);
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid .product-item a.product.photo {
    display: flex;
    justify-content: center;
  }
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .page-products.page-layout-1column .products-grid .product-item .product-item-info:after {
    content: "";
    background: url("../images/layout/weissboxshadow.png") repeat-x top left;
    width: 100%;
    height: 26px;
    position: absolute;
    display: inline-block;
    bottom: -26px;
    left: 0;
  }
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info:hover {
  border: 1px solid #005ca5;
  margin: -1px -1px -2px -1px;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-products.page-layout-1column .products-grid .product-item .product-item-info:hover {
    padding: 0 0 45px 0;
    margin-bottom: -46px;
  }
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info:hover:after {
  display: none;
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info:hover .product-item-inner {
  border: none;
  margin: 10px 0 0 -1px;
  box-shadow: none;
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info:hover .product-item-inner:before {
  height: 0;
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }
}
.page-products.page-layout-1column .products-grid .product-item .product-item-info .product-item-details .price-details {
  display: none;
}
.contact-index-index .page-title-wrapper,
.cms-impressum .page-title-wrapper {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #maincontent.page-main {
    padding-top: 0 !important;
  }
}
#maincontent .main {
  margin: 35px 0 5px;
}
@media screen and (max-width: 767px) {
  #maincontent .main {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #maincontent #partnerbanner {
    display: none !important;
    height: 0 !important;
  }
}
#maincontent .topbanner {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #maincontent .topbanner {
    display: none !important;
  }
}
#maincontent .topbanner a {
  display: none;
}
#maincontent .topbanner a:nth-of-type(1) {
  display: block;
}
#maincontent .topbanner img {
  min-width: 100%;
  height: auto;
}
#maincontent hr {
  color: #005ca5;
  border: none;
  border-top: 2px solid #005ca5;
  margin: 35px 0;
}
#maincontent h1 {
  color: #005ca5;
  font-size: 1.9em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  #maincontent h1 {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #005ca5;
    color: #ffffff !important;
    text-align: center;
    padding: 1em 15px;
    box-sizing: border-box;
  }
  #maincontent h1 span {
    color: #ffffff !important;
  }
}
#maincontent h2 {
  color: #005ca5;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  #maincontent h2 {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #005ca5;
    color: #ffffff !important;
    text-align: center;
    padding: 1em 15px;
    box-sizing: border-box;
  }
  #maincontent h2 span {
    color: #ffffff !important;
  }
}
#maincontent h3 {
  color: #005ca5;
  font-size: 1.5em;
  margin: 1em 0 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #maincontent h3 {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #005ca5;
    color: #ffffff !important;
    text-align: center;
    padding: 1em 15px;
    box-sizing: border-box;
    font-size: 1.2em;
  }
  #maincontent h3 span {
    color: #ffffff !important;
  }
}
#maincontent ol {
  padding: 5px 0 5px 20px;
}
#maincontent ul {
  padding: 5px 0 5px 25px;
}
#maincontent label.block {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
#maincontent input.button,
#maincontent a.button {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #f2c419;
  background-color: #005ca5;
  border-radius: 12px;
  padding: 20px 40px;
  border: 2px solid transparent;
  transition: all .2s ease;
}
#maincontent input.button:hover,
#maincontent a.button:hover {
  border: 2px solid #0073ce;
  background-color: #0073ce;
  text-decoration: none;
}
#maincontent .ablaufinfo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo {
    flex-direction: column;
    align-items: center;
    margin-top: -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 812px) {
  #maincontent .ablaufinfo + h2 {
    text-align: center;
  }
}
#maincontent .ablaufinfo .kennzeichen {
  background: url("../images/layout/eu-kennz-clean.svg") center center no-repeat;
  background-size: 100% auto;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 290px;
    height: 90px;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 335px;
    height: 112px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 450px;
    height: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 351px;
    height: 87px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 479px;
    height: 120px;
  }
}
@media screen and (min-width: 1300px) {
  #maincontent .ablaufinfo .kennzeichen {
    width: 608px;
    height: 138px;
  }
}
#maincontent .ablaufinfo .kennzeichen input {
  margin: 15px 0 14px 59px;
  width: 1.75em;
  height: 1.1em;
  font-family: 'EUSign';
  font-size: 7em;
  padding: 0;
  text-align: center;
  color: #181716;
  border: 1px solid transparent;
  background: transparent;
  transition: all .2s ease;
  border: 1px solid #d60000;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo .kennzeichen input {
    background: #ffffff;
  }
}
@media screen and (max-width: 375px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 20px 0 14px 28px;
    font-size: 2.5em;
    height: 58px;
    width: 93px;
  }
}
@media screen and (max-width: 414px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 20px 0 14px 28px;
    font-size: 2.5em;
    height: 58px;
    width: 93px;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 27px 0 14px 33px;
    font-size: 2.5em;
    width: 93px;
    height: 58px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 33px 0 14px 42px;
    font-size: 5.5em;
    width: 1.75em;
    height: 1.03em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 13px 0 14px 34px;
    font-size: 4.2em;
    width: 1.77em;
    height: 1.05em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo .kennzeichen input {
    margin: 18px 0 14px 45px;
    font-size: 5.6em;
    width: 1.75em;
    height: 1.1em;
  }
}
#maincontent .ablaufinfo .kennzeichen input:hover {
  background: #ffffff;
  border: 1px solid #0073ce;
}
@media screen and (max-width: 768px) {
  #maincontent .ablaufinfo .kennzeichen .wu_ld_bl {
    background-size: 20px 20px !important;
  }
}
#maincontent .ablaufinfo ul {
  font-weight: 600;
  padding-top: 1em;
  list-style: none;
}
#maincontent .ablaufinfo ul.konfi {
  background: none;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul.konfi {
    padding: 5px 25px 5px 25px;
    min-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul.konfi {
    min-height: 150px;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .ablaufinfo ul.konfi {
    min-height: 190px;
  }
}
#maincontent .ablaufinfo ul.konfi.weiter {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    font-size: .8em;
  }
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    font-size: 1em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    font-size: .95em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul.konfi.weiter {
    font-size: 1em;
  }
}
#maincontent .ablaufinfo ul .wu_leer_landk {
  color: #005ca5;
  font-size: 1.35em;
  line-height: 1.8em;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .wu_leer_landk {
    font-size: 0.92em;
    line-height: 1.2em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .wu_leer_landk {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .wu_leer_landk {
    font-size: 1.15em;
    line-height: 1.5em;
  }
}
#maincontent .ablaufinfo ul .wu_fehler_landk {
  color: #e81414;
  font-size: 1.35em;
  line-height: 1.6em;
  margin: 0 0 .5rem 39.8px;
  text-indent: -39.8px;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk {
    font-size: 0.92em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk {
    font-size: 1.15em;
    line-height: 1.5em;
  }
}
#maincontent .ablaufinfo ul .wu_fehler_landk:before {
  background-image: url("../images/layout/xrot.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: "";
  padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk:before {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk:before {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .wu_fehler_landk:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}
#maincontent .ablaufinfo ul .erledigt {
  color: #00963e;
  font-size: 1.35em;
  line-height: 1rem;
  margin-bottom: .5rem;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .erledigt {
    font-size: 0.92em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .erledigt {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .erledigt {
    font-size: 1.15em;
    line-height: 1.5em;
  }
}
#maincontent .ablaufinfo ul .erledigt:before {
  background-image: url("../images/layout/hakengruen.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  content: "";
  padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .erledigt:before {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .erledigt:before {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .erledigt:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}
#maincontent .ablaufinfo ul .offen {
  color: #636363;
  padding: 0 0 0 43px;
  line-height: 4.5rem;
  font-size: 1.35em;
}
@media screen and (max-width: 767px) {
  #maincontent .ablaufinfo ul .offen {
    font-size: 0.92em;
    line-height: 1.2em;
    padding: 0;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .ablaufinfo ul .offen {
    font-size: 0.9em;
    line-height: 1.2em;
    padding-left: 27px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
  #maincontent .ablaufinfo ul .offen {
    padding-left: 36px;
    font-size: 1.15em;
    line-height: 1.5em;
  }
}
#maincontent .schrittwahl {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
}
#maincontent .schrittwahl > li {
  width: calc(28.33333333%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li:last-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  #maincontent .schrittwahl > li {
    width: 98%;
    margin-bottom: 35px;
    align-self: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  #maincontent .schrittwahl > li {
    width: 96%;
    margin-bottom: 35px;
    align-self: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  #maincontent .schrittwahl > li {
    width: 94%;
    margin-bottom: 35px;
    align-self: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  #maincontent .schrittwahl > li {
    align-items: center;
    width: 30%;
    margin-bottom: 65px;
  }
}
#maincontent .schrittwahl > li h2 {
  width: 100%;
  align-self: center;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 25px;
  background: #005ca5;
  color: #f2c419;
  min-height: 4em;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li h2 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #maincontent .schrittwahl > li h2 {
    padding: 15px 18px;
    font-size: 1.3em;
  }
}
#maincontent .schrittwahl > li h2.disabled {
  background-color: #8f8f8f;
  color: #fefefe;
}
#maincontent .schrittwahl > li .bg {
  width: 100%;
  background: #c5c6c6;
  background: -moz-linear-gradient(top, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
  background: -webkit-linear-gradient(top, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
  background: linear-gradient(to bottom, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c6c6', endColorstr='#c5c6c6', GradientType=0);
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li .bg {
    background: none !important;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #maincontent .schrittwahl > li .bg {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
#maincontent .schrittwahl > li section ul {
  list-style: none;
  align-self: stretch;
  margin: 0 10px;
  min-height: 12em;
  font-size: 1.15em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section ul {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #maincontent .schrittwahl > li section ul {
    font-size: 1em;
    line-height: 1.3em;
    padding-left: 10px;
  }
}
#maincontent .schrittwahl > li section ul li {
  text-transform: unset;
  margin: 15px 10px 0 15px;
  text-indent: -34.8px;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #maincontent .schrittwahl > li section ul li {
    text-indent: -25.8px;
  }
}
#maincontent .schrittwahl > li section ul li:before {
  background-image: url("../images/layout/haken.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #maincontent .schrittwahl > li section ul li:before {
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    padding: 0 5px 0 0;
  }
}
#maincontent .schrittwahl > li section a,
#maincontent .schrittwahl > li section button {
  margin: 20px 10%;
  padding: 16px 20px;
  width: 80%;
  align-self: center;
  text-align: center;
  cursor: pointer;
  outline: 0;
  border: 0px solid transparent !important;
  box-shadow: none;
  font-size: 1.2em;
  line-height: 1.5em;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  #maincontent .schrittwahl > li section a,
  #maincontent .schrittwahl > li section button {
    padding: 20px 20px 20px 65px;
    font-weight: 500;
    font-size: 1em;
  }
  #maincontent .schrittwahl > li section a#wu_kdn_res_btn,
  #maincontent .schrittwahl > li section button#wu_kdn_res_btn {
    background-image: url("../images/layout/online-selbst-mobile.svg");
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: auto 50px;
  }
  #maincontent .schrittwahl > li section a#wu_kdn_res_btn:hover,
  #maincontent .schrittwahl > li section button#wu_kdn_res_btn:hover {
    background-color: #0073ce;
  }
  #maincontent .schrittwahl > li section a#wu_wir_res_btn,
  #maincontent .schrittwahl > li section button#wu_wir_res_btn {
    background-image: url("../images/layout/res-lassen-mobile.svg");
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: auto 50px;
  }
  #maincontent .schrittwahl > li section a#wu_call_btn,
  #maincontent .schrittwahl > li section button#wu_call_btn {
    background-image: url("../images/layout/callback-mobile.svg");
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: auto 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .schrittwahl > li section a,
  #maincontent .schrittwahl > li section button {
    padding: 25px 25px 25px 22%;
  }
  #maincontent .schrittwahl > li section a#wu_kdn_res_btn,
  #maincontent .schrittwahl > li section button#wu_kdn_res_btn {
    background-image: url("../images/layout/online-selbst-mobile.svg");
    background-position: 2% 50%;
    background-size: auto 85%;
    background-repeat: no-repeat;
  }
  #maincontent .schrittwahl > li section a#wu_wir_res_btn,
  #maincontent .schrittwahl > li section button#wu_wir_res_btn {
    background-image: url("../images/layout/res-lassen-mobile.svg");
    background-position: 2% 50%;
    background-size: auto 85%;
    background-repeat: no-repeat;
  }
  #maincontent .schrittwahl > li section a#wu_call_btn,
  #maincontent .schrittwahl > li section button#wu_call_btn {
    background-image: url("../images/layout/callback-mobile.svg");
    background-position: 2% 50%;
    background-size: auto 85%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section a,
  #maincontent .schrittwahl > li section button {
    background-color: #005ca5;
    border-radius: 2px;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #maincontent .schrittwahl > li section a .mobile,
  #maincontent .schrittwahl > li section button .mobile {
    display: inline-block !important;
  }
  #maincontent .schrittwahl > li section a .desktop,
  #maincontent .schrittwahl > li section button .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #maincontent .schrittwahl > li section a,
  #maincontent .schrittwahl > li section button {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 768px) {
  #maincontent .schrittwahl > li section a#wu_kdn_res_btn,
  #maincontent .schrittwahl > li section button#wu_kdn_res_btn,
  #maincontent .schrittwahl > li section a#wu_wir_res_btn,
  #maincontent .schrittwahl > li section button#wu_wir_res_btn {
    display: none;
  }
}
#maincontent .schrittwahl > li section a:hover,
#maincontent .schrittwahl > li section button:hover {
  color: #ffffff;
}
#maincontent .schrittwahl > li section a .desktop,
#maincontent .schrittwahl > li section button .desktop {
  display: inline-block;
}
#maincontent .schrittwahl > li section a .mobile,
#maincontent .schrittwahl > li section button .mobile {
  display: none;
}
#maincontent .schrittwahl > li section button[disabled] {
  background: #8f8f8f;
  color: #ffffff;
}
#maincontent .schrittwahl > li section a.disabled {
  background: #bbbbbb;
  color: #fefefe;
  cursor: default;
}
#maincontent .schrittwahl > li section .wu_s_btn,
#maincontent .schrittwahl > li section .wu_s_btn_desktop {
  padding: 15px 15px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section .wu_s_btn,
  #maincontent .schrittwahl > li section .wu_s_btn_desktop {
    background: -moz-linear-gradient(top, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
    background: -webkit-linear-gradient(top, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
    background: linear-gradient(to bottom, #c5c6c6 0%, #fefefe 40%, #fefefe 61%, #c5c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c6c6', endColorstr='#c5c6c6', GradientType=0);
  }
}
#maincontent .schrittwahl > li section .wu_s_btn.display_b,
#maincontent .schrittwahl > li section .wu_s_btn_desktop.display_b {
  display: block;
  min-height: 100px;
  opacity: 1;
  transition: all .9s ease;
}
#maincontent .schrittwahl > li section .wu_s_btn.display_n,
#maincontent .schrittwahl > li section .wu_s_btn_desktop.display_n {
  display: none;
  height: 0;
  opacity: 0;
  margin: 0;
  min-height: 0;
  transition: all .2s ease;
}
#maincontent .schrittwahl > li section .wu_s_btn h3,
#maincontent .schrittwahl > li section .wu_s_btn_desktop h3 {
  text-align: center;
  font-size: 1.1em;
  color: #005ca5 !important;
  background: transparent;
  margin-top: 5px;
  font-weight: 600;
  text-transform: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section .wu_s_btn h3,
  #maincontent .schrittwahl > li section .wu_s_btn_desktop h3 {
    margin: 0 0 1rem;
    padding: .2em 15px .5em;
  }
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl {
  width: calc(48%);
  display: inline-block;
  height: 80px;
  transition: all .2s;
  cursor: pointer;
  border: 3px solid #5b5b5b !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 0 20px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .schrittwahl > li section .wu_s_btn a.auswahl,
  #maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl {
    background-size: auto 105%;
  }
  #maincontent .schrittwahl > li section .wu_s_btn a.auswahl:hover,
  #maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl:hover {
    background-size: auto 110% !important;
  }
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl:hover,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl:hover {
  border: 3px solid #005ca5 !important;
  background-size: 85% auto;
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_auto,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_auto {
  background-image: url('../images/layout/wk_auto_auswahl.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_auto:hover,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_auto:hover {
  background-image: url('../images/layout/wk_auto_auswahl_hov.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_motorrad,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_motorrad {
  background-image: url('../images/layout/wk_mrad_auswahl.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_motorrad:hover,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_motorrad:hover {
  background-image: url('../images/layout/wk_mrad_auswahl_hov.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_traktor,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_traktor {
  background-image: url('../images/layout/wk_lm_auswahl.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_traktor:hover,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_traktor:hover {
  background-image: url('../images/layout/wk_lm_auswahl_hov.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_sonst,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_sonst {
  background-image: url('../images/layout/wk_sonst_auswahl.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn a.auswahl.wkz_a_sonst:hover,
#maincontent .schrittwahl > li section .wu_s_btn_desktop a.auswahl.wkz_a_sonst:hover {
  background-image: url('../images/layout/wk_sonst_auswahl_hov.svg');
}
#maincontent .schrittwahl > li section .wu_s_btn .wkz_links,
#maincontent .schrittwahl > li section .wu_s_btn_desktop .wkz_links {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
#maincontent .schrittwahl > li section .wu_s_btn .wkz_links a,
#maincontent .schrittwahl > li section .wu_s_btn_desktop .wkz_links a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 1em;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
}
#maincontent .schrittwahl > li section .wu_s_btn .konfi_wkz_klein,
#maincontent .schrittwahl > li section .wu_s_btn_desktop .konfi_wkz_klein {
  text-align: center;
  font-size: .9em;
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section .wu_s_btn .konfi_wkz_klein,
  #maincontent .schrittwahl > li section .wu_s_btn_desktop .konfi_wkz_klein {
    font-size: .85em;
  }
}
@media screen and (max-width: 767px) {
  #maincontent .schrittwahl > li section .wu_s_btn_desktop {
    display: none !important;
  }
}
#maincontent .schrittwahl > li .boldarrow {
  width: 100%;
  background: url("../images/layout/boldarrowdown.svg") center bottom no-repeat;
  background-size: 80% auto;
  overflow: hidden;
  margin: 15px 0;
}
#maincontent .schrittwahl > li .boldarrow.display_b {
  display: block;
  height: 100px;
  opacity: 1;
  transition: all .5s ease;
}
#maincontent .schrittwahl > li .boldarrow.display_n {
  display: block;
  height: 0;
  opacity: 0;
  margin: 0;
  transition: all .2s ease;
}
#maincontent .contentblock {
  margin: 0 0 35px;
  padding: 35px 0 0;
  border-top: 2px solid #005ca5;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #maincontent .contentblock {
    flex-direction: column;
    padding: 25px 0 0;
    border-top: 0px solid transparent;
    margin: 0 0 15px;
  }
}
#maincontent .contentblock.noborder {
  padding: 15px 0 0;
  border-top: 0px solid transparent;
}
#maincontent .contentblock.stretch {
  align-items: stretch;
}
#maincontent .contentblock > h2,
#maincontent .contentblock > h3,
#maincontent .contentblock > h4,
#maincontent .contentblock > h5,
#maincontent .contentblock > p {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #maincontent .contentblock > h2 {
    width: calc(100% + 30px);
    margin-left: -15px;
    box-sizing: border-box;
  }
}
#maincontent .contentblock .partnerBlock {
  width: 100%;
}
#maincontent .contentblock .partnerBlock .partner {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
#maincontent .contentblock .partnerBlock .partner:last-child {
  display: none !important;
}
#maincontent .contentblock .infoblock {
  margin-top: 35px;
}
#maincontent .contentblock .infoblock.nomargin {
  margin-top: 0;
  position: relative;
}
#maincontent .contentblock .infoblock.nomargin img {
  margin: 15px 0 0;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #maincontent .contentblock .infoblock.nomargin img {
    margin: 15px 0;
    position: relative;
  }
}
#maincontent .contentblock .infoblock h3 {
  margin: 0 0 25px;
  background-color: transparent;
}
@media screen and (max-width: 374px) {
  #maincontent .contentblock .infoblock h3 {
    width: 100%;
  }
}
#maincontent .contentblock .infoblock h3 a {
  text-transform: none;
  color: #005ca5;
  font-size: .8em;
  text-decoration: none;
}
@media screen and (max-width: 374px) {
  #maincontent .contentblock .infoblock h3 a {
    font-size: .65em;
    background-color: #f2c419;
    border-radius: 2px;
    padding: 8px 25px;
    margin: 0 auto 35px;
    text-align: center;
    display: block;
    font-weight: 600;
  }
  #maincontent .contentblock .infoblock h3 a:hover {
    background-color: #d6ab0c;
  }
  #maincontent .contentblock .infoblock h3 a:before {
    content: "" !important;
  }
}
@media screen and (min-width: 800px) and (max-width: 980px) {
  #maincontent .contentblock .infoblock h3 a {
    font-size: .65em;
  }
}
#maincontent .contentblock .infoblock h3 a:before {
  content: ">";
  margin-right: 5px;
}
#maincontent .contentblock .infoblock h3 a:hover {
  color: #0073ce;
}
#maincontent .contentblock .infoblock span.uhrzeit::after {
  content: " Uhr";
}
#maincontent .contentblock .infoblock .null,
#maincontent .contentblock .infoblock .open0 {
  display: none;
}
#maincontent .contentblock .infoblock span.weekday0::after {
  content: "geschlossen";
}
#maincontent .contentblock .hinweis {
  color: #005ca5;
}
#maincontent .zulassungsstellen {
  align-items: stretch;
}
#maincontent .zulassungsstellen .infoblock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8px;
  border: 2px solid #d9dada;
}
#maincontent .zulassungsstellen .infoblock p,
#maincontent .zulassungsstellen .infoblock h4 {
  padding: 5px 10px;
  font-size: 1.2em;
}
#maincontent .zulassungsstellen .infoblock p strong,
#maincontent .zulassungsstellen .infoblock h4 strong {
  display: block;
}
#maincontent .zulassungsstellen .infoblock p .fax::before,
#maincontent .zulassungsstellen .infoblock h4 .fax::before,
#maincontent .zulassungsstellen .infoblock p .tel::before,
#maincontent .zulassungsstellen .infoblock h4 .tel::before,
#maincontent .zulassungsstellen .infoblock p .web::before,
#maincontent .zulassungsstellen .infoblock h4 .web::before,
#maincontent .zulassungsstellen .infoblock p .mail::before,
#maincontent .zulassungsstellen .infoblock h4 .mail::before {
  font-family: "Icons_reg";
}
#maincontent .zulassungsstellen .infoblock p .fax::before,
#maincontent .zulassungsstellen .infoblock h4 .fax::before {
  content: "\F0E0";
  margin-right: 9px;
}
#maincontent .zulassungsstellen .infoblock p .tel::before,
#maincontent .zulassungsstellen .infoblock h4 .tel::before {
  content: "\F095";
  margin-right: 9px;
}
#maincontent .zulassungsstellen .infoblock p .web::before,
#maincontent .zulassungsstellen .infoblock h4 .web::before {
  content: "\F0AC";
  margin-right: 9px;
  font-weight: 300;
}
#maincontent .zulassungsstellen .infoblock p .mail::before,
#maincontent .zulassungsstellen .infoblock h4 .mail::before {
  content: "\F1FA";
  margin-right: 9px;
  font-weight: 300;
}
#maincontent .gMap {
  border: 2px solid #005ca5;
  padding: 6px 5px 1px;
  box-sizing: border-box;
  margin-top: 35px;
}
#maincontent .gMap.imp {
  height: 100%;
  margin-top: 0;
}
#maincontent .gMap iframe {
  width: 100%;
  height: calc(100% - 4px);
  min-height: 16em;
}
#maincontent .callback {
  background: #d3d4d4;
  color: #565655;
  padding: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #maincontent .callback {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
#maincontent .callback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#maincontent .callback input[type="text"],
#maincontent .callback input[type="radio"],
#maincontent .callback input[type="email"],
#maincontent .callback textarea {
  background-color: #f0f0f0;
  padding: 15px 9px;
}
#maincontent .callback input[type="submit"] {
  padding: 15px 25px;
  margin: 15px 0 15px;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  #maincontent .callback input[type="submit"] {
    border-radius: 2px;
    padding: 8px 25px;
    border: 2px solid transparent;
    transition: all .2s ease;
    text-align: center;
  }
  #maincontent .callback input[type="submit"]:hover {
    border: 2px solid #0073ce;
    background-color: #0073ce;
    text-decoration: none;
  }
}
#maincontent .callback #zeitvon,
#maincontent .callback #zeitbis {
  width: 15%;
  margin-right: 5px;
}
#maincontent .kontaktform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #005ca5;
}
#maincontent .kontaktform ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#maincontent .kontaktform input[type="text"],
#maincontent .kontaktform input[type="email"],
#maincontent .kontaktform select,
#maincontent .kontaktform textarea {
  background-color: #d3d4d4;
  padding: 15px 9px;
}
#maincontent .kontaktform input[type="submit"] {
  padding: 5px 20px;
  margin: 10px 0;
  font-size: 1.1em;
  float: right;
}
@media only screen and (max-width: 767px) {
  #maincontent .kontaktform input[type="submit"] {
    border-radius: 2px;
    padding: 8px 25px;
    border: 2px solid transparent;
    transition: all .2s ease;
    text-align: center;
    float: left;
  }
  #maincontent .kontaktform input[type="submit"]:hover {
    border: 2px solid #0073ce;
    background-color: #0073ce;
    text-decoration: none;
  }
}
#maincontent .kontaktform .form-radio {
  margin-top: 10px;
}
#maincontent .AccItem {
  text-transform: uppercase;
  margin: 10px 0;
}
#maincontent .AccItem span {
  cursor: pointer;
}
#maincontent .AccItem span:after {
  margin: 0.2em 10px 0;
  content: url("../images/layout/arrowdown.svg");
  transition: all .5s ease;
}
#maincontent .AccItem.closed span:after {
  transform: rotateX(0deg);
}
#maincontent .AccItem.open span:after {
  transform: rotateX(180deg);
}
#maincontent .AccItem.open span:hover:after {
  transform: rotateX(0deg);
}
#maincontent .FAQItem {
  margin: 10px 0;
}
#maincontent .FAQItem span {
  cursor: pointer;
  border-bottom: 1px solid #005ca5;
  display: block;
  padding: 5px 10px 8px 33px;
  font-size: 1.1em;
  text-indent: -33px;
}
@media screen and (max-width: 767px) {
  #maincontent .FAQItem span {
    border: 1px solid #005ca5;
    border-bottom: 2px solid #005ca5;
  }
}
#maincontent .FAQItem span:before {
  margin: 0.2em 10px 0;
  content: url("../images/layout/arrowdown.svg");
  transition: all .5s ease;
}
#maincontent .FAQItem.closed span:after {
  transform: rotateX(0deg);
}
#maincontent .FAQItem.open span:after {
  transform: rotateX(180deg);
}
#maincontent .FAQItem.open span:hover:after {
  transform: rotateX(0deg);
}
#maincontent .FAQItem p {
  padding: 15px 15px 10px 35px;
}
#maincontent .FAQItem ul {
  margin-left: 30px;
}
#maincontent .headline {
  font-size: 1.1em;
  text-transform: uppercase;
}
#maincontent .subline {
  font-size: .95em;
}
#maincontent .blueborder {
  padding-bottom: 10px;
  border-bottom: 1px solid #005ca5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 374px) {
  #maincontent .blueborder {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#maincontent .blueborder span {
  display: inline-block;
  float: right;
  margin-left: 15px;
  word-wrap: unset;
}
@media screen and (max-width: 374px) {
  #maincontent .blueborder span {
    float: none;
    margin: 7px 0 5px;
  }
}
#maincontent .blueborder span a {
  text-decoration: none;
  font-size: 1.3em;
  color: #005ca5;
}
#maincontent .faqindex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  margin: 25px 0 8px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  #maincontent .faqindex {
    flex-direction: column;
  }
}
#maincontent .faqindex > li {
  margin-right: 35px;
}
@media only screen and (max-width: 479px) {
  #maincontent .faqindex > li {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #maincontent .faqindex > li {
    margin-right: 15px;
  }
}
#maincontent .faqindex a {
  display: block;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #d3d4d4;
  color: #565655;
  border: 1px solid #7c7c7b;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2em;
  transition: all .2s ease;
}
#maincontent .faqindex a:hover {
  border: 1px solid #acaeae;
  color: #003159;
  background: #f0f0f0;
}
#maincontent .opening tr {
  background: #d3d4d4;
}
#maincontent .opening tr:nth-child(even) {
  background: #f0f0f0;
}
#maincontent .top_footer {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  color: #181716;
}
@media screen and (max-width: 767px) {
  #maincontent .top_footer {
    display: none;
  }
}
#maincontent .top_footer hr {
  color: #005ca5;
  border: none;
  border-top: 2px solid #005ca5;
  margin-top: 0;
  margin-bottom: 65px;
}
#maincontent .top_footer h3 {
  color: #005ca5;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0.5em 0 15px;
}
#maincontent .top_footer h3 span {
  display: block;
  color: #181716;
  font-size: .8em;
  margin-top: 10px;
}
#maincontent .top_footer h4 {
  color: #005ca5;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0.5em 0 15px;
}
#maincontent .top_footer h4 span {
  display: block;
  color: #181716;
  font-size: .8em;
  margin-top: 10px;
}
#maincontent .top_footer p + h3,
#maincontent .top_footer p + h4 {
  margin-top: 35px;
}
#maincontent .top_footer .topfooter ul {
  margin: 0 0 25px 20px;
  padding: 5px 0;
}
#maincontent .top_footer .topfooter ul li {
  margin-bottom: .5rem;
  box-sizing: border-box;
  padding: 0 30px 10px 4px;
}
@media screen and (min-width: 768px) {
  #maincontent ol.products.list {
    padding: 5px 0;
  }
}
.ie10 .kennzeichen input,
.ie11 .kennzeichen input {
  line-height: 1.1em;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
