:root {
	/* a touch of gray */
	--dark-text-color: #eee;
	--spacing: 35px;
	--menu-height: 70px;

}

#main {
	background-color: #f5f5f8;
	display: block;
	padding: 100px 0;
	margin: 0;
}

#second_main {
	background-color: #ffffff;
	display: block;
	padding: 100px 0;
	margin: 0;
}

#second_main h2 {
	font: 400 42px 'Roboto', sans-serif !important;
	margin-bottom: 10px !important;
	background: linear-gradient(to right, #01a3b0, #01a3b0, #e09498, #e09498);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

	margin-block-start: 0;
}

#head {
    position: fixed;
    width: 100%;
    height: 130px;
    top: 0;
    z-index: 20;
    background: rgb(138,198,209);
	background: linear-gradient(90deg, rgba(138,198,209,1) 0%, rgba(224,174,177,1) 63%, rgba(236,186,190,1) 100%);
    box-shadow:rgba(50, 50, 93, 0.25) 0 3px 10px -10px, rgba(0, 0, 0, 0.3) 0 6px 10px -10px
}

.logo {
    text-align: center;
    left: 30px;
    top: 35px;
    z-index: 49;
    position: absolute;
    color:#fff
}

.logo img {
	height: 66px;
}

.header {
	overflow: hidden;
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-bottom: calc(var(--spacing) * 2);

	background-image: url(/stream/images/layout/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.header img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}
/*.header:has(* img):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.9037815809917717) 0%, rgba(48,12,22,0.7469188358937324) 82%); 
}*/
.header:has(* img) *:not(img):not(:has(img)):not(.menu) {
	z-index: 1;
}

.header .slogan {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	color: #efefef;
	font-size: 36px;
	padding: 5px 15px;
	text-align: center;
}

.header .slogan p {
	color: #01a3b0;
	font-weight: 300;
	line-height: 1.5em;
}

.header .slogan p strong {
	font-weight: normal;
	font-size: 45px;
}

.header .slogan p strong .marker {
	font-weight: normal;
	font-size: 70px;
	font-family: 'Times';
	text-transform: uppercase;
}

.header2 .slogan2 {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-50%);
	color: #efefef;
	font-size: 24px;
	padding: 5px 30px;
	max-width: 700px;
}

.header2 .slogan2 p {
	color: #01a3b0;
	font-weight: 300;
}

.header2 .slogan2 h2{
	font-weight: normal !important;
	font-size: 42px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase;
}


.header2 {
	overflow: hidden;
	position: relative;
	margin-bottom: calc(var(--spacing) * 2);
}

.header2-text {
	color: red;
}


body#home .header {
	margin-bottom: 0;
	height: 100vh;
}

body#home .header2 {
	margin-bottom: 0;
	height: 100vh;
}

body#home {
	background-image: url(/stream/images/layout/header_2.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	background-size: cover;
	background-attachment: fixed;
}

.headliner {
	margin-top: 130px;
	text-align: center;
	padding: 90px 0;
}


#banner {
	background: #8ac6d1;
	background: linear-gradient(90deg,rgba(138,198,209,1) 0,rgba(224,174,177,1) 63%,rgba(236,186,190,1) 100%);
	box-shadow: rgba(50,50,93,0.25) 0 3px 10px -10px,rgba(0,0,0,0.3) 0 6px 10px -10px;
	padding: 80px 0 60px 0;
}

#banner .content>.block_content {
	background-color: #ffffff;
	padding: 50px 20px;
}

#banner h2{
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
	-webkit-text-fill-color: #000000 !important;
}


.menu {
	height: var(--menu-height);
	width: 100%;
	justify-content: flex-end;
	transition: all 0.3s;
	z-index: 3;
}
.menu .logo {
	height: 100%;
	width: auto;
	margin-right: auto;
}
.menu.dark {
	background: #202637;
}

.cover-image:is(img), .cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallax {
	width: 100vw;
}
/* startseite */
.parallax img {
	height: inherit;
	width: 100%;
	object-fit: cover;
}

.headline {
	margin-bottom: var(--spacing);
}

