/*
Theme Name: Divi Child - Entwicklungstheme
Theme URI: https://www.bachmann-media.com
Template: Divi
Author: BACHMANN.MEDIA
Author URI: https://www.bachmann-media.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.7.1575789866
Updated: 2019-12-08 08:24:26

*/

/* Default-Klassen: */
.bm-hidden { display:none !important; }
.bm-2spalter { column-count: 2; }
.bm-2spalter li { break-inside: avoid; }
.bm-full-screen { 	min-height: 100vh; 	width: 100vw; }
/* Blog-Title nicht verlinken: Klasse eintragen */
.bm-no-titlelink .entry-title > a { pointer-events: none; cursor: default;}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  -webkit-box-align:  end!important;
  -ms-flex-align:  end!important;
  align-items: end!important;
  margin-bottom: 30px !important;
}
.et_pb_menu__logo-wrap {
  position: absolute;

}
.et_pb_contact_field_options_title {
  color: #fff !important;
  text-transform: uppercase !important;
}
.entry-content {
  overflow: hidden!important;
}

.et_pb_column.et_pb_column_2_5.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  background-color: #fbfbfb;
}
/* --------------------------------------------------------------- 	*/
/* 				RESPONSIVE: 										*/
/* --------------------------------------------------------------- 	*/
/* Desktop */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {
	.st_leistungen .et_pb_text h2 {
padding-top: 20px!important;
font-size: 30px!important;
}


.st_leistungen .et_pb_blurb_container h4 {
  
  font-size: 18px!important;
}


}
/* --------------------------------------------------------------- */
/* Tablet */
/* --------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	
}
/* --------------------------------------------------------------- */
/* Phone */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.bm-2spalter { column-count: 1; }
}