/* -------------------------------------- variables & other ------------------------------------- */
/* ------------------------------------ mixins ------------------------------------ */
/* ------------------------------------ extends ------------------------------------ */
.container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ------------------------------------ globals ------------------------------------ */
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*::-moz-selection {
  background: #e63214;
}
*::selection {
  background: #e63214;
}

h1 {
  font-family: "Mansalva", cursive;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 35px;
}

h2 {
  font-family: "Mansalva", cursive;
  font-size: 30px;
  color: #1e4095;
  text-transform: uppercase;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 35px;
  text-align: center;
}
h2.white {
  color: #ffffff;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #1e4095;
}

h4 {
  color: #1e4095;
  font-size: 20px;
  text-transform: uppercase;
}

a, button {
  border: none;
  padding: 0;
}
a:hover, a:focus, button:hover, button:focus {
  outline: none;
}

.button {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #1e4095;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #e63214 !important;
  color: #ffffff;
}
.button.blue {
  background-color: #1e4095;
  color: #ffffff;
}

.link {
  color: #5774bb;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.link:hover {
  color: #e63214;
}

hr {
  border-color: #1e4095;
}

.logo {
  display: block;
  position: relative;
  width: 635px;
  max-width: 100%;
  height: 150px;
  background: url("img/Logo_Schriftzug.svg") no-repeat center center;
  background-size: contain;
  background-origin: content-box;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 0;
  text-indent: -99999;
}

.hamburger {
  font-size: 0;
  display: block;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  background: rgba(30, 64, 149, 0.9) url("img/arrow-white.svg") no-repeat center center;
  background-size: 15px;
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  border-radius: 50%;
  display: none;
  z-index: 999;
}

.swiper-button-next, .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5) url("img/arrow.svg") no-repeat center center;
  background-size: 18px;
  width: 35px;
  height: 88px;
  margin-top: -44px;
  right: 0;
}
.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  right: unset;
  left: 0;
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.background-lightblue {
  background-color: #dedfee;
}

.fancybox-navigation {
  top: 50%;
}

.vertical-align {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#email-send {
  text-align: center;
}
#email-send hr.red {
  border-color: #e63214;
  border-width: 2px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto;
}

#cart-modal {
  width: 90%;
  max-width: 1000px;
}
#cart-modal h2 {
  margin-bottom: 40px;
}
#cart-modal h3 {
  text-align: center;
  width: 100%;
}
#cart-modal .gridWrapper {
  margin: -10px;
}
#cart-modal .gridWrapper .gridWrapper {
  margin: 0;
}
#cart-modal .grid {
  padding: 10px;
}
#cart-modal img {
  max-width: 100%;
  height: auto;
}
#cart-modal .send-button-wrapper {
  text-align: right;
}
#cart-modal .button[name=delete-from-cart] {
  padding: 7px 10px;
}
#cart-modal .total {
  text-align: left;
}
#cart-modal .divider {
  opacity: 0.2;
}
#cart-modal #contact-form {
  margin-top: 30px;
}
#cart-modal #contact-form label {
  display: block;
  margin-bottom: 20px;
}
#cart-modal #contact-form label > span {
  width: 20%;
  display: inline-block;
}
#cart-modal #contact-form input[type=checkbox] {
  margin-right: 10px;
}
#cart-modal #contact-form input:not([type=checkbox]) {
  padding: 10px;
  border-color: #1e4095;
  width: 80%;
  max-width: 400px;
}
#cart-modal #contact-form input:not([type=checkbox]):hover, #cart-modal #contact-form input:not([type=checkbox]):focus {
  outline: none;
}

