@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

p,
.p {
  letter-spacing: 1px;
  line-height: 1.7;
  font-size: 18px;
}

a {
  transition-duration: 0.3s;
  color: #d49f47;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #424340;
}

.stefan,
.actor,
.navigation,
.input-group {
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.glide__arrow,
.scroll-down,
.carousel-control-next,
.carousel-control-prev {
  text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.75);
}

.light {
  color: #fff;
}

.wrapper {
  margin-top: 200px;
}

.wrapper-schmal {
  margin-top: 120px;
}

/* Fonts */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("../webfonts/open-sans-300.woff2") format("woff2"),
    url("../webfonts/open-sans-300.woff") format("woff"),
    url("../webfonts/open-sans-300.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("../webfonts/open-sans-400.woff2") format("woff2"),
    url("../webfonts/open-sans-400.woff") format("woff"),
    url("../webfonts/open-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url("../webfonts/open-sans-600.woff2") format("woff2"),
    url("../webfonts/open-sans-600.woff") format("woff"),
    url("../webfonts/open-sans-600.ttf") format("truetype");
}

/* Navigation */

.up .navbar {
  transition-duration: 0.5s;
  background-color: #fff;
  height: 200px;
}

.scroll .navbar {
  transition-duration: 0.5s;
  background-color: #fff;
  height: 100px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.navbar a {
  transition-duration: 0.5s;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 20px;
  color: #010101;
}

.navbar a:hover {
  text-decoration: none;
  color: #d49f47;
}

.up .navbar-brand > img {
  transition-duration: 0.5s;
  height: 130px;
}

.scroll .navbar-brand > img {
  transition-duration: 0.5s;
  height: 100px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .navbar-nav > .nav-item:first-of-type > a {
    padding-left: 0 !important;
  }
  .navbar-nav > .nav-item:last-of-type > a {
    padding-right: 0 !important;
  }
  .navbar-nav {
    position: absolute;
    top: 15px;
  }
  .nav-link {
    padding: 0 5px !important;
  }
}

.navigation {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}

.navigation-schmal > .navbar > div > div > .navbar-nav {
  bottom: unset;
}

.navigation-schmal > .navbar {
  height: 120px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .nav-link {
    padding: 0 5px !important;
  }
  .nav-center {
    margin: 0 30px 30px 0 !important;
  }
  .navbar > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    height: auto !important;
    min-height: 120px;
  }
  .navbar-brand {
    padding-bottom: 20px;
    padding-top: 20px;
    order: 1;
  }
  .navbar-brand > img {
    padding: 0 !important;
    height: 70px;
  }
  .wrapper {
    margin-top: 120px;
  }
  .navbar-toggler {
    font-size: 30px;
    padding: 0;
    order: 2;
  }
  .navbar-collapse {
    order: 3;
  }
}

.navbar-nav {
  position: relative;
  width: 100%;
}

.nav-left {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.nav-right {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.nav-center {
  margin: 0 60px 37px 0;
}


.up .nav-center > a > img {
  transition-duration: 0.5s;
  width: 270px;
}

.scroll .nav-center > a > img {
  transition-duration: 0.5s;
  width: 190px;
}

.nav-left > li:first-of-type > a,
.nav-right > li:first-of-type > a {
  padding-left: 0;
}

.nav-left > li:last-of-type > a,
.nav-right > li:last-of-type > a {
  padding-right: 0;
}

.brand-mobile {
  float: right;
  display: none;
}

@media only screen and (max-width: 991px) {
  .brand-mobile {
    display: unset;
  }
  .brand-mobile > img {
    width: 220px;
  }
  .brand-desktop,
  .nav-center {
    display: none;
  }
  .nav-left,
  .nav-right {
    display: block;
  }
  #navigation > nav > div {
    padding: 20px;
  }
  #navbar-content > ul {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-center > a > img {
    width: 220px !important;
  }
  .nav-link {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 992px) {
  .nav-social-item {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navigation-schmal .nav-social-item {
    top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .nav-social-item {
    margin-top: 30px;
  }
}

.nav-social-item {
  transition-duration: 0.3s;
}

.nav-social-item > a {
  margin-right: 6px;
  color: #d49f47;
}

.nav-social-item > a:hover {
  color: #010101;
}

/* Banner */

.banner-red {
  background-color: #d49f47;
  padding: 20px 0 20px 0;
  text-align: center;
  color: #fff;
}

.banner-red > h2 {
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
}

/* .reverse-border {
  border-top: 5px solid #fff;
  border-bottom: 0;
} */

/* Künstler */

.actor {
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  background-size: cover;
  border-radius: 3px;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  height: 520px;
}

.actor:hover {
  filter: none !important;
  cursor: pointer;
}

.actor > div::after {
  font-family: "Font Awesome 5 Pro";
  transition-duration: 0.3s;
  transform: scale(0.4);
  margin-left: -27px;
  font-weight: 300;
  content: "\f0fe";
  opacity: 0;
}

.actor > div {
  background-color: #d49f47;
  transition-duration: 0.3s;
  text-transform: lowercase;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  height: 70px;
  color: #fff;
  width: 100%;
  bottom: 0;
}

.actor:hover > div {
  background-color: #424340;
}

.actor:hover > div::after {
  margin-left: 15px;
  transform: none;
  opacity: 1;
}

.actor-hitbox:hover > div > div {
  filter: brightness(0.75);
}

.kuenstler > .container-fluid > div > div {
  padding: 0 3px;
}

/* Über uns */

.ueber-uns > .banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 480px;
}

.stefan {
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  background-size: cover;
  border-radius: 3px;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  height: 750px;
}

.stefan:hover {
  filter: none !important;
  cursor: pointer;
}

.stefan > div {
  background-color: #424340;
  transition-duration: 0.3s;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  height: 100px;
  color: #fff;
  width: 100%;
  bottom: 0;
}

.stefan > div::after {
  font-family: "Font Awesome 5 Pro";
  transition-duration: 0.3s;
  transform: scale(0.4);
  margin-left: -27px;
  font-weight: 300;
  content: "\f055";
  opacity: 0;
}

.stefan:hover > div {
  background-color: #d49f47;
}

.stefan:hover > div::after {
  margin-left: 15px;
  transform: none;
  opacity: 1;
}

.stefan-hitbox:hover > div > div {
  filter: brightness(0.75);
}

/* Footer */

.footer {
  justify-content: space-between;
  background-color: #424340;
  padding: 50px;
  display: flex;
  color: #fff;
}

.footer > p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}

.footer > p > a {
  transition-duration: 0.3s;
  color: #fff;
}

.footer > p:last-of-type > a:last-of-type {
  margin-left: 25px;
}

.footer > p > a:hover {
  text-decoration: none;
  color: #d49f47;
}

@media only screen and (max-width: 1290px) {
  .footer {
    justify-content: unset;
    text-align: center;
    display: block;
  }
  .footer > p {
    margin-bottom: 15px;
  }
  .footer > p:last-of-type {
    margin-bottom: 0;
  }
}

/* Kontakt */

.contact-info > p {
  font-size: 16px;
  color: #666666;
}

.contact-info > p > a {
  transition-duration: 0.3s;
  color: #666666;
}

.contact-info > p > a:hover {
  text-decoration: none;
  color: #d49f47;
}

@media only screen and (max-width: 991px) {
  .contact-info > p {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-info {
    justify-content: space-between;
    display: flex;
  }
  .contact-info > p {
    margin-bottom: 0;
  }
}

#kontaktformular,
.custom-control-label,
.small {
  font-weight: 600;
  color: #fff;
}

form .g-recaptcha {
  margin-top: 1.25rem;
}

form .btn-prime,
form .btn-prime:hover,
form .btn-prime:active,
form .btn-prime:focus {
  margin-top: 1.875rem;
}

.input-group {
  margin-bottom: 1rem;
  margin-bottom: 30px;
}

.form-control {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-radius: 0.1875rem;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  font-size: 16px;
  line-height: 2;
  height: auto;
}

.form-control,
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: #d49f47;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
  color: #333333;
}

.form-control:focus,
.form-control:hover:focus {
  background-color: #fff;
  border-color: #fff;
  color: #333333;
}

.custom-select {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-radius: 0.1875rem;
  background-image: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0 1.25rem;
  position: relative;
  height: 3.625rem;
  line-height: 2;
}

.custom-select:focus,
.custom-select:hover:focus {
  -webkit-box-shadow: none;
  background-color: #fff;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border-color: #fff;
  box-shadow: none;
  color: #333333;
}

.custom-select-icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #333333;
  right: 1.25rem;
  z-index: 99;
  top: 50%;
}

.g-recaptcha {
  margin-top: 1.25rem;
}

.custom-checkbox .custom-control-label {
  line-height: 1.3;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1875rem;
  background-color: transparent;
  border: 2px solid #333;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: 0;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #333333;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d49f47;
  border-color: #d49f47;
}

.custom-control-label > a {
  color: #d49f47;
}

.custom-control-label > a:hover {
  text-decoration: none;
}

.error-message-wrapper {
  padding: 3.125rem 1.875rem;
  background-color: #d49f47;
  border-radius: 0.1875rem;
  margin-bottom: 3.125rem;
  color: #fff;
}

.error-message-wrapper h3 {
  text-align: left;
  color: #fff;
}

.error-message-wrapper p {
  margin-bottom: 0;
}

.success-wrapper {
  padding: 3.125rem 1.875rem;
  background-color: #d49f47;
  border-radius: 0.1875rem;
}

.success-wrapper h3,
.success-wrapper p {
  text-align: left;
  color: #fff;
}

.success-wrapper h3 {
  margin-bottom: 1.875rem;
}

.success-wrapper p {
  margin-bottom: 0;
}

.success-wrapper .btn.next {
  color: #fff;
}

textarea {
  min-height: 58px;
}

.input-group-text {
  padding: 0.5rem 0.625rem 0;
  background-color: #d49f47;
  border-radius: 0.1875rem;
  border-color: #d49f47;
  font-size: 1.3125rem;
  font-size: 21px;
  display: block;
  line-height: 2;
  width: 58px;
  color: #fff;
}

.submit {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid transparent;
  padding: 0.8125rem 1.5625rem;
  background-color: #d49f47;
  border-radius: 0.1875rem;
  vertical-align: middle;
  margin-top: 1.875rem;
  font-size: 1.125rem;
  text-transform: none;
  text-align: center;
  user-select: none;
  line-height: 1.1;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  margin: 0;
}

.submit:hover {
  background-color: #212529;
  color: #fff;
}

/* Modal */

/* .kuenstler-modal > .modal-dialog {
  max-width: 1450px;
}

.kuenstler-modal .modal-body {
  padding: 0;
}

.kuenstler-modal .modal-content {
  border-radius: 3px;
  border: 0;
}

.kuenstler-modal > div > div > div > div > div {
  padding: 0;
}

.kuenstler-bild {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.kuenstler-modal .modal-close {
  transition-duration: 0.3s;
  position: absolute;
  font-size: 25px;
  color: #d49f47;
  bottom: 15px;
  right: 40px;
}

.kuenstler-modal .modal-close:hover {
  cursor: pointer;
  color: #424340;
}

.kuenstler-modal .info-head > div:last-of-type {
  border-bottom: 2px solid #424340;
  border-top: 2px solid #424340;
}

.info-head > div:first-of-type {
  background-color: #fff;
  position: relative;
  padding: 15px;
  height: 140px;
}

.info-head > div:first-of-type > img {
  transform: translate(10px, -50%);
  position: absolute;
  width: 250px;
  height: auto;
  top: 50%;
}

.info-head > div:first-of-type > div {
  position: absolute;
  bottom: 55px;
  right: 20px;
}

.info-head > div:first-of-type > div > a {
  transition-duration: 0.3s;
  margin-right: 20px;
  color: #d49f47;
}

.info-head > div:first-of-type > div > a:hover {
  text-decoration: none;
  color: #424340;
}

.info-head > div:nth-child(3) {
  background-color: #d49f47;
  justify-content: center;
  padding: 20px 0 20px 20px;
  font-size: 28px;
  color: #fff;
}

.info-head > div:nth-child(2) {
  justify-content: center;
  background-color: #fff;
  font-size: 16px;
  padding: 20px 30px;
}

.info-head > div:nth-child(2) > a {
  text-transform: uppercase;
  transition-duration: 0.3s;
  margin-right: 20px;
  font-weight: 600;
  color: #424340;
}

.info-head > div:nth-child(2) > a::after {
  position: relative;
  font-size: 20px;
  color: #424340;
  right: -12px;
  bottom: -2px;
  content: "·";
}

.info-head > div:nth-child(2) > a:last-of-type::after {
  content: unset;
}

.info-head > div:nth-child(2) > a:hover {
  text-decoration: none;
  color: #d49f47;
}

.info-head > div:nth-child(2) > a:last-of-type {
  margin-right: 0;
}

.info-body {
  padding: 40px 30px;
  overflow-y: scroll;
  max-height: 450px;
}

.stefan-modal .info-body {
  text-align: justify;
  max-height: 490px;
}

@media only screen and (max-width: 991px) {
  .info-body {
    margin-bottom: 55px;
  }
  .kuenstler-bild {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-head > div:nth-child(1) > img {
    width: 200px;
  }
}

.info-body::-webkit-scrollbar {
  width: 8px;
}

.info-body::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}

.info-body::-webkit-scrollbar-thumb {
  transition-duration: 0.3s;
  background: #d2d2d2;
  border-radius: 3px;
  margin-top: 3px;
}

.info-body::-webkit-scrollbar-thumb:hover {
  background: #d49f47;
}

.info-body > table {
  width: 100%;
}

.info-body > table > tbody > tr > td {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 5px 10px;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media only screen and (min-width: 992px) {
  .kuenstler-modal > div > div > div > div > div > div:first-of-type {
    padding-right: 0;
  }
  .kuenstler-modal > div > div > div > div > div > div:last-of-type {
    padding-left: 0;
  }
} */

/* Glide.js / Slider */

.glide__slide {
  position: relative;
  height: calc(100vh - 200px);
}

.slider-item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100%;
}

