/* Global Styles */

body {
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    display: none;
}

.hak-logo {
    height: 80px;
    padding: 10px;
}

.wachmann {
    height: 50vh;
    width: 100%;
    object-fit: cover;
}

video {
    height: 50vh;
    width: 100%;
    object-fit: cover;
}

.welcome {
    padding: 20px;
}

.headline {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -4px;
    background: rgb(239 239 239);
    height: 300px;
}

.start-headline {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(0, 102, 51);
}

.underline {
    color: gray;
    text-align: center;
}

.stroke {
    border-bottom: 1px solid #BBBBBB;
}

span {
    color: rgb(0, 102, 51);
    font-size: 24px;
    font-weight: bold;
}

.column {
    display: flex;
    box-sizing: border-box;
}

.column-1 {
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
}

.gebäude {
    width: 50%;
}

.welcome-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px;
    font-size: 100%;
    color: gray;
}

.p-style {
    text-align: center;
    padding: 25px;
}

.hero-content {
    box-sizing: border-box;
    position: relative;
    top: -4px;
}

.hero-content-1 {
    text-align: center;
}

.hero-content-2 {
    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: rgb(0, 102, 51);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
}

.cta-button-underline {
    display: inline-block;
    background-color: rgb(0, 102, 51);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;   
}

.cta-button-underline:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.cta-button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.cta-button-contact {
    display: inline-block;
    background-color: rgb(0, 102, 51);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
}

.cta-button-contact:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.eigenschaft {
    display: flex;
    align-items: center;
    padding: 25px;
}

.icon-container {
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.icon-container-uhr {
    display: flex;
    width: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.rundumdieuhr {
    width: max-content;
}

.icons {
    width: 100px;
}

.icon-underline {
    text-align: center;
}

.phone-section {
    position: relative;
    top: -4px;
}


.phone-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgb(239 239 239);
}

.phone-container2 {
    position: relative;
    left: 18px;
}

.phone-icon {
    width: 150px;
}

.phoneNumber {
    text-decoration: none;
    color: rgb(0, 102, 51);
    font-size: 75px;
    font-weight: bold;
}

.phoneNumber:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.phone-underline {
    font-size: 35px;
    font-weight: bold;
    color: gray;
}

.aboutUsText-container {
    position: relative;
    top: 200px;
}

.aboutUsText {
    position: relative;
}


/* Footer */

.footer-serction {
    height: 100px;
}

footer {
    background-color: rgb(0, 102, 51);
    color: #fff;
    text-align: center;
    position: relative;
}

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

.footer-img {
    width: 200px;
    padding: 10px;
}

.footer-link {
    text-decoration: none;
    color: white;
    margin-right: 12px;
    margin-left: 12px;
}

.footer-p {
    padding-bottom: 16px;
    margin-left: 90px;
}

.strock {
    padding: 20px 0px 0px 0px;
    color: white;
    width: 100%;
    border-width: 1px 0px 0px;
    border-style: solid;
}

/* LEISTUNGEN */

.leistung-container {
    display: flex;
    justify-content: space-evenly;
}

.leistung-headline {
    text-align: center;
}

.leistungen-kategorie {
    display: inline-block;
    width: 300px;
    margin: 20px;
}

.leistungen-kategorie img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.leistungen-kategorie h3 {
    font-size: 20px;
}

.leistungen-kategorie p {
    font-size: 14px;
    margin-bottom: 10px;
}

.leistungen-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.cta-button-lst {
    background-color: rgb(0, 102, 51);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 52px;
}

.cta-button-lst:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.leistung-img {
    height: auto;
    vertical-align: middle;
}

.greenbox {
    height: 100px; 
    width: 100%; 
    background: linear-gradient(to bottom, #88CC88, #226622); 
    display: flex; 
    align-items: center; 
    justify-content: center;

}

a:hover {
    background: rgb(120, 222, 171);
    transition: .5s;
}

/* Über uns */

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

.überuns-container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 50px;
    min-height: 90vh;
    margin-bottom: 50px;
}

.about-section {
    padding: 0px 0px 1px;
    background: #76837e;
    color: #fff;
}

.about-section h1,
.about-section h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
}

.about-section p {
    font-size: 20px;
}

.imgAboutUs {
    height: 75vh;
    width: 100%;
    object-fit: cover;
    object-position: 0px -3px;
}

