﻿@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 {
		 display:none;
	  }
	 .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: 'Aptos';
    src: url('Aptos-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

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

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

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