@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');}


@font-face {
	font-family: 'FranklinGothicURWCon-Dem';
	src: url('../fonts/37FA7A_0_0.eot');
	src: local('☺'), url('../fonts/37FA7A_0_0.woff') format('woff'), url('../fonts/37FA7A_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FranklinGothicURWCon-Boo';
	src: url('../fonts/37FDBA_0_0.eot');
	src: url('../fonts/37FDBA_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/37FDBA_0_0.woff2') format('woff2'),url('../fonts/37FDBA_0_0.woff') format('woff'),url('../fonts/37FDBA_0_0.ttf') format('truetype');
}


@font-face {
    font-family: 'franklinBook';
    src: url('../fonts/franklin-gothic-book_allfont.de-webfont.woff2') format('woff2'),
         url('../fonts/franklin-gothic-book_allfont.de-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'franklinDemCon';
    src: url('../fonts/franklingothic-demicmpr-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-demicmpr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'franklinMedCon';
    src: url('../fonts/franklingothic-medcnd-webfont.woff2') format('woff2'),
         url('../fonts/franklingothic-medcnd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




:root{
	--red: #E30613;
	--grau: #EDEDED;
	--schriftGrau: #B2B2B2;
	--schriftSchwarz: #1D1D1B;
	--DemCon: .05em;
}

body{
	font-family: 'franklinBook', 'FranklinGothicURWCon-Boo', 'Libre Franklin', sans-serif;
	overflow-x: hidden;
	font-size: 17px;
	letter-spacing: var(--DemCon);
}

h2,h3,h4,h5{
	font-family: 'FranklinGothicURWCon-Boo';
}

h1{
	font-family: 'franklinMedCon';
	font-size: 36px;
	text-transform: uppercase;
	color: var(--red);
	letter-spacing: 0;
	margin-bottom: 15px;
}
.container-banner h1,h5{
	font-family: 'franklinDemCon';
}
h2{
	font-weight: bolder;
	font-size: 1.2em;
	text-transform: uppercase;
	color: var(--red);
}
h3{
	font-size: 24px;
	font-family: 'franklinMedCon';
	text-transform: uppercase;
	color: var(--schriftSchwarz);
}
h4{
	font-size: 26px;
	text-transform: uppercase;
	color: var(--schriftSchwarz);
	font-weight: bolder;
	
}
h5{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 300;
}
a{
	color: var(--schriftSchwarz);
	text-decoration: none;

}
a:hover{
	color: var(--red);	
}
[class*="footer"] .mod-custom a:not(.btn):hover{
	color: var(--schriftSchwarz);
}
[class*="red"]:not(.left-banner) a{
	color: white;
}
ul[class*="menu"]{
	font-family: 'franklinMedCon';
}
ol, ul {
	padding-left: 2.5rem;
	padding-left: 1em;
	line-height: 1.7;
}
.readmore .icon-chevron-right::before{
	display: none;
}
.btn{
	background: #C6C6C6;
	border-radius: 25px;
	color: #1D1D1B;
}
.red{
	color: var(--red);
}
strong.red{
	font-size: 1.3em;
}
.standort .blog-items h2 a{
	color: var(--schriftSchwarz);
}
/* SiteLayout */
.site-grid,.gridsite .blog-item, body:not(.home) .com-content-category-blog .blog-item,body.standort .com-content-category-blog{
    grid-gap: 0 2em;
    grid-template-columns: [full-start] minmax(0, 1fr)[main-start] repeat(4, minmax(0, 19.875rem))[main-end] minmax(0, 1fr)[full-end];
    grid-template-columns: [full-start] minmax(0, 1fr)[main-start] repeat(4, minmax(0, 19.1rem))[main-end] minmax(0, 1fr)[full-end];
    display: grid;
}
.site-grid{
	grid-template-areas: ". banner banner banner banner ."
                         ". top-a top-a top-a top-a ."
                         ". top-b top-b top-b top-b ."
                         ". comp comp comp comp ."
                         ". side-r side-r side-r side-r ."
                         ". side-l side-l side-l side-l ."
                         ". bot-a bot-a bot-a bot-a ."
                         ". bot-b bot-b bot-b bot-b .";
	margin-top: 35px;
}
.site-grid > [class^="container-"], .site-grid > [class*=" container-"] {
    column-gap: 2em;
    width: 100%;
    max-width: none;
}
.site-grid > .full-width,.site-grid > main {
    grid-column: full-start / full-end;
}
[class*=grid-cols]{width: 100%;display: grid;grid-gap:0 1em;}
.grid-cols-2{grid-template-columns: repeat(2,1fr);}
.grid-cols-3{grid-template-columns: repeat(3,1fr);}
.grid-cols-4{grid-template-columns: repeat(4,1fr);}
.grid-cols-5{grid-template-columns: repeat(5,1fr);}
.grid-cols-6{grid-template-columns: repeat(6,1fr);}
.grid-cols-7{grid-template-columns: repeat(7,1fr);}
.grid-cols-8{grid-template-columns: repeat(8,1fr);}
.grid-cols-9{grid-template-columns: repeat(9,1fr);}
.grid-cols-10{grid-template-columns: repeat(10,1fr);}
.grid-cols-11{grid-template-columns: repeat(11,1fr);}

.main-bottom{
	grid-column-start: full-start;
	grid-column-end: full-end; 
}
/* bows bogen */
.bow{
  height: 3.65vw; 
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top.bow{
	background: transparent;
	top:-3.65vw; 
	margin-bottom: -3.65vw;
}
.bottom.bow{
	background-color: var(--red);;
}
.bow::before {
  content: "";
  position: absolute;
  width: 700%;
  height: 700vw;
  background-color: white;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.top.bow:before{
	 top: 0;
}
.bottom.bow::before {
  bottom: 0;
}
/* Modules */
/* header  menu */
.container-header{
	z-index: 20;
	position: relative;
}
.container-header .navbar-brand{
	padding: 10px 10px 10px 0;
}
.container-header{
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-rows: 1fr 55px 55px;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
.navbar-brand img{
	max-width: 300px;
}
.navbar-brand{
	grid-row: 1/span 3;
}
.container-topbar{
	grid-column: 2;
	grid-row: 2;
	justify-self: end;
	text-align: right;
}
.container-topbar #mod-custom112 p{
	text-transform: uppercase;
	color: #B2B2B2;
	font-size: 23px;
	font-family: 'franklinDemCon';
	letter-spacing: var(--DemCon);
}
.container-topbar #mod-custom112 a{
	color: var(--red);

}
.container-topbar #mod-custom112 a:hover{
	color: var(--schriftSchwarz);
}
.container-nav{
	grid-column: 2;
	grid-row: 3;
	justify-self: end;
	align-content: end;
	z-index: 100;
}
.container-nav .mainmenu{
	display: flex;
}
#menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.container-header .mod-menu{
	align-content: end;
	justify-content: end;
	flex-direction: row;
}
.container-header .mod-menu .parent > ul.show-menu{
	display: block;
	position: absolute;
	background: var(--red);
	padding: 15px;
	top: 100%;
	z-index: 150;
}
.container-header .mod-menu .parent > ul.show-menu li{
	padding: 8px 10px;
	z-index: 150;
	position: relative;
}
.container-header .mod-menu .parent > ul.show-menu li.active a,.container-header .mod-menu .parent > ul.show-menu li:hover a{
	color: var(--schriftGrau);
}

.container-header .mod-menu .parent > ul.show-menu li a{
	color: white;
	font-size: 1.1em;
}
.container-header .mod-menu{
	color: #1D1D1B;
}
.container-header .mod-menu > li{
	transition: .3s ease-out;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 12px;
	font-size: 1.1em;
	padding: 0 0 10px 0;
	line-height: 1.4; 
	font-size: 18px;
}
.container-header .mod-menu > li:first-child{
	margin-left: 0;	
}
.container-header .mod-menu > li:last-child{
	margin-right: 0;
}
.container-header .mod-menu > li a,.container-header .mod-menu > li span{
	border-top: 4px solid transparent;
}
.container-header .mod-menu > .active > a,.container-header .mod-menu > .active > span,.container-header .mod-menu > li:hover > a,.container-header .mod-menu > li:hover > span{
	border-color: var(--red);
}
/* banner */
.container-banner{
	margin-bottom: 0;
	min-height: 22vw; 
	position: relative;
}
body.home .container-banner .mod-custom{
	background-position: right top;
	background-size: contain;
}
.container-banner .mod-custom{
	height: 100%;
	width: 100%;
	top;0;
	left:0;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.container-banner .mod-custom:after{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg,rgba(227, 6, 19, 1) 0%, rgba(227, 6, 19, 1) 30%, rgba(227, 6, 19, 0) 70%);
	content: "";
}
.container-banner .mod-custom .mod_content{
/* 	max-width: 1320px; */
/* 	margin: auto; */
/* 	position: relative; */
/* 	margin-top: 6vw; */
	
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-70%);
	width: 100%;

}
.container-banner .mod-custom .mod_content > *{
	max-width: 1320px;
	margin: auto;
}
.container-banner .mod-custom h1{
	color: white;
	font-size: 1.8em;
}
/* below-top */
.container-below-top .mod-articles-items .mod-articles-image img{
	height: 95px;
}
.container-below-top .mod-articles-items > *{
	text-align: center;
}
.container-below-top article figure img{
	padding-bottom: 10px;
}
.home .container-below-top .mod-articles-items article,.home .container-below-top .mod-articles-items article .mod-articles-item-content{
	height: 100%;
	display: grid;
}
.container-below-top .mod-articles-item h1{
	margin: 15px 0;
}
.container-below-top .mod-articles-items article .mod-articles-item-content p{
	margin: 15px 0;
	font-family: 'franklinMedCon';
	font-size: 17px;
}
.container-below-top .mod-articles-items article .mod-articles-item-content .readmore{
	justify-self: center;
	align-self: end;
	margin: 10px 0;
	font-size: 15px;
	font-family: 'franklinMedCon';
}
.container-below-top .mod-articles-grid .mod-articles-item-content h1{
	margin-top: 0;
}
.container-below-top .mod-articles-grid .mod-articles-item-content{
	grid-template-rows: 100px 42px auto auto;	
}

/* main bottom */
.main-bottom{
	position: relative;
	z-index: 10;
}
.partner .mod-articles-items{
	display: unset;
}
.partner .mod-articles-item{
	display: grid;
	grid-gap: 0 1em;
	grid-template-columns: [full-start] minmax(0, 1fr)[main-start] minmax(150px, 1520px)[main-end] minmax(0, 1fr)[full-end];
	grid-template-areas: ". partner ."
}
.main-bottom .mod-articles-items .partner-logos{
	grid-area: partner;
	padding: 20px 0;
}
.main-bottom .mod-articles-items .partner-logos[class*=flex-cols]{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	flex-wrap: wrap;
}
.main-bottom .partner-item{
	flex-shrink: 0;
	padding: .5em;
	max-width: 100%;
}
.main-bottom .mod-articles-items .partner-logos img{
	height: 50px;
}

/* Footer */
.footer{
	margin-top: 0;
	background: var(--red);
	font-family: franklinMedCon;
}
.footer .mod-custom{
	padding-left: 40px;
	margin-left: -40px;
}
.footer .mod-custom .mod_content{
	font-size: 14px;
}
.footer .mod-custom h5{
	position: relative;
}
.footer .mod-custom h5::before{
	content: "";
	width: 30px;
	height: 34px;
	display: block;
	background: url(../../../../../images/location.svg) no-repeat right center/contain;
	position: absolute;
	left: -40px;
	top: 0;
}
.footer .mod-custom strong{
	text-transform: uppercase;
	font-weight: normal;
	font-family: franklinDemCon;
}
.footer ul.mod-menu{
	display: flex;
	flex-direction: row;
	
}
.footer ul.mod-menu li{
	padding: 10px;
	align-self: center;
	font-size: 12px;
	text-transform: uppercase;
}
/* CUSTOMS Articles Beiträge*/
/* backgrounds */
.gridsite .blog-item.bg-red-wrapper{
	position: relative;
	padding: 0;
	margin: 20px 0;
}
.gridsite .blog-item.bg-red-wrapper .item-content::before{
	border-top: .5px solid #b2b2b2;
	border-bottom: .5px solid #b2b2b2;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	content: "";
	display: block;
	pointer-events: none;
 
}
.bg-grey-wrapper{
	background: #EDEDED;
}
.blog-item.bg-grey-wrapper{
	margin: 2em 0;
}
.bg-red-wrapper .item-content{
	grid-column-start: 4;
	padding: 20px 0;
}
.bg-red{
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row: 1;
	content: "";
	display: block;
	background-color: var(--red);
	display: grid;
	grid-template-columns: [full-start] minmax(0, 1fr)[main-start] repeat(4, minmax(0, 19.875rem));
	margin: -3px 20px -3px 0;
	z-index: 10;
}
.bg-red-wrapper:after{
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row: 1;
	content: "";
	display: block;
	background: var(--red);
	height: 40px;
	width: 40px;
	justify-self: end;
	align-self: center;
	transform: rotate(45deg);
	z-index: 0;
}
img.article-banner{
	grid-column: 4;
	padding: 30px;
	max-width: 350px;
	height: 100%;
	z-index: 30;
	position: relative;
	max-height: 350px;
	margin: auto;
}
/* Bloglayout */
.blog-items{
	grid-gap: 0;
}
.blog-items  .blog-item{
	padding: 2em 0;
}
.blog-items  .blog-item .page-header{
	color: var(--red);
	text-transform: uppercase;
}
.blog-item .item-image{
	margin: 0;
}
.blog-item.img-right .item-image{
	grid-column: 4 / span 2;
	grid-row: 1;
}
.blog-item.img-left .item-image{
	grid-column: 2 / span 2;
	grid-row: 1;
}
.blog-item.img-right .item-content{
	grid-column: 2 / span 2;
	grid-row: 1;
}
.blog-item.img-left .item-content{
	grid-column: 4 / span 2;
	grid-row: 1;
}
/* FORMS */
.hiddenlabel legend.ba-field-label-wrapper{
	display: none;
}
.com-baforms-wrapper .ba-form-page{
	padding: 0;
}
.ba-form-page h6{
	font-weight: normal;
	font-size: .8em;
}
.grid-form .ba-page-items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
}
.grid-form .ba-page-items::before{
	grid-column: 1 / span 3;
	display: none;
}
body .ba-form-page{
	background: transparent;
}
body .ba-form-page .ba-form-field-item{
	margin:5px 0;
}
body .ba-form-page .ba-field-label-wrapper{
	line-height: 1em;
	font-weight: bold;
}
body .ba-form-page .ba-field-container input,body .ba-form-page .ba-field-container textarea{
	border-radius: 0;
	line-height: 1;
	padding: 5px;
}
body .ba-form-page .ba-field-container textarea{
	min-height: 11.375rem;
}
body .ba-form-field-item .ba-form-checkbox-wrapper{
	margin: 10px 0;
}
body .ba-form-acceptance-field .ba-field-container,body .ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper{
	padding-left: 30px;
}
body .ba-cart-row-content .ba-form-radio input,body .ba-form-acceptance-field .ba-form-checkbox input,body .ba-form-field-item .ba-form-checkbox-wrapper input{
	height: 20px;
}
body .ba-form-acceptance-field label.ba-form-checkbox > span,body .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span{
	width: 20px;
	height: 20px;
	margin-top: 4px;
}
body .ba-form-acceptance-field label.ba-form-checkbox input[type="checkbox"]:checked + span::before,body .ba-form-field-item .ba-form-checkbox-wrapper input[type="checkbox"]:checked + span::before {
	font: normal normal normal 1rem/1rem 'balbooa-form-icons';
}
body .ba-form-acceptance-field label.ba-form-checkbox > span,body .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span{
	background: white;
}
body .ba-form-page .ba-form-submit-btn-wrapper{
	width: unset;
}
body .ba-form-page .ba-form-submit-btn-wrapper a,body .ba-form-page .ba-form-submit-btn-wrapper a:hover{
	border-radius: 50px;
	background-color: #C6C6C6;
	color: var(--schriftSchwarz);
	padding: 10px 40px;
	font-size: 1em;
	font-family: franklinMedCon;
}
.ba-form-icon-horizontal-slide-in-animation .ba-form-submit-btn:hover span{
	transform: none !important;
}
body .ba-form-page .ba-form-submit-btn-wrapper a:before,body .ba-form-page .ba-form-submit-btn-wrapper a:after{
	display: none;
}
body .ba-form-page .ba-form-submit-btn-wrapper .zmdi-mail-send,body .ba-form-page .ba-form-icon-horizontal-slide-in-animation .ba-form-submit-btn:hover{
	background: #C6C6C6 !important;
}
body .ba-form-page .ba-form-submit-btn-wrapper .zmdi-mail-send::before{
	color: var(--schriftSchwarz);
}
body .ba-form-row:last-child{
	margin-top: 35px;
}


/* HOME */
.itemid_1 .item-content h1{
	margin-bottom: 10px;
}
.itemid_1 .item-content p{
	margin-top:0;
}
.itemid_1 .item-content p + h1{
	margin-top: 35px;
}
#mod-custom110 p{
	font-size: 36px;
	color: white;
	font-family: 'franklinDemCon';
	letter-spacing: var(--DemCon);
	line-height: 1;
}
#mod-custom110 p:first-child{
	font-size: 26px;
	color: var(--schriftGrau);
	margin-bottom: 0px;
}
.itemid_2 ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: 24px;
	font-family: 'franklinMedCon';
	margin-bottom: 40px;
}
/* Standorte */
.standort .container-below-top .mod-articles-items .mod-articles-item:last-child img{
	padding: 8px;
}
.standort .blog-item .article-title{
	color: var(--schriftSchwarz);
}
.standort .com-content-category-blog{
	background: var(--grau);
	padding: 2em 0;
}
.standort .com-content-category-blog .blog-items{
	grid-column-start: main-start;
	grid-column-end: main-end; 
	grid-gap: 0 2em;
}
.standort .com-content-category-blog .blog-items .blog-item{
	grid-gap: 0;
} 
.maps{
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	border: 2px solid white;
}
/* lestungen */
/* leistungen abschleppdienst */
.itemid_12 .item-content{
	display: grid;
}
.itemid_12 .item-content p:last-child{
	margin-bottom: 0;
	align-self: end;
}

