html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
     font-family: "Rubik", sans-serif;
    color: #414144;
    font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
.contract-popup {
    line-height: 1.3;
}
.contract-popup {
    font-size: 14px;
    color: #333;
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 450px;
    box-sizing: border-box;
    width: 90%;
    z-index: 130;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #fff;
}
img{
    display: block;
    width: 100%;
}
.container{
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
header{
    padding: 10px 0; 
}
.logo{
    display: block;
    max-width: 220px;
}
.f_s{
    position: relative;
    min-height: 50vh;
    background: #ffffff56;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teem{
    position: relative; 
    background: #ffffff56;
}
.f_s::before, .teem::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(./w_img/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.list2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.list2 li{
    padding: 20px;
    background: #2e7d32;
    color: #fff;
}
 .teem::before{
    opacity: .3;
 }
h1{
    text-align: center;
    font-size: 3vw;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    color: rgb(27, 108, 183);
    text-shadow: 1px 1px #000;
    margin-bottom: 20px;
}
.top_block p{
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    background: #e1dfdf9f;
}
.py{
    padding: 80px 0;
}
p{
    line-height: 1.4;
    margin: 0 0 20px;
}
li{
    line-height: 1.3;
}
h2{
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    color: rgb(3, 141, 33);
    margin: 0 0 30px;
    text-align: center;
}
.grid_b{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.grid_b li{
    margin: 0 0 15px;   
    list-style: disc;
    font-style: italic;
        margin-left: 20px;
}
.grid_b li span{
    color: rgb(1, 133, 8);
    font-weight: 600;
 
}
 
.t_b{
    background: #68abc51f;
}
.list_i{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.list_i h3{
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.list_i li{
    padding:50px 30px 30px;
    position: relative;
    background: #94bc899f;
    text-align: center; 
}
.pricing_section {
    background-color: #f9f9f9;
    padding: 50px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.pricing_section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.pricing_section p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #555;
}

.price_table {
    overflow-x: auto;
}

.pricing_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 900px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 8px;
}

.pricing_table thead tr {
    background: linear-gradient(90deg, #4CAF50, #81C784);
    color: #fff;
}

.pricing_table th, .pricing_table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}

.pricing_table tbody tr:hover {
    background-color: #e8f5e9;
    cursor: default;
}

.pricing_table tbody tr:last-child td {
    border-bottom: none;
}

.note {
    max-width: 900px;
    margin: 30px auto 0;
    font-style: italic;
    font-size: 0.95rem;
    color: #666;
    text-align: center;
}

.f_b{
    position: relative;
    background: #ffffffc2;
    text-align: center;
}
.f_b::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./w_img/bg4.png) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.ram img{
    width: 50px;
    min-width: 50px;
}
.ram{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.footer_links{
    display: flex;
    gap: 10px 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}
.ram p{
    margin: 0;
    font-weight: 600;
}
 
.list_i .i2::before{
    background: url(./w_img/it2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.list_i .i3::before{
    background: url(./w_img/it3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.for-sm{
    max-width: 500px;
    margin: 0 auto;
    background:  rgb(2, 94, 181);
    padding: 20px;
    box-sizing: border-box;
}
.testimonial_section {
    background: #e8f5e981;
    padding: 60px 0; 
    position: relative;
    color: #2c3e50;
}.contact_section {
    background: #f1f8e9;
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
    color: #2e7d32;
}

.contact_section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #33691e;
}

.contact_section .intro_text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #4e5d52;
}

.contact_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_text {
    flex: 1 1 45%;
}

.contact_benefits {
    list-style: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: #2f4f4f;
}

.contact_benefits li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.contact_benefits li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #66bb6a;
    font-size: 1.2rem;
}

.contact_form {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form input,
.contact_form textarea {
    padding: 12px 15px;
    border-radius: 50px !important;
    border: 1px solid #c5e1a5;
    font-size: 1rem;
    background-color: #ffffff;
    color: #333;
    transition: border-color 0.3s ease;
}

.contact_form input:focus,
.contact_form textarea:focus {
    border-color: #81c784;
    outline: none;
}

.contact_form textarea {
    resize: vertical;
}

.submit_btn ,.btn_style{
    background-color: #388e3c;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1rem; 
    border-radius: 50px !important;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit_btn:hover {
    background-color: #2e7d32;
}

/* Responsive Anpassung */
@media (max-width: 768px) {
    .contact_wrapper {
        flex-direction: column;
    }

    .contact_text,
    .contact_form {
        flex: auto;
    }
    .contact_form { 
    width: 100%;
}
}

.testimonial_section::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(./w_img/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.testimonial_section h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #388e3c;
    font-weight: 700;
    letter-spacing: 1px;
}

.testimonial_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
}

.testimonial {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.testimonial::before {
    content: "“";
    font-size: 4rem;
    color: #81c784;
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: serif;
    opacity: 0.2;
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #34495e;
}

.testimonial strong {
    display: block;
    font-weight: 600;
    color: #2e7d32;
    text-align: right;
    font-style: normal;
}

.testimonial:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    cursor: default;
}

/* Responsive adjustments */
@media(max-width: 600px) {
    .testimonial_section h2 {
        font-size: 2rem;
    }
    .testimonial {
        padding: 20px;
    }
}

.for-sm form{
    display: flex;
    gap: 10px;
}
form input{
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    border: none;
}
.btn_style{
    background: green;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    max-width: 200px;
    border: 2px solid #fff;
    color: #fff;
    transition: all .3s linear;
}
.btn_style:hover{
    transform: scale(1.1);
}
button{
    cursor: pointer;
}
footer{
    background: #b9b9b9; 
    padding: 30px 0 10px;
}
footer .logo{
    margin: 0 auto 30px;
}
.polit {
    display: inline-block;
 
    color:  rgb(2, 94, 181);
}
.footer-contact h3{
    font-weight: 600;
    margin: 30px 0 10px;
}
.footer-contact li{
    margin: 0 0 10px;
}
.footer-bottom p{
    font-size: 12px;
}
.nav_content ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.nav_content a {
    color: #074184;
    font-weight: 600;
    transition: all .3s linear;
}
.nav_content a:hover{
    color: green;
}
.nav_content a.active{
    color: green;
}
header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_f_s::before{
    background: url(./w_img/bg3.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.sec_f_s p, .prod_f_s p{
    background: #ffffffc0;
    padding: 20px;
    margin-top: 20px;
}
.py{
    position: relative;
} 
.for-bg{
    max-width: 400px;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #999ca098;
    border-radius: 10px;
    margin: 0 auto;
}
.for-bg input{
    margin: 0 0 10px;
}
.for-bg button{
    max-width: 100%;
    font-size: 18px;
}
.prod_f_s::before{
    background: url(./w_img/food2.png) no-repeat;
    background-position: center;
    background-size: cover;
} 
.contact_block{
    min-height: 85vh;
    padding: 100px 0; 
    box-sizing: border-box;
}
.grid_con{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.map_block iframe{
    width: 100%;
    display: block;

height: 300px;}
.contact_block h3{
    color: #074184;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 24px;
}
.wrapper_doc h3{
    margin: 30px 0 10px ;

font-weight: 600;}
.wrapper_doc  p{
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 16px;
}
.wrapper_doc{
    padding: 50px 0;
}
.wrapper_doc li{
    margin: 0 0 10px;
    margin-left: 20px;
}
.wrapper_doc  ul{
    list-style: numbers;
}
.wrapper_doc  ol{
    list-style: lower-alpha;
}
.polit{
    font-size: 14px;
}
.contact_block{
    background: #ffffffa9;
}
.contact_block ul{
    display: flex;
    flex-direction: column;
}
.contact_block li{
    background: #2e7d32;
    display: inline-block;
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.contact_block li a{
    color: #e8f5e9;
}
.content_th{
    min-height: 100vh;
    text-align: center;
}
.thank-you-container{
    max-width: 500px;
    margin: 0 auto;
}
.thank-you-container .btn_style{
    max-width: 400px;
    margin: 0 auto;
}
.f_b.py::after{
    content: none;
}
.sec_f_s{
    padding: 50px 0;
}
footer {
    background-color: #f3f7f1;
    color: #2e4e3f;
    padding: 60px 20px 30px;
    font-family: 'Segoe UI', sans-serif;
    border-top: 4px solid #81c784;
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

footer .logo img {
    width: 160px;
    margin-bottom: 15px;
}

footer p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4e5d52;
}

.footer-contact h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #33691e;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-contact li {
    margin-bottom: 6px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_links a {
    color: #558b2f;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer_links a:hover {
    color: #33691e;
    text-decoration: underline;
}

.footer-bottom {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #c8e6c9;
    font-size: 0.9rem;
    color: #607d8b;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    footer .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0;
    }

    .footer_links {
        align-items: center;
    }

    .footer-contact ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .contact_block {
        padding: 50px 0;
    }
}
@media screen and (max-width:767px) {
    .nav_content a{
        font-size: 14px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    .grid_b{
        display: flex;
        flex-direction: column;
    }
    .g_img{
        order: 1;
    }
    .list_i{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .list_i li{ 
        box-sizing: border-box;
        max-width: 500px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .ram p{
        text-align: left;
    }
    .ram {
        margin-bottom: 40px;
    }
    footer p{
        font-size: 16px;
    }
    .for-sm form{
        display: flex;
        flex-direction: column;
    }
    .contact_section h2{
        font-size: 1.5rem;
    }
    .for-sm button{
        margin: 0 auto;
    }
    header .container{
        flex-direction: column;
        gap: 20px;
    }
    .py{
        padding: 50px 0;
    }
    .container{
        padding: 0 10px;
    }
    .py::after{
        height: 35px;
    }
    .grid_con{
        display: flex;
        flex-direction: column;
    }
    .contact_block .footer-contact{
        max-width: 500px;
        margin: 0 auto 40px;
    }
    .ram p{
        font-size: 14px;
        font-weight: 700;
    }
}