/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


/*Custom Styles Lenari*/

#Footer .wp-block-button__link {
	background-color: #fff;
	color: #0284a5;
}
#Footer .wp-block-button__link:hover {
	background-color: #f1f6f1;
	color: #fad12d;
}
#sliderheaderbg {
	background-size: 100% 190px !important;
	background-position: center top !important;
}
.zitate blockquote {
	color: #f1f6f1 !important;
	font-size: 32px;
	line-height: 1.2em;
    text-shadow: 0 3px 12px hsl(0deg 0% 0% / 30%);
}
blockquote .autor {
	color: #fff;
    font-style: normal;

}
blockquote .beschreibung {
	color: #fff;
    font-style: normal;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 3px;
}

@media only screen and (max-width: 1259px) {
	#sliderheaderbg {
		background-position: center top !important;
		background: #f1f6f1 !important;
		height: 110px !important;
	}
}
@media only screen and (max-width: 767px) {
	#sliderheaderbg {
		display: none !important;
	}
	.language3_blob > div {
    	border-radius: 20px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width:959px) {
	#Footer .one-fourth.column {
		width: 50%;
		float: left;
    	margin: 0;
	}
	#Footer > div.widgets_wrapper > div > div:nth-child(3) {
		clear: both;
	}
}