
 
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: white;
}
a {
	text-decoration:none;
	color:white;
}
h1 {
	font-size:2em;
	line-height:2.2em;
	text-align: justify;
}
h2 {
	font-size:1.563em;
	line-height:1.8em;
	text-align: justify;
}
p {
	font-size:1em;
	line-height:1.2em;
}	



.image-container {
    width: 100%; 
    height: auto; 
    overflow: hidden;
}

.image-container img {
    width: 100%; 
    height: auto; 
    max-width: none; 
    object-fit: cover; 
}




#content1 {
	margin:0.5em auto;
	width: 80%;
	height:45em;
	padding:0.2em;
	justify-content: center;
}
.index-logo {
	margin:0;
	width: 47.5%;
	height:100%;
	padding:0em;
	float:left;
	display:inline-block;
    vertical-align:top;
}

.index-logo img {
    width: 50%; 
    height: auto; 
    max-width: none;
	border-radius: 1.625em;
	box-shadow: 1em 1em 1em rgba(100, 149, 237, 0.9);
	margin:3em auto;
	display: flex;
    justify-content:left;
}
.index-logo1 {
	margin:auto;
	width: 47.5%;
	height:100%;
	padding:0em;
	float:left;
	display:inline-block;
}
.index-logo1 ul {
	width:100%;
	height:78%;
	margin-top: 5em;
	margin-bottom: 0.5em;
	padding-left: 0.6em;
	padding-bottom: 0.5em;
	font-size:1.6em;
}


		
.content {
	border: 1px solid #00bfff;
	margin:1em auto;
	width: 80%;
	height:auto;
	padding:0.5em;
	justify-content: center;
}
.content h1 {
	width:100%;
	margin:0em auto;
	text-align: center;
}
.content h2 {
	width:auto;
	margin:0em auto;
	text-align: center;
}
.content p {
	text-align: center;
}
.content a {
	text-decoration:none;
	color:white;
}

.button {
	display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #1a1d2e, #2a2f44);
    padding: 0.25em 0;
    box-shadow: 0 0 1.3em rgba(100, 149, 237, 0.7);
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
	color: white;
	padding: 0.225em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	margin:2em 45%;
}
.button4 {
	border-radius: 1.5625em;
}
.button > div {
    position: relative;
    color: white;
    padding: 0.25em;
    cursor: pointer;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.button > div:hover {
    color: #87cefa;
    transform: translateY(-6px);
}
.formular {
    display: flex;
    justify-content: center;
}
		
.subcontent {
	float:left;
	display: inline;
	margin:1em auto;
	width: 48%;
	height:auto;
	padding:0.5em;
	text-align:left;
}
.subcontent1 {
	float:left;
	display: inline;
	margin:1em auto;
	width: 48%;
	height:auto;
	padding:0.5em;
	text-align:left;
}		
	
		
     
.menu {
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #1a1d2e, #2a2f44);
    padding: 0.225em 0;
    box-shadow: 0 0 20px rgba(100, 149, 237, 0.7);
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.menu a {
			text-decoration:none;
			color:white;
}
.menu > div {
    position: relative;
    color: white;
    padding: 0.5em;
    cursor: pointer;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.menu > div:hover {
    color: #87cefa;
    transform: translateY(-6px);
}
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #16213e, #284b63);
    width: 10em;
    box-shadow: 0 0 15px rgba(100, 149, 237, 0.7);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.menu > div:hover .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

     
		
.mobile-menu {
    display: none;
    background: linear-gradient(135deg, #1a1d2e, #2a2f44);
    color: white;
    padding: 0.225em;
    text-align: right;
    box-shadow: 0 0 20px rgba(100, 149, 237, 0.7);
}
.hamburger {
    cursor: pointer;
    font-size: 1.75em;
    transition: transform 0.3s ease-in-out;
}
.hamburger:hover {
    transform: scale(1.2);
}
.mobile-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    background: linear-gradient(135deg, #16213e, #284b63);
    text-align: center;
    box-shadow: 0 0 15px rgba(100, 149, 237, 0.7);
}
.mobile-nav div {
    padding: 1em;
    color: white;
    border-bottom: 0.0625em solid #555;
    transition: background 0.3s ease-in-out;
}
.mobile-nav div:hover {
    background: rgba(255, 255, 255, 0.2);
}

#menu-toggle {
    display: none;
}
#menu-toggle:checked + .mobile-nav {
    max-height: 600px;
}
				
		/* Kontakt ende */
.down {
	display: flex;
	width:100%;
	height:auto;
	justify-content: center;
}
.down p {
	text-align: center;
}
		
		
		
	

.image-container-raum {
	margin:1em auto;
	width: 75%;
	height:auto;
	padding:0.5em;
	justify-content: center;
}

.image-container-raum img {
    width: 100%; 
    height: auto;
    max-width: none; 
    object-fit: cover; 
	border-radius: 1.625em;
	box-shadow: 1em 1em 1em rgba(100, 149, 237, 0.9);
    margin-top: 3em;
}

.image-container-raum h1 {
	width:auto;
	margin:0em auto;
	text-align: center;
}
.image-container-raum h2 {
	width:auto;
	margin:0em auto;
	text-align: center;
}
.image-container-raum p {
		text-align: center;
}
.image-container-raum a {
	text-decoration:none;
	color:white;
}

		
		
.footer {
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #1a1d2e, #2a2f44);
    padding: 0.3em;
    box-shadow: 0 0 20px rgba(100, 149, 237, 0.7);
    margin-top: 1em;
}

.footer a {
    margin: 0 1em;
    display: inline-block;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.footer a:hover {
    transform: scale(1.3);
    filter: brightness(1.5);
}
.footer img {
    width: 2.5em;
    height: 2.5em;
}
.footer p {
	 vertical-align: middle;
	 line-height: 0.1em;
}

@media (max-width: 48em) {
	.menu {
		display: none;
		}
	.mobile-menu {
		display: block;
		}
}
        
@media (max-width: 30em) {
    .mobile-nav div {
        font-size: 1.2em;
        padding: 0.875em;
        }
	#content1 .index-logo1, #content1 .index-logo {
		width:100%;
		display:block;
		height:auto;		
	}
	#content1 {
		height:26em;
	}
	.index-logo1 ul {
		height:auto;
		width:100%;
		margin-top:1em;
		margin-bottom:0.5em;
		padding-top:1em;
	}
	.content h1 {
	width:100%;
	margin-top:0.5em;
	text-align: center;
	}
}
		


