﻿@media (max-width:1100px) {
	.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 {
		 display:none ! important;
	  }
	 .responsive-schmal {
		 display:block ! important;
	  }
	 .cms-insertmode .responsive-breit {
		opacity: 0.5 ! important;
	  }
	 .cms-insertmode .responsive-schmal {
		opacity: 1 ! important;
	  }
 }
.responsive-breit {
 }
.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;
  }
  
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
  
  @font-face {
    font-family: 'Raster';
    src: url('Raster.ttf') format('truetype');
    font-weight: 400;
}

