@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/ContentEraCard.razor.rz.scp.css */
.content-era-card[b-o3ggwkki65] {
    width: 60px;
    height: 80px;
    background-color: black;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.38);
    -webkit-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.38);
}

    .content-era-card:hover[b-o3ggwkki65] {
        color: #ffffff;
        background-color: #000000;
        transform: scale(1.15);
        z-index: 99;
    }

@media (min-width: 1200px) {
    .content-era-card[b-o3ggwkki65] {
        width: 80px !important;
        height: 107px !important;
    }
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/ContentEraContent.razor.rz.scp.css */
.h-60[b-k3dlpooglk] {
    height: 60% !important;
}

.you-are-here-flag[b-k3dlpooglk] {
    color: red;
    border-style: solid;
    width: 150px;
    border-radius: 20px;
    height: 30px;
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/CustomCard.razor.rz.scp.css */
.customCard[b-rfwfy2dber] {
	border-radius: 25px;
	box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0px 0px 29px 1px rgba(0,0,0,0.38);
	cursor: pointer;
	width: 120%;
	transition: all 0.2s ease;
}

	.customCard:hover[b-rfwfy2dber] {
		z-index: 99;
		transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}

.card-text[b-rfwfy2dber] {
	font-size: 11px;
}

.card-img-top[b-rfwfy2dber] {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
}

/*
	DDR 1
*/

.customCard-ddr1_1[b-rfwfy2dber] {
	top: 0%;
	left: 0%;
}

.customCard-ddr1_2[b-rfwfy2dber] {
	top: -15%;
	z-index: 1;
}

.customCard-ddr1_3[b-rfwfy2dber] {
	top: -50px;
	z-index: 2;
}

.customCard-ddr1_4[b-rfwfy2dber] {
	top: 0%;
	left: -50px;
	z-index: 3;
}

/*
	BRD 1
*/

.customCard-brd1_1[b-rfwfy2dber] {
	top: 0%;
	left: 0%;
}

.customCard-brd1_2[b-rfwfy2dber] {
	top: 10%;
	z-index: 1;
}

.customCard-brd1_3[b-rfwfy2dber] {
	top: -50px;
	z-index: 2;
}

.customCard-brd1_4[b-rfwfy2dber] {
	top: 0%;
	left: -50px;
	z-index: 3;
}

/*
	DDR 2
*/

.customCard-ddr2_1[b-rfwfy2dber] {
	top: 10%;
	left: 0%;
	width: 150%
}

.customCard-ddr2_2[b-rfwfy2dber] {
	top: -10%;
	left: 0%;
	width: 200%;
	z-index: 2;
}

.customCard-ddr2_3[b-rfwfy2dber] {
	top: -20%;
	left: 0%;
	width: 200%;
	z-index: 3;
}

.customCard-ddr2_4[b-rfwfy2dber] {
	top: 30%;
	left: 0%;
	width: 200%;
	z-index: 3;
}

.customCard-ddr2_5[b-rfwfy2dber] {
	top: 30%;
	left: 0px;
	width: 180%;
	z-index: 4;
}


/*
	BRD 2
*/

.customCard-brd2_1[b-rfwfy2dber] {
	top: -20%;
	width: 200%;
}

.customCard-brd2_2[b-rfwfy2dber] {
	left: 0%;
	top: 0%;
	width: 200%;
	z-index: 2;
}

.customCard-brd2_3[b-rfwfy2dber] {
	width: 200%;
	z-index: 5;
	top: 20%;
}

.customCard-brd2_4[b-rfwfy2dber] {
	width: 200%;
	left: 0%;
	top: 18%;
	z-index: 3;
}

.customCard-brd2_5[b-rfwfy2dber] {
	width: 210%;
	left: 0%;
	top: 0%;
	z-index: 4;
}

/*
	BRD 3
*/

.customCard-brd3_1[b-rfwfy2dber] {
	width: 200%;
}

.customCard-brd3_2[b-rfwfy2dber] {
	width: 220%;
	left: 0%;
	top: 20%;
	z-index: 4;
}

.customCard-brd3_3[b-rfwfy2dber] {
	width: 200%;
	top: -20%;
	z-index: 1;
}

.customCard-brd3_4[b-rfwfy2dber] {
	width: 200%;
	top: 30%;
	z-index: 2;
}

.customCard-brd3_5[b-rfwfy2dber] {
	width: 200%;
	left: 0%;
	top: -10%;
	z-index: 1;
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

	/* DDR 1 */

	.customCard-ddr1_2[b-rfwfy2dber] {
		top: 0%;
		z-index: 1;
	}

	.customCard-ddr1_3[b-rfwfy2dber] {
		top: 0px !important;
		z-index: 2;
	}

	/* BRD 1 */

	.customCard-brd1_3[b-rfwfy2dber] {
		top: 20px !important;
	}

	/* DDR 2 */

	.customCard-ddr2_3[b-rfwfy2dber] {
		top: -5%;
		left: -5%;
	}

	.customCard-ddr2_2[b-rfwfy2dber] {
		top: 0%;
		left: 0%;
		width: 200%;
		z-index: 2;
	}

	.customCard-ddr2_4[b-rfwfy2dber] {
		top: 10%;
		left: 50%;
		width: 200%;
		z-index: 2;
	}

	/* BRD 2 */

	.customCard-brd2_1[b-rfwfy2dber] {
		top: -0%;
		width: 200%;
	}

	.customCard-brd2_2[b-rfwfy2dber] {
		left: 0%;
		top: 0%;
		width: 200%;
		z-index: 2;
	}

	.customCard-brd2_3[b-rfwfy2dber] {
		width: 200%;
		z-index: 5;
		top: 20%;
	}

	.customCard-brd2_4[b-rfwfy2dber] {
		width: 200%;
		left: 0%;
		top: 18%;
		z-index: 3;
	}

	.customCard-brd2_5[b-rfwfy2dber] {
		width: 210%;
		left: 0%;
		top: -0%;
		z-index: 4;
	}

	/* BRD 3 */

	.customCard-brd3_3[b-rfwfy2dber] {
		width: 200%;
		top: -0%;
		z-index: 1;
	}

	.customCard-brd3_5[b-rfwfy2dber] {
		width: 200%;
		left: 0%;
		top: -5%;
		z-index: 1;
	}

	.customCard-brd3_2[b-rfwfy2dber] {
		width: 220%;
		left: 0%;
		top: 40%;
		z-index: 4;
	}

	.customCard-brd3_4[b-rfwfy2dber] {
		width: 200%;
		top: 50%;
		z-index: 2;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
/*	.card-body {
		display: none;
	}*/

	.card-img-top[b-rfwfy2dber] {
		border-radius: 25px !important;
	}
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.card-body[b-rfwfy2dber] {
		display: none;
	}

	.card-img-top[b-rfwfy2dber] {
		border-radius: 25px !important;
	}

	.customCard[b-rfwfy2dber] {
		width: 100%;
	}

	.customCard-ddr1_3[b-rfwfy2dber] {
		top: -60px !important;
		left: 20px !important;
		z-index: 2;
	}

	.customCard-ddr1_4[b-rfwfy2dber] {
		top: 0%;
		left: -20px;
		z-index: 3;
	}

	.customCard-brd2_5[b-rfwfy2dber] {
		width: 100%;
		left: 50%;
		top: 0%;
		z-index: 4;
	}
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.card-body[b-rfwfy2dber] {
		display:none;
	}

	.card-img-top[b-rfwfy2dber] {
		border-radius: 25px !important;
	}
	/* DDR 2*/

	.customCard-ddr2_1[b-rfwfy2dber] {
		top: 00%;
		left: 0%;
		width: 100%
	}

	.customCard-ddr2_2[b-rfwfy2dber] {
		top: -0%;
		left: 0%;
		width: 100%;
		z-index: 2;
	}

	.customCard-ddr2_3[b-rfwfy2dber] {
		top: -0%;
		left: 0%;
		width: 100%;
		z-index: 3;
	}

	.customCard-ddr2_4[b-rfwfy2dber] {
		top: 0%;
		left: 50%;
		width: 100%;
		z-index: 3;
	}

	.customCard-ddr2_5[b-rfwfy2dber] {
		top: 0%;
		left: 0%;
		width: 100%;
		z-index: 4;
	}

	/* BRD 2 */

}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/Impress.razor.rz.scp.css */
.impress-header[b-i9espucp30] {
	justify-content: space-between;
}

.impress-footer img[b-i9espucp30] {
	width: 100%;
}

.row img[b-i9espucp30] {
	max-width: 300px;
}

h3[b-i9espucp30] {
	font-weight: 600;
}

@media (max-width: 640.98px) {
	.impress-body[b-i9espucp30] {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.impress-body[b-i9espucp30] {
		width: 100%;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/IntroFooter.razor.rz.scp.css */
.footer-element[b-buhosn2eu5] {
	height: 100px;
}

.footer-color[b-buhosn2eu5] {
	background-color: #C2F8FE;
}

.footer-gradient[b-buhosn2eu5] {
	background-image: linear-gradient(rgba(194, 248, 254, 0), rgba(194,248,254,1));
}

/* Mobile adjustments */
@media (max-width: 768px) {
	.footer-element[b-buhosn2eu5] {
		height: 60px;
	}
}

@media (min-width: 768.1px) {
	.footer-gradient[b-buhosn2eu5] {
		background-image: none;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/NavigationArrows.razor.rz.scp.css */
.arrow-column[b-r9fs3yo6bs] {
	display: flex;
	justify-content: flex-end;
	gap: 10px; /* Space between images */
	padding-left: 10px;
}

.nav-arrow[b-r9fs3yo6bs] {
	height: 68px;
	transition: all 0.2s ease;
}

	.nav-arrow:hover[b-r9fs3yo6bs] {
		transform: scale(1.15);
		z-index: 99;
	}

.nav-arrow-disabled[b-r9fs3yo6bs] {
	height: 68px;
}

.nav-arrow-hidden[b-r9fs3yo6bs] {
	height: 68px;
	visibility: hidden;
}

/* For Phones */
@media (max-width: 768px) {
	.arrow-column[b-r9fs3yo6bs] {
		gap: 0px; /* Space between images */
	}

	.nav-arrow[b-r9fs3yo6bs] {
		height: 35px;
	}

	.nav-arrow-disabled[b-r9fs3yo6bs] {
		height: 35px;
	}

	.nav-arrow-hidden[b-r9fs3yo6bs] {
		height: 35px;
		visibility: hidden;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/TextWithTooltips.razor.rz.scp.css */
.tooltip-word[b-ygn28xu1tc] {
	
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Elements/Timebar.razor.rz.scp.css */
.timebar-container[b-opues26zb0] {
    position: relative;
    width: 100%;
    height: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box; /* Ensures padding is included in width */
}

.timebar-line[b-opues26zb0] {
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: black;
    z-index: 1;
    left: -50%;
}

.timebar-knobs[b-opues26zb0] {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 2%; /* Keep some spacing on the left */
    padding-right: 5%; /* Keep some spacing on the right */
}

.timebar-knob[b-opues26zb0] {
    width: 60px;
    height: 33px;
    background-color: black;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-shrink: 0; /* Prevents knobs from shrinking */
}

.timebar-year[b-opues26zb0] {
    color: white;
    font-size: 1.0rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    .timeline-content[b-opues26zb0] {
        overflow-x: scroll !important
    }

    .timebar-line[b-opues26zb0] {
        width: 100% !important;
        left: 0% !important;
    }
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/EraLayout.razor.rz.scp.css */
.page[b-8cmzi6rubn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8cmzi6rubn] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-8cmzi6rubn] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {

}

@media (min-width: 641px) {
    .page[b-8cmzi6rubn] {
        flex-direction: row;
    }   
}

#blazor-error-ui[b-8cmzi6rubn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8cmzi6rubn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/FrontPageLayout.razor.rz.scp.css */
.content-wrapper[b-7p86bq37jv] {
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #C2F8FE;
}

@media (min-width: 1400px) {
	.content-wrapper[b-7p86bq37jv] {
		max-width: 1320px;
		margin: auto;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hgg0n6mftr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hgg0n6mftr] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

article[b-hgg0n6mftr] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .page[b-hgg0n6mftr] {
        flex-direction: row;
    }

    .sidebar[b-hgg0n6mftr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-hgg0n6mftr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hgg0n6mftr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-0f9lw61poz] {
    padding-top: 1em;
    padding-bottom: 1em;
    --bs-navbar-brand-padding-y: 0rem;
}

@media (min-width: 1400px) {
    .max-width-1320[b-0f9lw61poz] {
        max-width: 1320px;
        margin: auto;
    }
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/TimelineLayout.razor.rz.scp.css */

.timeline-content[b-5bevff0am4] {
    background-image: linear-gradient(to right,
    #D0EAED 50%, /* Black for first 50% */
    #A7DDE5 50% /* White starting exactly at 50% */
    );
}

@media (max-width: 992px) {
    .timeline-content[b-5bevff0am4] {
        overflow-x: scroll !important
    }
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Layout/UebungLayout.razor.rz.scp.css */
article[b-rwja7sc3rl] {
	background-color: #C2F8FE;
}

.content-wrapper[b-rwja7sc3rl] {
	min-height: calc(100vh - 5.6rem);
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1400px) {
	.content-wrapper[b-rwja7sc3rl] {
		max-width: 1320px;
		margin: auto;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Pages/EraView.razor.rz.scp.css */
.main-content-bg[b-7dstsa8xda] {
	padding-top: 0.5rem;
	padding-bottom: 2rem;
}

h1[b-7dstsa8xda] {
	font-weight: 600;
	font-size: 48px;
}

.headline-container[b-7dstsa8xda] {

}

.headline-container h1[b-7dstsa8xda] {
	font-size: 82px;
	margin-bottom: 0;
}

.headline-row[b-7dstsa8xda] {
	display: flex;
	align-items: end;
}

.sub-headline[b-7dstsa8xda] {
	width: 33rem;
}

	.sub-headline p[b-7dstsa8xda] {
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 94%;
	}

.footer-content h1[b-7dstsa8xda] {
	color: rgba(0, 0, 0, 0.33);
}

.card-container-era-view[b-7dstsa8xda] {
	width: 250px;
}

/* For Phones */
@media (max-width: 768px) {
	.main-content-bg[b-7dstsa8xda] {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	h1[b-7dstsa8xda] {
		font-size: 25px;
	}

	.headline-row[b-7dstsa8xda] {
		margin-bottom: 1em !important;
	}

	.headline-container[b-7dstsa8xda] {
		padding-right: 0;
	}

	.headline-container h1[b-7dstsa8xda] {
		font-size: 40px;
	}

	.sub-headline[b-7dstsa8xda] {
		margin-top: auto;
		width: 40%;
	}

		.sub-headline-bottom[b-7dstsa8xda] {
			width: 70% !important;
		}

		.sub-headline p[b-7dstsa8xda] {
			font-size: 0.8rem;
			margin-bottom: 0.5rem;
		}
}

/* For Desktop */
@media (min-width: 1200px) {

	/* For desktops mitigate any kind of scroll */
	.main-content-bg[b-7dstsa8xda] {
		min-height: calc(800px - 5.55rem - 9.3rem);
		height: calc(100vh - 5.55rem - 9.3rem);
	}

	.text-left[b-7dstsa8xda] {
		font-size: 0.9rem;
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Pages/FrontPage.razor.rz.scp.css */
h1[b-f1gw5glov8] {
	font-size: 6rem;
	line-height: 94%;
}

.fade-in-button[b-f1gw5glov8] {
	animation: fadeIn 2s;
	animation-delay: 1s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}

/* Mobile adjustments */

@media (max-width: 768px) {
	.header-logo-first-page[b-f1gw5glov8] {
		width: 25%;
		margin: auto;
		transition: all 0.2s ease;
	}

	.header-headline-first-page[b-f1gw5glov8] {
		width: 60%;
		margin: auto;
		transition: all 0.2s ease;
	}

	.display-4[b-f1gw5glov8] {
		font-size: calc(1.1rem + 2.1vw);
	}
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Pages/Timeline.razor.rz.scp.css */
.red-container[b-6w1q0v4xew] {
    background-color: red;
}

.blue-container[b-6w1q0v4xew] {
    background-color: blue;
}

.separator-container[b-6w1q0v4xew] {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.timeline-bar[b-6w1q0v4xew] {
    border: none;
    height: 10px;
    margin: 0;
    color: #000000;
    background-color: #000000;
    opacity: 1;
}

@media (max-width: 992px) {
    .timeline-container[b-6w1q0v4xew] {
        width: 1920px;
    }
}

@media (min-width: 1400px) {
    .timeline-container[b-6w1q0v4xew] {
        max-width: 1320px;
        margin: auto !important;
    }
}
/* _content/deutsch-deutsche-kontinuitaeten/Components/Pages/Uebung.razor.rz.scp.css */
h1[b-k5bbrjdoib] {
	font-size: 6rem;
	line-height: 94%;
}

.instruction-img[b-k5bbrjdoib] {
	height: 130px;
}

.instruction-text[b-k5bbrjdoib] {
	padding-right: 3rem;
	/*font-size: 1.3em;*/
}

.container-mb[b-k5bbrjdoib] {

}

/* Mobile adjustments */

@media (max-width: 640.98px) {
	.instruction-content[b-k5bbrjdoib] {
		width: unset !important;
	}

	.instruction-img[b-k5bbrjdoib] {
		height: 80px;
	}

	.container-mb[b-k5bbrjdoib] {
		margin-bottom: 100px !important;
	}
}


@media (max-width: 1000px) {
	.header-headline[b-k5bbrjdoib] {
		width: 70%;
	}

	.display-4[b-k5bbrjdoib] {
		font-size: calc(1.1rem + 2.1vw);
	}

	.instruction-content[b-k5bbrjdoib] {
		width: 33%;
	}

	.instruction-text[b-k5bbrjdoib] {
		padding-right: 0rem;
		font-size: unset;
	}
}

@media (min-width: 1000.1px) {
}
