.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> #header-page-title-inside > .byline **/
#header-page-title-inside > .byline {
	color: rgb(231, 231, 231) !important;
}

/** Header >> .mt-post-wie-desinformation-funktioniert > div > header:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > img:nth-of-type(1) **/
.mt-post-wie-desinformation-funktioniert > div > header:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > img:nth-of-type(1) {
	margin-top: -60px !important;
}

/** Header >> Header image main inside picture **/
#header-image-main-inside > picture {
	text-align: center !important;
}

/** Header >> Logo CSRP **/
#logo img {
	width: 50px !important;
	height: 50px !important;
}


/*= Content =================== */

/** Content >> Mt page regelmaessige pflege und betreuung von webseiten und homepages breadcrumbs nav **/
.mt-page-regelmaessige-pflege-und-betreuung-von-webseiten-und-homepages #breadcrumbs-nav {
	display: none !important;
}

/** Content >> Mt page erstellung von webseiten und homepages mit wordpress breadcrumbs nav **/
.mt-page-erstellung-von-webseiten-und-homepages-mit-wordpress #breadcrumbs-nav {
	display: none !important;
}

/** Content >> Bildunterschriften **/
#content figcaption {
	font-size: 0.7em !important;
	text-align: center !important;
}

/** Content >> Rank Math SEO-Titel **/
.rank-math-name > a {
	font-size: 0.7em !important;
}

/** Content >> Veröffentlichungsdatum **/
#header-page-title-inside .published {
	color: rgb(255, 255, 255) !important;
}

/** Content >> Climbo Datenschutztext **/
#lp-text-three .climbotext {
	font-size: 0.7em !important;
}

/** Content >> Bild im Testimonial-Slider **/
.slick-current img {
	box-shadow: 0 6px 7px 3px rgba(51, 51, 51, 0.34) !important;
}

/** Content >> Header page title **/
#header-page-title {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}


/*= StartPage ================= */

/** StartPage >> #lp-blocks1 **/
#lp-blocks1 {
	background-color: rgb(255, 255, 255) !important;
}

/** StartPage >> #lp-text-three **/
#lp-text-three {
	background-color: rgb(248, 248, 248) !important;
}

/** StartPage >> #main .staticslider-caption-title **/
#main .staticslider-caption-title {
	font-size: 1.2em !important;
}

/** StartPage >> #main .staticslider-caption-text **/
#main .staticslider-caption-text {
	font-size: 0.714em !important;
}

/** StartPage >> Mt page computer service robin pfeifer header page title inside **/
.mt-page-computer-service-robin-pfeifer #header-page-title-inside {
	visibility: hidden !important;
}

/** StartPage >> Main staticslider caption buttons **/
#main .staticslider-caption-buttons {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** StartPage >> Main staticslider button **/
#main .staticslider-button {
	font-size: 0.5em !important;
	width: auto !important;
	height: auto !important;
}

/** StartPage >> Container Netzwerk **/
#lp-text-zero .tmm_container {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** StartPage >> Button: Klicken Sie hier **/
.home .uagb-marketing-btn__prefix-wrap {
	color: rgb(255, 255, 255) !important;
	text-align: center !important;
	background-color: rgb(208, 66, 44) !important;
	width: 250px !important;
	border: 1px solid rgb(208, 66, 44) !important;
	border-radius: 20px !important;
}

/** StartPage >> Button Container **/
#main .uagb-marketing-btn__link {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** StartPage >> Button: Klicken Sie hier :hover **/
.home .uagb-marketing-btn__prefix-wrap:hover {
	color: rgb(208, 66, 44) !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgb(208, 66, 44) !important;
}

/** StartPage >> Sektion Webseitenpflege **/
#lp-text-five {
	background-color: rgb(248, 248, 248) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** StartPage >> CurrentPanel slider content wrapper **/
	.currentPanel .slider-content-wrapper {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

	/** StartPage >> Container Netzwerk **/
	#lp-text-zero .tmm_container {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** StartPage >> Site description **/
	#site-description {
	font-size: 0.6em !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** StartPage >> CurrentPanel slider content wrapper **/
	.currentPanel .slider-content-wrapper {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

	/** StartPage >> Main lp text title **/
	#main .lp-text-title {
	font-size: 1.5em !important;
}

	/** StartPage >> Main lp section title **/
	#main .lp-section-title {
	font-size: 2em !important;
}

	/** StartPage >> Lp blocks1 emphasis **/
	#lp-blocks1 i {
	display: none !important;
}

	/** StartPage >> Main staticslider caption buttons **/
	#main .staticslider-caption-buttons {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

	/** StartPage >> Main staticslider button **/
	#main .staticslider-button {
	font-size: 0.7em !important;
	width: 70% !important;
}

	/** StartPage >> Container Netzwerk **/
	#lp-text-zero .tmm_container {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** StartPage >> Site title link **/
	#site-title a {
	font-size: 0.9em !important;
}

	/** StartPage >> Site description **/
	#site-description {
	font-size: 0.7em !important;
}

	/** Content >> Header Bild **/
	#header-image-main-inside > .ls-is-cached {
	min-height: auto !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Content >> Header Bild **/
	#header-image-main-inside > .ls-is-cached {
	min-height: auto !important;
}

	/** Footer >> Footermenü Rechtliches **/
	#menu-footermenue {
	line-height: 48px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** StartPage >> Site title link **/
	#site-title a {
	font-size: 0.8em !important;
}

	/** StartPage >> Site description **/
	#site-description {
	font-size: 0.6em !important;
}

}

