/**FONTS**/
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStd-Book.eot');
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Northwell';
  src: url('../fonts/MyFontsWebfontsKit/webfonts/392A42_0_0.eot');
  src: url('../fonts/MyFontsWebfontsKit/webfonts/392A42_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/MyFontsWebfontsKit/webfonts/392A42_0_0.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webfonts/392A42_0_0.woff') format('woff'), url('../fonts/MyFontsWebfontsKit/webfonts/392A42_0_0.ttf') format('truetype');
}

/*
* Structure of CSS
* ___1___ NAVIGATION
* ___2___INDEX
* ___3___KREATIVKURSE
* ___4___MODEDESIGN
* ___5___ME
* ___6___IMPRESSUM
* ___7___DATENSCHUTZ
* ___8___FOOTER
*/
/** ___1___ NAVIGATION***/
body {
  margin: 0px;
  padding: 0px;
}

body, html {
  overflow-x: hidden;
}

body * {
  font-family: CircularStd-Book;
  color: #767979;
}

a {
  cursor: pointer;
}

p, li {
  font-size: 1.2em;
  line-height: 28px;
}

h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 30px;
  letter-spacing: 0.1em;
}

h3 {
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 0.1em;
}

h4 {
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}

/*https://codepen.io/danbuda/pen/gwPwjy*/
nav {
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: rgba(118, 121, 121, 0.5);
  z-index: 500;
}

.nav__pink-background--fullscreen {
  background-color: rgb(248, 219, 206);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav__menu--wide {
  display: none;
  margin: 25px auto;
}

.nav__content--wide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 5px;
}

.nav__content--wide a {
  text-decoration: none;
  letter-spacing: 0.2em;
}

.nav-space, .nav__language-controls {
  width: 15vw
}

.nav__language-controls {
  display: flex;
  justify-content: center;
}

.nav__language-controls a {
  padding: 0 20px;
}

.nav__goto-links {
  display: flex;
  justify-content: space-between;
  width: 660px;
}

nav .nav__menu--narrow i {
  float: right;
  cursor: pointer;
  color: #000;
}

.nav__hamburger-icon {
  float: right;
  margin: 20px 40px;
}

.nav__hamburger-icon * {
  width: 35px;
  height: 2px;
  background-color: rgb(115, 115, 115);
  margin: 6px 0;
}

/*close*/
.nav__close-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 26px;
  top: 18px;
}

.nav__close-icon:after {
  content: '';
  height: 35px;
  border-left: 2px solid rgb(115, 115, 115);
  position: absolute;
  transform: rotate(45deg);
  left: 28px;
}

.nav__close-icon:before {
  content: '';
  height: 35px;
  border-left: 2px solid rgb(115, 115, 115);
  position: absolute;
  transform: rotate(-45deg);
  left: 28px;
}

nav .nav__menu--narrow .nav__content--narrow a {
  text-decoration: none;
}

nav .nav__language-controls>a {
  font-size: 16px;
  font-family: CircularStd-Book !important;
  padding: 0 9px !important;
}

.nav__menu--narrow {
  display: flex;
  flex-direction: column;
}

.nav__content--narrow {
  margin-top: 50px;
}

.nav__goto-links--narrow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
}

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

/*** ___2___INDEX**/
.container-fluid {
  padding: 0;
  margin: 0;
}

.brand {
  position: absolute;
  z-index: 1000;
  margin: 1% 0 0 12%;
  opacity: 0;
  width: 150px;
}

.brand img {
  width: 100%;
}

.in__box-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.in__teaser-headline {
  position: absolute;
  width: 70%;
  max-width: 1000px;
  margin-top: 3%;
  z-index: 5;
}

.in__teaser-img {
  object-fit: cover;
  width: 100vw;
  max-height: 550px;
}

.in__box-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in__text-box--pink {
  position: relative;
  z-index: 3;
  border: 2px solid #F8DBCE;
  max-width: 770px;
  margin: -8% auto 5% auto;
  padding: 13% 5% 4% 5%;
  width: 81%;
}

.in__text-box--pink * {
  text-align: center;
  color: #767979;
}

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

.in__text-seperator--pink-line {
  transform: translateX(-50%);
  margin: 2% 0 4% 50%;
}

.in__offer-icons {
  display: flex;
  justify-content: center;
}

.in__offer-icons>a {
  margin: 20px;
}

.in__offer-icon img {
  width: 100%;
  height: 100%;
}

/* ___3___KREATIVKURSE*/
.crea__main {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.crea__headline {
  width: 70%;
  max-width: 570px;
  max-height: 198px;
}

/**box-1**/
.crea__box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 810px;
  margin: 0 0 35px 100px;
}

.crea__about {
  width: 76%;
}

.crea__about>h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.crea_about * {
  font-size: 15px;
}

.crea__blob {
  width: 370px;
  height: 310px;
  z-index: 1;
}

.crea__blob img {
  width: 387px;
  height: 460px;
  margin: -20px 0 0 -15px;
}

.crea__blob-text {
  position: relative;
  top: -292px;
  z-index: 1000;
  width: 250px;
  left: 59px;
}

.crea__blob-text *, .crea__blob-text--mobile * {
  font-family: CircularStd-Book;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0 0 8px #F1BCA6;
  margin-block-start: 0.1em;
  margin-block-end: 0.6em;
}

.crea__blob--mobile {
  display: none;
}

.crea__teaser-img {
  object-fit: cover;
  width: 100vw;
  max-height: 400px;
  margin-bottom: 5%;
}

