﻿@media (max-width:800px) {
	.bhv-container.flex:not(.prevent-responsive) {
		flex-wrap:wrap;
	 }
	.bhv-container:not(.prevent-responsive) > .bhv-col {
		width: 100% ! important;
		flex-basis: 100% ! important;
	 }
	.responsive-breit, .bhv-container.flex.responsive-breit, .bhv-container.grid.responsive-breit {
		display: none;
	}
	.responsive-schmal {
	    display:block ! important;
	}
	.responsive-schmal.flex {
		display:flex ! important;
	}
	.responsive-schmal.grid {
		display:grid ! important;
	}
	.cms-insertmode .responsive-breit {
		opacity: 0.5 ! important;
	}
	.cms-insertmode .responsive-schmal {
		opacity: 1 ! important;
	}
 }
.responsive-breit {
 }
.responsive-schmal, .bhv-container.flex.responsive-schmal, .bhv-container.grid.responsive-schmal {
	display: none;
}
.cms-insertmode .responsive-breit {
	display: block;
	opacity: 1;
	background: #fdd;
}
.cms-insertmode .responsive-schmal {
	display: block;
	opacity: 0.5;
	background: #dfd;
}
