@import url("reset.css");

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* nothing-you-could-do-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nothing You Could Do";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nothing-you-could-do-v19-latin-regular.woff2")
    format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gill-sans.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gill-sans-bold.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gill-sans-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.cta {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: transparent;
  font-size: 24px;
  padding: 10px;
  text-decoration: underline;
}

.cta:hover {
  color: #191919;
}

/*----POPUP--*/

/* Popup-Hintergrund */
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* Versteckt am Anfang */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup-Fenster */
#popup {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}

/* Schließen-Button */
#closePopup {
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #9d40ab;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#closePopup:hover {
  background-color: #6d6d6d;
}

.modaloverlay h3 {
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
  text-transform: inherit;
}

.modaloverlay ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 15px;
}

.newsletter-button {
  background: #9d40ab;
  position: absolute;
  top: 150px;
  right: 10px;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 100px;
  padding-top: 40px;
}

.newsletter-button a {
  color: #fff;
  text-decoration: none;
  font-family: "Nothing You Could Do";
}

.modaloverlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  text-align: left;
  z-index: 99999;
  display: none;
}

.modaloverlay:target {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 999999999999;
}

.modaloverlay .modals {
  background-color: white;
  position: relative;
  padding: 3em;
  overflow-y: scroll;
  height: 80vh;
  margin-left: 5%;
  z-index: 9999;
  width: 80%;
  margin-top: 10vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modals h3 {
  color: #9d40ab;
  font-size: 25px;
  margin-top: 30px;
  text-align: left;
}

.modals p {
  font-size: 16px;
  font-family: "Roboto";
  line-height: 23px;
  color: #5f5f5f;
  text-align: left;
}

.modaloverlay a {
  color: #000;
  text-decoration: none;
}

.modaloverlay .close {
  background-color: #9d40ab;
  color: white;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 1;
}

body {
  font-family: "Gill Sans";
  font-size: 18px;
  line-height: 28px;
  color: #6d6d6d;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

nav {
  background: #f0e3f2;
  width: 100%;
  position: fixed;
  z-index: 99999;
}

nav ul {
  width: 1295px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 5px;
}

logo-reg {
  width: 80px;
}

.Registrierung-overlay-headline {
  color: #9d40ab;
  font-family: "Nothing You Could Do";
}

.fieldset-container {
  border: 1px solid;
  border-color: #9d40ab;
  padding: 40px !important;
  background-color: #fce8ff !important;
  margin-top: 30px;
}

.fieldset-container p {
  color: #414141;
}

.register-site {
  padding: 100px 10%;
  background: url(../images/bricks-hintergrund.jpg);
  min-height: 100vh;
}

nav ul li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul li a {
  color: #6d6d6d;
  text-decoration: none;
}

h2 {
  font-size: 35px;
  line-height: 45px;
  font-style: italic;
  padding-bottom: 10px;
}

b {
  font-weight: 700;
  color: #9d40ab;
}

h3 {
  font-family: "Nothing You Could Do";
  font-size: 24px;
  line-height: 34px;
  color: #9d40ab;
}

header {
  background: url(../images/header-lovemeagain.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-1 {
  background: url(../images/single-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-2 {
  background: url(../images/single-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-2 h1 {
  margin-top: -300px;
  color: #9d40ab;
}

.single-3 h1 {
  text-align: left;
  margin-left: -20%;
  margin-top: -150px;
}

.single-3 {
  background: url(../images/single-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-4 {
  background: url(../images/single-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-5 {
  background: url(../images/banner-arrivals.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.single-5 h1 {
  text-align: left;
  margin-left: -20%;
  color: #fff;
  width: 250px;
}

.none {
  background: none;
  padding: none;
  text-align: center;
  color: #fff;
}

.header-7 {
  background: url(../images/banner-arrivals.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

ol {
  list-style: decimal;
  font-weight: 700;
  margin-left: 15px;
  color: #9d40ab;
}

.form-header {
  display: flex;
}

.Registrierung-overlay-headline {
  margin: auto 0;
}

.logo-reg {
  width: 5rem;
  height: auto;
  margin: auto;
}

.fieldset-container {
  background-color: #c00;
  color: #fff;
}

.submit-btn {
  background-color: #bdc2c2;
}

ol li {
  padding-bottom: 20px;
}

ol li span {
  font-weight: 300;
  color: #6d6d6d;
}

.single-item {
  text-align: left;
}

.single-item img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  display: block;
  object-position: top;
}

.single-item .col2 {
  display: table;
  height: 450px;
}

.bild {
  background: url(../images/kreative-welt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.rezensionen {
  background: url(../images/banner-rezensionen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.header-kunst {
  background: url(../images/banner-kunst-zum-tragen.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.bild-1 {
  background: url(../images/christina-uensal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.logo {
  background: #fff;
  width: 100%;
}

.logo img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
}

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

.button {
  background: #9d40ab;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  margin-top: 30px;
}

.col1,
.col2 {
  float: left;
  width: 50%;
}

#ueber-mich .col1,
#ueber-mich .col2 {
  height: 550px;
  display: table;
}

.center {
  display: table-cell;
  vertical-align: middle;
}

.col1 {
  padding-right: 3%;
}

.col2 {
  padding-left: 3%;
}

#ueber-mich {
  padding: 100px 10%;
  background: #fce8ff;
}

#ueber-mich img {
  width: 90%;
}

#ueber-mich .name {
  position: absolute;
  background: #9d40ab;
  color: #fff;
  padding: 30px;
  margin-left: 25%;
  margin-top: -35px;
}

.dropdown {
  display: none;
}

#kunst {
  background: url(../images/bricks-hintergrund.jpg);
  padding: 250px 10% 150px 10%;
}

#kunst .col1 {
  text-align: left;
  color: #6d6d6d;
  height: 500px;
  display: table;
}

#kunst .col1 {
  display: table;
}

#kunst .col2 {
  height: 550px;
  width: 50%;
}

#kunst .col2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#ueber-mich a {
  color: #9d40ab;
  font-family: "Nothing You Could Do";
}

#solution {
  padding: 100px 10%;
  background: url(../images/bricks-hintergrund.jpg);
  background-attachment: fixed;
}

#solution h3 {
  padding-bottom: 20px;
}

#solution .col1,
#solution .col2 {
  height: 600px;
  display: table;
}

#solution .col2 img {
  width: 100%;
  padding-right: 5%;
}

#solution .zitat {
  font-family: "Nothing You Could Do";
  font-size: 22px;
  background: #9d40ab;
  padding: 30px;
  color: #fff;
  width: 25%;
  margin-left: 15%;
  position: absolute;
  margin-top: -80px;
}

#handmade {
  text-align: center;
  padding: 100px 10%;
}

#arrivals {
  padding: 100px 10%;
  text-align: center;
}

#arrivals img {
  width: 50%;
  padding: 10px;
  float: left;
  height: 700px;
  object-fit: cover;
}

#arrivals .wrap {
  padding: 30px 10%;
}

#unikat {
  background: #9d40ab;
  color: #fff;
  height: 500px;
}

#unikat .col1 img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

#unikat .col2 {
  height: 500px;
  display: table;
  text-align: center;
  padding-left: 0px;
}

#unikat h3 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 10px;
}

#unikat p {
  font-size: 30px;
  line-height: 40px;
}

