/* Begin of Austausch Grafik Radio Button */
.jungeleute input[type="radio"]+label:before {
    background-image: url(https://www.lippische.de/export/sites/llb/_resources/bilder/test/button_neu2.png);
	}
	
/* End of Austausch Grafik Radio Button */
	
/* Begin of Anpassung Div-Container Cross-Selling */
.box:hover {
	-webkit-box-shadow: 3px 4px 24px -9px rgba(0,0,0,0.43); 
	-moz-box-shadow: 3px 4px 24px -9px rgba(0,0,0,0.43); 
	box-shadow: 3px 4px 24px -9px rgba(0,0,0,0.43);
}

@media only screen and (max-width: 40em) {
    .box{
		padding: 35px;
		background-color: #ffffff;
	}
    }

@media only screen and (min-width: 40.063em) and (max-width: 47em) {
	div#content_container_12_bg_bg-gelb{
		padding: 20px;
	}
	
	.box{
		padding: 10px;
		background-color: #ffffff;
	}
}

@media only screen and (min-width: 47.063em) and (max-width: 64em) {
	div#content_container_12_bg_bg-gelb{
		padding: 0;
	}
	
	.box{
		width: 230px;
		padding: 10px;
		background-color: #ffffff;	}
}


@media only screen and (min-width: 64.063em) {
	div#content_container_12_bg_bg-gelb{
		padding: 40px;
	}
	
	.box {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-top: 30px;
		background-color: #ffffff;
	}
}
/* End of Anpassung Div-Container Cross-Selling */


/* Start of Bildtextteaser Hintergrund weiss */
.hintergrundweiss .image_teaser{
    background-color: #fff;
	border: 15px;
    border-color: #fff;
    border-style: solid;
}

.hintergrundweiss .image_teaser .caption-and-text{
	margin-top: 0;
}

.hintergrundweiss .button{
	background-color: #ffdd00;
	border-color: #ffdd00;
	border-style: solid;
	color: #000;
}
/* End of Bildtextteaser Hintergrund weiss */

/*Begin of Icongröße und -ausrichtung*/
.icon div{
	margin: 0 !important;
}

div.icongross{
	margin-bottom:20px;
	display: flex;
  	justify-content: center;
}

.icongross img{
	width: 150px;
}

div.center{
  	display: flex;
 	justify-content: center;
}

.icon img{
	width: 80px;
}
/*End of Icongröße und -ausrichtung*/

.button-schwarz a{
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}

.button-schwarz a:hover{
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
}