

@media (max-width: 449px) { 
	
	#custom_welcome_image {
		position:relative;
		display: flex; 
		justify-content: center; 
		align-items: center;
		width: 100%;
		float: left;
	}
	#custom_welcome_text {
		position:relative;
		max-width: 100%;
		text-align: center;
		background-color: #f6f6f6;
		float:left;
		margin-top:2px;
	}
	 .custom_full_len {
		 width:100%;
		 text-align: center;
	 }
	 .custom_banner,.custom_banner_extra {
		position:relative;
		float:left;
		width: 100%;
		margin-top:5px;
	}
	 .custom_banner img,.custom_banner_extra img {
		 max-width:100%;
		
	 }
	 .custom_banner_half {
		position:relative;
		width:100%;
		float:left;
		display: flex; 
		justify-content: center; 
		align-items: center;
	}
	 .custom_banner_right {
		position:absolute;
		width:20%;
		height:100%;
		bottom:0px;
		right:0px;
	 }
	 
	.custom_banner_half_trenner {
		display: none;
	}
	.custom_vorteil {
		position: relative;
		float:left;
		width:100%;
		font-size:12px; 
		font-weight:normal; 
		color:#666666; 
		line-height:25px;
		margin-top: 25px;
	}
	.custom_themenwelten_text {
		position:relative;
		width:100%;
		float:left;
		margin-top:20px;
	}
}
@media (min-width: 450px) { 

	#custom_welcome_image {
		float:left;
	}
	#custom_welcome_text {
		position:relative;
		max-width:300px;
		height:158px;
		background-color: #f6f6f6;
		float:left;
	}
	.custom_banner, .custom_banner_extra {
		position:relative;
		width:100%;
		float:left;
		margin-top:5px;
	}
	.custom_banner_extra .custom_banner_right:hover .custom_banner_extra_text{
		display: block;
		position:absolute;
		right:0px;
		top: 0px;
		width:300px;
		float:left;
		margin-top:5px;
		background-color: RGB(238,108,112);
		border-radius: 10px;
		border: 1px solid #ff0000;
	}
	.custom_banner_right {
		position:absolute;
		width:30%;
		height:100%;
		bottom:0px;
		right:0px;
	 }
	.custom_banner_half {
		position:relative;
		max-width:49%;
		float:left;
	}
	.custom_banner > .custom_banner_half_trenner {
		position:relative;
		width:7px;
		float:left;
		height: 100%;
	}
	.custom_themenwelten_text {
		position:relative;
		width:100%;
		float:left;
		margin-top:45px;
	}
	.custom_vorteil {
		position: relative;
		float:left;
		width:100%;
		font-size:12px; 
		font-weight:normal; 
		color:#666666; 
		line-height:25px;
		margin-top: 25px;
	}

}

.custom_themenwelten_text p {
		color: #ff0000;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}

.custom_banner_extra_text {
	display: none;
}
.custom_banner_a {
	text-decoration:none;
	border-width:0px;
}
.custom_banner_right a {
	display:block;
	height:100%;
	text-align:center;
	color: rgba(230,100,100,0.0);
}
.custom_vorteil li {
	list-style-type:none;
	list-style: none;
	margin-top: 5px;
}

.custom_vorteil li::before {
	content: "|  ";
	color: #ed2d38;
	margin-right: 15px;
}

.custom_vorteil_list .custom_vorteil_list_dot  {
	margin-right: 15px;
}
.custom_vorteil_list .custom_vorteil_list_bold  {
	font-weight: bold;
}
.custom_vorteil_list .custom_vorteil_list_small  {
	font-size: 10px;
}
.custom_vorteil_list .custom_vorteil_list_red1  {
	color: #ed2d38;
	
}
.custom_vorteil_list .custom_vorteil_list_big  {
	font-size:16px;
}