
			/* Links */
a {
	text-decoration: none !important;
}

/* Startseite Beiträge */

#start_beitrag .elementor-post__card .elementor-post__read-more {
	background: #2B809C;
	color: white;
	padding: 5px 15px 5px 15px;
	border-radius: 17px;
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
}


#hoeren{
	background: white;
	border-radius: 17px;
	padding: 12px;
	min-height: 50px
}
#hoeren2 {
	background: white;
	border-radius: 17px;
	width: 370px;
}
#hoeren3 {
	background: white;
	border-radius: 17px;
	padding: 12px;
	min-height: 50px
}

/* Kontaktformular */
/*
#kontakt input,#kontakt select,#kontakt textarea{
	border-radius: 17px;
	-webkit-box-shadow: 0px 0px 6px 3px #00000029; 
box-shadow: 0px 0px 6px 3px #00000029;
	border: solid 1px #707070 !important;
}
#kontakt a {
	color: white;
	font-weight: 600;
}
*/
#kontakt .label {
	color: #fff;
}



/* Leistungen */

/* Mobil */
@media screen and (max-width: 845px) {
	#blau .elementor-element-populated, #gelb .elementor-element-populated {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		gap: 15px !important;
	}
.elementor-widget:not(:last-child), #blau p, #gelb p {
    margin-bottom: 0px !important;
}

	#leistung_header {
		padding: 35px 0px 25px 0px !important;
	}
	
}
/* Desktop */
@media screen and (min-width: 992px){


}
		