.btn {
  background: #f0e3f2;
  font-size: 24px;
  padding: 10px;
  font-style: italic;
  color: #6d6d6d;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

#nachhaltigkeit {
  padding: 100px 10% 0px 10%;
  text-align: center;
}

#nachhaltigkeit h3 {
  padding-top: 100px;
}

#handmade .col,
#nachhaltigkeit .col {
  width: 31%;
  margin: 50px 1%;
  float: left;
}

#handmade .col img,
#nachhaltigkeit .col img {
  width: 100%;
}

#nachhaltigkeit .col a,
#handmade .col a {
  background: #9d40ab;
  color: #fff;
  text-decoration: none;
  padding: 25px;
  padding-top: 30px;
  min-width: 100px;
}

#teil-der-loesung {
  background: #f0e3f2;
  margin-top: -300px;
  padding: 400px 10% 100px 10%;
}

#teil-der-loesung h3 {
  font-size: 34px;
  padding-bottom: 20px;
}

#teil-der-loesung .col1,
#teil-der-loesung .col2 {
  display: table;
  height: 550px;
}

.quote {
  font-family: "Nothing You Could Do";
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.claim-res {
  display: none;
}

#teil-der-loesung .button {
  display: block;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background: #2c2c2c;
  color: #cecece;
  padding: 100px 9%;
}

footer .col {
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding-right: 2%;
}

footer iframe {
  width: 100%;
  height: 600px;
}

footer h3 {
  color: #cecece;
  padding-bottom: 20px;
  margin-left: 1%;
}

.dse {
  background: #9d40ab;
  color: #fff;
  padding: 5px;
  position: fixed;
  bottom: 0;
}

.dse a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Nothing You Could Do";
}

.scale-up-center {
  -webkit-animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;

  background-repeat: no-repeat;
  background-position: top;
  padding: 400px 20% 300px 20%;
  text-align: center;
  color: #fff;
}

.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33.3%;
  /* IE10 */
  flex: 33.3%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-12-16 15:50:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

a:hover {
  opacity: 0.5;
  transition: 1s;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1400px) {
  #ueber-mich .name {
    margin-left: 15%;
  }

  nav ul {
    font-size: 15px;
    width: 1140px;
  }
}

