@media(max-width:1400px) {
  .brand {
    margin: 2% 0 0 6%;
    width: 135px;
  }

  .nav__goto-links {
    width: 53%;
  }

  .nav__goto-links a {
    font-size: 0.9em;
  }

  .nav__language-controls {
    width: 20vw;
  }

  .in__teaser-headline {
    max-width: 828px;
  }
}

/*break navigation for mobile*/
@media (min-width: 991px) {
  nav .nav__menu--wide {
    display: block;
  }

  nav .nav__menu--narrow {
    display: none;
  }
}

/* CSS for Tablets higher than 991px = Desktops*/
@media (max-width: 991px) {
  nav {
    background-color: rgba(188, 188, 188, 1);
  }

  .nav a {
    color: #767979 !important;
  }

  .nav-link {
    text-transform: none;
  }

  .nav__goto-links--narrow>a {
    font-family: Northwell;
    padding: 0px;
    font-size: 6.5em;
  }

  .content {
    margin-top: 69px;
  }

  .english {
    border-left: 2px solid #767979;
  }

  .brand {
    width: 110px;
  }

  .in__text-box--pink {
    width: 65%;
  }

  /*kreativ.html*/
  .crea__main {
    padding-top: 0px;
  }

  .crea__headline {
    width: 62%;
    position: absolute;
    top: 19%;
  }

  .crea__about, .crea__text--width, .crea__menu-content {
    width: 612px;
  }

  .crea__box-1 {
    flex-direction: column;
    margin-left: 0px;
  }

  /*let the blob disapperas and change to the mobile version (fullscreen pink background)*/
  .crea__blob {
    display: none;
  }

  .crea__blob--mobile {
    display: flex;
    justify-content: center;
    width: 100vw;
    background-color: #F8DBCE;
    padding: 5% 0;
  }

  .crea__blob--mobile * {
    text-align: center;
  }

  .crea__teaser {
    order: -1;
  }

  .crea__box-2 div:first-of-type {
    border: none;
  }

  .crea__details {
    padding: 0px;
  }

  .crea__details-img {
    display: none;
  }

  .crea__pink-box {
    width: 58%;
    padding: 35px;
    margin: 0;
  }

  .fash__box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
  }

  .fash__about {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fash__blob img {
    display: none;
  }

  .fash__blob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F8DBCE;
    width: 100%;
    height: 100%;
    padding: 3%;
    margin: 3% 0;
  }

  .fash__blob-text {
    position: relative;
    top: 0px;
    width: 74%;
    left: 0px;
  }

  .fash__blob-text * {
    text-align: center;
    line-height: 30px;
  }

  .fash__box-2--pink {
    width: 69%;
    border: 0;
    padding: 0;
    margin: 3% 0;
  }

  .fash__box-2--pink>h3, .fash__bullets li:nth-child(1) {
    width: 100%;
  }

  .fash__box-3 {
    margin: 3% 0;
    width: 76%;
  }

  .fash__box-3 img {
    width: 220px;
    height: 220px;
  }

  .me__box img {
    float: right;
    margin: 12px 20px 0px;
  }

  .me__content {
    width: 88%;
  }

  .mediaquerie-breakpoint-js {
    width: 1px;
  }
}

/*CSS for Smartphones, higher than 768px = Tablets*/
@media (max-width: 768px) {
  .brand {
    width: 100px;
  }

  .in__offer-icons a {
    width: 100px;
  }

  .in__offer-icons img {
    width: 100%;
  }

  .crea__about, .crea__text--width, .crea__menu-content {
    width: 500px;
  }

  .pink-seperator {
    width: 100vw;
  }

  .pink-seperator {
    width: 100wv;
  }

  .fash__box-3 {
    flex-direction: column-reverse;
    width: 70%;
  }

  .fash__request {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .fash__box-3 img {
    margin-top: 3%;
  }

  .me__headline {
    margin: 14% 0 0 0;
  }

  .me__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96%;
  }

  .me__lieschen {
    order: 2;
    margin-top: 7%;
  }

  .me__lieschen-portrait {
    width: 265px;
  }

  .me__box {
    order: 1;
    margin: 0;
    width: 80%
  }
}

/*CSS for Smartphones in Portrait-mode*/
@media (max-width: 576px) {
  p {
    font-size: 1em;
  }

  li {
    font-size: 1em;
  }

  .nav__goto-links--narrow>a {
    font-size: 4em;
  }

  .brand {
    width: 77px;
    margin: 10px 0px 0 10px;
  }

  .in__text-box--pink h4 {
    font-size: 1rem;
  }

  .in__text-seperator--pink-line {
    width: 180px;
  }

  .crea__headline {
    top: 110px;
    width: 70%;
  }

  .crea__box-1 {
    width: 100%;
  }

  .crea__about, .crea__text--width, .crea__menu-content {
    width: 75%;
  }

  .crea__blob-text--mobile {
    width: 80%;
    text-align: center;
  }

  .crea__blob-text--mobile * {
    color: #fff;
    font-family: CircularStd-Book;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 0 8px #F1BCA6;
  }

  .crea__blob img {
    display: none;
  }

  .crea__menu-headline>h2, .crea__details>div>h4 {
    font-size: 1.1rem;
  }

  .fash__headline {
    margin-top: 18%;
  }

  .fash__about {
    margin-top: 20px;
  }

  .fash__box-2--pink {
    width: 70%;
  }

  .fash__box-2--pink>h6 {
    width: 100%;
  }

  .crea__pink-box>p {
    width: 100%;
    text-align: center;
  }

  .crea__interessted {
    width: 100%;
  }

  .fash__bullets li:nth-child(2) {
    width: 100%;
  }

  .me__box>h2 {
    font-size: 1em;
    line-height: 21px;
  }

  .me__lieschen-portrait {
    width: 225px;
    left: 27px;
  }

  .me__lieschen-blob {
    width: 253px;
    height: 366px;
  }

  .me__lieschen-kontakt {
    left: 28px;
    font-size: 0.9em;
    bottom: 67px;
  }

  .datasec__content>h1 {
    font-size: 1.4em;
  }

  .datasec__content>h2 {
    font-size: 1em;
  }

  .footer__list {
    padding: 16px 0 20px 0;
  }

  .footer__list li {
    display: block;
  }

  .footer__item--pink-lines {
    border: none;
  }
}