/* colors
------------------------------------------------------------- */
/* black */
/* white */
/* presstrade blue */
/* presstrade yellow */
/* presstrade yellow light */
/* grey-blue */
/* grey navbar font color */
/* grey navbar background color */
/* grey navbar shadow */
/* d-com yellow */
/* d-com blue 2 */
/* cookiebot-btn green */
/* cookiebot-btn yellow */
/* presstrade light blue */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* weeditmode green, correct or allowed */
/* cookie consent manager ccm19
------------------------------------------------------------- */
/* background */
/* btns hover background */
/* btn save settings background */
/* margins / paddings
------------------------------------------------------------- */
/* ccm19
--------------------------------------------------------------------------------------- */
/* inner-overflow before / after */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* header
------------------------------------------------------------- */
header {
  background-color: #FFFFFF;
  margin-top: 89px;
}
header .col {
  padding: 0 0 30px 0;
}
header .contact {
  position: absolute;
  bottom: 17px;
  right: 20px;
  z-index: 100;
}
header .contact a {
  display: block;
  width: 50px;
}
header .contact a svg #bckgrd circle {
  fill: #FFCC00 !important;
}
header .contact a svg #text path {
  fill: #000000 !important;
}
header .contact a:hover svg #bckgrd circle {
  fill: #000000 !important;
}
header .contact a:hover svg #text path {
  fill: #FFFFFF !important;
}
header.warehouse .row {
  padding: 15px;
}
header.warehouse .row .col {
  padding: 0;
}
header.no-header {
  padding-bottom: 30px;
}
#headerpic1, #headerpic2 {
  display: none;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#headerpic1 img, #headerpic2 img {
  width: 100%;
}
@media (max-width: 767px) {
  #headerpic2 {
    display: block;
  }
  #headerpic1 {
    display: none;
  }
}
@media (min-width: 768px) {
  #headerpic1 {
    display: block;
  }
  #headerpic2 {
    display: none;
  }
}
.headlines {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.headlines .headline-1, .headlines .headline-2, .headlines .headline-3, .headlines .headline-4 {
  position: absolute;
  font-weight: bold !important;
}
.headlines .headline-white {
  color: #FFFFFF;
}
.headlines .headline-black {
  color: #000000;
}
@media (max-width: 479px) {
  .headline-3 {
    display: block;
    left: 40px;
    bottom: 60px;
    font-size: 24px !important;
  }
  .headline-4 {
    display: block;
    left: 70px;
    bottom: 35px;
    font-size: 24px !important;
  }
  .headline-1 {
    display: none;
  }
  .headline-2 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .headline-3 {
    display: block;
    left: 50px;
    bottom: 100px;
    font-size: 36px !important;
  }
  .headline-4 {
    display: block;
    left: 90px;
    bottom: 55px;
    font-size: 36px !important;
  }
  .headline-1 {
    display: none;
  }
  .headline-2 {
    display: none;
  }
}
@media (min-width: 991px) {
  .headline-1 {
    display: block;
    left: 50px;
    bottom: 130px;
    font-size: 60px !important;
  }
  .headline-2 {
    display: block;
    left: 120px;
    bottom: 70px;
    font-size: 60px !important;
  }
  .headline-3 {
    display: none;
  }
  .headline-4 {
    display: none;
  }
}
/* modul modal
------------------------------------------------------------- */
.modal .modal-content .modal-header button.close {
  width: 60px;
}
/* content
------------------------------------------------------------- */
.contentwrapper .container {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .contentWrapper {
    padding-left: 249px;
  }
}
@media (max-width: 991px) {
  /*.content .col + .col {
        margin-top: 30px;
    }*/
}
.widget-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget-container-xspace-top {
  padding-top: 50px;
}
.widget-container-xspace-bottom {
  padding-bottom: 50px;
}
.widget-container-nospace-top {
  padding-top: 0px;
}
.widget-container-nospace-bottom {
  padding-bottom: 0px;
}
.first-widget-container {
  padding-top: 0px !important;
  margin-top: 0px !important;
}
@media (min-width: 992px) {
  .widget-container .widget-pic-text {
    position: relative;
  }
  .widget-container .widget-pic-text .buttons-bottom {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
}
/* header - carousel
------------------------------------------------------------- */
#headercarousel1, #headercarousel2 {
  display: none;
}
#headercarousel1 img, #headercarousel2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  #headercarousel2 {
    display: block;
  }
  #headercarousel1 {
    display: none;
  }
}
@media (min-width: 768px) {
  #headercarousel1 {
    display: block;
  }
  #headercarousel2 {
    display: none;
  }
}
/* footer
------------------------------------------------------------- */
footer {
  /*border-top: 1px solid $color0;*/
  padding: 20px;
  background-color: #FFFFFF;
  margin-top: 30px;
}
footer .col {
  margin-top: 10px;
}
footer .pageslideup {
  text-align: right;
}
footer .pageslideup a {
  display: inline-block;
  width: 50px;
  height: 53px;
}
footer .pageslideup a svg #bckgrd circle {
  fill: #FFCC00 !important;
}
footer .pageslideup a svg #arrow path {
  fill: #000000;
}
footer .pageslideup a:hover svg #bckgrd circle {
  fill: #000000 !important;
}
footer .pageslideup a:hover svg #arrow path {
  fill: #FFFFFF;
}