/* leistungen werkstatt */
.itemid_16 .ba-form-1 .ba-field-container textarea{
	min-height: 12.875rem;
}

.itemid-110 .site-grid > main, .itemid-109 .site-grid > main{
	grid-column: main-start / main-end;
}
.itemid_14 .item-content{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto 1fr;
}

.item-content .location{
	position: relative;
	padding-left: 35px;
	margin-bottom: 35px;
	font-size: 14px;
	font-family: franklinMedCon;
}
.itemid_14 .item-content .location{
	margin-bottom: 0;
	align-self: end;
}
.item-content .location strong{
	text-transform: uppercase;
	font-size: 17px;
	font-family: franklinDemCon;
	font-weight: normal;
}
.item-content .location:before{
	content: "";
	width: 24px;
	height: 34px;
	display: block;
	background: url(../../../../../images/location_black.svg) no-repeat right center/contain;
	position: absolute;
	left: 0;
	top: 0;
}
.item-content .location a{
	line-height: 2em;
}
.itemid_15 .article-title{
	font-size: 24px;
}
.itemid_15 img.article-banner{
	max-height: 280px;
}
.itemid_15 ul{
	margin-bottom:0;
}
.itemid_15 h1,.itemid_18 h1{
	color: #1d1d1b;
}
.ba-form-field-item.ba-form-checkbox-field  fieldset{
	margin-bottom: 0;
}
.ba-form-1 .ba-form-row:last-child{
	grid-column: 3;
	grid-row: 2;
	align-self: end;
}
.itemid-105 .ba-form-row{
	grid-row: span 2;
}
.itemid-105 .ba-form-row:nth-child(3){
	grid-row: 1;
	grid-column: 3;
}
.itemid-105 .ba-form-row:first-child .ba-input-wrapper{
	margin-bottom:0;
}
/* Oelspurbeseitigung */
.blog-item.itemid_32 .mod-articles-items{
	grid-template-columns: repeat(2, minmax(0, 575px));
	grid-gap: 2em;
	max-width: 1150px;
	margin: auto;
}
.blog-item.itemid_32 .mod-articles-items figure{
	margin-bottom: 2em;
}

