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

@import url("fontawesome-all.min.css");

/*
	Design similar to
    Hyperspace by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, small, strong, sub, sup, b, u, i, center, ol, ul, li, aside, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    }


/* TYPE */

    .fira-sans-regular {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .fira-sans-semibold {
      font-family: "Fira Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
    }

    .fira-sans-regular-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400;
      font-style: italic;
    }

    .fira-sans-semibold-italic {
      font-family: "Fira Sans", sans-serif;
      font-weight: 600;
      font-style: italic;
    }


	body, input, select, textarea {
		color: rgba(255, 255, 255, 0.75);
		font-family: Fira Sans, sans-serif;
		font-size: 16.5pt;
		font-weight: normal;
		line-height: 1.75;
	}

	    @media screen and (max-width: 1680px) {
			body, input, select, textarea {
				font-size: 13pt;
			}
		}

		@media screen and (max-width: 1280px) {
			body, input, select, textarea {
				font-size: 12pt;
			}
		}

		@media screen and (max-width: 360px) {
			body, input, select, textarea {
				font-size: 11pt;
			}
		}

	a {
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #ffffff;
		}

	strong, b {
		color: #ffffff;
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 1.5em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {font-size: 2.75em;}
    h2 {font-size: 1.75em;}
    h3 {font-size: 1.1em;}
    h4 {font-size: 1em;}

	.fortsetzung {
		color: var(--contrast-color);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding-top: 1.5em;
	}

	@media screen and (max-width: 736px) {
		h1 {font-size: 2em;}
		h2 {font-size: 1.25em;}
		h3 {font-size: 1em;}
		h4 {font-size: 0.8em;}
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.15);
		margin: 2em 0;
	}

/* Button */

    .button {
		/*appearance: none;*/
		transition: color 0.2s ease;
		background-color: var(--contrast-color);
		border: solid 2px;
		border-color: rgba(255, 255, 255, 0.15);
		border-radius: 3em;
		color: var(--side-back);
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: bold;
		height: calc(4.75em + 2px);
		letter-spacing: 0.25em;
		line-height: 4.75em;
		padding: 0 3.75em;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}


/* BASIC */

#gototop {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: var(--contrast-color);
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
	color: var(#fff);
}
#gototop:hover {
    color: #fff;
	background-color: var(--side-back);
}

#gototop, #gototop.no-hover:hover {
  color: var(--side-back);
}


    html {
        box-sizing: border-box;
    }

@media screen and (max-width: 1281px) {
    html {
        scroll-padding-top: 4em;
    }
}

    *, *:before, *:after {
        box-sizing: inherit;
    }

    :root {
        --side-back: #303644;
        --contrast-color: #f98305;
        --light-color: #6192c2;
		--blue-color: #265496;
        --dark-color: #2a3b62;
        --image-back: #2e466a;
        --shadow: 0 5px 10px rgba(0,0,0,.3);
        }

    /* Padding */

        :root {
            --side-padding: 5rem;
            --top-bottom-padding: 4rem;
        }

        @media screen and (max-width: 1280px) {
            :root {
                --side-padding: 3rem;
            }
        }

        @media screen and (max-width: 736px) {
            :root {
                --side-padding: 1.5rem;
                --top-bottom-padding: 2.5rem;
            }
        }


/* Layout MOBILE */

@media screen and (min-width: 981px) {
    #mobile-header {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--side-back);
        padding: 1em 2em;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }

    #wrapper {
        padding-top: 4em;
        }

    #mobile-nav {
        display: none;
        position: fixed;
        top: 3.5em;
        left: 0;
        width: 100%;
        background-color: var(--side-back);
        z-index: 9999;
        padding: 1em;
        }

    #mobile-nav.active {
        display: block;
        }

    #mobile-nav ul li {
        padding: 0 1em;
        border-bottom: 1px solid var(--contrast-color);
        background: rgba(255,255,255,0.05);
        }
}

/* LAYOUT */

/* 1. Die Basis für das gesamte Layout */
body {
    display: grid;
    grid-template-columns: 23rem 1fr;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

#sidebar {
    grid-column: 1;
    position: fixed;
    width: 23rem;
    height: 100vh;
    background: var(--side-back);
    z-index: 100;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#wrapper {
    grid-column: 2;
    display: block;
    width: 100%;
    padding: 0;
    background-color: var(--dark-color);
}

/* 2. Container-Logik */
.container {
    display: block; /* Standardmäßig untereinander */
    width: 100%;
    position: relative;
    min-height: 50vh;
    padding-top: 0;
}

/* Nur wenn du innerhalb einer Sektion Bild und Text nebeneinander willst */
.grid-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
}

    @media screen and (max-width: 980px) {
    /* Erzwingt eine Spalte statt zwei */
    .grid-box {
        display: block !important;
        width: 100% !important;
        }
    }

    .grid-box > div {
        padding: var(--side-padding);
    }
    
    .grid-box img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.fullscreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

