* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: #f5f7f5;
    width: 100%;
    overflow-x: hidden !important;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 240px;
}

.headerimgpc {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.headerimghandy {
    display: none;
}

.logoheaderdiv {
    min-height: 240px;
    height: 240px;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.logoheader {
    position: relative;
    z-index: 3;
    width: 205px;
    height: auto;
    margin-top: 71.225px;
    margin-bottom: 71.225px;
    transition: transform 0.3s ease;
}

.logoheader:hover {
    transform: scale(1.02);
}

#navcomputer {
    position: relative;
    z-index: 3;
    background-color: #588c3a;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    min-height: auto;
}

#navcomputer .navatagpc {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    padding: 18px 28px;
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.5;
}

#navcomputer .navatagpc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

#navcomputer .navatagpc:hover {
    background-color: #4a7a30;
    color: #fff;
}

#navcomputer .navatagpc:hover::after {
    width: 60%;
}

.conentindexcolor {
    position: relative;
    z-index: 3;
    background-color: #f5f7f5;
}

content {
    overflow-x: hidden !important;
    position: relative;
    z-index: 3;
    overflow: auto;
    display: flex;
    max-width: 1120px;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-top: 40px;
}

article {
    background-color: #f5f7f5;
    width: 65%;
    flex-shrink: 1;
    box-sizing: border-box;
    padding: 0 20px;
}

.majortitle {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #2d5016;
    letter-spacing: -0.5px;
}

.secondtitle {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 30px;
    font-family: 'Playball', cursive;
    font-size: 1.8rem;
    color: #588c3a;
}

