/* STAY HERE */

.color_main {
  background-color: #7A7A7A;
}

.color_text_main {
  color: white;
}

.cart {
  position: fixed;
  width: 100px;
  height: 150px;
  top: 87px;
  right: 0;
  font-size: 3rem;
  text-align: center;
  z-index: 9;
}

.center-me {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.cart-items {
  display: block;
  font-size: 0.9rem;
}

.item-main-header {
  text-transform: uppercase;
  padding: 1rem;
  height: 74px;
}

.item-main-header span {
  height: 43px;
  display: -webkit-box;
  line-clamp: 2;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-main {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.item-main:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.item-main-subtext {
  display: block;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.8rem;
}

.item-main-image {
  display: block;
  height: 200px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
}

.product-img-main {
  max-width: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  border: none;
  background-color: transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.small-pic .slick-slide {
  opacity: 0.3;
  transition: all 0.2s ease;
}

.small-pic .slick-slide.slick-current {
  opacity: 1;
}

.thumb-slider {
  width: 100%;
  border: 1px solid lightgray;
}

.inside-slider img {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

.slick-next {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.slick-prev {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs a {
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.breadcrumbs a::after {
  content: " >";
}

a .item-main-subtext {
  display: block;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.8rem;
  color: #7A7A7A;
}

.item-main-red-info {
  background-color: #29455F;
  color: white;
  padding: 1rem;
}

.item-main-red-info span.preis {
  font-size: 1.2rem;
  font-weight: 500;
}

.item-main-red-info:nth-child(odd) {
  background-color: #56C5C4;
}

.alert-add-cart-wrapper,
.default-alert {
  opacity: 1;
  position: fixed;
  z-index: 999;
  background: white;
  float: right;
  top: 5px;
  right: 5px;
  border: #7a7a7a solid 1px;
  background: #fffffff0;
  transition: opacity 0s ease;
}

.alert-add-cart-wrapper.d-none2,
.default-alert.d-none2 {
  opacity: 0;
  display: none;
  transition: opacity 1s ease;
}

span.big-product-info {
  font-size: 1.2rem;
  display: block;
}

.tab-content p {
  text-align: left;
}

.price-border {
  border: #7A7A7A solid 2px;
  padding: 10px;
  max-width: 400px;
  float: right;
}

.price-border button.addcart {
  width: 60px;
  height: 50px;
  box-sizing: border-box;
  padding: 0;
  border: none;
}

.subtotal {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-size: 17px;
  padding: 15px 0 15px 0;
  margin-top: -1px;
}

.pieces {
  width: 60px;
  height: 47px;
  vertical-align: top;
  text-align: center;
  background-color: #E6E6E6;
  border: none;
  transition: all 0.1s ease;
  transform-origin: 50% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.cart-items-list {
  padding: 1.5rem 0;
}

span.big-preis {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  text-align: right;
}

li.nav-item {
  font-size: 1rem;
}

ul li.nav-item::before {
  content: "";
}

span.preis-for-one_only {
  font-weight: bolder;
}

.popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow-y: scroll;
}

.popup-bg.close-window {
  display: none;
}

.pointer {
  cursor: pointer;
}

.popup-bg h1 {
  margin: 0;
}

.popup-bg .window {
  background-color: white;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2rem;
  text-align: center !important;
  overflow: hidden;
}

.popup-bg .window-scroll {
  background-color: white;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 2rem;
  text-align: center !important;
  overflow: hidden;
  top: 0;
  transform: translateX(-50%);
}

span.okay-popup,
span.popup-btn {
  border: 1px solid gray;
  padding: 0.5rem 2rem;
  display: table;
  margin: auto;
}

button.okay-popup {
  border: 1px solid gray;
  padding: 0.5rem 2rem;
  display: table;
  margin: auto;
  cursor: pointer;
}

table {
  font-size: 1rem;
  border: none !important;
  border-color: #e9ecef;
}

table td {
  padding: 5px;
  border-color: #e9ecef;
}

table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.table-striped tbody {
  background-color: #d7d7d7;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #E6E6E6;
}

.table th {
  border-top: none;
  font-weight: 500;
}

.btn {
  border: 1px solid #7A7A7A;
}

.paper {
  background-color: #fff;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
}

.hamburger .line {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background-color: #7A7A7A;
  transition: all 0.2s ease;
}

.hamburger .line:nth-child(1) {
  top: 0;
}

.hamburger .line:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.hamburger .line:nth-child(3) {
  top: 100%;
  transform: translate(0, -100%);
}

.hamburger.active .line:nth-child(1) {
  top: 0;
}

.hamburger.active .line:nth-child(2) {
  top: 50%;
}

.hamburger.active .line:nth-child(3) {
  top: 100%;
  transform: translate(0, -100%);
}

.mobile-menu {
  display: none;
}

.mobile-menu .menu-item {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
}

/* END STAY HERE */

/* CUSTOM STYLING */

body {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

body p {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #7A7A7A;
}

body h1,
body h2 {
  color: #7A7A7A;
  font-weight: 500;
  text-align: center;
}

body a:hover {
  text-decoration: none;
}

h2 {
  margin-bottom: 1rem;
}

h3 {
  color: #7A7A7A;
  font-weight: 500;
  text-align: center;
}

h4,
h4 a {
  color: #7A7A7A;
  text-transform: uppercase;
}

span.card-title {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

span.preise-big {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

span.preise-small {
  display: block;
  text-align: center;
  font-size: 1.7rem;
}

span.icon-text {
  font-size: 1.5rem;
  text-align: center;
  color: #7A7A7A;
  font-weight: 500;
  padding-bottom: 3rem;
}

span.icon-text.kosten {
  padding-bottom: 0;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9;
}

nav a.menu-item {
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 500;
  color: #7A7A7A;
  padding: 0.3rem 0.7rem;
  transition: all 0.2s ease-out;
}

nav a.menu-item:hover {
  background-color: #7A7A7A;
  color: white;
  text-decoration: none;
}

a.btn {
  display: table;
  border: 1px solid #7A7A7A;
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: 300;
  color: #7A7A7A;
  margin: auto;
  min-width: 250px;
  padding: 1rem;
}

a.btn.white {
  color: white;
  border-color: white;
}

a.btn.blue {
  width: 100%;
  color: white;
  background-color: #2B3887;
}

ul li {
  list-style: none;
  font-size: 1rem;
  letter-spacing: 1.5px;
  color: #7A7A7A;
}

ul li::before {
  position: absolute;
  content: " - ";
  transform: translateX(-150%);
}

.header-home {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-image: url("/img/header-homepage.jpg");
}

.header-home h1,
.header-home p {
  color: white;
  text-align: center;
}

.header-home .wrapper {
  display: flex;
  margin-top: 86px;
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
}

.header h1,
.header p {
  color: white;
  text-align: center;
}

.header .wrapper {
  display: flex;
  margin-top: 86px;
  width: 100%;
  height: auto;
}

.stripe {
  display: block;
  width: 100px;
  max-width: 100%;
  margin: auto;
  border-bottom: 1px solid gray;
  margin-bottom: 2rem;
}

.stripe.white {
  border-bottom: 1px solid white;
}

.stripe.white.left {
  margin-left: 0;
}

.cards p {
  color: white;
  text-align: center;
}

.cards .col-md-3 {
  background-size: cover;
  background-position: center center;
}

.color-card {
  color: white;
  background-size: cover;
}

.color-card h2,
.color-card p {
  color: white;
  text-align: left;
}

.color-card .text {
  min-height: 260px;
}

.divider {
  display: block;
  width: 100%;
  height: 15rem;
}

.divider.half {
  height: 7rem;
}

input,
textarea {
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid lightgray;
  resize: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

label {
  font-size: 1rem;
  cursor: ponter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.check input:checked ~ .checkmark {
  background-color: #2B3887;
}

.check input:checked ~ .checkmark::after {
  content: "+";
  display: block;
  height: 25px;
  width: 25px;
  text-align: center;
  color: white;
  font-weight: 700;
}

.map {
  width: 100%;
  height: 45vh;
  background-image: url("/../img/map.jpg");
  background-size: cover;
  background-position: center center;
}

footer {
  background-color: #28344F;
  color: white;
  font-size: 1.1rem;
}

footer span {
  display: inline-block;
  margin: 5px;
}

.color-line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  z-index: 2;
}

.animation-line {
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, red 0%, #fff600 14%, #4cff00 28%, #00fbff 42%, #0600ff 56%, #b500ff 70%, #ff00d5 85%, red 100%);
  -webkit-animation: animationLine 5s linear infinite alternate forwards;
          animation: animationLine 5s linear infinite alternate forwards;
}

@-webkit-keyframes animationLine {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes animationLine {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 768px) {
  .divider {
    display: block;
    width: 100%;
    height: 8rem;
  }

  .divider.half {
    height: 3rem;
  }
}

@media screen and (max-width: 992px) {
  a.menu-item {
    font-size: 1rem !important;
  }
}

