
* {
    box-sizing: border-box; /* Grenzen und Paddings in die Breite einrechnen */
}

.container {
    max-width: 100%; /* Sicherstellen, dass Container nicht breiter als die Seite sind */
    overflow-x: hidden; /* Verhindert Scrollen bei großen Inhalten */
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.debug{
	height: 200rem;
}


.sec1_pic{

    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
    width: min(90vw, 65rem);
    margin: 0 auto;
	justify-content: center;
	
}

.sec1_pic_mobile{

	display: none;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
    width: min(90vw, 65rem);
    margin: 0 auto;
	justify-content: center;
}

.section1_pics{

height: clamp(10rem,32vw,23rem);
}

#q_flex{

	flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(90vw, 65rem);
    padding-top: 5rem;
    text-align: center;
    margin: 0 auto;
}



.container_unterstuetz {
	width: min(90vw, 65rem);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 1.7rem;
	padding-top:5rem;
	margin: 0 auto;
	padding-bottom: 5rem;
}



.box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box.gray {
	
	border: 1px solid #ccc;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 2.5rem;
	gap:4rem;
}

.box_heading{

	display: flex;
	flex-direction: column;
	gap:2rem;
}

.box_bottom{

	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-direction: column;
	gap:3rem;
}

.thanks_button{
	
    color: white;
    padding: .6rem;
    display: flex;
    padding-right: 2rem;
    padding-left: 2rem;
    width: 13rem;
    box-sizing: border-box;
    background-color: #A02725;
    justify-content: center;
	cursor: pointer;
}
.thanks_button:hover{
	background-color: #800705;
}

.additive{
	width: auto;
}

.container_unterstuetz_mobile{

	display: none;
	width: min(90vw, 65rem);
	margin: 0 auto;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 900px) {
	.sec1_pic{
		display: none;
		
	}

	.sec1_pic_mobile{
		flex-wrap: wrap-reverse;
		display: flex;

	}

	.box_bottom{
		width: 100%;
	}

	.container_unterstuetz{

		display:none;
	}

	.container_unterstuetz_mobile{

		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding-top:3rem;
		padding-bottom:3rem;
		gap:0rem;

	}

	.box img {
		width: 50%;
		height: 50%;
		object-fit: cover;
	}

	#dog1{

		transform: translate(40vw, 4rem);
	}

	#dog2{

		transform: translateX(5vw);
	}

	.sectionheadunt{
		text-align: center;
	}

	
}

@media only screen and (max-width: 420px) {
	.hideword{
		display: none;
	}
	.uperkase{
		text-transform: uppercase;
	}
}
