header, footer, main, .nav-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

body {
  color: #6e6e6e;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
}

.ul-mod {
  list-style-type: none;
}
.ul-mod li {
  text-indent: -17px;
}
.ul-mod li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e60033;
  margin-right: 7px;
}

.textcolor-primary {
  color: #e60033;
}

.headline {
  color: #e60033;
  font-size: 20px;
  position: relative;
  margin: 0 0 20px 0;
}
.headline:before {
  content: "";
  border-bottom: 2px solid #e60033;
  position: absolute;
  width: 20px;
  bottom: -2px;
}

* {
  box-sizing: border-box;
}

form .form-group {
  position: relative;
}

label.error {
  display: none !important;
}

input.error {
  -webkit-box-shadow: 0 0 3px 0 #e60033;
  -moz-box-shadow: 0 0 3px 0 #e60033;
  box-shadow: 0 0 3px 0 #e60033;
}

footer {
  bottom: 0;
  width: 100%;
  padding: 0;
  left: 0;
  color: #fff;
  height: 47px;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 801px) {
  footer {
    position: fixed;
  }
}
footer .slogan {
  background: #6E6E6E;
  padding: 13px 0 13px 8px;
  height: 100%;
}
footer .slogan a {
  color: #fff;
  text-decoration: none;
}
footer .slogan:before {
  content: "";
  width: 18px;
  height: 65px;
  background: #6E6E6E;
  -webkit-transform: skew(11deg);
  -moz-transform: skew(11deg);
  -o-transform: skew(11deg);
  transform: skew(-11deg);
  position: absolute;
  left: -11px;
  top: 0;
}
footer .footer-container {
  display: inline-block;
  background: #e60033;
  width: 100%;
  padding: 13px 0 13px 14px;
}
footer .footer-container a {
  color: #fff;
}
footer .footer-container a:active {
  color: #fff;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 3px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: transparent;
  background-clip: content-box;
}
input[type=radio]:checked {
  background-color: #e60033;
}
input[type=radio]:focus {
  outline: 0;
}

header {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 801px) {
  header {
    position: fixed;
  }
}
header .basket svg {
  margin-left: 75px;
  margin-top: 13px;
}
header .basket svg path {
  fill: #6E6E6E;
}
header .basket:hover {
  cursor: pointer;
}
header .logo img {
  max-width: 90px;
  position: absolute;
  top: 5px;
  right: 14px;
  z-index: 2;
  background: #fff;
}
header .nav-top {
  background: #ccc;
  width: 100%;
  height: 66px;
  min-height: 80px;
}
header .breadcrumb {
  background: #e60033;
  height: 27px;
  width: 100%;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  padding: 0 2px 2px 14px;
}
header .wrapper-head {
  position: relative;
}