body {
  font-family: "Trebuchet MS";
  color: #4b4a4a;
  /* ------------------------------------ header ------------------------------------ */
  /* ------------------------------------ end header ------------------------------------ */
  /* ------------------------------------ header image ------------------------------------ */
  /* ------------------------------------ end header image ------------------------------------ */
  /* ------------------------------------ blocks ------------------------------------ */
  /* ------------------------------------ blocks ------------------------------------ */
  /* ------------------------------------ block slider ------------------------------------ */
  /* ------------------------------------ end block slider ------------------------------------ */
  /* ------------------------------------ block teaser ------------------------------------ */
  /* ------------------------------------ end block teaser ------------------------------------ */
  /* ------------------------------------ block text-info ------------------------------------ */
  /* ------------------------------------ end block text-info ------------------------------------ */
  /* ------------------------------------ block gallery-preview ------------------------------------ */
  /* ------------------------------------ end block gallery-preview ------------------------------------ */
  /* ------------------------------------ block paragraph ------------------------------------ */
  /* ------------------------------------ end block paragraph ------------------------------------ */
  /* ------------------------------------ block text-image ------------------------------------ */
  /* ------------------------------------ end block text-image ------------------------------------ */
  /* ------------------------------------ gallery-template ------------------------------------ */
  /* ------------------------------------ end gallery-template ------------------------------------ */
  /* ------------------------------------ the_content ------------------------------------ */
  /* ------------------------------------ end the_content ------------------------------------ */
  /* ------------------------------------ footer ------------------------------------ */
  /* ------------------------------------ end footer ------------------------------------ */
}
body.admin-bar .gallery-template .filter {
  top: 46px;
}
body .header-container:before {
  content: "";
  display: none;
  position: absolute;
  width: 255px;
  height: 100%;
  background: url("img/pinsel.png") no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: 99;
}
body .header-container .cart {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url("img/shopping-cart-orange.svg") no-repeat center center;
  color: #ffffff;
  z-index: 99;
}
body .header-container .cart .badge {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #5774bb;
  border-radius: 50%;
}
body .header-container header {
  border-top: 2px solid #e63214;
  border-bottom: 2px solid #e63214;
  padding: 20px 0;
}
body .header-container header .mainmenu-wrapper {
  display: none;
  font-size: 20px;
  text-transform: uppercase;
}
body .header-container header .mainmenu-wrapper .menu {
  text-align: center;
}
body .header-container header .mainmenu-wrapper .menu > li {
  display: inline-block;
}
body .header-container header .mainmenu-wrapper .menu > li.current-menu-item a {
  color: #e63214;
}
body .header-container header .mainmenu-wrapper .menu > li > a {
  display: block;
  color: #4b4a4a;
  text-decoration: none;
  padding: 0 40px;
  transition: all 0.3s ease;
}
body .header-container header .mainmenu-wrapper .menu > li > a:hover {
  color: #e63214;
}
body .header-container .mobilemenu-wrapper {
  display: none;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 2px solid #e63214;
}
body .header-container .mobilemenu-wrapper .menu > li.current-menu-item a {
  color: #e63214;
}
body .header-container .mobilemenu-wrapper .menu > li > a {
  display: block;
  color: #4b4a4a;
  text-decoration: none;
  padding: 15px 70px;
  transition: all 0.3s ease;
}
body .header-container .mobilemenu-wrapper .menu > li > a:hover {
  color: #e63214;
}
body .header-image {
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .header-image img {
  display: none;
}
body .block-content {
  padding: 50px 0;
}
body .slider {
  color: #ffffff;
  padding: 0;
}
body .slider h3 {
  margin: 50px 0;
  color: #ffffff;
}
body .slider .swiper-slide .text {
  background-color: #1e4095;
  padding: 80px;
  text-align: center;
  order: 1;
}
body .slider .swiper-slide .text.red {
  background-color: #e63214;
}
body .slider .swiper-slide .text.grey {
  background-color: #4b4a4a;
}
body .slider .swiper-slide .text .content {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .slider .swiper-slide .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 260px;
}
body .teaser {
  padding: 0;
}
body .teaser img {
  width: 100%;
  height: auto;
}
body .teaser .text {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  perspective: 1000px;
}
body .teaser .text:hover .hover {
  visibility: visible;
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body .teaser .text h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
body .teaser .text .hover {
  background-color: rgba(75, 74, 74, 0.95);
  position: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  transition: all 0.3s ease-out;
}
body .teaser .text .hover .button {
  top: 100%;
  position: relative;
  -moz-transform: translateY(calc(-100% - 20px));
  -ms-transform: translateY(calc(-100% - 20px));
  -webkit-transform: translateY(calc(-100% - 20px));
  transform: translateY(calc(-100% - 20px));
}
body .text-info {
  margin-top: 70px;
  padding: 60px 0;
}
body .text-info .parallax {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.6;
  z-index: -10;
}
body .text-info .box {
  background-color: rgba(75, 74, 74, 0.95);
  padding: 40px;
  text-align: center;
  color: #ffffff;
}
body .text-info .box h3 {
  color: #ffffff;
}
body .text-info .box > * {
  margin-bottom: 30px;
}
body .text-info .box > *:last-child {
  margin-bottom: 0;
}
body .gallery-preview {
  text-align: center;
}
body .gallery-preview .container > .gridWrapper {
  margin: 0 -15px;
}
body .gallery-preview h2 {
  text-align: center;
  margin-bottom: 50px;
}
body .gallery-preview .button {
  margin-top: 35px;
}
body .gallery-preview img {
  width: 100%;
  height: auto;
  padding: 15px;
}
body .paragraph .gridWrapper {
  margin: -10px;
}
body .paragraph .grid {
  padding: 10px;
}
body .paragraph .container > h2 {
  margin-bottom: 30px;
}
body .paragraph .button {
  margin-top: 20px;
}
body .text-image h2 {
  margin-bottom: 20px;
}
body .text-image .gridWrapper {
  margin: -10px;
}
body .text-image .grid {
  padding: 10px;
}
body .text-image .the_content {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px 0;
}
body .text-image .the_content:before, body .text-image .the_content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  max-width: 200px;
  background-color: #e63214;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .text-image .the_content:after {
  top: unset;
  bottom: 0;
}
body .text-image .the_content .button-wrapper {
  text-align: center;
}
body .text-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .text-image .button {
  margin: 20px 0 0;
}
body .gallery-template h2 {
  margin: 30px 0;
  width: 100%;
}
body .gallery-template .filter {
  text-align: center;
  margin: 30px 0;
  border-top: 2px solid #1e4095;
  border-bottom: 2px solid #1e4095;
  top: 0;
  position: sticky;
  background-color: #ffffff;
  z-index: 99;
}
body .gallery-template .filter .desktop {
  display: none;
}
body .gallery-template .filter #gallery-filter {
  color: #4b4a4a;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  display: block;
  width: 100%;
  background: url("img/arrow_select.svg") no-repeat calc(100% - 20px) center;
  background-size: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .gallery-template .filter #gallery-filter:hover {
  outline: none;
}
body .gallery-template .filter a {
  text-decoration: none;
  display: block;
  padding: 20px 0;
}
body .gallery-template .filter a h4 {
  display: inline-block;
  position: relative;
}
body .gallery-template .filter a h4.active:after {
  font-family: "Mansalva", cursive;
  content: "X";
  position: absolute;
  left: 2px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e63214;
}
body .gallery-template .filter a h4:not(.reset) {
  padding-left: 25px;
  color: #4b4a4a;
}
body .gallery-template .filter a h4:not(.reset):before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #4b4a4a;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .gallery-template .gallery-content {
  padding: 50px 0;
}
body .gallery-template .gallery-content h3 {
  text-align: center;
  width: 100%;
}
body .gallery-template .gallery-content .gridWrapper {
  margin: -15px;
}
body .gallery-template .gallery-content .grid {
  padding: 15px;
}
body .gallery-template .gallery-content .load-more {
  text-align: center;
}
body .gallery-template .gallery-content .image-wrapper {
  position: relative;
  display: block;
}
body .gallery-template .gallery-content .image-wrapper img {
  width: 100%;
  height: auto;
}
body .gallery-template .gallery-content .sale-image {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  background-color: rgba(75, 74, 74, 0.95);
  padding: 13px 0;
  text-align: center;
  color: #ffffff;
}
body .gallery-template .gallery-content .buy-image {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(75, 74, 74, 0.95);
  padding: 10px 0;
  text-align: center;
}
body .gallery-template .gallery-content .buy-image h4 {
  color: #ffffff;
}
body .gallery-template .gallery-content .buy-image .gridWrapper {
  margin: 0;
}
body .gallery-template .gallery-content .buy-image .grid-1-3 {
  padding: 10px;
}
body .gallery-template .gallery-content .buy-image input {
  width: 25%;
}
body .gallery-template .gallery-content .buy-image .price {
  color: #ffffff;
}
body .gallery-template .gallery-content .buy-image .cart {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("img/shopping-cart.svg") no-repeat center center;
  transition: all 0.3s ease;
}
body .gallery-template .gallery-content .buy-image .cart:hover {
  background-image: url("img/shopping-cart-red.svg");
}
body .the_content h3 {
  margin-bottom: 10px;
}
body .the_content h4 {
  margin-bottom: 10px;
}
body .the_content a:not(.button) {
  text-decoration: none;
  text-transform: uppercase;
  color: #5774bb;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
body .the_content a:not(.button):hover {
  color: #e63214;
}
body .the_content ul {
  list-style: none;
  margin-left: 1em;
}
body .the_content ul li {
  margin-bottom: 10px;
}
body .the_content ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1e4095;
  font-size: 0px;
  position: absolute;
  left: -15px;
  top: 7px;
}
body .the_content ul li ul {
  margin-top: 10px;
}
body .the_content ul li ul li:before {
  background-color: transparent;
  border: 1px solid #1e4095;
}
body .the_content ol {
  list-style-type: none;
  margin-left: 1em;
  font-size: 15px;
  font-style: italic;
}
body .the_content ol li {
  counter-increment: count-me;
  margin-bottom: 10px;
}
body .the_content ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #1e4095;
}
body .footer-container {
  overflow: hidden;
  border-top: 2px solid #e63214;
}
body .footer-container footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("img/pinsel.png") no-repeat left top;
  background-size: contain;
  opacity: 0.3;
}
body .footer-container footer .button {
  margin: 40px 10px;
}
body .footer-container footer .cta, body .footer-container footer .contact {
  padding: 80px 0;
}
body .footer-container footer .cta h2, body .footer-container footer .contact h2 {
  color: #ffffff;
  width: 100%;
}
body .footer-container footer .cta:before, body .footer-container footer .contact:before {
  content: "";
  position: absolute;
  background-color: #1e4095;
  left: -20px;
  right: -20px;
  top: 0;
  height: 100%;
  z-index: -1;
}
body .footer-container footer .cta {
  text-align: center;
}
body .footer-container footer .contact {
  text-align: center;
  padding-bottom: 10px;
}
body .footer-container footer .contact h4 {
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
body .footer-container footer .contact:before {
  background-color: #4b4a4a;
}
body .footer-container .footermenu-wrapper {
  margin-top: 80px;
}
body .footer-container .footermenu-wrapper .menu {
  margin: 0 -10px;
}
body .footer-container .footermenu-wrapper .menu > li {
  display: inline-block;
}
body .footer-container .footermenu-wrapper .menu > li:last-child a:after {
  content: unset;
}
body .footer-container .footermenu-wrapper .menu > li > a {
  display: block;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
body .footer-container .footermenu-wrapper .menu > li > a:hover {
  color: #e63214;
}
body .footer-container .footermenu-wrapper .menu > li > a:after {
  content: "|";
  position: absolute;
  right: -8px;
  color: #ffffff;
}

/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (min-width: 786px) {
  body.admin-bar .gallery-template .filter {
    top: 32px;
  }
  body .slider .swiper-slide .text {
    order: 0;
  }
  body .slider .swiper-slide .image {
    min-height: 600px;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
@media screen and (min-width: 900px) {
  .hamburger {
    display: none;
  }

  body .header-container header .mainmenu-wrapper {
    display: block;
  }
  body .header-image {
    height: 600px;
  }
  body .text-info .parallax {
    background-attachment: fixed;
  }
  body .footer-container footer .cta:before {
    left: unset;
    right: 0;
    width: 100vw;
  }
  body .footer-container footer .contact {
    text-align: left;
    padding-left: 60px;
  }
  body .footer-container footer .contact h2 {
    text-align: left;
  }
  body .footer-container footer .contact:before {
    right: unset;
    left: 0;
    width: 100vw;
  }
}
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (min-width: 1025px) {
  body .text-info .box {
    padding: 40px 170px;
  }
}
/* --------------------------------- std_extra_large_width [xl] --------------------------------- */
@media screen and (min-width: 1366px) {
  body .header-container:before {
    display: block;
  }
  body .gallery-template .filter .mobile {
    display: none;
  }
  body .gallery-template .filter .desktop {
    display: block;
  }
}

/*# sourceMappingURL=tasche.css.map */