.rounded, .rounded img {
	border-radius: 25px;
}
img.rounded {
	  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.matrix, .matrix .text, .matrix .text div {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.matrix .text div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.matrix .text div p {
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.simple-button-plugin {
	display: inline-block; 
	background-color: #01a3b0; 
	border: 1px solid #ffffff; 
	padding: 8px 15px; 
	border-radius: 25px; 
	font-size: 17px; 
	cursor: pointer; 
	color: rgb(255, 255, 255) !important; 
	text-decoration: none !important;
}

.simple-button-plugin:hover {
	background-color: rgba(236,186,190,1); 
	border: 1px solid #ffffff; 
}


.simple-button {
	display: inline-block; 
	background-color: #ffffff; 
	border: 1px solid #01a3b0; 
	padding: 10px 15px; 
	border-radius: 25px; 
	font-size: 17px; 
	cursor: pointer; 
	color: #01a3b0 !important; 
	text-decoration: none !important;
}

.simple-button:hover {
	border: 1px solid rgba(236,186,190,1); 
	color: rgba(236,186,190,1) !important; 
}

.btn {
	display: inline-block; 
	background-color: #01a3b0; 
	border: 1px solid #01a3b0; 
	padding: 10px 15px; 
	border-radius: 5px; 
	font-size: 18px; 
	cursor: pointer; 
	color: rgb(255, 255, 255) !important; 
	text-decoration: none !important;
	margin: 0 0 20px 15px;
}

.btn:hover {
	background-color: rgba(236,186,190,1); 
	border: 1px solid rgba(236,186,190,1); 
}




.objectfit-cover {
    width: 100%;
    min-height: 500px;
    height: 100%;
    position:relative
}

.objectfit-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    position: absolute;
}

.objectfit-text {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    min-height: 300px;
    margin-bottom:0 !important;
    background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center

}

h2 {
	font: 400 42px 'Roboto', sans-serif !important;
	margin-bottom: 10px !important;
	background: linear-gradient(to right, #01a3b0, #01a3b0, #e09498, #e09498);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

	margin-block-start: 0;
}

.objectfit-text span.marker {
    color: #01a3b0;
    font: 300 18px 'Roboto', Arial, sans-serif;
    line-height:1.3em
}


.formular {
	background-color: #ffffff;
}

.formular .form-group.field-checkbox {
	font-size: 14px;
	line-height: 1.4em;
}

.qcta {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(138, 198, 209, 1) 0, rgba(224, 174, 177, 1) 63%, rgba(236, 186, 190, 1) 100%);
	box-shadow: rgba(50,50,93,1) 0 3px 10px -10px,rgba(0,0,0,1) 0 6px 10px -10px;
	border: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	padding: 3rem 1rem;
	stroke: #01a3b0;
	margin-bottom: 60px;
	font-weight: bold;
}

.qcta a {
    font-size: 1rem;
    font-weight: normal;
    padding: .5rem 1rem;
    background: #01a3b0;
    text-decoration: none;
    color: #fff;
    transition:all 200ms ease-in-out;
    border-radius: 25px;
    border: 1px solid #ffffff;

    min-width: 150px;
}

.qcta a:hover {
    background-color: #e09498;
    color:#ffffff;
}

/*.qcta strong {
	color: #009a9b;
}
*/


#home .headline {
	width: fit-content;
	display: contents;
}

.headline {
	width: fit-content;
	display: -webkit-flex;
}


.inhalt {
	height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    margin-bottom: var(--spacing);
    background: #ffffff;
	justify-content: center;
	align-items: center
}


/* 
	High Resolution Desktops
*/
@media (min-width: 1281px) {
}

/* 
	Laptops, Desktops
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	#banner h2 {
		font-size: 30px !important;
	}

}
  
/* 
	Tablets Portrait-Mode
*/  
@media (min-width: 768px) and (max-width: 1119px) {
	.header {
		height: 600px;
	}

	#banner h2 {
		font-size: 26px !important;
	}

	.header .slogan {
		left: 30%;
	}

	.header2 .slogan2 {
		right: 0;
		max-width: 100%;
	}

	h2 {
		font-size: 30px !important;
	}

}
  
/* 
	Tablets Landscape-Mode
*/ 
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.header {
		height: 600px;
	}

	#banner h2 {
		font-size: 26px !important;
	}

	.header .slogan {
		left: 30%;
	}

	.header2 .slogan2 {
		right: 0;
	}

	.ugrid-11 .content:first-of-type,
	.ugrid-273 .content:first-of-type {
        order: 2;
    }
}
  
/* 
	Mobile Landscape-Mode
*/
@media (min-width: 481px) and (max-width: 767px) {	
	.header .slogan {
		left: 30%;
	}

	.header2 .slogan2 {
		right: 0;
	}

	h2 {
		font-size: 30px !important;
	}

	.ugrid-11 .content:first-of-type,
	.ugrid-273 .content:first-of-type {
        order: 2;
    }


}

/* 
	Mobile Portrait-Mode
*/
@media (min-width: 320px) and (max-width: 480px) {
	:root {
		--spacing: 15px;
	}
	.header {
		height: 400px;
	}
	.header .slogan {
		top: 55%;
		left: 30%;
	}
	.header .slogan h2, .header .slogan p {
		margin: 0;
	}

	#head {
		height: 100px;
	}
	.logo img {
		height: 35px;
	}
	#mobile-nav-popup #hamburger {
		top: 20px !important;
	}

	.headliner {
		margin-top: 100px;
		text-align: center;
		padding: 50px 0;
	}

	.headliner .block_content {
		padding: 0 20px;
	}

	h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	h2,
	.objectfit-text h2,
	#second_main h2 {
		font-size: 28px !important;
	}

	.objectfit-cover {
		min-height: 250px;
	}

	#main {
		padding: 50px 0;
	}

	body#home {
		background-image: none;
	}

	body#home .header {
		height: 50vh;
		box-shadow:none;
		border-bottom: 1px solid #ffffff;
		margin-top: 50px;
	}
	body#home .header2 {
		height: auto;
	}

	.header .slogan {
	    left: 30%;
	    font-size: 18px;
	}

	.header .slogan p {
		padding-bottom: 10px;
	}

	.header .slogan p strong {
	    font-size:22px
	}

	.header .slogan p strong .marker {
	    font-size: 30px;
	}

	.header2 .slogan2 h2 {
		font-size: 28px !important;
		font-weight: 500;
	}
/*
	.header2 .slogan2 {
		right: auto;
		font-size: 18px;
		width: 100%;
	}*/

	.header2 .slogan2 {
		position: relative;
		right: 0%;
		top: 0%;
		transform: none; 
		color: #efefef;
		font-size: 18px;
		padding: 25px 30px;
		max-width: 700px;
	}

	body#home .header2 {
		background-image: url(/stream/images/layout/header_2.jpg);
		background-repeat: no-repeat;
		background-position: fixed;
		background-size: cover;
		background-attachment: unset;
	}

	#banner h2 {
		font-size: 26px !important;
	}


	.ugrid-11 .content:first-of-type,
	.ugrid-273 .content:first-of-type {
        order: 2;
	}

}
