/* ============================================================
   SELF-HOSTED FONTS
   ============================================================ */

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v51-latin-300.woff2') format('woff2');
}

/* roboto-400 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v51-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.woff2') format('woff2');
}

/* roboto-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v51-latin-900.woff2') format('woff2');
}

/* montserrat-400 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2');
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2');
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2');
}

/* ============================================================
   LIGHTWEIGHT GRID / BOOTSTRAP REPLACEMENT
   ============================================================ */

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    width: 90%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: stretch;
}

.col-md-12,
.col-md-8,
.col-md-4,
.col-md-3,
.col-sm-12,
.col-xs-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-offset-2 {
    margin-left: 0;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-block;
    text-decoration: none;
}

.mt-4 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .col-md-12 { width: 100%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-offset-2 { margin-left: 16.66666667%; }
}


/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - CSS VARIABLEN                        */
/*   02 - GENERAL SETTINGS                     */
/*   03 - TYPOGRAPHY                           */
/*   04 - PRELOADER                            */
/*   05 - HEADER                               */
/*   06 - NAVIGATION                           */
/*   07 - ABOUT SECTION                        */
/*   08 - SERVICES SECTION                     */
/*   09 - WORK SECTION                         */
/*   10 - CLIENTS SECTION                      */
/*   11 - FAQ SECTION                          */
/*   12 - BUTTONS                              */
/*   13 - FOOTER SECTION                       */
/*   14 - RESPONSIVE                           */
/* ------------------------------------------ */


/******** 01 - CSS VARIABLEN ********/

:root {
    --color-accent:  #00dcfe;
    --color-dark:    #1e1712;
    --color-darker:  #1e1712;
    --color-text:    #898989;
    --color-light:   #dcdcdc;
    --color-white:   #ffffff;
}


/******** 02 - GENERAL SETTINGS ********/

html,
body {
    height: 100%;
}

.title {
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
    letter-spacing: 7pt;
}

#particles {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

::placeholder {
    color: var(--color-white);
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    letter-spacing: 2pt;
}


/******** 03 - TYPOGRAPHY ********/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2pt;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: var(--color-text);
    line-height: 25px;
}


/******** 04 - PRELOADER ********/

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0C0C0C;
    z-index: 6;
    overflow: hidden;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    border: 4px solid var(--color-white);
    border-left-color: #0C0C0C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -40px;
    animation: donut-spin 1.2s linear infinite;
}

@keyframes donut-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/******** 05 - HEADER ********/

.header {
    background: url('../img/Background.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.header .headline {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.headline h2 {
    font-size: 12pt;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-white);
    letter-spacing: 8pt;
    line-height: 22pt;
}

.headline h3 {
    font-size: 10pt;
    font-weight: 400;
    color: var(--color-light);
    padding-top: 10px;
    letter-spacing: 1.5pt;
}

.headline .ah-headline > span:first-child,
.headline .ah-headline .ah-words-wrapper b {
    font-weight: 900;
}

.header .arrow-down {
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -10px;
    width: 21px;
    height: 29px;
    background: url('../img/arrow-down.png') no-repeat center center;
    display: block;
    animation: bounce-fade 1.2s infinite;
}

@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}

.ah-headline.type .ah-words-wrapper.selected b, 
.ah-words-wrapper b {
    color: var(--color-accent) !important;
}

/******** 06 - NAVIGATION ********/

/* Hamburger Button */
.menu-btn {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 142, 161, 0.35);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
    transition: 0.25s ease;
}

.menu-btn:hover {
    background: rgba(0, 0, 0, 0.28);
    border-color: rgba(0, 142, 161, 0.65);
    transform: translateY(-1px);
}

.menu-btn .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #eaeaea;
    border-radius: 2px;
    transition: 0.25s ease;
}

.menu-btn .bar:nth-child(2) {
    background: var(--color-accent);
    width: 16px;
}

/* Pushy Sidebar */
.pushy {
    width: 320px;
    background: rgba(12, 12, 12, 0.96);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.45);
}

.pushy-content {
    padding: 90px 28px 28px;
}

.pushy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pushy-link a {
    display: block;
    padding: 14px 0;
    color: #e8e8e8;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: 0.2s ease;
}

.pushy-link a:hover {
    color: var(--color-accent) !important;
    padding-left: 6px;
}

.pushy-link a.active {
    color: var(--color-accent) !important;
    padding-left: 6px;
}

/* Impressum & Datenschutz dezenter */
.pushy-link:nth-last-child(1) a,
.pushy-link:nth-last-child(2) a {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.75;
    letter-spacing: 0.8px;
    border-bottom: none;
}

.site-overlay {
    background: rgba(0, 0, 0, 0.55);
}


/******** 07 - ABOUT SECTION ********/

.about {
    padding-top: 100px;
}

.about .line {
    margin: 20px auto;
    width: 25px;
    height: 1px;
    background-color: var(--color-light);
}

