/*!
* Start Bootstrap - Agency v6.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

html {
    scroll-behavior: smooth;
}

/* Mobil <= 375 */
header.masthead {
    background-image: url("../assets/img/header-bg-375.jpg");
}

/* Mobil > 375 */
@media (min-width: 376px) {
    header.masthead {
        background-image: url("../assets/img/header-bg-575.jpg");
    }
}

/* Tablet */
@media (min-width: 576px) {
    header.masthead {
        background-image: url("../assets/img/header-bg-991.jpg");
    }
}

/* Notebook */
@media (min-width: 992px) {
    header.masthead {
        background-image: url("../assets/img/header-bg-1280.jpg");
    }
}
/* Desktop-PC */
@media (min-width: 1200px) {
    header.masthead {
        background-image: url("../assets/img/header-bg.jpg");
    }
}

body {
    background-color: rgba(234, 234, 148, 0.2);
    overflow-x: hidden;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

p {
    line-height: 1.75;
}

a {
    color: white;
}

.a-green {
    color: #52ae32;
}

a:hover {
    color: #52ae32;
}

.text-primary {
    color: #52ae32 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #38361c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 1.5em;*/
    font-weight: 900;
    font-family: "FengardoNeue_Regular";
}

h1,
.h1 {
    font-size: 2.5em;
}

h2,
.h2 {
    font-size: 2em;
}

h3,
.h3 {
    font-size: 1.75em;
}

h4,
.h4 {
    font-size: 1.65em;
}

h5,
.h5 {
    font-size: 1.4em;
}

h6,
.h6 {
    font-size: 1.25em;
}

.font-small {
    font-size: 12.5px;
}

.intro-text p {
    color: #fff !important;
    /*font-size: 1.75em;*/ /* sieht nicht gut aus*/
    /*font-size: 1.65em;*/ /* sieht auch nicht gut aus aber bisher am besten? aber vllt zu groß?*/
    /*font-size: 1.4em;*/ /* sieht nicht gut aus*/
    /*font-size: 1.25em;*/ /* sieht nicht gut aus*/
    font-size: 1.45em; /* insgesamt am Besten lesbar, was aber nicht heißt, dass eine gute Lesbarkeit gegeben ist */
}

.icon {
    width: 140px;
    height: 140px;
}

/*Wird auch von der Datenschutz Seite verwendet*/
.impressum-section {
    padding-left: 10px;
    padding-top: 100px;
    padding-bottom: 50px;
    display: inline-block;
    text-align: left;
    font-family: "HelveticaNeue", "Helvetica", arial, sans-serif;
}

.page-section {
    padding: 100px 0;
}

.page-section h2.section-heading,
section#contact .section-heading {
    font-size: 2em;
    margin-bottom: 15px;
    color: #52ae32;
}

.page-section h3.section-subheading {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: none;
    font-family: "HelveticaNeue", "Helvetica", arial, sans-serif;
}

@media (min-width: 992px) {
    .page-section h3.section-subheading {
        margin-bottom: 75px;
    }
}

.logo {
    max-width: 30vw;
    max-height: 30vw;
}
.padding {
    padding-top: 3.5vw;
    padding-left: 3vw;
}

@font-face {
    font-family: "FengardoNeue_Regular";
    font-style: inherit;
    font-weight: 900;
    src: url("../schrift/FengardoNeue_Regular.woff");
}

@font-face {
    font-family: "FengardoNeue_Black";
    font-style: normal;
    font-weight: lighter;
    src: url("../schrift/FengardoNeue_Black.woff");
}

@media (min-width: 576px) {
    #inklusion #boxed {
        /*background: rgba(234, 234, 148, 0.9);*/ /* alte Transparenz = gut Lesbar, sollte aber geringer um Bild dahinter besse zu sehen*/
        /*background: rgba(234, 234, 148, 0.7);*/ /* zu schlechte Lesbarkeit */
        /*background: rgba(234, 234, 148, 0.8);*/ /* schlechte Lesbarkeit */
        background: rgba(234, 234, 148, 0.85); /* noch lesbar*/
        /*background: rgba(234, 234, 148, 0.81);*/ /* schlechte Lesbarkeit */
        /*background: rgba(234, 234, 148, 0.83);*/ /* schlechte Lesbarkeit */
        /*background: rgba(234, 234, 148, 0.84);*/ /* schlechter als .85 */
        border-radius: 20px;
        padding: 15px;
    }
}

