@charset "UTF-8";

/*
@media (min-width:576px){}
@media (min-width:768px){}
@media (min-width:992px){}
@media (min-width:1200px){}
@media (min-width:1400px){}
*/


body.tpl-2022-startseite section.homepagehero {
	/* padding:0; */
	background-image: url(/images/x22/homepagehero.jpg); 
	/* background-image: url(/images/x22/homepagehero_karneval.jpg); */
	/* background-image: url(/images/x22/iStock_76206509_XXXLARGE.jpg);
	background-image: url(/images/x22/iStock_68944977_XLARGE.jpg);
	background-image: url(/images/x22/Unbenannt-2.jpg); */
	background-size: cover;
	background-position: center;

	/*background-image: url(/images/x22/homepagehero_karneval.jpg);
	background-position: top left;*/

	height:470px;
}
@media (min-width:992px){
	body.tpl-2022-startseite section.homepagehero {
		height:650px;
	}
}


/* override container */
@media (min-width:768px) and (max-width: 992px){
	body.tpl-2022-startseite .homepagehero .container {
   		max-width: 540px;
	}
}

body.tpl-2022-startseite .homepagehero .herowrap {
	position:relative;
	width: 100%;
	margin:130px auto;
	padding:0 1rem;
}
/* @media (min-width:576px){
	body.tpl-2022-startseite .homepagehero .herowrap {
		padding:0 40px;
	}
} */

@media (min-width:992px){
	body.tpl-2022-startseite .homepagehero .herowrap {
		width: 650px;
		margin:200px auto;
	}
}

/* body.tpl-2022-startseite .homepagehero .elements-holder,
body.tpl-2022-startseite .homepagehero .background-holder {
	position:absolute;
	top:0;
	left:40px;
} */

/* body.tpl-2022-startseite .homepagehero .background-holder {
	width: calc(100% - 80px);
	/*height:259px;* /
	height: 173px;
	overflow: hidden;
}
@media (min-width:992px){
	body.tpl-2022-startseite .homepagehero .background-holder {
		width: 100%;
		height:238px;
	}
}
body.tpl-2022-startseite .homepagehero .background-holder svg{
	position: absolute;
	right: 0;
	top:0;
    width: 474px;
}
@media (min-width:992px){
	body.tpl-2022-startseite .homepagehero .background-holder svg{
		position: absolute;
		top:0;
		width: 100%;
	}
} */

body.tpl-2022-startseite .homepagehero .elements-holder {
	padding:1rem;
    /* width: 90%; */
	/* width: calc(100% - 80px); */
	background: url(/images/x22/traegerflaeche_dom.svg);
    background-position: bottom right;
	background-size: 500px;
}
@media (min-width:500px){
	body.tpl-2022-startseite .homepagehero .elements-holder {
		background-size: 100%;
	}
}
@media (min-width:992px){
	body.tpl-2022-startseite .homepagehero .elements-holder {
		padding:30px;
		width: 100%;
		/* height:238px; */
	}
}


body#body .homepagehero h1 {
	font-size: 1.3625rem;
	line-height: 1.55rem;
	color:#fff;
	letter-spacing: -1px;
	margin-bottom:1rem
}
@media (min-width:992px){
	body#body .homepagehero h1 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom:1rem
	}
}

.homepagehero input[type=search] {
    padding: 8px 10px 8px 18px;
	border:0;
	border-radius: 25px;
	width: calc(100% - 3rem);
	font-size: 1rem;
	line-height: 1rem;
}
@media (min-width:992px){
	.homepagehero input[type=search] {
		font-size: 1rem;
		line-height: 32px;
		width: 85%;
	}
}

.homepagehero input[type=search]::placeholder {
	color: rgba(175,170,165,1);
}

.homepagehero .quicklinks {
	padding:1rem 0 0 0;
	font-size: 1rem;
	width: calc(100% - 3rem);
	line-height: 1.25rem;
}
/* @media (min-width:992px){
	.homepagehero .quicklinks {
	width: calc(100% - 3rem);
	}
} */


.homepagehero .quicklinks li{
	display: inline;
	margin-right:10px;
}

.homepagehero .quicklinks li a {
	font-family: 'ApproachKoelnSemiBold';
    font-style: normal;
    font-weight: normal;
	font-size: 1rem;
    color: #fff; 
	text-decoration: none;
/*	padding-bottom:3px; */
	line-height: 1.5rem;
	margin:0;
	border-bottom: 2px solid rgba(255,255,255);
	background: none;
}

@media (min-width:992px){
	.homepagehero .quicklinks li a {
		font-size: 1.375rem;
		line-height: 2.25rem;
	}
}

.homepagehero .quicklinks li a:hover {
	border-bottom: 2px solid rgba(255,255,255,1);
}
.homepagehero {
	 
}