/*
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;}



/* --------------------------------------------------------------- 	*/
/* 				RESPONSIVE: 										*/
/* --------------------------------------------------------------- 	*/
/* Desktop */
/* --------------------------------------------------------------- */
@media only screen and (min-width: 981px) {
	
}
/* --------------------------------------------------------------- */
/* 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; }
}