/* Impressum */

.impressum {
    padding: 100px;
    background: ghostwhite;
}

/* Kontakt */

.contact-form {
    padding: 20px;
    border-radius: 44px;
    margin-right: 20px;
}

.img-container img {
    width: 100%;
    height: 100vh;
    display: block;
}

.form-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.box {
    flex-basis: 30%;
    padding: 10px;
    text-align: center;
}

.box-headline {
    color: rgb(0, 102, 51);
}

.box-zahl {
    width: 200px;
}

.big-headline {
    text-align: center;
    padding: 15px;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ccc;
    width: 50%;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}


form {
    margin: 0 auto;
}

.formular {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

input[type=text],
input[type=email],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: 3px solid #cccccc;
    border-radius: 4px;
}

.send-btn {
    padding: 10px;
    background: rgb(0, 102, 51);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.send-btn:hover {
    background: rgb(0, 156, 78);
}

.form {
    padding: 60px;
}

.contact-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
}

.motivation-text {
    display: flex;
    max-width: 50%;
    position: relative;
    top: 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#map {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 480px;
}

.contact-section-form {
    min-height: 50vh;
    margin-bottom: 50px; 
    overflow: hidden; 
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical
  }
  
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

.contact-form-wrapper {
    position: fixed;
    bottom: -100%;
    left: 50%; 
    transform: translateX(-50%); 
    width: 1180px;
    height: 600px;
    background-color: #f2f2f2;
    padding: 20px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
    transition: bottom 0.5s ease;
  }
  
  .contact-form-wrapper.show {
    bottom: 150px;
  }
  
  .contact-btn {
    background-color: #04AA6D;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
  }
  
  .contact-btn:hover {
    background-color: #45a049;
  }
  
  .close-btn {
    position: absolute;
    top: -6px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
  }
  
  .close-btn:hover {
    color: #ff0000;
  }
  
  body.no-scroll {
    overflow: hidden;
  }
  
  

/* ScrollButton */

#scroll-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
}

#scroll-btn.show {
    display: block;
}

/* Scroll Icon */

.scroll-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    gap: 12px;
}

.side-icon-phone {
    height: 30px;
    border-radius: 14px;
}

.side-icon-mail {
    height: 25px;
    border-radius: 3px;
}

/* Favicon */

.favicon {
    width: 32px;
    height: 32px;
}

.email-btn,
.phone-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.email-btn:focus,
.phone-btn:focus {
    outline: none;
}

/* Hier kannst du die Größe der Icons anpassen */
.email-btn img,
.phone-btn img {
    width: 30px;
    height: 30px;
}


#myBtn:hover {
    background-color: #555;
}

/* Video */

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* Navbar + Responsive */

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

nav {
    background: white;
    height: 80px;
    width: 100%;
}

label.logo {
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav .navList {
    float: right;
    margin-right: 20px;
}

nav .navList li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}


