#gewinnspielstartwrapper{
	color: #615f5f;
	padding:50px;
}

#gewinnspielstarttitle{	
	color: #870000;
	font-size: 2.2em;	
	text-align:center;
	margin-bottom:30px;
}

#gewinnspielstarttext{
	font-size: 2em;	
}

#gewinnspieldiv{
	
}

.privacyboxwrapper{
	display: flex;
    color: #615f5f;
	padding: 15px 50px;
}

#gewinnspiel_pflichtfeldhinweiswrapper{
	padding: 0px 50px;
}

#gewinnspieldivfieldsdiv{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 20px 60px;
	width: calc(100% - 100px);
	padding: 0px 50px 50px;
}

#gewinnewrapper {
    padding: 30px 15px;
	color: #615f5f;
	text-align:center;
	font-size:2em;
	margin-bottom:300px;
}

#gewinnewrapperh2{
	color:#870000;
	font-size:2em;
}

.gewinnliste {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

/* Gewinnbox allgemein */
.gewinnbox {
    background: white;
    border: 2px solid #f0ba20;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin:30px 100px;
}

/* Nummer */
.gewinnnummer {
    color: #870000;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
}

/* Info-Bereich */
.artikelinfo {
    color: #615f5f;
    font-weight: bold;
    margin: 20px auto;
    font-size: 1.5em;
}

.herstellerlogo {
    height: 40px;
    margin: 10px auto;
}

.produktbild {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 100%;
    display: block;
    margin: 50px auto;
}

.uvp {
    color: #870000;
    font-weight: bold;
    margin: 20px auto;
	font-size:1.3em;
}

/* Buttons */
.buttonbereich {
    display: flex;
    flex-direction: column;
    gap: 30px;
	padding:0px 10%;
	margin: 30px 0px;
}

.gewinnbutton {
    all: unset;
    background: #f0ba20;
    color: #870000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    font-size: 1.2em;
    line-height: 60px;
}

.gewinnbutton.sekundar {
    background: #870000;
    color: #f0ba20;
}

#teilnahmesubmitbuttonwrapper{
	width:500px;
	margin:60px auto 160px auto;	
	text-align:center;	
}

#teilnahmesubmitbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    top: 10px;
    cursor: pointer;	
	width: 380px;
	height: 90px;
	border-radius: 10px;
	font-size: 3.5em;
	
}

.zupreisenlink{
	color:#870000;
}

#spurul{
	color: #615f5f;
	display: flex;
    margin-left: -35px;
	width: 110%;
	min-height: 3.1em;
}

#spurul li {
	list-style-type: none;
    margin-right: 20px;
    cursor: default;
    display: flex;
    color: #615f5f;
    margin-bottom: 5px;
	font-size: 2em;
}

#hinweisnotread{
	margin-left:50px;
	width:calc(100% - 100px);
}

#messagesuccessfultitle{
	margin:0px;
	padding:50px 0px 0px;
	font-size: 3em;
}

#messagesuccessfulcontent{
	font-size: 2em;
	margin-bottom:100px;
}

#gewinn_oder{
	color:#870000;
	font-size: 3em;
}

/* Responsive Design ab 451px */
@media (min-width: 451px) {	

	#spurul{
		min-height: 2.5em;
	}

	#spurul li {
		font-size: 1.1em;
	}
	
	.zupreisenlink:hover{
		cursor:pointer;
		color:#f0ba20;
	}
	.artikelinfo {
		margin: 10px auto;
	}

	#teilnahmesubmitbutton:hover{
		cursor:pointer;
		color:#f0ba20;
		background-color:#870000;
	}
	
	.gewinnbutton:hover{		
		cursor:pointer;
		color:#f0ba20;
		background-color:#870000;
	}
	
	#gewinnewrapper {
		font-size:1em;		
	}
	
	#gewinnewrapperh2{
		font-size:2.2em;
	}
	
	
	
	#hinweisnotread{
		margin-left:25%;
		width:50%;
		margin-top:30px;
	}
	
	#gewinnspielstarttext{
		font-size: 1.1em;	
	}
	
	#gewinnspielstartwrapper{
		padding:50px 0px;
	}
	
	#gewinnspielstarttext{
		padding:0px 25%;
	}
	
	#gewinnspieldivfieldsdiv{
		width:496px;
		margin: 0px auto;
		padding:0px;
	}
	
	#gewinnspiel_pflichtfeldhinweiswrapper{
		padding:10px 25%;
	}
	
	.privacyboxwrapper{
		padding:5px 25%;
	}	

	#teilnahmesubmitbuttonwrapper{
		margin: 40px auto 160px auto;	
	}

	#teilnahmesubmitbutton{	
		width: 150px;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		font-size: 1.5em;
	}
	
	.gewinnnummer{
		margin-bottom: 0px;
	}
	
	.gewinnliste {		
		max-width:70%;
		margin:auto;
	}
	
	.herstellerlogo{
		height:30px;
	}
	
	.produktbild {
		height: 200px;
		margin:20px auto;
	}

    .gewinnbox {
        flex: 0 1 calc(33% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .buttonbereich {
        flex-direction: row;
        justify-content: space-between;
		margin: 40px 0px 20px;
    }

    .gewinnbutton {
        width: 48%;
		height:50px;
		line-height:50px;
		font-size: 1.3em;
    }
	
	#messagesuccessfultitle{
		font-size: 2.2em;			
	}
	
	#messagesuccessfulcontent{
		font-size: 1.1em;		
	}
}