.youtubevideo {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.textundervideo {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.text1 {
    width: 700px;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    text-align: left;
    margin: 0;
    line-height: 1.8;
    font-size: 1.1rem;
    font-family: Georgia, 'Times New Roman', serif;
    color: #444;
}

.text2 {
    width: 550px;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    text-align: left;
    margin: 0;
    line-height: 1.75;
    font-size: 1.05rem;
    font-family: Georgia, 'Times New Roman', serif;
    color: #444;
}

aside {
    background-color: #f5f7f5;
    width: 35%;
    min-width: 300px;
    padding-left: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', serif;
    overflow: visible;
}

.contactaside {
    width: 100%;
    max-width: 350px;
    height: auto;
    padding-top: 20px;
    background: linear-gradient(135deg, #fff 0%, #f9faf9 100%);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ede8;
    overflow: visible;
}

.anschriftdiv {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
}

.telanschrift {
    font-size: 1.15rem !important;
    font-weight: 600;
}

.telanschrift a {
    color: #588c3a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.telanschrift a:hover {
    color: #3d6128;
    text-decoration: underline;
}

.oeffnungszeiten {
    padding-top: 15px;
    font-size: 1.15rem !important;
    font-weight: 600;
    color: #2d5016;
}

.anschriftdiv.oeffnungszeiten {
    border-top: 1px solid #e0e5e0;
    margin-top: 15px;
}

.anschrift {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.anschrift a {
    color: #588c3a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.anschrift a:hover {
    color: #3d6128;
    text-decoration: underline;
}

.logoaside {
    width: 205px;
    height: 100% !important;
    transition: transform 0.3s ease;
}

.logoaside:hover {
    transform: scale(1.02);
}

.logoasidediv {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.socialmediadiv {
    height: auto;
    padding: 40px 0;
    width: 100%;
    background-color: #3d3d3d;
}

.socialmedia-inner {
    display: flex;
    max-width: 500px;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.socialmedia-inner-inner {
    width: 500px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.fa {
    box-sizing: content-box;
    padding: 18px;
    font-size: 28px !important;
    width: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: none;
}

.fa:hover {
    opacity: 1;
    transform: translateY(-5px) scale(1.1);
    box-shadow: none;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

footer {
    position: relative;
    z-index: 3;
    width: 100%;
    background-color: #f5f7f5;
    text-align: justify;
}

.footerwhite {
    width: 100%;
    align-items: end;
    display: flex;
}

.footerdogimgdiv {
    width: 36%;
    padding-top: 1.5%;
    min-width: 400px;
    min-height: 144.333px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.footerdogimg {
    width: 90%;
    transition: transform 0.3s ease;
}

.footerdogimg:hover {
    transform: scale(1.02);
}

.footergreen {
    display: flex;
    background: linear-gradient(135deg, #588c3a 0%, #4a7a30 100%);
    min-height: 65px;
    padding: 15px 3%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.copyrightdiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.copyright {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.6;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.copyright a:hover {
    opacity: 0.8;
}

.majoragb {
    font-size: 30px !important;
    font-family: 'Work Sans', sans-serif !important;
}

.logostempeldiv {
    height: 59px;
    align-items: center;
    display: flex;
}

.logostempel {
    height: 70%;
}

#navhandy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.navlogo {
    display: none;
}

.footerlink {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.footerlink:hover {
    border-bottom: solid 1px #fff;
}


#trennwand {
    position: relative;
    z-index: 3;
    height: 20px;
    width: 100%;
    background: linear-gradient(135deg, #3d3d3d 0%, #4a4a4a 100%);
}

#bildergaleriepc {
    position: relative;
    z-index: 3;
    height: auto;
    background-color: #f5f7f5;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1120px;
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#bildergaleriehandy {
    padding-bottom: 30px;
    padding-top: 30px;
    display: none;
    position: relative;
    z-index: 3;
    height: auto;
    background-color: #f5f7f5;
}

.galeriebild {
    width: 30%;
    height: 100%;
    margin: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.galeriebild:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.w3-content {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.w3-display-container {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.w3-center {
    text-align: center;
}

.w3-container {
    padding: 0.01em 16px;
}

.w3-section {
    margin-top: 16px;
    margin-bottom: 16px;
}

.w3-large {
    font-size: 18px;
}

.w3-text-white {
    color: #fff;
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%, 0);
    width: 80%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 3;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 4px;
}

.w3-left {
    cursor: pointer;
    font-size: 28px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: background 0.3s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    order: 1;
}

.w3-badge {
    display: inline-block;
    background-color: #000;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    order: 2;
}

.w3-right {
    cursor: pointer;
    font-size: 28px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: background 0.3s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    order: 3;
}

.w3-left:hover, .w3-right:hover {
    background: rgba(0, 0, 0, 0.6);
}

.w3-hover-text-khaki:hover {
    color: #ffffff;
}

.w3-border {
    border: 1px solid #ccc;
}

.w3-transparent {
    background-color: transparent;
}

.w3-hover-white:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.w3-white {
    background-color: #fff !important;
    color: #000 !important;
}

.mySlides {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.mySlides.first {
    position: relative;
    opacity: 1;
}

/* Styling für Suchfunktion */
#search-container {
    padding: 25px 0;
    text-align: center;
}

#faq-search {
    width: 80%;
    max-width: 600px;
    padding: 15px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 1.1em;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    outline: none;
    transition: all 0.3s ease;
    font-family: Georgia, 'Times New Roman', serif;
}

#faq-search:focus {
    border-color: #588c3a;
    box-shadow: 0 4px 20px rgba(88, 140, 58, 0.25);
}

#faq-search::placeholder {
    color: #999;
}

/* Styling für FAQ-Sektionen und Akkordeons */
.faq-section {
    margin-bottom: 40px;
}

.faq-section h2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 3px solid #588c3a;
    padding-bottom: 10px;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.faq-question {
    background-color: #fafafa;
    color: #333;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.15em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.faq-question:hover {
    background-color: #f0f7ed;
}

.faq-question.active {
    background-color: #588c3a;
    color: white;
}

.faq-question h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 500;
}

.faq-question::after {
    content: '\002B';
    font-size: 1.5em;
    color: #588c3a;
    margin-left: 15px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.faq-question.active::after {
    content: "\2212";
    color: white;
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 25px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
}

.faq-answer p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1em;
    color: #555;
    padding-bottom: 20px;
    padding-top: 15px;
    line-height: 1.7;
}

/* Styling für den allgemeinen Informationsblock */
.general-info-block {
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 25px 35px;
    margin-bottom: 35px;
    box-shadow: none;
}

.general-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.general-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.general-info-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.info-icon {
    font-size: 1.8em;
    color: #588c3a;
    margin-right: 20px;
    min-width: 35px;
    width: 35px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    transition: none;
    overflow: hidden;
    background: none !important;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.info-icon i,
.info-icon i:before,
.info-icon .fa,
.info-icon .fa:before {
    background: none !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #588c3a;
}

.info-icon i:hover {
    color: inherit; 
    transform: none;
    background: none !important;
}

.general-info-list p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1em;
    color: #555;
    line-height: 1.7;
    flex-grow: 1;
    margin: 0;
}

/* Responsives Design Anpassungen */
@media (max-width: 768px) {
    .general-info-block {
        padding: 15px 20px;
    }

    .general-info-list li {
        margin-bottom: 15px;
    }

    .info-icon {
        font-size: 1.3em;
        margin-right: 10px;
        min-width: 25px;
        width: 25px;
        overflow: hidden;
    }

    .general-info-list p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .general-info-block {
        padding: 10px 15px;
    }

    .general-info-list li {
        margin-bottom: 10px;
    }

    .info-icon {
        font-size: 1.1em;
        margin-right: 8px;
        min-width: 22px;
        width: 22px;
        overflow: hidden;
    }

    .general-info-list p {
        font-size: 0.95em;
    }
}

/*Responsive Nav = change to navhandy div*/
@media only screen and (max-width : 1120px) {
    .galeriebild {
        width: 30%;
        height: 100%;
        margin: 8px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #bildergaleriepc {
        width: 100%;
    }

    content {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    article {
        width: 100%;
        height: 100%;
    }

    aside {
        background-color: #588c3a;
        display: grid;
        justify-items: center;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%;
    }

    .contactaside {
        justify-content: center;
        width: 661px;
        height: 100%;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    #navcomputer {
        display: none !important;
    }

    .logoheaderdiv {
        display: none !important;
    }

    #navhandy {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .navlogo {
        display: none !important;
    }

    .navlogo-container {
        display: none !important;
    }

    /*costomize navhandy inner*/
    #menuToggle {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;

        z-index: 101;

        -webkit-user-select: none;
        user-select: none;
        
        background-color: rgba(255, 255, 255, 0.95);
        padding: 12px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .navataghandy {
        font-family: 'Work Sans', sans-serif;
    }

    #menuToggle .navataghandy {
        text-decoration: none;
        color: #ffffff;
        display: block;
        transition: all 0.3s ease;
    }

    #menuToggle .navataghandy:hover {
        color: #ffffff;
    }

    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;

        cursor: pointer;

        opacity: 0;
        z-index: 102;

        -webkit-touch-callout: none;
    }

    #menuToggle .navspan {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;

        background: black;
        border-radius: 3px;

        z-index: 101;

        transform-origin: 4px 0px;

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle .navspan:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle .navspan:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked~.navspan {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    #menuToggle input:checked~.navspan:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked~.navspan:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: fixed;
        z-index: 100;

        width: 320px;
        margin: 0;
        left: 0;
        top: 0;
        padding: 25px 25px;
        padding-top: 60px;
        min-height: 100vh;

        background: linear-gradient(180deg, #588c3a 0%, #4a7832 100%);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;

        transform-origin: 0% 0%;
        transform: translate(-100%, 0);

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu li {
        padding: 14px 12px;
        margin: 0;
        font-size: 17px;
        font-weight: 500;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 0;
        transition: all 0.25s ease;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    #menu li:last-child {
        border-bottom: none;
    }

    #menu li:hover {
        background: rgba(255, 255, 255, 0.1);
        padding-left: 15px;
    }

    #menu li i {
        margin-right: 14px;
        width: 20px;
        font-size: 16px;
        text-align: center;
        opacity: 1;
        color: rgba(255, 255, 255, 0.9);
    }

    #menu li i.fa {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: none !important;
        width: 20px;
        font-size: 16px !important;
    }

    #menu li i.fa:hover {
        transform: none;
        box-shadow: none;
    }

    #menu a.navataghandy {
        display: block;
    }

    #menuToggle input:checked~ul {
        transform: none;
    }
}

@media only screen and (max-width : 800px) {
    #bildergaleriepc {
        display: none;
    }

    #bildergaleriehandy {
        display: block;
    }

    #bildergaleriehandy .w3-content.w3-display-container {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 12px;
        background-color: #000;
    }

    #bildergaleriehandy .mySlides {
        height: 100%;
    }

    #bildergaleriehandy .w3-display-bottommiddle {
        bottom: 12px;
        padding: 8px;
        gap: 6px;
        width: calc(100% - 16px) !important;
    }

    #bildergaleriehandy .w3-left, #bildergaleriehandy .w3-right {
        font-size: 20px;
        padding: 6px 10px;
    }

    #bildergaleriehandy .w3-badge {
        height: 12px;
        width: 12px;
        margin: 0 2px;
    }
}