.blog-item.itemid_32 figure{
	padding-bottom: 59.375%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.blog-item.itemid_32 figure img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* Kontakt */
.itemid-108 .grid-form .ba-form-row:last-child{
	align-self: end;
	margin-bottom: 30px;
}
#mod-custom124 h1 strong{
	letter-spacing: var(--DemCon);
	font-weight: normal;
}
.ba-page-items .ds_link [class*="title"] a{
	font-weight: bold;
}
/* DS */
ol.dslist{
	padding-left: 2em;
}
/* MOBILE */
@media (max-width: 1440px){
	.footer .mod-custom{
		margin-left: 0; 
	}
}
@media (max-width: 1360px){
	body{
		font-size: 14px;
	}
	body footer.footer .grid-child{
		margin-right: 20px;
		margin-left: 20px;
		padding: 2.5rem 0em;
		box-sizing: border-box;
		width: calc(100% - 40px);
	}
	.container-header,.container-banner .mod-custom .mod_content{
		margin-right: 20px;
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	.container-header{
		width: calc(100% - 40px);
	}
	.site-grid, .gridsite .blog-item, body:not(.home) .com-content-category-blog .blog-item, body.standort .com-content-category-blog{
		grid-gap: 0px 20px;
	}
	img.article-banner{
		grid-column: 3;
	}
	
}
@media (max-width: 1160px) {
	body footer.footer .grid-child{
		grid-template-columns: 1fr 1fr;
		display: grid;
		grid-gap: 20px 20px;
	}
	body footer.footer .grid-child .mod-menu{
		grid-column: 2;
		justify-self: end;
	}
}
@media (max-width: 1010px) {
	.grid-cols-3,.blog-items.columns-2{
		grid-template-columns: 1fr;
	}
	.container-below-top .mod-articles-grid .mod-articles-item{
		margin-bottom: 30px;
	}
	.grid-form .ba-page-items{
		grid-template-columns: 1fr 1fr;
		position: relative;
		margin-bottom: 40px;
	}
/*
	.itemid-105 .ba-page-items .ba-form-row:first-child{
		grid-column: 1/span 2;
	}
*/
	.itemid-105 .ba-page-items .ba-form-row{
		grid-column: span 2;
		grid-row: auto;
	}
	.itemid-105 .ba-page-items .ba-form-row:first-child .ba-form-checkbox-group-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	body.itemid-108 .ba-form-row:last-child{
		margin-top: 0;
		grid-column: 1/span 2;
	}
	body.itemid-108 .ba-form-row:last-child .ba-form-column{
		grid-template-columns: 1fr 1fr;
		display: grid !important;
	}
	body.itemid-108 .ba-form-row:last-child .ba-form-column .ba-input-wrapper{
		margin-bottom: 0;
	}
	body.itemid-108 .ba-form-submit-field .ba-form-submit-wrapper{
		text-align: right;
		height: 100%;
	}
	img.article-banner{
		grid-column-start: 2;
		grid-column-end: 6;
		justify-self: center;; 
	}
	.blog-item.itemid_32 .mod-articles-grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 820px) {
/*
	body{
		width: 100vw;
		overflow-x: hidden;
	}
*/
	body.open{
		min-height: unset;
		height: 100vh;
		overflow: hidden;
	}
	h1{
		font-size: 1.6em;
	}
	h5{
		font-size: 1.1em;
	}
	.navbar-brand img{
		max-width: 200px;
	}
	.container-banner{
		min-height: 150px;
	}
	.container-header{
		position: relative;
	}
	#menu-toggle {
		display: block;
		height: 50px;
		width: 50px;
	}
	#menu-toggle.show{
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 110;
	}
	#menu-toggle:before{
		content: "\f0c9";
		font-family: FontAwesome;
	    display: block;
	    color: var(--red);;
	    font-size: 40px;
	  	line-height: 1;
  	}
  	#menu-toggle.show:before{
	  	content: "\D7";
	  	color: #161615;
	  	font-size: 3.2em;

  	}
	#menu-toggle + .mainmenu{
		z-index: 100;
		position: fixed;
		width: calc(100% + 40px);
		top: 0;
		right: calc(-100% - 60px);
		display: flex;
		flex-direction: column;
		background: white;
		transition: .3s ease-out;
		box-sizing: border-box;
		background: linear-gradient(to right,rgba(217, 0, 12, 0.75) 0%, rgba(217, 0, 12, 0.75) 20%, white 20%, white 100%);
  		padding: 60px 90px 30px 0;
  		height: 100vh;
  		overflow-y: scroll;
	}
	#menu-toggle + .mainmenu.show{
		right: -20px;
	}
	.container-header .mod-menu{
		flex-direction: column;
		justify-content: start;
	}
	.container-header .mod-menu > li,.container-header .mod-menu > .active, .container-header .mod-menu > li:hover{
		margin: 10px 0;
	}
	.container-header .mod-menu .parent > ul,.container-header .mod-menu .parent > ul.show-menu{
		display: block;
		position: relative;
		background: transparent;
		padding: 15px 0 0 30px;
		top: unset;
		z-index: 110;
	}
	.container-header .mod-menu .parent > ul li,.container-header .mod-menu .parent > ul.show-menu li{
		padding: 6px 0;
		z-index: 110;
		position: unset;
	}
	.container-header .mod-menu .parent > ul li a,.container-header .mod-menu .parent > ul.show-menu li a{
		color: #717171;
		font-size: 1em;
	}
	.container-header .mod-menu .parent > ul li.current.active a{
		color: var(--red);
		
	}
	body:not(.home) .com-content-category-blog .blog-item:not(.bg-red-wrapper){
		grid-gap: 20px;
	}
}
@media (max-width: 780px){
	body .site-grid .blog-item.bg-red-wrapper{
		grid-template-columns: 1fr 40px 1fr;
		grid-template-rows: auto 1px auto;
	}
	.gridsite .blog-item.bg-red-wrapper .item-content::before{
		display: none;
	}
	.bg-red-wrapper .item-content{
		grid-column-start:1;
		grid-column-end: 4;
		margin: 45px 20px 0;
	}
	.bg-red{
		grid-column-start:1;
		grid-column-end: 4;
		border-right: none;
		grid-template-columns: 1fr;
		margin:0;
	}
	img.article-banner{
		grid-column: 1;
		margin: auto;
		width: 200px;
	}
	.bg-red-wrapper::after{
		grid-row: 2;
		grid-column-start: 2;
		grid-column-end: 2;
		margin-bottom: 2px;
	}
	body .blog-item[class*="img-"] .item-content{
		grid-column: 2 / span 4;
	}
	body .blog-item[class*="img-"] .item-image{
		grid-row: 2;
		grid-column: 2 / span 4;
	}
	.itemid-105 .ba-page-items{
		grid-template-columns: 1fr;
	}
	.itemid-105 .ba-form-row{
		grid-row: unset;
	}
	.itemid-105 .ba-page-items .ba-form-row:first-child{
		grid-column: 1;
	}
	.itemid-105 .ba-page-items .ba-form-row:first-child .ba-form-checkbox-group-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.itemid-108 .grid-form .ba-page-items,body.itemid-108 .ba-form-row:last-child .ba-form-column{
		grid-template-columns: 1fr;
	}
	body.itemid-108 .ba-form-row:last-child{
		grid-column: 1;
	}
	.itemid_2 ul{
		font-size: 22px;
	}
}
@media (max-width: 768px){
	body .site-grid .ba-form-page{
		padding: 0 !important;
	}
}
@media (max-width: 680px){
	.container-header{
		grid-template-columns: 230px 1fr;
	}
	.container-topbar{
		grid-row: 1;
		grid-column: span 2;
	}
	.navbar-brand{
		grid-row: 2/span 2;
	}
	.navbar-brand img{
		max-width: 230px;
	}
	#mod-custom112 p{
		font-size: 1em;
	}
	#mod-custom112 p a{
		font-size: 1.2em;
	}
	.itemid_2 ul{
		grid-template-columns: 1fr 1fr;
	}
	body footer.footer .grid-child{
		grid-template-columns: 1fr;
	}
	body footer.footer .grid-child .mod-menu{
		grid-column: 1;
	}
	.blog-item.itemid_32 .mod-articles-grid{
		grid-template-columns: 1fr;
	}
	.itemid_2 ul{
		font-size: 20px;
		grid-gap: 0 1em;
	}
}
@media (max-width: 420px){
	.itemid-105 .ba-page-items .ba-form-row:first-child .ba-form-checkbox-group-wrapper{
		grid-template-columns: 1fr;
	}
	.itemid_2 ul{
		grid-template-columns: 1fr;
	}
}