﻿@media (max-width:800px) {
	.bhv-container:not(.prevent-responsive) > .bhv-col {
		width: 100% ! important;
	 }
	 .responsive-breit {
		 display:none;
	  }
	 .responsive-schmal {
		 display:block ! important;
	  }
 }
.responsive-breit {
 }
.responsive-schmal {
	display: none;
 }