.home{
	padding: 160px 0;
	max-width: 1000px;
	margin: auto;
	container-type: inline-size;
	}

.home h1{
	display: block;
	margin: auto;
	text-align: center;
	line-height: 140%;
	font-weight: 600;
	font-size: clamp(2.2rem, 7.0cqw, 4.5rem);
	}

.home-en h1{
	font-size: clamp(2.2rem, 6.5cqw, 4.3rem);
	}

.home-de h1{
	font-size: clamp(2.2rem, 7.0cqw, 4.3rem);
	}

.home-de b{
	font-size: clamp(1.5rem, 5.0cqw, 3.5rem);
	line-height: 120%;
	}


.home-de h1 b{
	display: block;
	}

.home h1 b{
	color: var(--color-accent);
	font-weight: 800;
	}

.home p{
	margin: auto;
	padding: 10px;
	line-height: 140%;
	text-align: center;
	font-weight: 300;
	max-width: 800px;
	font-size: clamp(0.9rem, 2.4cqw, 1.3rem);
	}

.home div{
	display: flex;
	padding: 15px 0;
	}

.home > div > div{
	height: 10px;
	flex-grow: 1;
	}

.home div a{
	display: block;
	width: 150px;
	text-decoration: none;
	border-radius: 10px;
	}

html:lang(de) .home div a{
	width: 165px;
	}

.home div a:hover{
	text-decoration: underline;
	}

.home div a span{
	display: block;
	padding: 17px 20px;
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem;
	}

.home div > a:nth-of-type(1){
	background-color: var(--color-accent);
	color: var(--color-accent-text);
	transition: all 0.3s ease;
	margin-right: 15px;
	}

.home div > a:nth-of-type(1):hover{
	filter: brightness(1.1);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 0 20px rgba(45, 212, 191, 0.4);
	}

.home div > a:nth-of-type(2){
	background: #334155;
	color: white;
	}

.home div > a:nth-of-type(2):hover{
	background-color: #475569;
	}