nav .navList li a {
    color: rgb(0, 102, 51);
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

.checkbtn {
    font-size: 80px;
    padding-top: 12px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (max-width: 1280px) {
    .gebäude {
        width: 50%;
    }

    .form {
        padding: 10px;
    }

    .motivation-text {
        max-width: 50%;
        position: relative;
        top: -20px;
    }

    .contact-form-wrapper {
        width: 980px;
    }
}

@media (max-width: 1040px) {
    .contact-form-wrapper {
        width: 600px;
    }
}

@media (max-width: 992px) {

    .checkbtn {
        display: block;
        font-size: 80px;
    }

    label.logo {
        font-size: 30px;
        padding-left: 50px;
    }

    nav .navList li a {
        font-size: 16px;
    }

    .welcome {
        padding: 0px;
    }

    .gebäude {
        width: 50%;
        object-fit: cover;
    }

    .welcome-text {
        padding: 0px;
    }

    span {
        margin-left: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .cta-button-contact {
        position: relative;
        bottom: 10px;
    }

    .icon-container-uhr {
        position: relative;
        bottom: 26px;
    }

    .leistung-container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .form {
        max-width: 300px;
    }

    .send-btn {
        padding: 10px 109px;
    }

    .image-title {
        position: absolute;
        top: 30%;
        left: 36%;
    }

    .image-text {
        position: absolute;
        top: 39%;
        left: 4%;
        color: darkgrey;
    }

    .img-btn {
        position: absolute;
        top: 69%;
        left: 25%;
    }
}

@media (max-width: 760px) {

    .checkbtn {
        display: block;
        font-size: 80px;
    }

    .navList {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #b5bcc3;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
    }

    nav .navList li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav .navList li a {
        font-size: 20px;
    }

    a:hover,a.active {
        background: none;
        color: rgb(0, 102, 51);
    }

    #check:checked ~ .navList {
        left: 0;
    }

    .headline {
        width: 131%;
    }

    nav {
        width: 131%;
        height: 120px;
    }

    .hak-logo {
        height: 120px;
        padding: 10px;
    }

    .welcome {
        padding: 0px;
    }

    .nav-link {
        margin: 0;
        position: relative;
        right: 15px;
        padding-left: 24px;
    }

    .hero-content {
        width: 130.5%;
    }

    .p-style {
        padding: 11px;
    }

    .cta-button {
        position: relative;
        top: -10px;
    }

    .phone-container1 {
        width: 123%;
    }

    .eigenschaft {
        width: 123%;
    }

    .footer-serction {
        width: 131%;
    }

    .about-section {
        width: 131%;
    }

    .imgAboutUs {
        width: 100%;
    }

    .contact-section {
        width: 131%;
    }

    .impressum-section {
        width: 131%;
    }

    .leistungen-section {
        width: 131%;
    }

    video {
        width: 131%;
    }

    .contact-form-wrapper {
        width: 400px;
    }
}

@media (max-width: 570px) {

    nav {
        width: 179%;
        height: 120px;
    }

    .navList {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #b5bcc3;
        top: 120px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
    }

    .hak-logo {
        height: 120px;
        padding: 10px;
    }

    .hero {
        width: 137%;
    }

    .phone-section {
        width: 137%;
    }

    .eigenschaft {
        width: 171%;
    }

    .footer-serction {
        width: 179%;
    }

    .leistungen-section {
        width: 179%;
    }

    .about-section {
        width: 179%;
    }

    .contact-section {
        width: 179%;
    }

    .image-title {
        position: absolute;
        top: 26%;
        left: 40%;
    }

    .image-text {
        position: absolute;
        top: 37%;
        left: 6%;
        padding: 24px;
        color: rgb(0, 156, 78);
    }

    .img-btn {
        position: absolute;
        top: 86%;
        left: 13%;
    }

    .impressum-section {
        width: 179%;
    }

    .cta-button-contact {
        position: relative;
        bottom: -6px;
    }

    .checkbtn {
        display: block;
        font-size: 80px;
    }

    .contact-form-wrapper {
        width: 320px;
    }
}

@media (max-width: 390px) {

    .contact-section {
        width: 224%;
        display: flex;
        flex-direction: column;
    }

    .contact-container {
        display: flex;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    .motivation-text {
        max-width: 87%;
        position: relative;
        top: -20px;
        text-align: left;
    }

    .image-title {
        display: none;
    }

    .image-text {
        display: none;
    }

    .img-btn {
        display: none;
    }

    nav {
        width: 224%;
        height: 120px;
    }

    #check:checked ~ .navList {
        left: 0;
        top: 119px;
    }

    .checkbtn {
        display: block;
        font-size: 80px;
        padding-top: 12px;
    }

    .hak-logo {
        height: 120px;
        padding: 0px;
    }

    .impressum-section {
        width: 224%;
    }

    .hero {
        width: 168%;
    }

    .column {
        display: flex;
        flex-direction: column;
    }

    .column-1 {
        display: flex;
        flex-direction: column;
    }

    .gebäude {
        width: 103%;
    }

    .phone-section {
        width: 165%;
    }

    .phoneNumber {
        font-size: 60px;
    }

    .phone-underline {
        font-size: 173%;
    }

    .leistung-headline {
        font-size: 50px;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        font-size: 32px;
        font-weight: 600;
        text-decoration: none;
        padding: 16px;
    }

    .leistungen-kategorie h3 {
        font-size: 60px;
    }

    .leistungen-kategorie p {
        font-size: 40px;
        margin-bottom: 10px;
        color: green;
    }

    .greenbox {
        height: 400px;
        width: 100%;
        background: linear-gradient(to bottom, #88CC88, #226622);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 100px;
    }

    .greenbox h1 {
        color: white;
        font-size: 45px;
        text-align: center;
    }

    .cta-button-lst {
        background-color: rgb(0, 102, 51);
        color: #fff;
        border-radius: 4px;
        padding: 10px 20px;
        text-decoration: none;
        width: 363px;
        height: 80px;
        font-size: 35px;
        margin-left: 0px;
    }

    .big-headline {
        text-align: center;
        font-size: 60px;
        padding: 15px;
    }

    .container {
        display: flex;
        margin-bottom: 100px;
        padding: 50px;
        flex-direction: column;
        font-size: -webkit-xxx-large;
    }

    .box-zahl {
        width: 300px;
    }

    .box-headline {
        color: rgb(0, 102, 51);
        font-size: 35px;
    }

    .box-text {
        font-size: 30px;
    }

    .about-section {
        width: 224%;
    }

    .eigenschaft {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 224%;
    }

    .icon-container-uhr {
        position: relative;
        bottom: -3px;
    }

    .footer-serction {
        width: 224%;
    }

    .footer-p {
        position: relative;
        bottom: 15px;
    }

    .leistungen-section {
        width: 224%;
    }

    .leistung-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .leistungen-kategorie {
        width: 100%;
        margin: 0;
    }

    .leistung-img {
        height: 30% !important;
    }

    video {
        width: 134%;
    }
}

@media (max-width: 355px) {

    .contact-section {
        width: 224%;
        display: flex;
        flex-direction: column;
    }

    .contact-container {
        display: flex;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    .motivation-text {
        max-width: 87%;
        position: relative;
        top: -20px;
        text-align: left;
    }

    .image-title {
        display: none;
    }

    .image-text {
        display: none;
    }

    .img-btn {
        display: none;
    }

    nav {
        width: 224%;
        height: 120px;
    }

    #check:checked ~ .navList {
        left: 0;
        top: 119px;
    }

    .checkbtn {
        display: block;
        font-size: 80px;
        padding-top: 12px;
    }

    .hak-logo {
        height: 120px;
        padding: 0px;
    }

    .impressum-section {
        width: 224%;
    }

    .hero {
        width: 168%;
    }

    .column {
        display: flex;
        flex-direction: column;
    }

    .column-1 {
        display: flex;
        flex-direction: column;
    }

    .gebäude {
        width: 102%;
    }

    .phone-section {
        width: 165%;
    }

    .phoneNumber {
        font-size: 60px;
    }

    .phone-underline {
        font-size: 173%;
    }

    .leistung-headline {
        font-size: 50px;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        font-size: 28px;
        font-weight: 600;
        text-decoration: none;
        padding: 16px;
    }

    .leistungen-kategorie h3 {
        font-size: 60px;
    }

    .leistungen-kategorie p {
        font-size: 40px;
        margin-bottom: 10px;
        color: green;
    }

    .greenbox {
        height: 400px;
        width: 100%;
        background: linear-gradient(to bottom, #88CC88, #226622);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 100px;
    }

    .greenbox h1 {
        color: white;
        font-size: 45px;
        text-align: center;
    }

    .cta-button-lst {
        background-color: rgb(0, 102, 51);
        color: #fff;
        border-radius: 4px;
        padding: 10px 20px;
        text-decoration: none;
        width: 363px;
        height: 80px;
        font-size: 35px;
        margin-left: 0px;
    }

    .big-headline {
        text-align: center;
        font-size: 60px;
        padding: 15px;
    }

    .container {
        display: flex;
        margin-bottom: 100px;
        padding: 50px;
        flex-direction: column;
        font-size: -webkit-xxx-large;
    }

    .box-zahl {
        width: 300px;
    }

    .box-headline {
        color: rgb(0, 102, 51);
        font-size: 35px;
    }

    .box-text {
        font-size: 30px;
    }

    .about-section {
        width: 224%;
    }

    .eigenschaft {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 224%;
    }

    .icon-container-uhr {
        position: relative;
        bottom: -3px;
    }

    .footer-serction {
        width: 224%;
    }

    .footer-p {
        position: relative;
        bottom: 15px;
    }

    .leistungen-section {
        width: 224%;
    }

    .leistung-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .leistungen-kategorie {
        width: 100%;
        margin: 0;
    }

    .leistung-img {
        height: 30% !important;
    }
}