main {
  height: 100%;
}
@media (max-width: 801px) {
  main {
    overflow: scroll;
    padding: 116px 14px 60px 14px;
  }
}
main a {
  color: #e60033;
  text-decoration: underline;
}
main .return {
  margin: 30px 0;
}
main .return .btn-return {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background: #6E6E6E;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
main .hinweiss {
  background: rgba(108, 117, 125, 0.3);
  padding: 10px;
  margin-bottom: 15px;
}
main .hinweiss p {
  margin: 0;
}

/*CANVAS MENUE*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

input#off-canvas-menu {
  display: none;
}

label.off-canvas-menu-label {
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 999;
}
@media (min-width: 801px) {
  label.off-canvas-menu-label {
    top: 0;
    position: absolute;
  }
}

@media (max-width: 801px) {
  input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label {
    position: fixed;
    transform: translateX(232px);
    transition: 0.63s;
  }
}

input#off-canvas-menu[type=checkbox]:checked ~ nav.off-canvas-menu {
  transform: translateX(0);
  opacity: 1;
}

input#off-canvas-menu[type=checkbox]:checked ~ .overlay {
  height: 100%;
  opacity: 1;
}

nav li,
label.off-canvas-menu-label {
  transition: 0.2s;
}

nav li:hover {
  background: #6E6E6E !important;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3a3a3a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  z-index: 3;
}

.main-menu ul.nav-icons {
  float: right;
}

.main-menu li {
  float: left;
  line-height: 60px;
  list-style: none;
  transition: 0.3s;
}

.main-menu li a {
  display: inline-block;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #3a3a3a;
  font-size: 16px;
  transform: translateX(-102%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  transition: 0.5s;
  z-index: 11;
}

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
}
.off-canvas-menu ul .head {
  background: #666;
  padding: 20px;
}

.off-canvas-menu a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}

.off-canvas-menu li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  color: #fff;
  transition: 0.5s;
  border-top: 1px solid #555;
}

.off-canvas-menu > ul > li:last-child {
  border-bottom: 1px solid #555;
}

.off-canvas-menu ul li:first-child {
  border-top: none;
}

.off-canvas-menu .submenu li {
  background: #333;
}

.off-canvas-menu .submenu li a {
  padding-left: 30px;
}

.off-canvas-menu .submenu li li a {
  padding-left: 35px;
}

.off-canvas-menu .submenu li li li a {
  padding-left: 40px;
}

.off-canvas-menu .submenu li.sub {
  list-style: none;
}

div.hamburg {
  display: block;
  position: relative;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 43px;
  background: #6E6E6E;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

input#off-canvas-menu[type=checkbox]:checked ~ .off-canvas-menu-label .line {
  background: #fff;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label .line:nth-child(2) {
  opacity: 0;
}

input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/*Content*/
.news .stoerer {
  background: #e60033;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  float: right;
  transform: rotate(8deg);
}
.news p {
  display: inline-block;
  width: 100%;
}

.btn-new-small {
  background: #e60033;
  color: #fff;
  border-radius: 0;
  width: 49%;
  height: 70px;
  word-break: break-all;
}

.btn-new-big {
  background: #e60033;
  color: #fff;
  border-radius: 0;
  width: 49%;
  height: 128px;
  word-break: break-all;
}
.btn-new-big span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn-new-big img {
  width: 60px;
}

/*accordion*/
#accordion {
  width: 100%;
}
#accordion .btn {
  position: relative;
}
#accordion .btn:after {
  content: "-";
  position: absolute;
  right: 9px;
  font-size: 25px;
  top: -50%;
  transform: translate(0, 83%);
}
#accordion .btn.collapsed:after {
  content: "+";
  right: 5px;
  top: -50%;
  transform: translate(0px, 83%);
}
#accordion .btn-submit {
  background: #e60033;
  width: 100%;
  border-radius: 0;
  color: #fff;
  margin-bottom: 20px;
}
#accordion .btn-submit:after {
  content: "";
}
#accordion .card {
  border: 0;
  border-radius: 0;
}
#accordion .card-header {
  background: #6E6E6E;
  border: 0;
  border-radius: 0;
  height: 54px;
  padding: 0;
  margin-bottom: 10px;
}
#accordion .card-header button {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  height: 57px;
  outline: 0;
}
#accordion .card-header button:active {
  outline: 0;
  text-decoration: none;
}
#accordion .card-header button:hover {
  outline: 0;
  text-decoration: none;
}
#accordion .card-header button:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
#accordion .card-header button img {
  width: 53px;
  margin-top: -6px;
  margin-right: 16px;
}
#accordion .card #headingOne button img {
  width: 40px;
}

/*Button*/
.btn:focus {
  box-shadow: none;
  color: inherit;
}
.btn:hover {
  box-shadow: none;
  color: inherit;
}
.btn-address {
  height: auto;
  margin-bottom: 30px;
  width: auto !important;
  text-align: center;
  color: #fff;
  background: #e60033;
  text-decoration: none;
}
.btn-address:hover {
  color: #fff;
  border-radius: 0;
}

button.btn.trigger:hover {
  color: #ffffff;
}

button svg {
  width: 100%;
  margin-bottom: 10px;
}

button.btn.t-active {
  background: #fff;
  border: 2px solid #e60033;
  color: #6E6E6E;
}
button.btn.t-active svg path {
  fill: #6E6E6E;
  width: 60px;
}
button.btn.t-active:hover {
  color: #6E6E6E;
  box-shadow: none;
}
button.btn.t-active:focus, button.btn.t-active:active {
  box-shadow: none;
}

.contact-list {
  width: 100%;
}
.contact-list h5 {
  margin: 0;
}
.contact-list hr {
  display: inline-block;
  background: #666666;
  margin: 0;
  width: 100%;
}
.contact-list a {
  text-decoration: none;
}
.contact-list ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 485px) {
  .contact-list .contact-right, .contact-list .contact-left {
    flex-basis: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
