@charset "UTF-8";
a, p, li {
  font-size: 1.25rem;
  font-family: "Quicksand", Helvetica, sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
}

p {
  padding: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  padding: 1rem 0;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

h1 {
  font-size: 3rem;
}

h4 {
  font-size: 1.1rem;
}

.cursive {
  font-style: italic;
}

.impressum {
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #131514;
}

img {
  display: block;
}

.container-large {
  width: 80%;
  margin: 0 auto;
}

.container-medium {
  width: 60%;
  margin: 0 auto;
}

.container-slim {
  width: 60%;
  margin: 0 auto;
}

.container-custom-service {
  width: 80%;
  margin: 0 auto;
}

.container-custom-references {
  width: 60%;
  margin: 0 auto;
}

.container-custom-photography {
  width: 80%;
  margin: 0 auto;
}

.container-custom-contact {
  width: 60%;
  margin: 0 auto;
}

.py-intro {
  padding: 2rem 0 0 0;
}

.py-section {
  padding: 2rem 0;
}

.py-section-text {
  padding: 0 0 1rem 0;
}

.center {
  text-align: center;
}

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

.highlight {
  color: #3498db;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "Ms Madi", cursive;
  letter-spacing: 5px;
  line-height: 0;
}

.bigger {
  font-weight: bold;
}

.anchor-jump {
  position: relative;
  top: -4.5rem;
}

.hr-line {
  /* width: 4rem;
  height: 0;
  border-top: 4px solid $color-accent-02;
  margin: 2rem auto 1rem auto; */
  width: 180px;
  height: 60px;
  background-image: url(../img/theme/vintage-line.png);
  background-size: cover;
  margin: 2.5rem auto 4rem auto;
}

.decoration, .decoration--top, .decoration--bottom {
  width: 100%;
  height: 10px;
}
.decoration--bottom {
  background-color: #f2f2f2;
}
.decoration--top {
  background-color: #f2f2f2;
}

.decoration-inner, .decoration-inner--top, .decoration-inner--bottom {
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
}
.decoration-inner--bottom {
  background-image: url(../img/theme/half_circle_bottom.png);
}
.decoration-inner--top {
  background-image: url(../img/theme/half_circle_top.png);
}

.color-secondary-01 {
  color: #ffffff;
}

.color-secondary-02 {
  color: #d7d8da;
}

.color-secondary-03 {
  color: #9c9c9c;
}

.color-secondary-05 {
  color: #f2f2f2;
}

.color-accent-02 {
  color: #3498db;
}

.color-accent-03 {
  color: #29b769;
}

.color-accent-04 {
  color: #ffffff;
}

.color-accent-05 {
  color: #fdcb6e;
}

.span-helper {
  font-size: 1.25rem;
}

.grid-item-1-2, .grid-item-1-2--bg-color-change {
  width: 45%;
}
.grid-item-1-2--bg-color-change {
  background-color: transparent;
}

.grid-item-1-3, .grid-item-1-3--bg-color-change {
  width: 30%;
}
.grid-item-1-3--bg-color-change {
  background-color: transparent;
}

.grid-item-1-4, .grid-item-1-4--bg-color-change {
  width: 23%;
}
.grid-item-1-4--bg-color-change {
  background-color: transparent;
}

.grid-item-hrl {
  display: block;
  box-sizing: content-box;
  width: auto;
  height: 1px;
  background-color: #e1e2e3;
  border-bottom: 1px solid #ffffff;
  margin: 3rem 0;
}

header {
  width: 100%;
  height: 500px;
  padding: 5rem 0 0 0;
  background-image: url("../img/theme/panorama.jpg");
  background-size: cover;
  /* background: linear-gradient(45deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #2e2b5f, #8b00ff);
  background-size: 2000%;
  animation: rainbow 40s infinite; */
}

.header-image-border {
  margin: 2rem auto;
  width: 600px;
  height: 350px;
  background-image: url("../img/theme/header-border.png");
}

.header-image, .header-image--index {
  margin: 3rem auto;
  width: 500px;
  height: 250px;
  border-radius: 1em;
  border: 0px solid #000000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header-image--index {
  background-image: url("../img/theme/header-image.png");
}

/* @keyframes rainbow {
    0% {
        background-position: 0%, 0%;
    }

    50% {
        background-position: 100%, 100%;
    }

    100% {
        background-position: 0%, 0%;
    }
} */
.nav-desktop {
  padding: 1rem 0;
  display: flex;
  border-bottom: 1px solid #000000;
  background-color: #232425;
  position: fixed;
  width: 100%;
  height: 5rem;
  z-index: 1;
}
.nav-desktop .nav-logo-img {
  width: auto;
  height: 40px;
  display: block;
}
.nav-desktop ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.nav-desktop ul li {
  display: inline;
}
.nav-desktop ul li a {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #717579;
  text-transform: uppercase;
  transition: 0.2s;
}
.nav-desktop ul li a:hover {
  color: #ffffff;
}

.menu-extended {
  gap: 1rem;
}
.menu-extended a {
  font-size: 1rem;
  font-weight: 500;
}
.menu-extended span {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Quicksand", Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
}

.arrow-blue {
  width: auto;
  height: 30px;
}

.nav-mobile {
  display: none;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background-color: #232425;
  border-bottom: 1px solid #000000;
}

.menu-btn {
  display: flex;
  justify-content: right;
  align-items: center;
}

.nav-toggle {
  margin: 0 18px 0 0;
}

.nav-mobile-links {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  justify-content: end;
  align-items: end;
  background-color: #000000;
  transition: 0.2s;
  overflow: hidden;
  opacity: 0.95;
}
.nav-mobile-links ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.nav-mobile-links ul li {
  display: inherit;
  justify-content: right;
  border-bottom: 1px solid rgba(225, 255, 255, 0.1);
  transition: 1s;
}
.nav-mobile-links ul li a {
  color: transparent;
  padding: 1rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: 1s;
  margin: 0 auto;
}
.nav-mobile-links ul li.nav-mobile-links-ul-li-helper {
  border-bottom: none;
}

.nav-mobile-links-show {
  height: 414px;
  overflow: visible;
  padding: 0;
}

.font-fade-in-li.nav-mobile-links ul li a {
  color: #3498db;
}

.burger-icon, .burger-icon-bottom, .burger-icon-mid, .burger-icon-top {
  position: relative;
  width: 40px;
  height: 4px;
  margin: 8px 0;
  background-color: #3498db;
  border-radius: 0.5rem;
}

.burger-icon-top {
  left: 8px;
}

.burger-icon-mid {
  left: 4px;
}

.arrow-back-to-top {
  width: 40px;
  height: 60px;
  margin: 2rem auto;
  cursor: pointer;
}
.arrow-back-to-top a {
  line-height: 1;
  font-size: medium;
}
.arrow-back-to-top img {
  width: auto;
  height: 60px;
}

footer {
  margin: 2rem 0 0 0;
}

.footer-meta {
  width: 100%;
  height: 5rem;
  background-color: #232425;
  border-top: 1px solid #000000;
}

.footer-meta__inner {
  margin: 0 auto;
  text-align: center;
}
.footer-meta__inner p {
  color: #d7d8da;
  font-size: 1rem;
}
.footer-meta__inner p a {
  color: #fdcb6e;
  font-size: 1rem;
}

.footer-content-wrapper {
  width: 100%;
  height: auto;
  background-color: #131313;
  padding: 3rem 0 4rem 0;
  background-image: url("../img/theme/footer-background.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer-content {
  display: flex;
  gap: 4rem;
}

.footer-item {
  flex: 1 1 100%;
}
.footer-item p, .footer-item a {
  font-size: 1rem;
  padding: 0;
}
.footer-item a {
  color: #fdcb6e;
}
.footer-item h4 {
  padding: 1rem 0 1rem 0;
  line-height: 2rem;
}
.footer-item img {
  margin: 1rem 0 1rem 0;
  display: block;
  width: auto;
  height: 2rem;
}
.footer-item .a-type:before {
  content: "◆" " ";
  color: #ffffff;
}
.footer-item .footer-h3-helper {
  padding: 1rem 0 0.5rem 0;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social img {
  display: block;
  width: auto;
  height: 25px;
  margin: 1rem 0 0 0;
}
.footer-social a {
  margin: 0 2rem 0 0;
  display: inline-block;
}

.content-box, .content-box--dark, .content-box--light {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}
.content-box--light {
  background-color: #f2f2f2;
}
.content-box--light .content-box-inner p, .content-box--light .content-box-inner h3, .content-box--light .content-box-inner ul li {
  color: #131514;
}
.content-box--light .img-wrapper {
  border: 1px solid #9c9c9c;
}
.content-box--light img {
  border: 5px solid #d7d8da;
}
.content-box--dark {
  background-color: #131514;
}
.content-box--dark .content-box-inner p, .content-box--dark .content-box-inner h2, .content-box--dark .content-box-inner ul li {
  color: #d7d8da;
}
.content-box--dark .content-box-inner h3 {
  color: #fdcb6e;
}
.content-box--dark .img-wrapper {
  border: 1px solid #000000;
}
.content-box--dark img {
  border: none;
}

.content-box-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
  gap: 0;
  flex-wrap: wrap;
}
.content-box-inner p {
  font-size: 1rem;
}
.content-box-inner h2 {
  font-size: 1.5rem;
  color: #3498db;
  font-style: italic;
}
.content-box-inner h3 {
  font-size: 1.1rem;
  padding: 0;
  font-style: normal;
  font-weight: bold;
}
.content-box-inner ul {
  display: block;
  padding: 1rem 0;
  list-style: none;
  list-style-position: outside;
}
.content-box-inner ul li {
  display: flex;
  font-size: 1rem;
  line-height: 2rem;
}
.content-box-inner ul li::before {
  content: "◆" " ";
  color: #3498db;
  padding: 0 4px 0 0;
}
.content-box-inner .img-wrapper {
  padding: 0;
  margin: 0 0 1rem 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.content-box-inner img {
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: grayscale(100);
  display: block;
  transition: all 0.2s;
}
.content-box-inner img:hover {
  filter: grayscale(0);
}

.profile-img {
  width: 200px;
  height: 200px;
  margin: 2rem auto;
}
.profile-img img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 1px solid #000000;
}

/* large for small notebooks */
@media only screen and (max-width: 1600px) {
  .container-large, .container-custom-service, .container-custom-photography {
    width: 95%;
  }
  .container-medium, .container-custom-references {
    width: 70%;
  }
}
/* medium for tablets */
@media only screen and (max-width: 1350px) {
  .container-custom-contact, .container-custom-references {
    width: 95%;
  }
  .grid-item-1-2, .grid-item-1-2--bg-color-change {
    width: 48%;
  }
  .grid-item-1-3, .grid-item-1-3--bg-color-change {
    width: 31%;
  }
  .grid-item-1-4, .grid-item-1-4--bg-color-change {
    width: 48%;
  }
}
@media only screen and (max-width: 1050px) {
  .container-medium {
    width: 95%;
  }
  .container-custom-service {
    width: 100%;
  }
  .anchor-jump {
    top: 0;
  }
  .nav-desktop {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .nav-mobile-links {
    display: flex;
  }
  header {
    height: auto;
    padding: 0;
    background-image: url("../img/theme/panorama-mobile.jpg");
  }
  .grid-item-1-2, .grid-item-1-2--bg-color-change {
    padding: 1rem 0;
  }
  .grid-item-1-3, .grid-item-1-3--bg-color-change {
    width: 100%;
    padding: 1rem 25%;
  }
  .grid-item-1-3--bg-color-change {
    background-color: #ffffff;
  }
  .grid-item-1-4, .grid-item-1-4--bg-color-change {
    padding: 1rem 0;
  }
  .btn-container {
    margin: 1rem auto 2rem auto !important;
  }
  .grid-item-hrl {
    display: none;
  }
  .content-box, .content-box--light, .content-box--dark {
    padding: 1rem 0;
  }
  .form-container form {
    gap: 0 !important;
    flex-wrap: wrap !important;
  }
  .form-container form .form-grid-item {
    width: 100% !important;
  }
  .form-container form .submit_box {
    width: 100% !important;
  }
  .footer-content-wrapper {
    background-image: none;
  }
  .footer-content {
    gap: 2.5rem;
    flex-direction: column;
  }
  .footer-item .social-h3-helper {
    padding: 3.5rem 0 0.5rem 0;
  }
  a, p, span, label {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 2rem;
  }
  .span-helper {
    font-size: 1.1rem;
  }
  .form-container form label {
    font-size: 1.1rem !important;
  }
}
/* slim for mobile divices */
@media only screen and (max-width: 800px) {
  .container-custom-references, .container-custom-photography {
    width: 100%;
  }
  .hr-line {
    width: 150px;
    height: 50px;
  }
  .grid-item-1-2, .grid-item-1-2--bg-color-change, .grid-item-1-3, .grid-item-1-3--bg-color-change, .grid-item-1-4, .grid-item-1-4--bg-color-change {
    width: 100%;
    padding: 1rem 15%;
  }
  .arrow-back-to-top {
    height: 50px;
  }
  .arrow-back-to-top img {
    height: 50px;
  }
}
/* for very small devices */
@media only screen and (max-width: 600px) {
  .grid-item-1-2, .grid-item-1-2--bg-color-change, .grid-item-1-3, .grid-item-1-3--bg-color-change, .grid-item-1-4, .grid-item-1-4--bg-color-change {
    width: 100%;
    padding: 1rem;
  }
  .nav-mobile-links-show {
    height: 285px;
  }
  .nav-mobile-links {
    position: relative;
  }
  .header-image-border, .header-image, .header-image--index {
    display: none;
  }
  /* .header-image-border {
      margin: 2rem auto;
      width: 300px;
      height: 290px;
      background-image: url("../img/theme/header-border-mobile.png");
  }

  .header-image {
      width: 300px;
      height: 190px;

      &--index {
          @extend .header-image;
          background-image: url("../img/theme/header-image-mobile.png");
          background-size: contain;
      }

  } */
}
.btn, .btn--accent-04, .btn--accent-03, .btn--accent-02, .btn--accent-01 {
  display: block;
  background-color: transparent;
  margin: 1rem 0;
  border-radius: 0;
  padding: 12px 48px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Quicksand", Helvetica, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.btn--accent-01 {
  border: 1px solid #ff00dc;
  color: #ff00dc;
}
.btn--accent-01:hover {
  background-color: rgba(255, 0, 220, 0.2);
}
.btn--accent-02 {
  border: 1px solid #3498db;
  color: #3498db;
}
.btn--accent-02:hover {
  background-color: rgba(52, 152, 219, 0.2);
}
.btn--accent-03 {
  border: 1px solid #29b769;
  color: #29b769;
}
.btn--accent-03:hover {
  background-color: rgba(41, 183, 105, 0.2);
}
.btn--accent-04 {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn--accent-04:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-container {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 3rem auto 1rem auto;
}

.form-container {
  width: 100%;
  margin: 0 auto;
}
.form-container form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: nowrap;
}
.form-container form .form-grid-item {
  width: 50%;
}
.form-container form .input_box {
  width: 100%;
  height: auto;
  margin: 0px 0px 1rem 0px;
  border: 1px solid #000000;
  background: #232425;
  transition: all 0.2s;
  padding: 0.5rem 1rem;
}
.form-container form .input_box:focus-within {
  border: 1px solid #3498db;
}
.form-container form .submit_box {
  width: 50%;
  height: auto;
  margin: 0px 0px 1rem 0px;
  background: transparent;
}
.form-container form label {
  display: block;
  color: #3498db;
  font-size: 1.25rem;
  font-family: "Quicksand", Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
}
.form-container form span {
  display: block;
  color: indianred;
  font-size: 1rem;
  font-family: "Quicksand", Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
}
.form-container form .input-field, .form-container form .input-textarea {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  box-sizing: border-box;
  background: #232425;
  color: #d7d8da;
  font-size: 1rem;
  font-family: "Quicksand", Helvetica, sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 400;
  resize: none;
}
.form-container form .input-field:focus, .form-container form .input-textarea:focus {
  outline: none;
  border: none;
}
.form-container form .input-submit {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  background: transparent;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #3498db;
  color: #3498db;
  padding: 1rem;
  transition: all 0.2s;
  cursor: pointer;
}
.form-container form .input-submit:hover {
  background: rgba(52, 152, 219, 0.2);
}

.form-wrapper {
  padding: 0 0 2rem 0;
}/*# sourceMappingURL=main.css.map */