@media only screen and (max-width : 510px) {
    .socialmedia-inner {
        width: 100%;
    }

    .socialmedia-inner-inner {
        width: 100%;
    }

    .logostempeldiv {
        display: none;
    }
}

@media only screen and (max-width : 580px) {
    .text1 {
        width: 661px;
        height: auto;
        position: relative;
        overflow: visible;
        text-align: left;
        margin: 0;
        line-height: 1.65;
        font-size: 1.2em;
        font-family: Georgia, 'Times New Roman', serif;
    }
}

@media only screen and (max-width : 560px) {
    .copyrightdiv {
        min-width: 320px;
        width: 50%;
    }

    .copyright {
        font-size: 12px !important;
    }
}

@media only screen and (max-width : 661px) {
    .contactaside {
        width: 90%;
        height: auto;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        padding: 25px;
    }
}

@media only screen and (max-width : 800px) {
    .copyright {
        font-size: 2vw;
    }
}



/*Youtube Video*/
@media only screen and (max-width : 730px) {
    .youtubevideo {
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding-top: 62.5%;
        ;
        padding-right: 20px;
        padding-left: 20px;
    }

    .iframeyt {
        position: absolute;
        padding: 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .majortitle {
        font-size: 6.5vw;
    }

    .secondtitle {
        font-size: 5vw;
    }

    .copyrightdiv {
        width: 50%;
    }

    .copyright {
        font-size: 2vw;
    }
}

/*responsive nav*/
@media only screen and (max-width : 730px) {
    #menu {
        width: 320px;
    }

    #menu li {
        font-size: 17px;
    }
}