.about .main-text {
    margin: 20px auto;
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 1px;
    max-width: 600px;
    width: min(90%, 600px);
    color: var(--color-text);
    line-height: 24pt;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.main-text strong {
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 0.3px;
}

.about-image {
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.about-image img {
    max-width: 160px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.subtitle {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.about-list {
    max-width: 700px;
    margin: 20px auto 40px;
    padding-left: 70px;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}

.about-list li {
    margin-bottom: 8px;
    color: #aab6bf;
    display: list-item;
}


/******** 08 - SERVICES SECTION ********/

.services {
    margin-top: 100px;
    margin-bottom: 220px;
}

.services .fa {
    font-size: 22pt;
    margin-top: 10px;
    color: var(--color-accent);
}

.services h4 {
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1pt;
    margin-top: 20px;
}

.services p {
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 400;
    color: var(--color-text);
    letter-spacing: 1px;
    line-height: 15pt;
}


/******** 09 - WORK SECTION ********/

.work {
    margin-top: 80px;
    padding: 20px 0;
    background-color: var(--color-dark);
    height: auto;
}

.work .title {
    color: var(--color-white);
    padding-top: 60px;
    padding-bottom: 25px;
}

.work .line {
    margin: 20px auto;
    width: 25px;
    height: 1px;
    background-color: #444;
}

.work .col-md-4 {
    margin-top: 10px;
}

.work h5,
.work p,
.work li {
    color: #f0f0f0;
}

.work-box {
    margin-top: 20px;
    padding: 20px;
}

.work-box h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-bottom: 0;
    color: var(--color-white);
}

.work-box h5::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-accent);
    margin-top: 10px;
}

.work-box ul {
    padding-left: 18px;
}

.work-box li {
    margin-bottom: 8px;
}

/******** 10 - CLIENTS SECTION ********/

.clients {
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: var(--color-white);
}

.clients .line {
    margin: 20px auto;
    width: 25px;
    height: 1px;
    background-color: var(--color-light);
}

.clients p {
    text-align: center;
    letter-spacing: 1pt;
}

.clients img {
    margin-top: 50px;
}

.clients .col-md-3 {
    margin-bottom: 20px;
}

.info-card {
    display: block;
    text-align: left;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    transition: border-color 0.2s ease;
}

.info-card:hover {
    border-color: var(--color-accent);
}

.info-card h5 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
}

.info-card p {
    margin: 0 0 12px;
    color: #333333;
    line-height: 1.5;
    font-size: 13px;
}

.info-link {
    color: var(--color-accent);
    font-weight: 600;
    font-size: 13px;
}


/******** 11 - FAQ SECTION ********/

.faq-section {
    padding: 80px 0;
    background-color: #efefef;
    border-top: 1px solid #ddd;
}

.faq-section .title {
    color: #222;
}

.faq-section .line {
    margin: 20px auto;
    width: 25px;
    height: 1px;
    background-color: var(--color-light);
}

.faq-list {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
    font-family: inherit;
    letter-spacing: 0.3px;
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
    color: var(--color-accent);
}

.faq-icon {
    font-size: 22px;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 300px;
    padding-bottom: 20px;
}

.faq-answer p {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}


/******** 12 - BUTTONS ********/

.btn-primary {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-darker);
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1pt;
    padding: 12px 30px;
    transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: transparent;
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1pt;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: var(--color-accent);
    color: var(--color-darker);
    text-decoration: none;
}

.btn-primary {
    display: inline-block;
    text-decoration: none;
}

.contact-buttons {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


/******** 13 - FOOTER SECTION ********/

.footer {
    background: var(--color-darker);
    padding: 10px 0;
    color: #cccccc;
}

.footer h5 {
    color: var(--color-white);
    margin-bottom: 20px;
    font-size: 15px;
}

.footer h5.footer-name {
    color: var(--color-accent);
    font-weight: 600;
}

.footer p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer a {
    color: #cccccc;
    text-decoration: none;
}

.footer a:hover {
    color: var(--color-accent);
}

.footer-bottom {
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    font-size: 13px;
    color: #888888;
}

.footer-col {
    margin-bottom: 30px;
}

/******** 14 - RESPONSIVE ********/

@media only screen and (max-width: 768px) {
    .about .main-text {
        width: 450px;
    }
        .menu-btn {
        width: 44px;
        height: 44px;
    }
    .pushy {
        width: 280px;
    }
}

@media only screen and (max-width: 480px) {
    .about .main-text {
        width: 330px;
    }
}

@media only screen and (max-width: 375px) {
    .preloader {
        margin: -30px 0 0 -25px;
    }
}

@media only screen and (max-width: 320px) {
    .preloader {
        margin: -30px 0 0 -30px;
    }
    .about .main-text {
        width: 230px;
    }
}

@media only screen and (max-width: 400px) {
    .menu-btn {
        background: rgba(0, 0, 0, 0.6) !important;
        border-color: rgba(0, 220, 254, 0.8) !important;
    }
}

@media only screen and (max-width: 400px) {
    .title {
        word-break: break-word;
        letter-spacing: 3pt;
    }
}

@media only screen and (max-width: 800px) {
    .about-image img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .work-box h5 {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

.hero-h1 {
  font-size: 11pt;
  font-weight: 400;
  letter-spacing: 3pt;
  color: #999;
  margin-top: -10px;
  margin-bottom: 30px;
}