.crea__box-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.crea__interessted-headline {
  width: 100%;
  max-width: 412px;
  font-family: Northwell;
  color: #F8DBCE;
  font-size: 3em;
  text-transform: none;
  line-height: 72px;
}

.crea__interessted-headline-img {
  width: 100%;
}

/*arrows*/
i {
  border: solid #767979;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 7px 0 0 0;
}

.pink-seperator {
  border-top: 2px solid #F8DBCE;
  width: 789px;
}

.crea__menu--drop-down {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px 5px;
}

.crea__menu-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crea__menu-content {
  width: 612px;
  margin: 25px 0px;
}

.hide-content {
  display: none;
}

.crea__text--width {
  width: 612px;
  margin: 0px;
}

.crea__text--width>h6 {
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 25px;
}

.crea__text--width>h4 {
  margin-block-start: 2.0em;
  margin-block-end: 0.5em;
}

.crea__text--width p {
  margin-block-start: 0px;
}

.crea__pink-box {
  width: 789px;
  border: 2px solid #F8DBCE;
  display: flex;
  justify-content: center;
  padding: 70px;
  margin-top: -70px;
}

.crea__details {
  display: flex;
  justify-content: center;
}

.crea__details>div {
  margin: 30px 0;
}

.crea__details-img {
  float: right;
  margin: 143px -50px 0 80px;
  position: relative;
  z-index: 2;
}

.crea__interessted {
  width: 789px;
  display: flex;
  justify-content: center;
}

.crea__interessted-headline {
  margin-top: 22%;
}

/* ___4___MODEDESIGN*/
.fash__main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.fash__headline {
  width: 70%;
  max-width: 620px;
  max-height: 155px;
  margin-top: 10%;
}

.fash__box-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 810px;
  margin-left: 100px;
}

.fash__about {
  width: 370px;
  margin-top: 40px;
}

.fash__blob {
  position: relative;
  width: 385px;
  height: 370px;
  z-index: 1;
}

.fash__blob img {
  width: 400px;
  height: 540px;
}

.fash__blob-text {
  position: absolute;
  top: 167px;
  z-index: 3;
  width: 256px;
  left: 67px;
}

.fash__blob-text * {
  color: #fff;
  font-family: CircularStd-Book;
  text-shadow: 0 0 8px #F1BCA6;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin: 0px;
}

.fash__box-2--pink {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 718px;
  border: 2px solid #F8DBCE;
  padding: 72px 70px 70px 80px;
  margin: -40px 0 70px 0;
}

.fash__box-2--pink>h3 {
  width: 60%;
}

.fash__bullets {
  margin: 15px 0px 0 -50px;
  list-style-image: url('../img/dot@1x.png');
}

.fash__bullets--pink {
  list-style-type: square;
}

.fash__bullets li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.fash__bullets li:nth-child(1) {
  width: 370px;
}

.fash__box-3 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

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

.fash__request {
  margin-left: 45px;
  width: 40vw;
  max-width: 330px;
}

.fash__request-headline {
  font-family: Northwell;
  color: #F8DBCE;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 0px;
}

/* ___5___ME*/
.me__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.me__headline {
  width: 70%;
  max-width: 400px;
  max-height: 156px;
  margin: 10% 0 0 0;
}

/*
.me__headline {
  font-family: "Northwell";
  font-size: 100px;
  letter-spacing: 1.33px;
  text-align: center;
  color: #F8DBCE;
}*/
.me__box {
  max-width: 780px;
  width: 70%;
  margin: 0 0 0 8%;
}

.me__box>h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.me__box a {
  text-decoration: underline;
}

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

.me__content {
  display: flex;
  width: 82%;
  margin: 4% 0;
}

.me__lieschen {
  position: relative;
  height: max-content;
}

.me__lieschen-portrait {
  position: absolute;
  left: 49px;
  top: -3px;
}

.me__lieschen-blob {
  width: 318px;
  height: 425px;
}

.me__lieschen-kontakt {
  position: absolute;
  left: 50px;
  font-size: 1em;
  bottom: 58px;
}

.me__lieschen-kontakt>p {
  font-size: 1em;
  line-height: 6px;
}

.rambler:hover {
  color: #F8DBCE;
}

/***___6___IMPRESSUM**/
.imp__main, .datasec__main {
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imp__content, .datasec__content {
  width: 70vw;
}

/***___7___DATENSCHUTZ**/
/***___8___FOOTER**/
footer {
  position: absolute;
  width: 100vw;
  height: 200px;
  text-align: center;
  background: rgba(118, 121, 121, 0.50);
  font-family: CircularStd-Book;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  margin-top: 6%;
}

.footer__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.footer__list li {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  vertical-align: top;
}

.footer__list li a {
  color: #fff;
  text-decoration: none;
}

.footer__list li a:hover {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}

.footer__item a {
  font-size: 1.1em;
  letter-spacing: 0.2em;
}

.footer__item--pink-lines {
  border-left: 2px solid #F8DBCE;
  margin: : 0 1% 0 1%;
}

.footer__copyright {
  color: #767979;
  font-size: 1rem;
  margin-block-end: 0;
  margin-block-start: 0;
  line-height: 0px;
}

/*Animations and JS classes*/
.active {
  color: #F8DBCE;
}

.show-content {
  opacity: 1;
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s;
}

.hidden {
  display: none;
  opacity: 0;
}

.nav-white {
  background-color: #fff;
}

/*
.nav-pink{
  background-color: rgb(248, 219, 206);
}*/
.mediaquerie-breakpoint-js {
  width: 0px;
}