.slider {
  overflow: unset;
}

.glide__arrow--left {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 30px;
  top: 50%;
}

.glide__arrow--right {
  transform: translate(-50%, -50%);
  position: absolute;
  right: 30px;
  top: 50%;
}

.glide__arrows {
  font-size: 45px;
  color: #fff;
}

.scroll-down {
  transform: translate(-50%, -50%);
  font-size: 20px;
  position: absolute;
  bottom: 30px;
  color: #fff;
  left: 50%;
}

.scroll-down:hover {
  color: #232323;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .glide__slide,
  .slider {
    height: 600px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
  .glide__slide,
  .slider {
    height: 300px !important;
  }
}

@media only screen and (max-width: 500px) {
  .glide__slide,
  .slider {
    height: 220px !important;
  }
}

/* engagement */

.engagement {
  justify-content: center;
  text-align: center;
}

.engagement > a > .cover {
  background-position: center;
  background-size: cover;
  position: relative;
}

.engagement > a:first-of-type > .cover {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  height: 230px;
  width: 100%;
}

.engagement > p > strong {
  font-size: 18px;
  letter-spacing: 0px;
}

.engagement > p > span {
  font-size: 15px;
}

.engagement a {
  color: #424340;
}

/* @media only screen and (max-width: 425px) {
  #termine > div.container > div > div > div > div.termin-image {
    height: 200px;
    width: 90%;
  }
  .termin > .termin-info {
    padding: 290px 0 50px 20px !important;
  }
} */

/* Termine */

/* .termin {
  margin-bottom: 20px;
  display: flex;
}

.termin:last-of-type {
  margin-bottom: 0;
}

.termin > .termin-image {
  background-position: center;
  border: 1px solid #dddddd;
  background-size: cover;
  height: 90px;
  width: 140px;
}

.termin > .termin-info {
  justify-content: space-between;
  padding: 10px 15px 10px 30px;
  display: flex;
  width: 100%;
}

.termin-info > p {
  transition-duration: 0.3s;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  z-index: 2;
}

.termin-info > p > strong {
  font-size: 20px;
}

.termin-info {
  position: relative;
}

.termin-info::before,
.termin-info::after {
  background-color: #666666;
  position: absolute;
  display: block;
  opacity: 0.3;
  height: 1px;
  width: 100%;
  content: "";
  left: 0;
}

.termin-info::before {
  top: 9px;
}

.termin-info::after {
  bottom: 10px;
}

.termin-info > div {
  margin-top: 10px;
  z-index: 4;
}

.termin-info > div > a > button {
  background-color: #333333;
  color: #fff;
}

.termin:hover {
  cursor: pointer;
}

.termin:hover > .termin-info > div > a > button {
  background-color: #fff;
  color: #d49f47;
}

.termin:hover > .termin-info::before {
  transition-duration: 0.3s;
  background-color: #d49f47;
  height: calc(100% - 20px);
  opacity: 1;
}

.termin:hover > .termin-info > p {
  color: #fff;
} */

/* @media only screen and (max-width: 992px) {
  .termin > .termin-info {
    display: block;
    padding: 50px 0 50px 20px;
  }
  .termin:hover > .termin-info::before {
    background-color: #666666;
    height: 1px;
    opacity: 0.3;
  }
  .termin:hover > .termin-info > p {
    color: #212529;
  }
  .termin > .termin-image {
    position: absolute;
    right: 20px;
    top: 50px;
  }
  .termin {
    margin-bottom: 0;
    position: relative;
  }
  .termin-info::before {
    top: 0;
  }
  .termin-info::after {
    bottom: 0;
  }
  .termin-info > div {
    margin-top: 40px;
  }
} */

/* @media only screen and (max-width: 425px) {
  .termin > .termin-image {
    position: absolute;
    left: 20px;
    top: 50px;
  }
  .termin > .termin-info {
    padding: 180px 0 50px 20px;
  }
} */

.carousel-control-next,
.carousel-control-prev {
  height: fit-content;
  top: 44%;
}

/* @media only screen and (max-width: 767px) {
  .termin-info > p:nth-child(1),
  .termin-info > p:nth-child(2),
  .termin-info > p:nth-child(3) {
    width: 50%;
  }
} */

/* @media only screen and (min-width: 1199px) {
  .termin-info > p:nth-child(1) {
    width: 11%;
  }
  .termin-info > p:nth-child(2) {
    width: 45%;
  }
  .termin-info > p:nth-child(3) {
    width: 22%;
  }
} */

@media only screen and (max-width: 767px) {
  .info-head > div:first-of-type > img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 62px;
  }
  .info-head > div:nth-child(1) > div {
    bottom: 15px;
  }
}
