@charset "UTF-8";
/* CSS Document */

        body {
            margin: 0;
            font-family:Arial, sans-serif;
            background-color: black;
            color: #fff; 
        }
        .video-background {
            position:absolute;
            top: 0;
            left: 0;
            width: 100%; 
            height: 100%; 
            object-fit: cover; 
            z-index: -1; 
            background-repeat: no-repeat;
        }
        header {
            background-color:#111 rgba(255, 255, 255, 0.80); 
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        header h1 {
            margin: 0;
			font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
            font-size: 2.rem;
        }
		
		.navbar {
            display: flex;
            justify-content: center;
			font-family:Arial, sans-serif;
            align-items: center; 
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 15px;
            gap: 20px; 
        }

        .navbar a {
            text-decoration: none; 
            color: #fff;
            font-size: 0.85rem; 
            border-radius: 5px; 
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .navbar a:hover {
            background-color: #f0c040; 
            color: #000; 
        }

        .navbar a.active {
            background-color: #f0c040; 
            color: #000; 
        }
       .contact-info {
            background-color: #222; 
            font-size: 0.85rem; 
            font-family:Arial, sans-serif;
            font-weight: 400;
            border-top: 1px solid #444;
            padding-left: 200px;
            padding-bottom: 2px;
            padding-top: 2px;
        }

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

        .content {
            margin-top: 675px;
            color: white;
            text-align: justify;
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            font-family: 'Roboto', sans-serif; 
            font-weight: 100; 

        }

        .content-2 {
            margin-top: 5px;
            color: white;
            text-align: center;
        }
        .content-3 {
            margin-top: 50px;
            color: white;
            text-align: justify;
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            font-family: 'Roboto', sans-serif; 
            font-weight: 100; 
        }
        .content-4 {
            margin-top: 10px;
            color: white;
            text-align: justify;
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            font-family: 'Roboto', sans-serif; 
            font-weight: 100; 
        }
        .content-box {
            background-color: rgba(0, 0, 0, 0.9);
            text-align: center; 
            border-radius: 0%; 
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            margin-top: 10px;
            margin-left: 200px; 
            margin-right: 200px;
         }
		
        .content-box-2 {
            background-color: white;
            margin-top: 100px;
            color: #000000;
            text-align: justify;
            padding-left: 400px; padding-right: 400px;padding-top: 5px; padding-bottom: 5px;
            font-family: 'Roboto', sans-serif; 
            font-weight: 100;
            font-size: smaller;
        }      
        
        .content-box-3 {
            background-color: white;
            margin-top: 0px;
            color: #000000;
            text-align: justify;
            padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
            font-family: 'Roboto', sans-serif; 
            font-weight: 100;
            font-size: xx-small;
        }      

		.flex-container {
            display: flex;
            gap: 10px; 
			padding-left: 200px; padding-right: 200px;padding-top: 5px; padding-bottom: 5px;
        }
        .text-container {
            max-width: 600px;
        }
		
		img {
    		display: inline-block; 
		}
		
		h1 {
    		margin-bottom: 10px; 
		}

		h3 {
			margin-top: 5px; 
			font-family:Arial, sans-serif;
		}	

        h2 {
			margin-top: 5px; 
			font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
		}	

        .image-container {
            display: flex; 
            gap: 10px; 
            justify-content: center;
            align-items: center;
            top: 50%;
        }

        .responsive-image {
            width: 100%; 
            height: 500px; 
            max-width: 200px;
        }
        hr {
            border: none;
            height: 2px;
            background-color: gold;
            margin: 20px 0;
        }
        h4 {
            padding-top: 2px;
            font-size: 15px;
            font-weight: bold;
            }
        .image-container-2 {
            display: flex; 
            gap: 10px; 
            justify-content: center;
            padding-left: 150px;
            padding-right: 150px;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .responsive-image-2 {
            width: 100%; 
            height: auto; 
            max-width: 600px;
        }
        .responsive-image-3 {
            width: 100%; 
            height: 100%; 
            max-width: 200px;
        }
        .slider {
            position: relative;
            max-width: 600px;
            margin: auto;
            overflow: hidden;
            display: flex;
            justify-content: center; 
            align-items: center;
        }
        .slides {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .slide {
            min-width: 100%;
            box-sizing: border-box;
        }
        
        .prev, .next {
            cursor:pointer;
            position:absolute;
            top: 50%; 
            transform: translate(-50%, -50%); 
            width: auto;
            padding: 16px;
            color: white;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            z-index: 10; 
            background-color: transparent;
        }
        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.9); 
            color: rgb(255, 255, 255);
            }
        .prev {
            left: 40px;
        }
        
        .next {
            right: 10px; 
        }
        .zentriert {
            text-align: center;
        }
        .link-unterstrichen {
            text-decoration: underline;
            color:black; 
        }