.q_sec1pic{
	z-index: 100;
	position: relative;
	width: 100%;
}
.qsection1{
	padding-top: 0;
}
.qsec1{
	flex-direction: column;
	gap: 2rem;
}
.q_headerbox{
	width: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
}
.q_sec1wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: flex-start;
}
.q_left_box{
	width: 75%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 2rem;
}
.q_infoholder{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	gap: 2rem;
}
.q_infocon{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: .2rem;
}
.q_infopicbig{
	width: 2rem;
}
.q_infotext{
	margin: 0;
	font-weight: bold;
	font-size: 1.1rem;
}
.q_extrawrapper{
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
}
.q_pointwrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: flex-start;
	gap: 2rem;
}
.q_point{
	margin-top: .4rem;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background-color: #A02725;
	box-sizing: border-box;
}
.q_pointtext{
	width: 95%;
}
.q_pfotenwrapper{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 1rem;
}
.q_pfotenpic{
	width: 2rem;
}
.q_right_box{
	width: 20%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	padding-left: 2rem;
	box-sizing: border-box;
	gap: .6rem;
	font-weight: bold;
}
.q_sec1rightcon{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	gap: 1rem;
}
.q_miniicons{
	width: 1.5rem;
}
.q_smalltestright{
	margin: 0;
}
.q_sec1bot{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
	gap: 2rem;
}
.q_sec1botbut{
	color: white;
	padding: .6rem;
	padding-right: 2rem;
	padding-left: 2rem;
	box-sizing: border-box;
	background-color: #A02725;
}
.q_sec1botbut:hover{
	cursor: pointer;
	background-color: #800705;
}
.q_sec1bottext{
	margin: 0;
	font-size: 1.2rem;
	color: #A02725;
	font-weight: bold;
}
.q_seccopywrapper{
	justify-content: flex-start;
}
.extrawurstwrap{
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap: .6rem;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qsection2{
	padding-top: 0;
}
.qsec2{
	flex-direction: column;
	gap: 1rem;
}
.qsec2_topwrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.qsec2_picframe {
	position: relative;
	height: 20rem;
	width: 32%;
	background-image: url(../bilder/quartier/bigpicleft.jpg);
	background-size: cover;
	background-position: center;
}
.qsec2_picbox {
	width: 100%;
	position: absolute;
	bottom: 10%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}
.qsec2_pictexthead {
	margin: 0;
	font-size: 1rem;
	color: white;
	font-weight: bold;
}
.qsec2_pictext {
	margin: 0;
	color: white;
}
.qsec2_botwrapper {
	height: 14rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.qsec2_smallpics {
	height: 100%;
}
.qsec2_botwrapper_mobile{
	display: none;
	width: 100%;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.qsec2_smallpics_mobile{
	display: none;
	width: 49%;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.qsec3{
	gap: 4rem;
}
.qsec3_slide{
	height: 30rem;
}
.qsec3_slideleftwrapper {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
}
.qsec3_sliderightwrapper{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
}
.qsec3_slidebg {
	width: 95%;
	height: 75%;
	background-image: url(../bilder/quartier/rostigernagel.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
}
.qsec3_infobox {
	width: 90%;
	background-color: white;
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	justify-items: center;
	align-items: center;
	margin-top: auto;
	transform: translateY(53%);
	box-shadow: 0px 8px 8px -3px #919191;
}
.qsec3_slidetext {
	font-size: .8rem;
}
.qsec3colorlight {
}
@media only screen and (max-width: 1150px) {
	.qsec2_botwrapper{
		height: clamp(8rem, 19vw, 14rem);
	}
}
@media only screen and (max-width: 1000px) {
	.qsec2_picframe{
		height: 16rem;
	}
	.qsec2_pictexthead{
		font-size: .8rem;
	}
	.qsec2_pictext{
		font-size: .8rem;
	}
	.q_sec1wrapper{
		flex-direction: column;
		gap: 2rem;
	}
	.q_right_box{
		padding-left: 0;
	}
	.q_left_box{
		width: 100%;
	}
}
@media only screen and (max-width: 900px) {
	.mobilehide_quar{
		display: none;
	}
	.qsec3_slideleftwrapper{
		width: 100%;
	}
	.q_sec1wrapper{
		align-items: center;
		justify-items: center;
		text-align: center !important;
	}
	.normal_text{
		width: 100%;
	}
	.q_seccopywrapper{
		justify-content: center;
	}
	.q_headerbox{
		justify-content: center;
		align-items: center;
		text-align: center !important;
	}
	.q_sec1bot{
		justify-content: center;
	}
	.q_point{
		display: none;
	}
	.q_right_box{
		width: 100%;
		justify-items: center;
		align-items: center;
	}
	.q_sec1rightcon{
		flex-direction: column;
	}
	.q_miniicons{
		width: 10%;
	}
	.extrawurstiwurstpic{
		width: 10%;
	}
	.extrawurstwrap{
		width: 100%;
		display: flex;
		justify-content: center;
		justify-items: center;
		align-items: center;
		flex-direction: row;
		gap: 2rem;
	}
}
@media only screen and (max-width: 850px) {
	.qsec2_picframe{
		height: 13rem;
	}
	.quartierbg{
		background-position-x: 60%;
	}
}
@media only screen and (max-width: 750px) {
	.sec3_conwrapper{
		gap: 2rem;
	}
}
@media only screen and (max-width: 710px) {
	.q_infoholder{
		flex-direction: column;
	}
	.q_infotext{
		font-size: 1rem;
	}
	.q_infocon{
		gap: 1rem;
	}
}
@media only screen and (max-width: 700px) {
	.qsec2_botwrapper_mobile{
		display: flex;
	}
	.qsec2_smallpics_mobile{
		display: initial;
	}
	.qsec2_topwrapper{
		flex-direction: column;
		gap: .8rem;
	}
	.qsec2_picframe{
		height: 16rem;
		width: 100%;
	}
	.qsec2_botwrapper{
		display: none;
	}
	.qsecpictop1{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.qsection2{
		padding-bottom: 3rem;
	}
	.q_left_box{
		gap: 1rem;
	}
	.q_smalltestright{
		font-size: .8rem;
	}
	.q_infoholder{
		gap: 1rem;
	}
	.q_miniicons{
		width: 22%;
	}
	.extrawurstiwurstpic{
		width: 12%;
	}
	.sec3_conwrapper{
		gap: 1rem;
	}
}
@media only screen and (max-width: 450px) {
	.qsec3_slide{
		height: 35rem;
	}
	.q_picslide{
		background-position-x: 0%;
	}
}
