header {
  position: relative;
  margin-bottom: 100px;
}
body {
  padding: 0;
  background: #333f49 url(../img/BKK_HG-Textur_klein.png) !important;
  background-position: bottom;
  background-repeat: no-repeat;
}
.b2blogin {
  max-width: 300px;
  position: absolute;
  z-index: 99;
  background-color: #d9a65f;
  top: 30%;
  right: 0;
  display: flex;
  height: 400px;
  cursor: pointer;
}
#loginContent {
  margin: 20px;
  display: none;
  justify-content: center;
  flex-direction: column;
}
.showLogin {
  display: flex !important;
}
#loginContent h3 {
  font-size: 18px;
  color: white;
  float: none;
  text-align: left;
  background: unset;
  text-transform: unset;
}
#loginContent h4 {
  font-size: 16px;
}
#loginContent h3,
#loginContent h4 {
  margin: 0;
}
#loginform {
  margin: 0;
}
#loginform label {
  font-size: 14px;
}
.login-remember {
  display: none;
}
#loginform input {
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  width: 100%;
}
#loginform input[type="submit"] {
  max-width: 115px;
  padding: 5px;
}
#toggleLogin {
  widows: 62px;
  height: 100%;
  border-radius: 0;
}
#toggleLoginMobile {
  display: none;
}

.logo {
  max-width: 300px;
  width: 100%;
}
.icon img {
  max-width: 130px;
  width: 100%;
  min-height: 125px;
}
#lang .langs {
  margin-right: 60px;
}
.language {
  max-width: 1200px;
  margin: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
}
header .slogan {
  bottom: -50px;
  position: absolute;
  max-width: 670px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.75));
  width: 80%;
}
.mobile-footer {
  position: relative;
  object-fit: cover;
  height: 400px;
  width: 100%;
  margin-top: 50px;
  display: none;
}
body {
  color: white !important;
}
h1.breakfast-headline {
  color: #d9a65f !important;
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 5px !important;
}
h1.breakfast-headline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url(../img/Linie.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
main {
  max-width: 1200px;
  margin: auto;
  display: flex !important;
  margin-bottom: 75px;
}
.img-header {
  display: flex;
}
.sc-inhalt {
  max-width: 460px;
  margin: auto;
}

.first-header {
  transform: skew(353deg, 0deg);
  position: relative;
  left: -50px;
  overflow: hidden;
  width: 55%;
}
.first-header img {
  transform: skew(7deg, 0deg);
  right: -47px;
  position: relative;
  object-fit: cover;
  height: 400px;
  width: 100%;
}
header img {
  border-radius: 0 !important;
}
.second-header {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: -1;
}
.second-header img {
  position: relative;
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.img-container {
  position: relative;
  margin: 50px 0;
}
.img-container a.bestellen {
  position: absolute;
  bottom: -75px;
  left: 20px;
  width: calc(100% - 20px);
}
.first-content {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.first-content .kaffee {
  max-width: 460px;
  width: 100%;
}
.first-content .muster {
  background-image: url(../img/BKK_muster.png);
  width: 100%;
  height: 40px;
  background-position: center;
  bottom: 0;
  background-size: 14%;
}
.second-content {
  width: 50%;
}
.second-content .subline {
  color: #d9a65f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}
.second-content .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons .icon {
  margin: 20px;
}
@media screen and (max-width: 1500px) {
  .second-header {
    width: 55%;
  }
  .second-header img {
    object-position: left;
  }
}
@media screen and (max-width: 1050px) {
  main {
    flex-direction: column;
  }
  .first-content,
  .second-content {
    width: 100%;
  }
  .language {
    min-height: 190px;
  }
  .first-content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .second-header {
    display: none;
  }
  .first-header {
    width: 100%;
    transform: none;
    position: relative;
    left: unset;
  }
  .first-header img {
    transform: none;
    right: unset;
  }
}
@media screen and (max-width: 500px) {
  header .slogan {
    bottom: -25px;
  }
  .b2blogin {
    position: relative;
    top: unset;
    right: unset;
    display: inline-flex;
    margin: auto;

    width: 100%;
    max-width: unset;
    height: unset;
    flex-direction: column;
    overflow: hidden;

    margin-bottom: 100px;
  }
  .b2blogin::before {
    /*content: "";
        background-image: url(../img/b2blogin-logo-2.svg);
        width: 100%;
        position: absolute;
        height: 62px;
        top: 0;
        left: 0;
        background-color: #d9a65f;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; */
  }
  #toggleLogin {
    display: none;
    /*height: 62px;
        transform: rotate(90deg) scale(10); 
        opacity: 0;*/
  }
  #toggleLoginMobile {
    display: block;
    height: 62px;
  }
  .language {
    justify-content: center;
  }
  #lang .langs {
    margin: 0;
  }
  main {
    max-width: 80%;
    margin-bottom: 0;
  }
  .mobile-footer {
    display: block;
  }
  .second-content {
    margin-bottom: 50px;
  }
  body {
    background-position: center !important;
    background-size: cover !important;
  }
  h1.breakfast-headline {
    font-size: 28px !important;
    text-align: center;
  }
  .second-content p {
    font-size: 14px;
  }
  .subline {
    font-size: 16px;
  }
  .img-container a.bestellen {
    bottom: -45px;
  }
}

.shoplinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  max-width: 500px;
  width: 100%;
  padding: 20px;
}

a.shoplinkneu {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

a.shoplinkneu img {
  height: 50px;
  margin-inline: auto;
}

a.shoplinkneu:hover {
  color: #d6ad63;
}

.icon-large img {
  max-width: 200px;
}

.img-container a.bestellen {
  bottom: -50px;
  width: 130px;
}

@media screen and (max-width: 1050px) {
  .shoplinks {
    padding-inline: 0px;
  }
}

.langs {
  margin: 0;
  padding: 0;
  float: right;
  color: #fff;
}
.langs li {
  display: inline-block;
  list-style-type: none;
  margin: 2.5px;
}
.langs li a {
  color: #fff;
  padding: 3px 5px;
  background: #333f49;
}
.langs li a.active {
  color: #d6ad63;
}