@media screen and (max-width: 1160px) {
  header {
    padding: 300px 10% 200px 10%;
  }

  #kunst h1 {
    padding-top: 100px;
  }

  .newsletter-button {
    background: #9d40ab;
    position: absolute;
    top: 120px;
    right: none;
    left: 10px;
    width: 110px;
    height: 110px;
    z-index: 99999999;
    border-radius: 100px;
    padding-top: 23px;
  }

  #kunst .col1 {
    height: auto;
    width: 100%;
  }

  #kunst .col2 {
    height: auto;
    width: 100%;
    padding-left: 0%;
    margin-top: 30px;
  }

  #kunst {
    background: url(../images/bricks-hintergrund.jpg);
    padding: 150px 10% 150px 10%;
  }

  #ueber-mich .col1,
  #ueber-mich .col2 {
    height: auto;
    width: 100%;
    padding-bottom: 50px;
  }

  #ueber-mich img {
    width: 300px;
  }

  #ueber-mich .col2 {
    margin-top: 50px;
  }

  #solution .col1,
  #solution .col2 {
    height: auto;
    display: block;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 50px;
  }

  #arrivals img {
    height: 400px;
  }

  #teil-der-loesung .col1,
  #teil-der-loesung .col2 {
    display: table;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  footer .col {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 50px;
    padding-left: 1%;
    padding-right: 1%;
  }

  #unikat h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  #unikat p {
    font-size: 25px;
    line-height: 35px;
  }

  #solution .zitat {
    width: 300px;
  }
}

@media screen and (max-width: 1160px) {
  #arrivals .wrap {
    padding: 30px 0%;
  }

  #nachhaltigkeit .col {
    width: 100%;
    margin: 50px 1%;
  }

  .col1 {
    display: none;
  }

  .single-item .col1 {
    display: block;
  }

  #unikat {
    height: auto;
  }

  #unikat .col2 {
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  nav ul {
    display: none;
  }

  .dse a {
    font-size: 12px;
  }

  #nachhaltigkeit .col img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .dse {
    left: 0;
  }

  .dropbtn {
    background-color: #9d40ab;
    color: white;
    padding: 0px;
    font-size: 36px;
    border: none;
    cursor: pointer;
  }

  .dropdown {
    position: fixed;
    top: 15px;
    right: 5%;
    display: inline-block;
    z-index: 9999999999;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 15vh;
    background-color: rgba(157, 64, 171, 0.94);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown a:hover {
    background-color: rgba(0, 128, 0, 0.19);
  }

  .show {
    display: block;
  }
}

@media screen and (max-width: 880px) {
  .quote {
    font-size: 24px;
    line-height: 34px;
  }

  #kunst h1 {
    padding-top: 100px !important;
  }

  .claim-res {
    display: block;
    background: rgba(157, 64, 171, 0.83);
    color: #fff;
    padding: 50px;
  }

  .claim-res h1 {
    background: transparent !important;
    padding: 0px !important;
  }

  .claim-res .button {
    background: #fff;
    color: #9d40ab;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .single-item .col1,
  .single-item .col2 {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .single-item img {
    height: auto;
  }

  h1 {
    padding: 50px 10% 50px 10%;
    background: rgba(224, 152, 235, 0.76);
  }

  .single-1,
  .single-2,
  .single-3,
  .single-4,
  .single-5,
  .single-6 {
    padding: 00px 0% 0px 0%;
    text-align: center;
    color: #fff;
    height: 700px;
    object-fit: contain;
  }

  .single-3 h1 {
    text-align: center;
    margin-left: 0%;
    color: #fff;
    width: 100% !important;
    margin-top: 630px;
    padding: 15px 10%;
  }

  .single-2 h1 {
    text-align: center;
    margin-left: 0%;
    color: #fff;
    width: 100% !important;
    margin-top: 630px;
    padding: 15px 10%;
  }

  .single-4 h1 {
    text-align: center;
    margin-left: 0%;
    color: #fff;
    width: 100% !important;
    margin-top: 630px;
    padding: 15px 10%;
  }

  .single-5 h1 {
    text-align: center;
    margin-left: 0%;
    color: #fff;
    width: 100% !important;
    margin-top: 630px;
    padding: 15px 10%;
  }

  .single-1 .claim,
  .bild .claim,
  .bild-1 .claim,
  .header-kunst .claim,
  header .claim {
    padding: 50px 10% 50px 10%;
    background: rgba(224, 152, 235, 0.76);
    display: none;
  }

  .single-1 h1,
  .bild h1,
  .bild-1 h1,
  .header-kunst h1,
  header h1 {
    background: transparent;
    padding: 0px 0% 0px 0% !important;
    margin-top: 0px !important;
  }

  .rezensionen,
  .header-7 {
    padding: 400px 0% 0px 0%;
  }

  .rezensionen h1,
  .header-7 h1 {
    text-align: center !important;
    margin-left: 0% !important;
    color: #fff;
    background: rgba(224, 152, 235, 0.76);
    padding: 20px 10% !important;
    margin-top: 180px !important;
  }

  .bild,
  .bild-1,
  .header-kunst,
  header {
    padding: 0px 0% 0px 0%;
    text-align: center;
    color: #fff;
    height: 700px;
  }
}

@media screen and (max-width: 550px) {
  #ueber-mich img {
    width: 100%;
  }

  #solution .zitat {
    width: 250px;
    font-size: 15px;
    line-height: 25px;
  }

  #arrivals img {
    height: 250px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  #arrivals img {
    height: auto;
    width: 100%;
  }

  #handmade .col,
  #nachhaltigkeit .col {
    width: 100%;
    margin: 50px 1%;
    float: left;
  }
}
