* {
    text-decoration: none;
}

:root {
    --schrift1: 20px;
    --schriftdick: 700;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: black;
    font-family: system-ui;
    background-color: #ff3131ff;
}

a:link,
a:visited {
    color: var(--text_farbe);
}

/* _____________________________________________HEADER_________________________________________ */
.header {
    height: 1000px;
    background-color: #ff3131ff;
    display: grid;
    place-items: center;
    animation: fadein 1.0s;
}

.header img {
    max-height: 120%;
    max-width: 100%;
}

/* _____________________________________________navbar_________________________________________ */
.navbar {
    background-color: #ffe500ff;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, auto);
    height: 50px;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0px 10px 21px 12px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar div {
    width: 100%;
    height: 100%;
    place-content: center;
    text-align: center;
}

.navbar div a {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    text-align: center;
    font-size: 30px;
}

.navbar div:hover {
    background-color: black;
    color: #ff0000ff;
}

/* _____________________________________________SEITE1_________________________________________ */
.main_item1 {
    display: grid;
    grid-gap: 2px;
    height: 950px;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(4, auto);
}

.home_item1 {
    margin-top: 40px;
    background-image: url(bild1.png);
    background-repeat: no-repeat;
    grid-row: 1/4;
    grid-column: 1/2;
}

.home_item2 {
    padding-top: 20px;
    grid-row: 4/5;
    grid-column: 1/2;
}

.home_item2 p {
    font-size: 30px;
    line-height: 40px;
    margin-left: 50px;
}

.home_item2 h1 {
    margin-left: 50px;
}

.home_item3 {
    background-image: url(burger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    grid-row: 1/5;
    grid-column: 2/5;
}

.sprungmarke {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -50px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffe500ff;
    color: black;
    text-align: center;
    padding: 15px;
    z-index: 1000;
    display: none;
}

.cookie-button {
    background-color: #ff3131ff;
    color: black;
    border: none;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 20px;
}

.cookie-button:hover {
    background-color: black;
    color: #ff3131ff;
}

/* _____________________________________________SEITE2_________________________________________ */
.main_item2 {
    display: grid;
    grid-gap: 2px;
    height: 950px;
    grid-template-columns: repeat(11, auto);
    grid-template-rows: repeat(10, auto);
}

.main_item2 h1 {
    margin: 0;
}

.home1_item1 {
    margin-left: 120px;
    background-image: url(pommes.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 30%;
    grid-column: 1/5;
    grid-row: 1/11;
}

.home1_item2 {
    grid-column: 4/12;
    grid-row: 1/1;
}

.home1_item3 {
    grid-column: 8/12;
    grid-row: 2/4;
}

/* Beginn unsere Leistungen_________________________________________ */
.home1_item3 p {
    font-size: 50px;
    color: #ffe500ff;
}

.home1_item4 p,
.home1_item5 p,
.home1_item6 p,
.home1_item7 p,
.home1_item8 p {
    font-size: 20px;
    margin-top: 10px;
}

.home1_item4 {
    grid-column: 8/8;
    grid-row: 3/5;
}

.home1_item5 {
    grid-column: 8/8;
    grid-row: 4/7;
}

.home1_item6 {
    grid-column: 8/8;
    grid-row: 5/9;
}

.home1_item7 {
    grid-column: 9/12;
    grid-row: 3/5;
}

.home1_item8 {
    grid-column: 9/12;
    grid-row: 4/7;
}

.home1_item9 {
    display: grid;
    border: solid 2px #ffe500ff;
    background-color: #ffe500ff;
    border-radius: 50px;
    grid-column: 8/11;
    grid-row: 8/9;
    justify-content: center;
    align-items: center;
}

.home1_item9:hover {
    background-color: black;
    border: solid 2px black;
    color: #ff3131ff;
}

#event {
    font-size: 20px;
    font-weight: 700;
}

/* _____________________________________________SEITE3_________________________________________ */
.main_item3 {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(10, auto);
    grid-gap: 2px;
    height: 950px;
    background-image: url(hintergund2.png);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

.home3_item1 {
    grid-column: 1/2;
    grid-row: 1/7;
    background-image: url(unterstrich2.png);
    background-repeat: no-repeat;
    background-position: 87% 30%;
}

.home3_item2 {
    grid-column: 1/3;
    grid-row: 4/7;
}

.home3_item2 p {
    font-size: 35px;
    margin: 0px;
    margin-left: 50px;
}

.home3_item3 {
    background-image: url(loeffel2t.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 80% 60%;
    grid-column: 2/7;
    grid-row: 1/11;
}

.home3_item1 p {
    color: #ffe500ff;
    font-size: 120px;
    font-weight: 700;
    margin: 0;
    margin-left: 50px;
    margin-top: 30px;
}

.home3_item4 {
    grid-column: 1/4;
    grid-row: 6/10;
}

.home3_item4 p {
    margin-left: 50px;
    font-size: 25px;
    line-height: 20px;
    text-decoration: underline;
}

.home3_item5 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 50px;
    justify-content: center;
    align-content: flex-end;
    grid-column: 1/6;
    grid-row: 11/11;
    margin-bottom: 10px;
    text-decoration: underline;
}

/* _____________________________________________seite4_________________________________________ */
.main_item4 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    grid-gap: 2px;
    height: 950px;
}

.home4_item1 {
    grid-column: 1/3;
    grid-row: 1/1;
    padding-top: 50px;
    background-image: url(unterstrich2.png);
    background-repeat: no-repeat;
    background-position: 4% 43%;
    background-size: 18%;
}

.home4_item1 a {
    display: grid;
    color: #ffe500ff;
    font-size: 70px;
    margin-left: 50px;
}

.home4_item3 {
    display: grid;
    grid-column: 1/4;
    grid-row: 2/2;
    background-image: url(csm_Logo_Eduards_aa6b34aff6.png);
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}

.home4_item2 {
    display: grid;
    grid-column: 1/4;
    grid-row: 3/3;
    justify-content: center;
}

/* _____________________________________________impressum_________________________________________ */

.impressum_cont {
    display: grid;
    justify-content: center;
    
}

.impressum-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

p {
    line-height: 1.6;
    margin: 10px 0;
}

strong {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* _____________________________________________contact_________________________________________ */
 
.contact-cont {
    display: grid;
    height: 100vh;
    justify-content: center;
    align-content: center;
}

.contact-form {
            background: #ffe500ff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 800px;
        }

        .contact-form h2 {
            margin-bottom: 15px;
            font-size: 24px;
            color: #333;
        }

        .contact-form label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

.contact-form input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            box-sizing: border-box;
    
}
        .contact-form textarea {
            width: 100%;
            height: 500px;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            box-sizing: border-box;
        }

        .contact-form button {
            width: 100%;
            padding: 10px;
            border: none;
            background-color: #28a745;
            color: #fff;
            background-color: #ff3131ff;
            font-size: 16px;
            cursor: pointer;
            border-radius: 3px;
        }

        .contact-form button:hover {
            background-color: black;
        }