/* Mobile Anpassung */
@media screen and (max-width: 980px) {
    body {
        grid-template-columns: 1fr !important;
    }
    #sidebar { display: none !important; }
    #wrapper { grid-column: 1 !important; width: 100% !important; }
	#intro { padding-top: 3.5em; }
}

/* Sidebar */

    #sidebar > .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
        opacity: 1;
        width: 100%;
        padding: 0 0 0 2.5em;
        }

    nav ul {
		list-style:none;
		padding: 0;
		}

    nav li {
        margin: 1.5em 0 0 0;
		opacity: 1;
		position: relative;
		}

		nav a {
			border: 0;
			color: rgba(255, 255, 255, 0.66);
			display: block;
			font-size: 0.75em;
			font-weight: bold;
			letter-spacing: 0.25em;
			line-height: 1.75;
			outline: 0;
			padding: 1em 0;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
            width: 100%;
            background-image: none;
            transition: color 0.2s ease;
		}
    
        #sidebar nav ul li a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 5px;
            background-image: linear-gradient(to right, #f98305, #303644);
            transition: width 0.3s ease-in-out;
            }

#sidebar nav ul li a.active::after,
#sidebar nav ul li a:hover::after {
    width: 100% !important;
}

#sidebar nav ul li a.active {
    color: #fff !important;
    opacity: 1;
}

		

/* CONTENT */

    .container.style1 {background-color: var(--light-color);}
    .container.style2 {background-color: var(--dark-color);}
    .container.style3 {background-color: var(--side-back);}
    .container.style4 {background-color: var(--image-back);}
	.container.style5 {background-color: var(--blue-color);}

    #bild1-2 {
        grid-column: 1 / 2; 
        padding: 0;
    }

    #text1-2 {
        grid-column: 2 / 4;
    }

    .bild1-2 {
        grid-column: 1 / 2; 
        padding: 0;
    }
    .text1-2 {
        grid-column: 2 / 4;
    }
.grid-box .bild2-1 {
    grid-column: 1 / 2;
    padding: 0;
    margin: 0;
}
    
#text3 {
    grid-column: 1 / 4;
}

    .container > .inner {
         padding: var(--side-padding);
    }

    @media screen and (max-width: 980px) {
        .bild1-2 { order: 2; }
        .text1-2 { order: 1; }
        
        #bild1-2 {
            max-height: 100vh;
        }
        #bild1-2 img {
            width: 100%;
			padding-top: 4em;
    }
        
        #text1-2 {
            height: auto;
        }
        .bild2-1 {
            padding: 0;
        }
        .content > img.image {
        width: auto; 
		max-height: 100vh;
        margin: 0 auto;
    }
        .bild2-1 img {
            width: 50vw;
            padding-top: 2em;
            height: auto;
            margin: 0 auto;
        }
        .text2-1 {
            height: auto;
        }
    }



/* Features */

    .features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
        gap: 2em;
    }
	.video-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2em;
		padding-bottom: 1.5em;
    }

    @media screen and (max-width: 736px) {
        .features {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2em;
            padding: 1em;
            }
        }

        .features section {
            background: rgba(255, 255, 255, 0.15);
            padding: 1.5em 2em 2em 2em;
            border-radius: 0.5em;
            border: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }

    .features .icon {
        color: var(--contrast-color);
        background-color: white;
        border-radius: 50%;
        font-size: 2em;
        display: flex;
        margin-bottom: 1em;
        width: 3em;
        height: 3em;
        align-items: center;
        justify-content: center;
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }


/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
		}


/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: ">";
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

.container ul li::marker {
    color: var(--contrast-color);
}

/* Video-Overlay Design */
/* --- VIDEO OVERLAY --- */
.video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important; /* Nutzt die gesamte Browserbreite */
    height: 100vh !important; /* Nutzt die gesamte Browserhöhe */
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.video-container {
    width: 95vw !important; /* 95% der Bildschirmbreite */
    max-width: 1600px !important; /* Maximale Breite für 4K Monitore */
    position: relative;
    margin: auto;
}

.video-container video {
    width: 100% !important;
    height: auto !important;
    max-height: 85vh; /* Verhindert, dass das Video oben/unten rausragt */
    display: block;
    box-shadow: 0 0 50px rgba(0,0,0,1);
}

.close-overlay {
    position: absolute;
    top: -50px; /* Bleibt über dem Video kleben */
    right: 0;
    color: white;
    font-size: 50px;
    cursor: pointer;
    line-height: 1;
}

/* --- PLAY BUTTON --- */
.video-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-link::after {
    content: '\f144'; /* Font Awesome Icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    pointer-events: none;
    transition: transform 0.3s;
}

.video-link:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    color: #fff;
}

.section-title-box {
	width: fit-content;
	background-color: var(--contrast-color);
	margin-bottom: 3em;
}
.section-title {
	border: 0;
	color: var(--side-back);
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 1.75;
	padding: .5em 1em .33em 1em;
	position: relative;
	text-transform: uppercase;
	max-width: 100%;
}

.cls-51 {fill: #fff;}
.cls-52 {fill: none;}