@import url('/huepercdn/fonts/nunito-sans-v11-latin/fonts.css');

/***** text markierungs farben *****/
::-moz-selection {
	color: #fff;
	background: #d4b039;
}

::selection {
	color: #fff;
	background: #d4b039;
}




/***** main elements *****/
body {
  background-color: #F7F7F7;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: #222222;
}

a {
  color: #222222;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #222222;
  text-decoration: none;
}

p, 
ul, 
li {
  font-size: 1.4rem;
  line-height: 2rem;
}

h1, 
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
}

h2,
.h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

b, 
strong {
  font-weight: 500;
}

.text-small {
  font-size: 1.2rem;
  line-height: 1.9rem;
}




/***** utilities *****/
.progress-bar {
  background-color: #4F4B49;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.41) !important;
}

.p-fix .col-12 {
  padding-left: 0px !important;
}

.border {
  border-width: 3px !important;
}

.text-italic {
  font-style: italic;
}

.text-blue {
  color: #009BE3;
}

@media (max-width: 576px) {
  .inklusive {
    font-size: 1rem;
  }
}




/***** smaller containers *****/
/*** sm container ***/
.sm-container {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .sm-container {
    max-width: 440px;
  }
}

@media (min-width: 768px) {
  .sm-container {
    max-width: 630px;
  }
}

@media (min-width: 992px) {
  .sm-container {
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .sm-container {
    max-width: 940px;
  }
}

@media (min-width: 1400px) {
  .sm-container {
    max-width: 1140px;
  }
}


/*** xs container ***/
.xs-container {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .xs-container {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .xs-container {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .xs-container {
    max-width: 680px;
  }
}

@media (min-width: 1200px) {
  .xs-container {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .xs-container {
    max-width: 1000px;
  }
}




/***** borders *****/
.border-margin {
  margin-bottom: -75px;
}

@media (max-width: 768px) {
  .border-margin {
    margin-bottom: -44px;
  }
}

.border-dark-green {
  border-color: #665D40 !important;
}

.border-blind-green {
  border-color: #55553C !important;
}

.border-dark-black {
  border-color: #221A15 !important;
}

.border-sand {
  border-color: #DED2C5 !important;
}




/***** backgrounds *****/
.color-choice {
  padding-top: 270px;
}

@media (max-width: 768px) {
  .color-choice {
    padding-top: 130px;
  }
}

.without-color-switch {
  padding-top: 300px !important;
}

@media (max-width: 768px) {
  .without-color-switch {
    padding-top: 160px !important;
  }
}

/* dark green */
.bg-dark-green {
  background: #665D40;
}

/* blind green */
.bg-blind-green {
  background: #55553C;;
}

/* dark black */
.bg-dark-black {
  background: #221A15;
}

/* sand */
.bg-sand {
  background: #DED2C5;
}





/*** full size backgrounds **/
/* green */
.bg-green {
  background: #9F9A86;
  margin-top: -250px;
}

@media (max-width: 768px) {
  .bg-green {
    margin-top: -110px;
  }
}

.text-green {
  color: #4F4B3D;
}


/* lightbrown */
.bg-lightbrown {
  background: #C7B9AF;
  margin-top: -250px;
}

@media (max-width: 768px) {
  .bg-lightbrown {
    margin-top: -110px;
  }
}


/* stone */
.bg-stone {
  background: #AFA9A7;
  margin-top: -250px;
}

@media (max-width: 768px) {
  .bg-stone {
    margin-top: -110px;
  }
}

@media (max-width: 576px) {
  .bg-stone {
    margin-top: -125px;
  }
}


/* beige */
.bg-beige {
  background: #E8E7E3;
  margin-top: -250px;
}

@media (max-width: 768px) {
  .bg-beige {
    margin-top: -110px;
  }
}


/* greybrown */
.bg-greybrown {
  background: #B1A59E;
  margin-top: -250px;
}

@media (max-width: 768px) {
  .bg-greybrown {
    margin-top: -110px;
  }
}




/***** price *****/
.price-wrap {
  padding-top: 20px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.price-suffix {
  text-align: right;
  font-size: 1rem;
  padding-top: 10px;
  padding-right: 40px;
}

.price {
  text-align: right;
  font-size: 3.5rem;
  font-weight: 600;
  padding-right: 40px;
}

@media (max-width: 1200px) {  
  .price-suffix {
    font-size: 0.9rem;
  }
  
  .price {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .price-suffix {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: -10px;
    padding-right: 0px;
  }
  
  .price {
    text-align: center;
    font-size: 2.8rem;
    padding-right: 0px;
  }
}




/***** buttons *****/
.btn-primary {
	background-color: transparent;
	border: 1px solid #222222;
	color: #222222;
	padding: 12px 28px 12px 28px;
	border-radius: 0px;
	transition: 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #222222;
  border: 1px solid #fff;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #222222;
  border: 1px solid #fff;
  color: #fff;
}

.btn-blaupunkt {
	background-color: #009BE3;
	border: 1px solid #009BE3;
	color: #fff;
	padding: 12px 28px 12px 28px;
	border-radius: 0px;
	transition: 0.2s ease-in-out;
}

.btn-blaupunkt:hover, 
.btn-blaupunkt:focus {
  background-color: transparent;
  border: 1px solid #009BE3;
  color: #009BE3;
}

.btn-blaupunkt:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border: 1px solid #009BE3;
  color: #fff;
}

#cookiebarbutton,
#socialmenubutton {
  border: none;
	color: #222222;
  background-color: #fff;
}

#cookiebarbutton:hover,
#cookiebarbutton:focus,
#socialmenubutton:hover,
#socialmenubutton:focus {
  border: none;
	color: #fff;
  background-color: #222222;
}

#socialmenubutton i {
  font-weight: 100;
}




/***** hotspots *****/
.hotspot-text {
	font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

.popover {
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 5px 5px 23px -1px rgba(0,0,0,0.22);
	box-shadow: 5px 5px 23px -1px rgba(0,0,0,0.22);
}

.popover-body {
	padding: 4px;
}

.btn-danger {
    background-color: #fff;
    border: solid 1px #fff !important;
    color: #222222;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    border: solid 1px #fff !important;
    background-color: #fff;
    box-shadow: none !important;
    color: #222222;
}

.btn.spot {
    line-height: 0.4 !important;
    width: 35px;
    height: 35px;
    padding: 0px 0px;
    transition: 0.2s ease-in-out;
    border-radius: 90px;
    font-size: 16px;
}

.blaupunkt .fa-check {
  color: #009BE3;
}

.far .fa-plus {
  font-weight: 300 !important;
}




/***** frontenslider *****/
.img-thumbnail {
	padding: 0rem;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0rem;
	width: 70px;
	height: auto;
  margin: 0px 2px;
  -webkit-box-shadow: 3px 3px 21px -4px rgba(0,0,0,0.2); 
  box-shadow: 3px 3px 21px -4px rgba(0,0,0,0.2);
  z-index: 2;
  position: relative;
}

@media (max-width: 769px) {
  .img-thumbnail {
    width: 60px;
    margin: 5px 2px 0px 2px;
  }
}

.thumbs {
  margin-top: -48px;
}




/***** specials *****/
@media (min-width: 768px) {
  .spuele-bl .carousel-item img {
    width: 750px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
  }
}

#cookiebarbutton {
	z-index: 9999 !important;
}




/***** eek *****/
.eek-end {
  margin: -0.72rem !important;
}

@media (max-width: 768px) {
  .eek-end {
    margin: -1.2rem !important;
  }
}