/* Allgemeine Stile */
.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'menu menu menu menu menu menu'
	'main main main main main main'
	'main2 main2 main2 main2 main2 main2'
	'footer footer footer footer footer footer';
  gap: 10px;
  background-color: transparent;
  padding: 10px;
}

.testme{
	transform: rotate(35deg);
	border-radius: 60%;	
	margin-left: 10px;
}
.testme:hover{
	font-size: 20px;
	color:red;
	background-color: #F96C00;
	transition: 2s;
		
}

.testmeWP
{
	transform: rotate(0deg);
	border-radius: 60%;	
	margin-left: 10px;
}
.testmeWP:hover{
	font-size: 20px;
	color:blue;
	background-color: transparent;
	transition: 2s;
		
}


.testme3{
	border-radius: 60%;	
	margin-left: 10px;
}
.testme3:hover{
	font-size: 20px;
	color:red;
	background-color: #F96C00;
	transition: 2s;
}


.grid-container > div {
	
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.item1 { grid-area: header;  }
.item2 { grid-area: menu; border-color: #FF0004; border-style:solid; border: thick; background-color: rgba(0, 0, 0, 1.6);}
.item3 { grid-area: main; }
.item5 { grid-area: main2; background-color: rgba(0, 0, 0, 1.6) }
.item4 { grid-area: footer;}

.mini-image{
	align-content: center;
	height: 100px;
	width: 100px;
	}

.grid-container1{
	display: grid;
	grid-template-areas: '1 2 3 ';
	gap: 10px;
}
.grid-item1{
	color:black;
	background-color: #EFC800
}
 .services-list {
            list-style: none;
            padding: 0;
            max-width: 600px;
            margin: auto;
            font-size: 22px;
        }

        .services-list li {
            position: relative;
            margin-bottom: 15px;
            padding-left: 30px;
        }

        .services-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 15px;
            background-color: yellow;
            border-radius: 50%;
        }

href a{
	color: yellow;
}

.mv-btn{

	color:yellow;
	background-color: black;
	border: thick;
	border-color: yellow;
	height: 80px;
	width: auto;
	word-break:break-all;
}

 #pdf-viewer {
            width: 100%;
            height: 100vh;
            overflow: auto;
        }
        canvas {
            display: block;
            margin: 0 auto;
        }
        .pdf-input {
            position: absolute;
            border: none;
            background: rgba(255, 255, 255, 0.8);
        }


.cookie-consent-toast {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 1000;
}

.cookie-consent-toast.hidden {
    display: none;
}

.cookie-consent-toast p {
    margin: 0 0 10px;
}

.cookie-consent-toast button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-consent-toast button:nth-child(2) {
    background-color: #008CBA; /* Blue */
}

.cookie-consent-toast button:nth-child(3) {
    background-color: #f44336; /* Red */
}


       .contact-info {
            font-size: 15px;
            background-color: black;
            color: white;
            padding: 20px;
            border-radius: 8px;
        }

        .contact-info h3 {
            margin-top: 0;
        }

        .contact-info p {
            margin: 10px 0;
        }

        .contact-info a {
            color: yellow;
            text-decoration: none;
        }

        .contact-info a:hover {
            text-decoration: underline;
        }
 .contact-info .icon-text a {
            color: yellow; /* Linkfarbe gelb */
        }
         .container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            padding: 20px;
            
            color: white;
            border-radius: 8px;
			background-color: rgba(0, 0, 0, 0.5);
        }

        .container h3, .container p, .container a {
            margin: 10px 0;
        }

        .container a {
            color: yellow;
            text-decoration: none;
        }

        .container a:hover {
            text-decoration: underline;
        }

        .footer {
            font-size: 10px;
            text-align: center;
            margin-top: 20px;
        }


body, html {
	font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.3); /* Schwarzer Hintergrund mit 50% Transparenz */
    color: yellow;
    scroll-behavior: smooth;
	background-image: url("img/pexels-estudiopolaroid-3112004.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; /* Bild fixieren */

}

#login-success-message{
	color: yellow;
}

video {
        border: 2px solid #333;
        border-radius: 10px;
    }
.header-logo {
    max-height: 400px;
    height: auto;
    margin-top: -50px;
    max-width: 800px;
    position: relative;
    text-shadow: 0px 0px;

}

.header-logowp {
    max-height: 200px;
    height: auto;
    margin-top: -50px;
	margin-left: 0px;
    max-width: 400px;
    position: relative;
    text-shadow: 0px 0px;
	background-color: white;

}

.banner-text {
    text-align: center;
    background-color: transparent; /* Schwarzer Hintergrund mit 50% Transparenz */
    color: yellow;
    font-size: 1.0em;
    font-weight: bolder;
    margin: 10px 0;
    margin-top: 0px;
    width: 100%;
}

header h1 {
    color: #fff;
    margin: 10px;
    font-size: 1.5em;

}

