* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    background: grey;
    background: linear-gradient(0deg, rgba(152, 69, 19, 0.6) 0%, rgba(19, 139, 69, 0.7) 100%) no-repeat fixed;
    font-family: 'Noto Sans', sans-serif;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Stellt sicher, dass der gesamte Viewport ausgefüllt wird */
    margin: 0;
}

header {
    width: 100%;
    height: 80px;
    background-color: rgb(128, 128, 128, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

body {
    padding-top: 80px;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #fefefe;
}

.hamburger {
    display: none;
}

.nav-bar ul {
    display: flex;
}

.nav-bar ul li a {
    display: block;
    color: black;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
    background: transparent;
}

.nav-bar ul li a:hover {
    color: #11101b;
    background: #fefefe;
}

.nav-bar ul li a:active {
    color: #11101b;
    background: #fefefe;
}

/* CSS für die Slideshow */
.slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    overflow: hidden;
    border: 3px black;
    margin-top: 50px;
    padding-bottom: 50px;
}

.slideshow-container img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    overflow: hidden;
    border: 3px black;
    margin-top: 50px;
}

.anbieten {
    padding-bottom: 30px;
    text-align: center;
    justify-content: center;
}

/* Der Inhalt füllt den verfügbaren Raum aus */
main {
    flex-grow: 1; /* Lässt den Hauptinhalt wachsen, um den verfügbaren Platz auszufüllen */
}

/* Footer bleibt am Ende */
.footer {
    align-items: center;
    text-align: center;
    color: inherit;
    background-color: rgb(128, 128, 128, .3);
    padding: 0 100px;
    text-decoration: none !important;
    border-radius: 2px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-top: auto; /* Verschiebt den Footer nach unten */
}

.github {
    color: black;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.mySlides {
    display: none;
}

html {

}

/* Stile für das Logo */
.Foto {
    user-select: none;
}

/* Stile für die Tabelle */
table {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 80%;
    background-color: #fff; /* Hintergrundfarbe für die Tabelle */
    border: 3px solid rgba(68, 68, 68, 0.2); /* Rahmen um die Tabelle */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Schatten um die Tabelle */
}

th, td {
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}

th {
    background-color: #f2f2f2;
}

nav#main-nav {
    font-size: 24px;
}

nav#main-nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

nav#main-nav ul li {
    margin: 0 10px;
}

nav#main-nav ul li a {
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    transition: all 300ms ease 0s;
}

nav#main-nav ul li:hover > a {
    background: #1e73be;
    color: #fff;
}

main {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
}

.top:hover {
    background-color: #1e73be;
}

.Logo {
    justify-content: start;
}

/* CSS für die Slideshow */
.slideshow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 500px;
    overflow: hidden;
    border: 3px black;
    margin-top: 50px;
}

.slideshow-container img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    overflow: hidden;
    border: 3px black;
    margin-top: 50px;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.mySlides {
    display: none;
}

.welcometext {
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;
}
.welcometext1 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;

}

.text-container {
    margin: 3px;
    font-size: 25px;
    padding-bottom: 10px;
}
.text-container1 {
    margin-top: 30px;
    font-size: 25px;
}

.header {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    font-style: italic;
}

.header3{ 
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    font-style: italic;
}

.paragraph {
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;
}

.paragraph2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-style: italic;
    margin-bottom: 120px;
}

.paragraph-preise {
    display:none;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
    text-align: center;
    font-style: italic;
}

#indexBlock {
    text-align: center;
    font-style: italic;
}

#Lieferung {
    flex-direction: row;
    display: flex;
    margin: 20px;

}

#Beschreibung_Lieferung {
    margin: 1rem;
    flex-direction: column;
}

.lieferung {
    margin-left: 10rem;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
    box-shadow: none; /* Remove any box shadow */
    border: none;
}

.custom-table td {
    width: 34.33%;
    background-color: transparent;
    border: none;
    box-shadow: none; /* Remove any box shadow */
}

#indexBlock {
    margin: 30px;
    background-color: transparent;
}

.angebot-container {
    display: flex;
    justify-content: center;
		
}

.angebot {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 50%;
    box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.6);
    top: 50%;
    left: 50%;

}


@media only screen and (max-width: 1320px) {
    header {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1100px) {
    header {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 900px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger .line {
        width: 30px;
        height: 3px;
        background: #fefefe;
        margin: 6px 0;
    }

    .nav-bar {
        height: 0;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background: linear-gradient(0deg, rgb(152, 69, 19) 0%, rgb(19, 139, 69) 100%) no-repeat fixed;
        transition: 0.5s;
        overflow: hidden;
    }

    .nav-bar.active {
        height: 550px;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a {
        margin-bottom: 12px;
    }

    .paragraph {
        text-align: center;
    }

    .paragraph-preise {
	display: flex;
        justify-content: center;
	text-align: center;
        margin-top: 35px;
    }

    .header {
        text-align: center;
    }

    .lieferungpic {
        width: 50%;
	height: 50%
    }

    .angebot {
	justify-content: center;
	align-items: center;
	width: 50%
	height: 50%
    }
    .offer-container {
	width: 50%
	height: 50%
    }
}