#inklusion .icon {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.btn {
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #52ae32;
    border-color: #52ae32;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #52ae32 !important;
    border-color: #52ae32 !important;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(82, 174, 50, 0.5) !important;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 174, 50, 0.5) !important;
}

::-moz-selection {
    background: #52ae32;
    /*text-shadow: none;*/
}

::selection {
    background: #52ae32;
}

#mainNav {
    background-color: rgba(56, 54, 28, 1);
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    background-color: transparent;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

#mainNav .navbar-brand {
    color: #52ae32;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #52ae32;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #52ae32;
}

#mainNav .navbar-brand .logo,
#mainNav.navbar-shrink .navbar-brand .logo {
    width: 100px;
    height: 100px;
}

@media (min-width: 992px) {
    #mainNav {
        max-height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: rgba(36, 38, 20, 1);
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(36, 38, 20, 1);
    }
    #mainNav.navbar-shrink .navbar-brand {
        padding: 12px 0;
    }
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: "FengardoNeue_Regular";
}

header.masthead .intro-text .intro-heading .text-primary {
    font-family: "FengardoNeue_Black";
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 50px;
        font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
    }

    header.masthead {
        padding-top: 60px;
        padding-bottom: 130px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.servie-listing {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .servie-listing {
        text-align: left;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    max-width: 400px;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: rgba(82, 174, 50, 0.8);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio
    .portfolio-item
    .portfolio-link
    .portfolio-hover
    .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
}

#portfolio
    .portfolio-item
    .portfolio-link
    .portfolio-hover
    .portfolio-hover-content
    i {
    margin-top: -12px;
}

#portfolio
    .portfolio-item
    .portfolio-link
    .portfolio-hover
    .portfolio-hover-content
    h3,
#portfolio
    .portfolio-item
    .portfolio-link
    .portfolio-hover
    .portfolio-hover-content
    h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal {
    padding-right: 1px !important;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
}

.portfolio-modal .modal-content h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    margin: 20px 0 30px;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
    cursor: pointer;
}

.portfolio-modal .close-modal {
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

.timeline:before {
    background-color: #52ae32;
}

.timeline > li .timeline-image {
    border: 4px solid #52ae32;
    background-color: #eaea94;
}

@media (min-width: 576px) {
    .timeline > li .timeline-image {
        border-width: 7px;
    }
}

.timeline > li .timeline-image h4 {
    color: black;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

.team-member {
    margin-bottom: 50px;
    background: rgba(56, 54, 28, 0.7);
    border: 2px solid #52ae32;
    border-radius: 20px;
}
.team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #52ae32;
}
.team-member h4 {
    margin-top: 25px;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

/* Mobil <= 375 */
section#contact {
    background-image: url("../assets/img/kontakt-bg_extended_y.jpg");
    background-color: #f8f9fa;
}

/* Mobil > 375 */
@media (min-width: 376px) {
    section#contact {
        background-image: url("../assets/img/kontakt-bg_extended_y.jpg");
    }
}

/* Tablet */
@media (min-width: 576px) {
    section#contact {
        background-image: url("../assets/img/kontakt-bg_extended_y.jpg");
    }
}

/* Notebook */
@media (min-width: 992px) {
    section#contact {
        background-image: url("../assets/img/kontakt-bg_extended_y.jpg");
    }
}

/* Desktop-PC */
@media (min-width: 1200px) {
    section#contact {
        background-image: url("../assets/img/kontakt-bg_extended_y.jpg");
    }
}

section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

.contact-divider {
    background-color: #52ae32;
    height: 1px;
    width: 90%;
    border-radius: 90%;
}

.contact-mail {
    color: #52ae32;
}

.footer {
    color: white;
    padding: 10px 0;
    /*text-align: center;*/
    background-color: rgba(36, 38, 20, 1);
}

.footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

.footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #52ae32;
}