.nav-link-main {
    color: yellow;
}

nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style-type: none;
    position: relative;
    font-size: 20px;
	background-color: transparent;
    
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    transition: font-size 0.3s ease;
}

nav ul li a:hover {
    font-size: 25px;
	font-style: oblique;
text-decoration: underline;
text-decoration-color: white;
}

.nav-link-main.active {
    color: white;
}


#main-content {
    width: 100%;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5); /* Schwarzer Hintergrund mit 50% Transparenz */
    color: yellow;
	overflow-y: auto; /* Vertikale Scrollleiste hinzufügen */
}


/* KARUSSEL BILDERGALLERIE */
.carousel {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #333;
    border-radius: 10px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-item img {
    width: 100%;
    border-radius: 10px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}


.logout_btn{
	color:  black;
	background-color: yellow;
	border-radius: 10px;
	height: 20px;
	padding-top: 2px;
}
.logout_btn:hover{
	color:  black;
	background-color: orange;
	border-radius: 10px;
	height: 20px;
	padding-top: 2px;
	font-size: 15px;
}


#content {
    text-align: center;
}

#content h2, #content p {
    color: #000;
}

/* Stile für das Formular */
#login form {
    margin-top: 20px;
    text-align: center;
}

#login form label {
    font-weight: bold;
}

#login form input[type="text"],
#login form input[type="password"],
#login form input[type="submit"] {
    margin: 10px 0;
    padding: 5px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#login form input[type="submit"] {
    background-color: #FFED00;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

#login form input[type="submit"]:hover {
    background-color: #FFBE00;
}

section {
    text-align: center;
	color:yellow;
	
}

.hidden{
	display:none;
}

.greeting {
    color: #FF0004;
    text-align: center;
}

/* SLIDER */

/* styles.css */

.slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
}

.slide {
    min-width: 500px;
    max-width: 500px;
    height: 500px;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controls {
    text-align: center;
    margin-top: 10px;
}

.controls button {
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
}


/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
background-color: rgba(0, 0, 0, 0.8); /* Hintergrund mit Transparenz */
}

/* Modal Content */
.modal-content {
        background-color: rgba(0,0,0,0.8);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

/* Close Button */
.close
.close2
.close3{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


button {
    background-color: #FFED00;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #FFBE00;
}

label {
    color: yellow;
    font-weight: bold;
    font-size: 15px;
}
/* Media Queries für Mobilgeräte */
@media (max-width: 600px) {
    .grid-container {
        display: block;
        padding: 0;
    }

    .nav-link-main.active {
        font-size: 16px; /* Neue Schriftgröße für den aktiven Link */
        font-style: oblique;
        text-decoration: underline;
        text-decoration-color: white;
    }
	
	.nav-link-main{ display: none;}

    .grid-container > div {
        padding: 10px;
        font-size: 16px;
    }

    .item2,
    .menu {
		display:none;
		float:center;
        border-color: #000000;
        border-style: solid;
        border-width: thick;
        background-color: rgba(0, 0, 0, 1.6);
        padding: 10px; /* Abstand innerhalb des Menüs */
    }

    .nav-button {
        display: block; /* Buttons untereinander anzeigen */
        width: auto;
        margin-bottom: 1px; /* Abstand zwischen den Buttons */
        padding: 0px;
        background-color: transparent;
        color: yellow;
        border: none;
        border-radius: 2px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .nav-button:hover {
        background-color: #333; /* Hintergrundfarbe beim Hover-Effekt ändern */
    }

    .grid-container1 {
        display: block;
    }

    .grid-item1 {
        background-color: #EFC800;
        color: black;
    }

    .services-list {
        font-size: 18px;
    }

    .mv-btn {
        font-size: 18px;
    }

    .contact-info,
    .container,
    .footer {
        font-size: 14px;
    }

    .container {
        padding: 10px;
    }

    .carousel {
        max-width: 300px;
    }

    .carousel-control {
        width: 20px;
        height: 40px;
        font-size: 20px;
    }

    .logout_btn {
        font-size: 12px;
        padding-top: 2px;
    }

    .header-logo {
        max-height: 200px;
    }

    .banner-text {
        font-size: 0.8em;
    }

    nav li a {
        font-size: 15px;
		display: block;
    }
	
	nav ul{
		display: block;
		font-size: 15px;
	}

    #main-content {
        padding: 10px;
    }

    .column {
        padding: 10px;
        font-size: 16px;
    }

    .column h2 {
        font-size: 20px;
    }

    .column p {
        font-size: 14px;
    }

    .price {
        font-size: 16px;
    }

    .container {
        font-size: 14px;
        display: block;
    }

    .contact-info {
        font-size: 14px;
        display: block;
    }

    #iframe-container {
        display: none; /* Das iframe-Element im Media Query ausblenden */
    }
	
	
}