.hero-container {
    margin-bottom: 100px;
}

@media (max-width: 2000px) {
    .hero-container {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .hero-container {
        margin-bottom: 70px;
    }
}

@media (max-width: 454px) {
    .hero-container {
        margin-bottom: 100px;
    }
}

.no-padding {
    padding: 0;
}

.content-separator {
    margin-bottom: 120px;
}

.std-container {
    margin-bottom: 100px;
}

@media (max-width: 2000px) {
    .std-container {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .std-container {
        margin-bottom: 70px;
    }
}

@media (max-width: 454px) {
    .std-container {
        margin-bottom: 100px;
    }
}

.navbar-brand img {
    max-width: 180px;
}

@media (max-width: 2000px) {
    .navbar-brand img {
        max-width: 320px;
    }
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-width: 245px;
    }
}

@media (max-width: 454px) {
    .navbar-brand img {
        max-width: 180px;
    }
}

nav button {
    font-family: 'Segoe UI';
    font-weight: 400;
}

* {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

*:before {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

a {
    color: #314584;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

a:focus {
    color: rgba(44, 44, 44, 0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(44, 44, 44, 0.8);
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

:active {
    outline: none !important;
}

:focus {
    outline: none !important;
}

.flex-container {
    display: flex;
}

.flex-col {
    display: flex;
}

.head-contact {
    border-top: solid 5px #064160;
    margin-bottom: 30px;
}

.phone-number {
    color: #679432;
    font-size: 18px;
    margin: 12px 0 20px 0;
    text-align: right;
}

@media (max-width: 2000px) {
    .phone-number {
        margin: 12px 0 0 0;
    }
}

@media (max-width: 992px) {
    .phone-number {
        margin: 12px 0 20px 0;
    }
}

.phone-number a {
    color: #679432;
}

.phone-number a:hover {
    color: #679432;
}

/*-----------------------------------------------------------
  Typography
-------------------------------------------------------------*/
.impressum h1 {
    margin-bottom: 40px;
}

.impressum h2 {
    margin-bottom: 18px;
    margin-top: 50px;
}

.impressum h3 {
    margin-top: 50px;
}

.about h2 {
    margin-bottom: 25px;
}

.about p {
    color: #333;
}

p {
    color: #6E757A;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.preheader {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

footer .preheader {
    color: #ffffff;
}

@media (max-width: 991px) {
    .service-txt {
        text-align: center;
    }
}

/*-----------------------------------------------------------
  Buttons & Links
-------------------------------------------------------------*/
.buttons {
    min-width: 192px;
}

.buttons .hero-btns {
    margin-bottom: 50px;
}

.contact-btn {
    margin-top: 38px;
    text-align: center;
}

.contact-btn button {
    -moz-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    background-color: #679432;
    border-radius: 3px;
    border: 0px;
    box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    height: 60px;
    width: 200px;
}

@media (max-width: 1199px) {
    .contact-btn button {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: none;
        font-size: 1rem;
    }
}

.contact-btn input {
    -moz-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    background-color: #679432;
    border-radius: 30px;
    border: 0px;
    box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    height: 60px;
    padding: 17px 42px;
}

.contact-btn i {
    color: #679432;
    font-size: 2rem;
    height: 100px;
    width: 100px;
}

.contact-btn a {
    color: #ffffff !important;
}

.contact-btn a:hover {
    color: #333 !important;
}

button {
    cursor: pointer;
}

.powermail_fieldwrap_type_text {
    font-size: 16px;
    margin-top: 30px;
}

.hero-btns {
    margin-bottom: 275px;
}

.hero-btns a:first-child {
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    background-color: #679432;
    border-radius: 30px;
    border: 2px solid #679432;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 1rem;
    padding: 17px 35px;
}

.hero-btns a:first-child:hover {
    background-color: #064160;
    border-radius: 30px;
    border: 2px solid #064160;
    color: #fff;
    font-size: 1rem;
    padding: 17px 35px;
    transition: all 0.3s ease;
}

@media (max-width: 454px) {
    .hero-btns a:first-child {
        font-size: 0.8rem;
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}

.hero-btns a:last-child {
    color: #333;
    font-size: 1rem;
    padding: 17px 35px;
}

.hero-btns a:last-child hover {
    color: #333;
    transition: all 0.3s ease;
}

.link-button {
    color: #333;
    font-size: 1rem;
    padding: 17px 35px;
}

.link-button hover {
    color: #333;
    transition: all 0.3s ease;
}

@media (max-width: 454px) {
    .hero-btns a:last-child {
        font-size: 0.8rem;
        display: block;
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 1700px) {
    .hero-btns {
        margin-bottom: 200px;
    }
}

@media (max-width: 1350px) {
    .hero-btns {
        margin-bottom: 140px;
    }

}

@media (max-width: 1199px) {
    .hero-btns {
        margin-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .hero-btns {
        margin-bottom: 70px;
    }
}

.hero-btns input {
    cursor: pointer;
}

.navbar-light .navbar-toggler {
    border: none;
    color: #679432;
}

.navbar-toggler {
    background-color: transparent;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.5rem 1.2rem 0.25rem 0rem;
}

.interactive-menu-button {
    position: relative;
}

.interactive-menu-button a {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.interactive-menu-button a span {
    background: #679432;
    height: 4px;
    position: absolute;
    text-indent: -999em;
    top: 6px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    width: 100%;
}

.interactive-menu-button a span:before {
    background: #679432;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: -6px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    width: 100%;
}

.interactive-menu-button a span:after {
    background: #679432;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: -6px;
    top: 6px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    width: 100%;
}

.interactive-menu-button a.active span {
    background: transparent;
}

.interactive-menu-button a.active span:before {
    transform: translateY(6px) translateX(1px) rotate(45deg);
}

.interactive-menu-button a.active span:after {
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
}

span.menu-text {
    position: absolute;
    right: 18px;
    top: -4px;
}

.navbar-nav .dropdown-menu {
    background-color: #314584;
    border: 0;
    text-align: center;
}

.navbar-nav .dropdown-menu a {
    color: #ffffff;
    cursor: pointer;
    font-size: 1.3rem;
    margin: 10px 0px;
}

.dropdown-item:focus {
    background-color: #314584;
    color: #679432 !important;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #314584;
    color: #679432 !important;
    text-decoration: none;
}

.service-btn a {
    color: #ffffff !important;
    font-size: 0.8rem !important;
}

.service-btn a:hover {
    color: #fff !important;
}

.more-btn {
    text-align: center;
}

.more-btn a {
    color: #679432 !important;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 20px 30px;
}

.more-btn a:hover {
    color: #314584 !important;
}

/*-----------------------------------------------------------
  Services
-------------------------------------------------------------*/
ul {
    font-size: 1rem;
    padding-left: 15px;
}

.col-right {
    text-align: center;
}

@media (max-width: 2000px) {
    .col-right {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .col-right {
        text-align: center;
    }
}

.services {
    padding: 0px 0px 60px;
}

@media (min-width: 768px) {
    .services {
        padding: 0px 0px 100px;
    }
}

.services .hero-btns {
    margin-bottom: 50px;
}

.services p {
    color: #333333;
    font-size: 1 rem;
    line-height: 1.5rem;
}

@media (max-width: 1199px) {
    .services p {
        font-size: 1.1rem;
    }
}

.side-img img {
    left: -20px;
    position: absolute;
}

.side2-img img {
    position: absolute;
    right: -20px;
    top: 1300px;
}

.service-box {
    background-color: #ffffff;
    margin: 10px;
    min-height: 400px;
    width: 100%;
}

@media (max-width: 2000px) {
    .service-box {
        padding: 16px 25px;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
        -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
        box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
    }
}

@media (max-width: 768px) {
    .service-box {
        padding: 20px 25px;
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .service-box {
        padding: 0px;
        box-shadow: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

.service-box img {
    margin-bottom: 30px;
}

.service-box.kontakt-box {
    margin: 0 10px 20px 10px;
}

.service-box.kontakt-box h3 {
    margin: 20px 0 35px 0;
}

/*-----------------------------------------------------------
  8. Blog
-------------------------------------------------------------*/
.blog-aside img {
    margin-top: 200px;
    position: absolute;
    right: -20px;
}

.blog {
    margin-bottom: 100px;
    padding: 25px 0px;
}

@media (max-width: 991px) {
    .blog {
        text-align: center;
    }
}

.blog-box {
    -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
    margin: 10px;
    max-width: 370px;
    min-height: 330px;
    padding: 50px 25px;
}

.blog-box p:nth-child(2) {
    color: #6E757A !important;
    font-size: 0.9rem;
}

.blog-box p:nth-child(3) {
    color: #333333;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    .blog-box {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.blog-slider {
    cursor: pointer;
}

.blog-slider button {
    background-color: #ffffff;
    border: none;
    color: #BBBBBC;
    font-size: 3rem;
}

.blog-slider button:hover {
    color: #679432;
    transition: all 0.3s ease;
}

.blog-first {
    background-color: #679432;
}

.blog-first h6 {
    color: #ffffff;
}

.blog-first p:nth-child(2) {
    color: #ffffff !important;
}

.blog-first p:nth-child(3) {
    color: #ffffff;
}

.hide-blog {
    display: none;
}

#blog-btn {
    background-color: #ffffff;
    border: none;
    color: #679432;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
}

#blog-btn:hover {
    color: #314584;
}

.hide-me {
    display: none;
}

/*-----------------------------------------------------------
  9. Contact
-------------------------------------------------------------*/
@media (max-width: 991px) {
    .contact {
        text-align: center;
    }
}

#kontakt .powermail_input {
    width: 100%;
    height: 60px;
    background-color: #d0E19c;
    border: none;
    padding: 0px 20px;
    color: #3D3D3C;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #314584;
    font-weight: 600;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #314584;
    font-weight: 600;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #314584;
    font-weight: 600;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #314584;
    font-weight: 600;
}

#kontakt textarea {
    background-color: #d0E19c;
    border: none;
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    color: #3D3D3C;
    font-weight: 600;
}

.contact-btn input {
    height: 60px;
    padding: 17px 42px;
    border: 2px solid #679432;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    -moz-box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    box-shadow: 0px 4px 6px 0px rgba(30, 32, 33, 0.07);
    background-color: #679432;
    border-radius: 30px;
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.contact-btn input:hover {
    background-color: #9FC758;
    border-radius: 30px;
    border: 2px solid #9FC758;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.powermail_fieldwrap_type_text {
    margin-top: 30px;
    font-size: 16px;
}

.hero-btns input {
    cursor: pointer;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #679432;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #679432;
}

@media (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 2rem;
    }
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #679432;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #679432;
}

.navbar-light .navbar-nav .nav-link.show {
    color: #679432;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #679432;
}

.navbar-light .navbar-brand {
    margin-right: 15%;
    padding-top: 0;
}

@media (max-width: 2000px) {
    .navbar-light .navbar-brand img {
        max-width: 320px;
        /*		padding-top: 50px;*/
    }
}

@media (max-width: 1199px) {
    .navbar-light .navbar-brand img {
        max-width: 245px;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-brand img {
        padding-top: 0;
    }
}

@media (max-width: 454px) {
    .navbar-light .navbar-brand img {
        max-width: 180px;
    }
}

.nav-item {
    padding: 0 10px;
}

.nav-item:last-child {
    padding: 0 0 0 10px;
}

@media (max-width: 1199px) {
    .nav-item {
        padding: 0px;
    }
}

@media (max-width: 991px) {
    .hero {
        text-align: center;
    }
}

.hero img {
    margin-top: 30px;
    position: absolute;
    right: 0px;
    top: 35px;
    width: 50%;
    z-index: -9;
}

@media (max-width: 1500px) {
    .hero img {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .hero img {
        margin-top: 150px;
        width: 45%;
    }
}

@media (max-width: 991px) {
    .hero img {
        margin-top: 30px;
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }
}

.hero p {
    margin-bottom: 50px;
}

.impressum .hero p {
    margin-bottom: 25px;
}

@media (max-width: 454px) {
    .impressum .hero p {
        font-size: 18px;
    }
}

.navbar-collapse {
    text-align: center;
}

/* Header Variante 1 */
.phone-head {
    justify-content: flex-end;
    margin-right: 10px;
}

.phone-head p {
    background-color: #679432;
    color: #ffffff;
    padding: 5px 50px;
}

@media (max-width: 768px) {
    .phone-head {
        margin-right: 0px;
    }

    .phone-head p {
        background-color: transparent;
        color: #679432;
        padding: 5px 15px;
    }
}

@media (max-width: 454px) {
    .phone-head p {
        background-color: transparent;
        color: #679432;
        padding: 5px 15px;
    }
}

.navbar-light .version1 .nav-link {
    color: #679432;
    font-family: "Oswald";
    padding-left: 25px;
    text-transform: uppercase;
}

.navbar-light .version1 .nav-item:last-child {
    padding: 0 10px 0 10px;
}

@media (max-width: 2000px) {
    .navbar-light .version1 .nav-item:last-child {
        padding: 0 0 0 10px;
    }
}

@media (max-width: 991px) {
    .navbar-light .version1 .nav-link {
        font-weight: 200;
        font-size: 24px;
    }

    .navbar-light .version1 .nav-item:last-child {
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 454px) {
    .navbar-light .version1 .nav-link {
        font-weight: 200;
        font-size: 24px;
    }
}

.header-content-1 {
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 2000px) {
    .header-content-1 {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .header-content-1 {
        text-align: center;
    }
}

.header-content-1 img {
    margin: 30px 0;
}

.header-content-1 .headline {
    position: relative;
}

@media (max-width: 2000px) {
    .header-content-1 .headline {
        position: absolute;
        bottom: 20%;
    }
}

@media (max-width: 1500px) {
    .header-content-1 .headline {
        position: absolute;
        bottom: 20%;
    }
}

@media (max-width: 1199px) {
    .header-content-1 .headline {
        position: absolute;
        bottom: 20%;
    }
}

@media (max-width: 991px) {
    .header-content-1 .headline {
        position: absolute;
        bottom: 20%;
    }
}

@media (max-width: 768px) {
    .header-content-1 .headline {
        position: relative;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 575px) {
    .header-content-1 .headline {
        position: relative;
    }
}

@media (max-width: 454px) {
    .header-content-1 .headline {
        position: relative;
    }
}

.headline h1 {
    background-color: transparent;
    color: #679432;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-transform: none;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media (max-width: 2000px) {
    .headline h1 {
        text-transform: uppercase;
        font-family: "Oswald";
        color: #ffffff;
        background-color: #679432E6;
        padding: 0px 20px;
        margin: 5px 0;
        font-size: 48px;
        font-weight: 300;
        line-height: 71px;
    }
}

@media (max-width: 1500px) {
    .headline h1 {
        font-size: 42px;
        font-weight: 300;
        line-height: 62px;
    }
}

@media (max-width: 1199px) {
    .headline h1 {
        font-size: 34px;
        font-weight: 300;
        line-height: 51px;
    }
}

@media (max-width: 991px) {
    .headline h1 {
        font-size: 34px;
        font-weight: 300;
        line-height: 51px;
    }
}

@media (max-width: 768px) {
    .headline h1 {
        text-transform: none;
        font-family: "Oswald";
        color: #679432;
        background-color: transparent;
        padding: 0 15px;
        margin: 0;
        font-size: 40px;
        font-weight: 300;
        line-height: 51px;
    }
}

@media (max-width: 575px) {
    .headline h1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 50px;
    }
}

/* Header Variante 2 */
header.header-2 {
    margin-bottom: 80px;
}

header.header-2 .header-bg {
    position: relative;
}

@media (max-width: 2000px) {
    header.header-2 .header-bg {
        position: absolute;
        z-index: -999;
        top: 0;
    }
}

@media (max-width: 1199px) {
    header.header-2 .header-bg {
        position: relative;
    }
}

header.header-2 .header-items {
    background-color: #ffffff;
    position: relative;
}

header.header-2 .header-items .navbar-brand {
    margin: 0 10% 0 2%;
}

@media (max-width: 2000px) {
    header.header-2 .header-items .navbar-brand {
        margin: 0 5% 0 2%;
    }
}

@media (max-width: 454px) {
    header.header-2 .header-items .navbar-brand {
        margin: 0 10% 0 2%;
    }
}

@media (max-width: 2000px) {
    header.header-2 .header-items img {
        max-width: 250px;
        /*		padding-top: 30px;*/
    }
}

@media (max-width: 1199px) {
    header.header-2 .header-items img {
        max-width: 245px;
    }
}

@media (max-width: 991px) {
    header.header-2 .header-items img {
        padding-top: 0;
    }
}

@media (max-width: 454px) {
    header.header-2 .header-items img {
        max-width: 180px;
    }
}

header.header-2 .phone-contact {
    justify-content: flex-end;
}

header.header-2 .phone-contact p {
    color: #679432;
    padding: 5px 40px 0 40px;
}

@media (max-width: 991px) {
    header.header-2 .phone-contact p {
        padding: 5px 25px 0 25px;
    }
}

header.header-2 .abstand-davor {
    margin-top: 30px;
}

header.header-2 .abstand-davor .hero-btns {
    margin-bottom: 150px;
}

header.header-2 nav.Anav-2 {
    padding: 0 0 40px 0;
}

header.header-2 .navbar-light .version2 .nav-link {
    color: #679432;
    font-family: "Oswald";
    padding: 0 25px;
    text-transform: uppercase;
}

@media (max-width: 2000px) {
    header.header-2 .navbar-light .version2 .nav-link {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    header.header-2 .navbar-light .version2 .nav-link {
        padding: 0 25px;
        font-size: 26px;
        font-weight: 300;
    }
}

header.header-2 .header-content-2 .headline {
    margin: 175px 0 50px 0;
    position: relative;
}

@media (max-width: 2000px) {
    header.header-2 .header-content-2 .headline {
        position: relative;
        margin: 175px 0 50px 0;
        text-align: left;
        width: 100%;
    }
}

@media (max-width: 1820px) {
    header.header-2 .header-content-2 .headline {
        margin: 100px 0 50px 0;
    }
}

@media (max-width: 1500px) {
    header.header-2 .header-content-2 .headline {
        margin: 80px 0 50px 0;

    }
}

@media (max-width: 1350px) {
    header.header-2 .header-content-2 .headline {
        margin: 280px auto 20px auto;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    header.header-2 .header-content-2 .headline {
        margin: 30px auto 20px auto;
        text-align: center;
    }
}

header.header-2 .header-content-2 .headline h1 {
    font-size: 35px;
    font-weight: 300;
    line-height: 52px;
}

@media (max-width: 2000px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 45px;
        font-weight: 300;
        line-height: 74px;
        display: inline;
    }
}

@media (max-width: 1700px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 36px;
        font-weight: 300;
        line-height: 62px;
        display: inline;
    }
}

@media (max-width: 1500px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 32px;
        font-weight: 300;
        line-height: 56px;
        display: inline;
    }
}

@media (max-width: 1350px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 45px;
        line-height: 65px;
        color: #679432;
        background-color: transparent;
        font-weight: 400;
    }
}

@media (max-width: 768px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 40px;
        font-weight: 300;
        line-height: 54px;
    }
}

@media (max-width: 454px) {
    header.header-2 .header-content-2 .headline h1 {
        font-size: 28px;
        font-weight: 300;
        line-height: 44px;
    }
}

/* ---- Header 3 ---*/

@media (max-width: 2000px) {
    header.header-3 nav.Anav-3 .navbar-brand img {
        max-width: 260px;
        padding: 15px 15px 15px 15px;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a.active span {
        background: transparent;
    }

    header.header-3 nav.Anav-3 .navbar-toggler {
        background-color: #679432E6;
        border-radius: 0;
        padding: 30px 15px 20px 15px;
        margin-right: 10px;
    }

    .header-3 .nav-bg {
        position: absolute;
        top: 0;
        z-index: -999;
    }

    header.header-3 ul.version3 {
        float: right;
        text-align: right;
    }

    header.header-3 .interactive-menu-button a {
        display: block;
        height: 23px;
        position: relative;
        width: 23px;
    }

    header.header-3 .navbar-toggler span:last-child {
        color: #fff;
        font-size: 18px;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span {
        background: #ffffff;
        padding-left: 5px;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span:before {
        background: #ffffff;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span:after {
        background: #ffffff;
    }

    header.header-3 .phone-contact {
        background-color: #679432E6;
        padding: 10px 15px 5px 15px;
        margin-top: -60px;
    }

    header.header-3 .phone-contact p {
        margin: 0;
        color: #fff;
    }

    header.header-3 .navbar-collapse {
        margin-top: 5px;
        margin-right: 10px;
        position: absolute;
        top: 95px;
        left: 86.7%;
    }

    header.header-3 ul.version3 {
        background-color: #679432E6;
    }

    header.header-3 ul.version3 li a.nav-link {
        color: #fff;
    }

    header.header-3 ul.version3 .nav-item:last-child {
        padding: 0 10px 0 10px;
    }

    header.header-3 .headline {
        margin: 100px 0 0 15px;
    }

    header.header-3 .small-device-control {
        display: none;
    }
}

@media (max-width: 1500px) {
    header.header-3 .headline h1 {
        font-size: 40px;
        line-height: 70px;
    }
}

@media (max-width: 1350px) {
    header.header-3 .headline h1 {
        font-size: 40px;
        line-height: 70px;
    }
}

@media (max-width: 1200px) {
    .header-3 .nav-bg {
        position: relative;
        top: 0;
        z-index: -999;
    }

    header.header-3 .headline {
        margin: 45px auto 0 auto;
        text-align: center;
    }

    header.header-3 .headline h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        color: #679432;
        background-color: transparent;
    }

    header.header-3 {
        margin-bottom: 10%;
    }

    header.header-3 .navbar-collapse {
        margin: 15px auto 0 auto;
        position: relative;
        top: 0;
        left: 0;
    }

    header.header-3 ul.version3 li a.nav-link {
        color: #679432;
        font-size: 20px;
    }

    header.header-3 ul.version3 {
        float: none;
        text-align: center;
        background-color: transparent;
    }

    header.header-3 nav.Anav-3 .navbar-brand {
        margin-right: 0;
    }

    header.header-3 nav.Anav-3 .navbar-toggler {
        background-color: transparent;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span {
        background: #679432;
        padding-left: 5px;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span:before {
        background: #679432;
    }

    header.header-3 nav.Anav-3 .interactive-menu-button a span:after {
        background: #679432;
    }

    header.header-3 .navbar-toggler span:last-child {
        color: #679432;
    }

    header.header-3 nav.Anav-3 .navbar-brand img {
        max-width: 260px;
    }

    header.header-3 ul.version3 .nav-item:last-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    header.header-3 .phone-contact {
        display: none;
    }

    header.header-3 nav.Anav-3 .navbar-brand img {
        max-width: 200px;
    }

    header.header-3 .headline h1 {
        padding: 0;
    }

    header.header-3 .small-device-control {
        display: block;
        background-color: #679432;
    }

    header.header-3 .small-device-show .small-phone-contact p {
        color: #fff;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
    }

    header.header-3 ul.version3 .nav-item:last-child {
        margin-bottom: 20px;
    }
}

header.header-3 nav.Anav-3 .navbar-brand img {
    background-color: #fff;
}

.header-3 {
    margin-bottom: 18%;
}

/* ---- Header Ende ---*/


footer {
    background-color: #333;
    min-height: 400px;
    padding: 70px 0px 0px 0px;
    text-align: center;
    width: 100%;
}

footer h5 {
    color: #ffffff;
    padding-bottom: 10px;
}

footer h3 {
    color: #679432;
    font-size: 3rem;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    footer h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 454px) {
    footer h3 {
        line-height: 2.6rem;
    }
}

footer h6 {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 50px;
}

footer .preheader {
    color: #ffffff;
}

.contact-nav li {
    color: #ffffff;
    display: inline;
}

@media (max-width: 454px) {
    .contact-nav li {
        display: block;
    }
}

.contact-nav a {
    color: #ffffff;
    font-size: 1.1rem;
    padding: 20px 20px;
}

.contact-nav a:hover {
    color: #679432;
}

@media (max-width: 768px) {
    .contact-nav a {
        font-size: 1rem;
        padding: 20px 5px;
    }
}

.social li {
    display: inline;
}

.social li a {
    color: #ffffff;
    font-size: 2.7rem;
    margin: 0px 30px;
}

.social li a:hover {
    color: #679432;
    transition: all 0.3s ease;
}

@media (max-width: 454px) {
    .social li {
        display: block;
    }
}

.introduction-box {
    background-color: #ffffff;
    margin: 10px;
    min-height: 400px;
    padding: 0;
}

@media (max-width: 2000px) {
    .introduction-box {
        background-color: #fff;
        padding: 40px 45px;
        margin: 10px;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
        -moz-box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
        box-shadow: 0px 3px 7px 0px rgba(28, 31, 33, 0.15);
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .introduction-box {
        padding: 20px 25px;
    }
}

@media (max-width: 575px) {
    .introduction-box {
        box-shadow: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 454px) {
    .introduction-box {
        padding: 0px;
        margin: 0px;
    }
}

.introduction-box img {
    margin-bottom: 30px;
    max-width: 40%;
    padding: 0;
}

@media (max-width: 991px) {
    .portfolio {
        text-align: center;
    }
}

.portfolio-aside img {
    left: -20px;
    margin-top: 20px;
    position: absolute;
}

.work-box {
    margin-bottom: 30px;
}

.work-box img {
    height: auto;
    width: 370px;
}

.photobox {
    display: inline-block;
}

.photobox__previewbox {
    overflow: hidden;
    position: relative;
}

.photobox__previewbox:before {
    content: "";
}

.photobox__preview {
    display: block;
    max-width: 100%;
}

.photobox_type10 .photobox__previewbox:before {
    background-color: #679432;
    border-radius: 50%;
    height: 0;
    left: 50%;
    opacity: 0.8;
    padding: 25%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform calc(var(--photoboxAnimationDuration, 0.8s) / 2) ease;
    width: 0;
    will-change: transform;
}

.photobox_type10:hover .photobox__previewbox:before {
    transform: translate(-50%, -50%) scale(4);
    transition-duration: var(--photoboxAnimationDuration, 0.8s);
}

.photobox_type10:hover .photobox__label {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition-delay: calc(var(--photoboxAnimationDuration, 0.8s) / 4);
    transition-duration: calc(var(--photoboxAnimationDuration, 0.8s) / 2);
}

.photobox_type10 .photobox__label {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 200%);
    transition: opacity calc(var(--photoboxAnimationDuration, 0.8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9), transform calc(var(--photoboxAnimationDuration, 0.8s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    width: 95%;
    will-change: opacity, transform;
    z-index: 3;
}

.photobox_type10 .photobox__label p {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.hide {
    display: none;
    transition: all 0.3s ease;
}

.about {
    margin-bottom: 150px;
    text-align: left;
}

@media (max-width: 991px) {
    .about img {
        margin-bottom: 70px;
    }
}

.container-fluid {
    position: relative;
}

.head-std .carousel {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    margin-top: 60px !important;
    border: none;
}

@media (max-width: 2000px) {
    .head-std {
        margin-bottom: 150px;
    }

    .head-std .carousel {
        position: absolute !important;
        overflow: hidden;
        width: 50%;
        left: 970px;
    }
}

@media (max-width: 1700px) {
    .head-std .carousel {
        left: 855px;
        top: 30px;
    }
}

@media (max-width: 1500px) {
    .head-std .carousel {
        left: 765px;
        top: 50px;
    }
}

@media (max-width: 1350px) {
    .head-std .carousel {
        left: 680px;
        top: 60px;
    }
}

@media (max-width: 1199px) {
    .head-std .carousel {
        left: 600px;
        top: 85px;
    }
}

@media (max-width: 991px) {
    .head-std .carousel {
        position: relative !important;
        overflow: hidden;
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: 30px;
    }
}

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

body {
    color: #333;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    min-width: 330px;
    overflow-x: hidden;
    transition: opacity 1s;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #679432;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
}

@media (max-width: 2000px) {

    h1,
    .h1 {
        font-size: 3.3rem;
        margin-bottom: 20px;
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 454px) {

    h1,
    .h1 {
        font-size: 30px;
        margin-top: 0px;
    }
}

h2,
.h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

h3,
.h3 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 20px;
    }
}

h4.h4 {
    font-size: 24px;
}

h5.h5 {
    color: #333;
    font-size: 1rem;
}

h6.h6 {
    font-size: 1rem;
    margin-bottom: 10px;
}

a {
    color: #679432;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

a:focus {
    color: rgba(61, 61, 60, 0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(61, 61, 60, 0.8);
    text-decoration: none;
}

:active {
    outline: none !important;
}

:focus {
    outline: none !important;
}

p {
    color: #6E757A;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

* {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

*:before {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


/*------------------------------------
------------------------------------*/

.header-3 .carousel {
    z-index: -999;
}

video {
    width: 180px;
    height: auto;
}

.main-buttons {
    max-width: 220px;
    font-size: 16px;
    color: #fff;
    background-color: #679432;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 14px 12px;
    border: solid 2px #679432;
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.main-buttons:hover {
    background-color: #9fc758;
    cursor: pointer;
    border: solid 2px #9fc758;
}

@media (max-width: 2000px) {
    .main-buttons {
        margin: 0 0 30px 0;
    }
}


@media (max-width: 992px) {
    .main-buttons {
        margin: 0 auto 55px auto;
    }
}

@media (min-width: 520px) {
    video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px){
    .img-kachel{
        display: none;
    }
}

#Datenschutz h2{
    margin-bottom: 10px;
    margin-top: 50px;
}

#Impressum h2{
    margin-bottom: 10px;
    margin-top: 50px;
}