body {
  font-family: "robotoregular", sans-serif;
}

.meta-site,
.meta-site a {
  color: #fff;
}

b,
strong {
  font-family: "robotobold", sans-serif;
  font-weight: normal;
}

h1,
h2 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

h1 {
  font-family: "bebas_neueregular", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}

h2 {
  font-family: "robotobold", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

h3 {
  font-family: "robotobold", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.btn {
  background: #000;
  color: #fff;
}

.btn.white {
  background: #fff;
  color: #000 !important;
}

.btn img {
  margin-right: 0.2rem !important;
}

.transform-none {
  text-transform: none;
}

.inline-block {
  display: inline-block !important;
}

.float-right {
  float: right !important;
}
.videobadge {
  position: absolute;
  right: 5px;
  top: 5px;
}
.videobadge2 {
  position: absolute;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.videobox:hover .videobadge2 {
    transition: all 0.2s ease-in-out;
    transform: scale(1.1);
}
.videobox {
  position: relative;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.wrapper {
  background-size: contain;
}

.site-header {
  height: auto;
  background-position: right;
}

@media screen and (min-width: 768px) {
  .site-header {
    height: 100vh;
  }
}

.site-header .header--section {
  height: 100%;
  position: relative;
}

.site-header .header--section .slick-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.site-header .header--section .slick-carousel .slick-list,
.site-header .header--section .slick-carousel .slick-track,
.site-header .header--section .slick-carousel .slick-slide,
.site-header .header--section .slick-carousel .slick-slide div {
  width: 100%;
  height: 100%;
}

.site-header .header--section .slick-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .site-header .header--section .slick-carousel {
    display: none;
  }
}

.site-header .header--section .grid-container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.site-header .header--section .grid-container .grid-x {
  height: 100%;
}

.site-header .header--box {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.2rem;
  color: #fff;
  margin-top: 1rem;
}

.header--box-2 {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.5rem;
  color: #fff;
  margin-top: 1rem;
}
.header--box-3{
  padding: 1rem 1.5rem;
  color: #fff;
}
.header--box-2 h2{
  font-family: "bebas_neueregular", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 0!important;
}
.header--box-3 h3{
  font-family: "robotobold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.header--box-3 h4{
  font-family: "robotobold", sans-serif;
  font-size: 1.1rem;
  color: #DFBE78;
  text-transform: uppercase;
  
}

@media screen and (min-width: 1024px) {
  .site-header .header--box {
    transform: translateX(2rem);
  }
}

@media screen and (max-width: 767px) {
  .site-header {
    background-image: none !important;
  }
}

@media screen and (min-width: 768px) {
  .site-header .header--img {
    transform: translate(-30%, -4%);
    transform-origin: bottom right;
    max-height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .site-header .header--box {
    margin-top: 0;
  }
}

.site-header .header--box h2 {
  font-family: "robotoregular", sans-serif;
  font-size: 1.5rem;
}

.site-header .header--section #scroll-down {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 1;
  transform: translateX(-50%);
}

.main--section {
  color: #fff;
  border: 0 !important;
  background-size: cover;
}

.main--section#umsatz {
  color: #000;
}

.main--section .section--line.section--line-top {
  margin-bottom: 4rem;
}

.main--section .section--line.section--line-bottom {
  margin-top: 4rem;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.45);
}
.bg-transparent-2 {
  background: rgba(255, 255, 255, 0.2);
}

#cta {
  background: #b7b7b7;
  color: #fff;
}

.bullets .bullet {
  border: 0 !important;
  color: #000;
}

.bullets .bullet::after {
  content: "" !important;
  background: url("../img/v2/tchibo2go-bullet-border.svg");
  background-color: transparent !important;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .bullets .bullet.bullet-right {
    text-align: right;
  }
}

.bullets .bullet.bullet-left::after {
  right: auto !important;
  left: -20px;
}

.bullets .bullet.bullet-right::after {
  left: auto !important;
  right: -20px;
}

.bullets .bullet strong {
  text-transform: uppercase;
}

.bullets .bullet .bullet--sub li {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 0 !important;
  width: auto !important;
  border: 0 !important;
  list-style-type: none;
  text-indent: -10px;
}

.bullets .bullet .bullet--sub li::after {
  display: none !important;
}

.bullets .bullet .bullet--sub li::before {
  content: "- ";
  text-indent: -10px;
}

.image-wrapper .bullets li:nth-child(3) {
  top: 320px;
}

.main--section .points {
  width: 100%;
  max-width: 100%;
}

#service {
  padding-top: 0;
}

#service h2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  #vorteile h2 {
    text-align: left !important;
  }
}

.site-footer {
  background: transparent;
  color: #fff;
  font-size: 1rem;
}

.site-footer a {
  color: #fff !important;
}

.typ-item {
  color: #000;
  margin-bottom: 2rem;
}

.typ-item img {
  margin-bottom: 1rem;
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

.typ-item:hover img {
  transform: scale(1.3);
}


.typ-item .item--text {
  display: table;
  margin: 0 auto;
}

.typ-item .item--text h3 {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.typ-item .item--text h3 span {
  font-size: 1rem;
}

.img-big {
  width: 160%;
  max-width: none;
}

.info {
  padding: 2rem 0;
}

.info h2 {
  font-family: "bebas_neueregular", sans-serif;
  font-size: 5rem;
  line-height: 0.9;
  font-weight: normal;
}

form .label-left {
  color: #fff;
}

form .label-left input,
form .label-left textarea {
  background: #fff !important;
  border: 0 !important;
}

form label {
  color: #fff;
}

.kontakt--img {
  max-width: 290px;
  width: 290px;
}

.kontakt--btn {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}

#scroll-top {
  border: 0;
}

#scroll-top img {
  display: block;
  transform: rotate(180deg);
}

.reveal-carousel {
  background: url("../img/v2/tchibo2go-bg.jpg");
}