@media only screen and (max-width : 640px) {
    #menu {
        width: 220px;
    }

    #menu li {
        font-size: 16px;
    }
}

@media only screen and (max-width : 730px) {
    .text1 {
        word-wrap: break-word;
    }

    .text2 {
        word-wrap: break-word;
    }
}

@media only screen and (max-width : 1226px) {
    .logoheaderdiv {
        width: 900px;
    }

    .textundervideo {
        padding-right: 20px;
        padding-left: 20px;
        word-wrap: break-word;
    }
}

@media only screen and (max-width : 1000px) {
    .logoheaderdiv {
        width: 800px;
    }
}

@media only screen and (max-width : 900px) {
    .headerimghandy {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 1;
    }

    .headerimgpc {
        display: none;
    }
}

@media only screen and (max-width : 850px) {
    .logoheaderdiv {
        width: 700px;
    }
}

@media only screen and (max-width : 750px) {
    .logoheaderdiv {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 210px;
    }

    .logoheader {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width : 568px) {
    .headerimghandy {
        height: 270px;
        min-width: 100%;
        width: auto;
    }
}

@media only screen and (max-width : 578px) {
    .copyright {
        width: 250px;
    }
}

@media only screen and (max-width : 400px) {
    .footerdogimgdiv {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 355px) {
    .footerwhite {
        display: none;
    }
}


@media only screen and (max-width: 1120px) {
    article {
        padding-bottom: 100px;
    }
}



#backtotop {
    display: inline-block;
    background: linear-gradient(135deg, #588c3a 0%, #4a7a30 100%);
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(88, 140, 58, 0.4);
}

#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 55px;
    color: #fff;
}

#backtotop:hover {
    cursor: pointer;
    background: linear-gradient(135deg, #4a7a30 0%, #3d6626 100%);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(88, 140, 58, 0.5);
}

#backtotop:active {
    transform: translateY(-2px);
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}

a[href^="tel"], 
a[href^="mailto"] {
    color: #588c3a !important;
    text-decoration: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.impressumspan a {
    color: #588c3a !important;
    text-decoration: none;
}
