/* DMT MANAGED WEBSITE */
/* BOOTSTRAP EXTENDED */
@import url(bootstrap-table.min.css);
@import url(bootstrap-icons.css);

/* CSS EXTENDED */
@import url(transformations.css);
@import url(animations.css);
@import url(filters.css);

/* BASIC FONTS */
@import url(font-serif-noto.css);
@import url(font-sans-noto.css);

/* AVAILABLE FONTS */
@import url(font-hand-dancing-script.css);
@import url(font-hand-fasthand.css);
@import url(font-hand-pacifico.css);
@import url(font-hand-satisfy.css);
@import url(font-hand-yellowtail.css);
@import url(font-sans-alegreya.css);
@import url(font-sans-montserrat.css);
@import url(font-sans-open.css);
@import url(font-sans-oswald.css);
@import url(font-sans-raleway.css);
@import url(font-sans-roboto.css);
@import url(font-sans-roboto-condensed.css);
@import url(font-sans-roboto-flex.css);
@import url(font-sans-source.css);
@import url(font-serif-alegreya.css);
@import url(font-serif-bitter.css);
@import url(font-serif-crimson-pro.css);
@import url(font-serif-eb-garamond.css);
@import url(font-serif-lora.css);
@import url(font-serif-playfair.css);
@import url(font-serif-roboto.css);
@import url(font-serif-source.css);

/*
font-hand-dancing-script.css | 'Dancing Script'
font-hand-fasthand.css | 'Fasthand
font-hand-pacifico.css | 'Pacifico'
font-hand-satisfy.css | 'Satisfy'
font-hand-yellowtail.css | 'Yellowtail'
font-sans-alegreya.css | 'Alegreya Sans'
font-sans-montserrat.css | 'Montserrat'
font-sans-noto.css | 'Noto Sans'
font-sans-open.css | 'Open Sans'
font-sans-oswald.css | 'Oswald'
font-sans-raleway.css | 'Raleway'
font-sans-roboto.css | 'Roboto'
font-sans-roboto-condensed.css | 'Roboto Condensed'
font-sans-roboto-flex.css | 'Roboto Flex'
font-sans-source.css | 'Source Sans 3'
font-serif-alegreya.css | 'Alegreya'
font-serif-bitter.css | 'Bitter'
font-serif-crimson-pro.css | 'Crimson Pro'
font-serif-eb-garamond.css | 'EB Garamond'
font-serif-lora.css | 'Lora'
font-serif-noto.css | 'Noto Serif'
font-serif-playfair.css | 'Playfair'
font-serif-roboto.css | 'Roboto Serif'
font-serif-source.css | 'Source Serif 4'
*/

:root {
  --color1: #000000; /* #cd1719 */
  --color1-light: #333333; /* #ffcfcf */
  --color2: #000000; /* #ab1719 */
  --color3: #000000; /* #871719 */
}

html, body {font-family: "Noto Sans", sans-serif; }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { html, body {font-size: 12px; line-height: 18px;}; .menulist-inline {display: block;} }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { html, body {font-size: 14px; line-height: 21px;} .menulist-inline {display: block;} .uk-slideshow .uk-overlay {display: block; transform: scale(0.5) !important;} }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { html, body {font-size: 14px; line-height: 21px;} .menulist-inline {display: block; } #sp-header-topbar { display: block; } .uk-slideshow .uk-overlay {display: block; transform: scale(0.75) !important;} }

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { html, body {font-size: 16px; line-height: 24px;} .menulist-inline {display: block; } #sp-header-topbar { display: block; } .uk-slideshow .uk-overlay {display: block; transform: scale(1) !important; padding-bottom: 30px !important;} }

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { html, body {font-size: 16px; line-height: 24px;} .menulist-inline {display: block; } #sp-header-topbar { display: block; } .uk-slideshow .uk-overlay {display: block; transform: scale(1.25) !important; padding-bottom: 40px !important;} }

h1, .h1 {font-size: 1.95rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}
h2, .h2 {font-size: 1.65rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}
h3, .h3 {font-size: 1.35rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}
h4, .h4 {font-size: 1.15rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}
h5, .h5 {font-size: 1.15rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}
h6, .h6 {font-size: 1.15rem; line-height: 3rem; margin: 0; color: var(--color1); font-family: "Noto Sans", sans-serif;}

.article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  border: none !important;
  border-radius: 0px !important;
}

/* SEO Visually Hide */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* All devices up to 576px */
#sp-header-topbar { display: none; }

.uk-slideshow .uk-overlay {
  display: none;
  height: auto !important;
  padding: 20px 0 !important;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}

.table-inverted {
  color: #ffffff !important;
}

.table-inverted>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: #ffffff !important;
}
.table-inverted-columns>:not(caption)>tr>:nth-child(2n) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: #ffffff !important;
}

.bg-color1, .bg-primary {background: var(--color1) !important;}
.bg-color1:hover {background: var(--color2);}
.bg-color2, .bg-secondary {background: var(--color2) !important;}
.bg-color3 {background: var(--color3);}                            

input, button, a[role=button], input[type=button], select, option, .card{
  border-radius: 0 !important;
}

input, button, a[role=button], input[type=button], select, option, .card{
  border-radius: 0 !important;
}

body.mce-content-body {
	padding: 10px !important;
}

.logo-image {
  height: 50px !important;
}

.logo-image-phone {
  height: 30px !important;
}
                        
#sp-header {
    min-height: 60px !important;
	box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.25) !important;
	border-bottom: 3px solid var(--color1) !important;
}

#sp-header-topbar .container-inner {
  border-bottom: 0px !important;
}

#sp-main-body {
    padding: 0 !important;
}

/* Arbeiten Galerie */
#arbeiten .uk-scope .uk-subnav-pill > .uk-active > a {
  background-color: #000000 !important;
  color: #fff;
}
/* DMT Menu */
.sp-menu-separator {
  width: 100%;
  font-size: 1rem !important;
  cursor: default !important;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 10px;
}

.offcanvas-menu .sp-module, .offcanvas-menu input[type="text"] {
  width: 100% !important;
}

/* DMT Megamenu Line 

.sp-megamenu-parent {
  padding-top: 5px;
}

.sp-megamenu-parent > li > a {
  line-height: 40px;
  font-size: 1.15rem;
  margin: 0 5px;
  padding: 0 0 2px 0;
  border-bottom: 2px solid rgba(0,0,0,0);
}

.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li.active > a {
  padding-bottom: 2px;
  margin-bottom: 0;
  border-bottom: 2px solid var(--color1);
  font-weight: normal;
}

.sp-megamenu-parent > li:last-child > a {
    padding: 0 0 2px 0;
}
 */

/* DMT Megamenu Background */ 
.sp-megamenu-parent {
  padding-top: 5px;
}

.sp-megamenu-parent > li > a {
  line-height: 20px;
  font-size: 1.15rem;
  margin: 0 5px;
  padding: 5px 10px;
  background: rgba(0,0,0,0);
}

.sp-megamenu-parent > li:last-child > a {
  padding: 5px 10px;
}

.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li.active > a {
  background: var(--color1);
  color: #ffffff !important;
}

.sp-megamenu-parent > .sp-dropdown {
  margin-top: 0px;
}



.breadcrumb {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
                            
.breadcrumb .divider.fas.fa-map-marker-alt { display: none; }

#sp-footer-copyright {
  padding-bottom: 1rem;
}

.mark, mark {
  padding: 0 !important;
  background-color: rgba(243, 224, 59, 0.35) !important;
}

.caption {font-size: 0.85rem !important;}

input.form-control:active, input.form-control:hover, input.form-control:focus {
  border: 1px solid #159934 !important;
} 

ul.fields-container {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.tags > li a {
  border-radius: 0 !important;
}

.sp-reading-progress-bar {
  background-color: var(--color3) !important;
}

.sp-module ul > li > a:hover {
  color: var(--color2) !important;
}

#sp-sidebar-a .sp-module-title,
#sp-sidebar-a p,
#sp-sidebar-a ul > li
{
  color: #ffffff !important;
}

#sp-sidebar-a ul.mod-list > li { 
  margin-left: 0px !important;
  margin-bottom: 0px !important;
  color: #ffffff !important;
}

#sp-sidebar-a ul.mod-list > li > a { 
  margin-bottom: 0px !important;
  color: #ffffff !important;
}

#sp-sidebar-a .sp-module {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

#sp-sidebar-a .sp-module-transparent {
  background-color: rgba(0,0,0,0) !important;
  padding: 10px;
  margin-bottom: 20px;
  color: #ffffff;
}

#sp-sidebar-a .sp-module-transparent .sp-module-title,
#sp-sidebar-a .sp-module-transparent .h1,
#sp-sidebar-a .sp-module-transparent .h2,
#sp-sidebar-a .sp-module-transparent .h3,
#sp-sidebar-a .sp-module-transparent .h4,
#sp-sidebar-a .sp-module-transparent .h5,
#sp-sidebar-a .sp-module-transparent .h6
{
  color: #ffffff !important;
}

#sp-sidebar-a .sp-module-transparent .sp-module-content,
#sp-sidebar-a .sp-module-transparent,
#sp-sidebar-a .sp-module-transparent a {
  background-color: rgba(0,0,0,0) !important;
  color: #ffffff !important;
}

#sp-sidebar-a .sp-module-transparent {
  font-size: 1rem;
}

#sp-sidebar-a .sp-module-transparent a:hover {
 color: #cccccc !important;
}

/* mod_finder */
#sp-sidebar-a .awesomplete, .awesomplete {
  width: 100% !important;
}

#sp-sidebar-a .awesomplete > ul > li {
  color: #000000 !important;
}

#sp-sidebar-a .awesomplete li:hover {
  background:rgba(0,0,0,0.75) !important;
  color: #ffffff !important;
}

/* finder results */
.search-result-image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.result__item + .result__item {
  border-top: none !important;
  margin-top: 10px !important;
  padding-top: 0 !important;
}

.menulist-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menulist-inline > li {
  float: left;
  margin: 0.25rem 0 0 0.5rem;
}

.tags > li a {
  background: var(--color1-light);
  color: var(--color1);
}

.tags > li a:hover {
  background: var(--color1);
}

.article-info {
  margin-top: 10px;
}

.article-info > span a:hover {
  color: var(--color1);
}

.article-info > dd {
  margin-right: 10px !important;
}

.article-autor ~ .article-autor::before {
  content: ', '; 
}

.article-intro-img-zoom > img:hover {
  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;
}

a {
	text-decoration: none;
	color: var(--color1);
}

a:hover {
	color: var(--color2);
}

/*
.article-introtext, .article-introtext div, .article-introtext p {
display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
*/

.article-list .article .readmore a {
	display: inline-block;
    margin: 20px 0 10px 0;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 4px 12px;
    color: #fff;
    background: var(--color1);
	
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	color: #ffffff;
    background: var(--color2);	
}

.article-info {
  font-size: 0.75rem;
}

#sp-footer-top {
  background-color: #F8F9FA; 
  border-top: 1px solid #DDDDDD;
  padding: 10px; 
}

.tags > li a {
  display: block;
  font-size: 0.875rem !important;
  padding: 0.25rem 0.5rem !important;
  border-radius:0rem !important;
}

/* DMT Modal Joomla Dialog */

joomla-dialog > dialog {
  width: 80% !important;
  max-width: 80% !important;
  height: 800px !important;
  overflow: hidden;
}

joomla-dialog > dialog > div > header > div > button.button-success {
  float: right !important;
  border: 3px solid yellow !important;
  content: "New text";
}

joomla-dialog > dialog > div > header > div > button.button-success::after {
  content: "New text";
}                            
                            
/* DMT Modal iFrame */
                            
.modal-body .iframe,
.joomla-dialog-body .iframe {
  width: 100% !important;
  min-height: 200px !important;
  max-height: 800px !important;
}

/* DMT Modal Article List */
.article-list .modal-dialog {
  width: fit-content;
  max-weight: 75vw !important;
  margin-left: auto;
  margin-right: auto;
}

.article-list .modal-body {
  min-height: 50vh !important;
  height: 75vh !important;
  overflow-y: auto;
}
                          
/*DMT Form */
.form-label {
  color: var(--color1) !important;
  font-size: 1.3rem  !important;
  font-weight: normal !important;
}

#jform_com_fields__kontakt_website__text-lbl,
#jform_com_fields__kontakt_website__url-lbl,
#jform_com_fields__kontakt_website__target-lbl,
#jform_images_image_intro_alt-lbl,
#jform_images_image_intro_alt_empty-lbl,
#jform_images_image_intro_caption-lbl,
#jform_images_float_intro-lbl,
#jform_images_image_fulltext_alt-lbl,
#jform_images_image_fulltext_alt_empty-lbl,
#jform_images_image_fulltext_caption-lbl,
#jform_images_float_fulltext-lbl,    
#jform_urls_urlatext-lbl,
#jform_urls_urlbtext-lbl,
#jform_urls_urlctext-lbl {
font-size: 1rem !important;
}
                            

/* DMT Image Left Layout 
.article-list .article .article-intro-image img {
width: 360px;
height: 250px;
object-fit: cover;
}
*/
                         
.acyfield_checkbox input[type=checkbox]{
  float: left;
  margin-right: 10px;
}

.acym_form input[type=text],.acym_form input[type=email] {
  width: 100% !important;
  max-width: 100% !important;
  display: inline-block;
}    

/* DMT Accessibility */

.djacc-popup .djacc__panel {
  border-radius: 0px !important;
}     

.djacc-contrast {
   color: #000000 !important;
}
                            
/* DMT Helper Classes */

hr {border-top: 1px solid #dddddd; height: 1px;}
.border {border: 1px solid #dddddd !important;}
.border-bottom {border-bottom: 1px solid #dddddd !important;}
.border-top {border-top: 1px solid #dddddd !important;}
.no-border {border: none !important;}
.btn-circle {width: 45px;  height: 45px;  line-height: 45px;  text-align: center;  padding: 0;  border-radius: 50%;}
.btn-circle i {position: relative;  top: -1px;}
.btn-circle-sm {width: 35px;  height: 35px;  line-height: 35px;  font-size: 0.9rem;}
.btn-circle-lg {width: 55px;  height: 55px;  line-height: 55px;  font-size: 1.1rem;}
.btn-circle-xl {width: 70px;  height: 70px;  line-height: 70px;  font-size: 1.3rem;}
.text-white {color: #ffffff !important;}
.extra-small {font-size: 0.8rem; line-height: 0.9rem !important;}

/* DMT Overrides Bootstrap */

.bg-primary { background-color: var(--color1) !important; }
.dropdown-item.active { background-color: var(--color1) !important; }

.pagination > a, .pagination > span {
  border-color: var(--color1);
  background-color: var(--color1);
}

.pagination > .active > a:hover, .pagination > .active > span:hover {
  border-color: #6c757d;
  background-color: #6c757d;
  color: #ffffff;
}                                                   
                            
.pagination > .active > a, .pagination > .active > span {
  border-color: var(--color2);
  background-color: var(--color2);
}

.btn-white {
  --bs-btn-color:#000000 !important;
  --bs-btn-bg:#ffffff !important;
  --bs-btn-border-color:#ffffff !important;
  --bs-btn-hover-color:#000000 !important;
  --bs-btn-hover-bg:#ffffff !important;
  --bs-btn-hover-border-color:#ffffff !important;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#000000 !important;
  --bs-btn-active-bg:#ffffff !important;
  --bs-btn-active-border-color:#ffffff !important;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff !important;
  --bs-btn-disabled-bg:#dddddd !important;
  --bs-btn-disabled-border-color:#dddddd !important;
}

/*=============================================
=    Css Negative Margins For Bootstrap v5    =
=============================================*/
/*---------- SECTION Margins  ----------*/

/* ANCHOR negative m */
.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

/* end negative m */

/* ANCHOR negative mx */
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

/* end negative mx */

/* ANCHOR negative my */
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

/* end negative my */

/* ANCHOR negative mt */
.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

/* end negative mt */

/* ANCHOR negative me */
.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}

/* end negative me */

/* ANCHOR negative mb */
.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

/* end negative mb */

/* ANCHOR negative ms */
.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

/* end negative ms */

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 576 - SM  ----------*/
@media (min-width: 576px) {

    /* ANCHOR negative m-sm */
    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    /* end negative m-sm */

    /* ANCHOR negative mx-sm */
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-sm */

    /* ANCHOR negative my-sm */
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-sm */

    /* ANCHOR negative mt-sm */
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-sm */

    /* ANCHOR negative me-sm */
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: - 1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-sm */

    /* ANCHOR negative mb-sm */
    .mb-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n4 {
        margin-right: - 1.5rem !important;
    }

    .mb-sm-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mb-sm */

    /* ANCHOR negative ms-sm */
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-sm */

}

/*----------  !SECTION  ----------*/
/*----------  SECTION MIN 768 - MD  ----------*/
@media (min-width: 768px) {

    /* ANCHOR negative m-md */
    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    /* end negative m-md */

    /* ANCHOR negative mx-md */
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-md */

    /* ANCHOR negative my-md */
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-md */

    /* ANCHOR negative mt-md */
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-md */

    /* ANCHOR negative me-md */
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-md */

    /* ANCHOR negative mb-md */
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-md */

    /* ANCHOR negative ms-md */
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-md */
}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 992 - LG  ----------*/
@media (min-width: 992px) {

    /* ANCHOR negative m-lg */
    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    /* end negative m-lg */

    /* ANCHOR negative mx-lg */
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative my-lg */
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-lg */

    /* ANCHOR negative mt-lg */
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-lg */

    /* ANCHOR negative me-lg */
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative mb-lg */
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-lg */

    /* ANCHOR negative ms-lg */
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-lg */

}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 1200 - XL  ----------*/
@media (min-width: 1200px) {

    /* ANCHOR negative m-lg */
    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    /* end negative m-lg */

    /* ANCHOR negative mx-lg */
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative my-lg */
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-lg */

    /* ANCHOR negative mt-lg */
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-lg */

    /* ANCHOR negative me-lg */
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative mb-lg */
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-lg */

    /* ANCHOR negative ms-lg */
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-lg */

}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 1400 - XXL  ----------*/
@media (min-width: 1400px) {

    /* ANCHOR negative m-xxl */
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    /* end negative m-xxl */

    /* ANCHOR negative mx-xxl */
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-xxl */

    /* ANCHOR negative my-xxl */
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-xxl */

    /* ANCHOR negative mt-xxl */
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-xxl */

    /* ANCHOR negative me-xxl */
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -1rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-xxl */

    /* ANCHOR negative mb-xxl */
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-xxl */

    /* ANCHOR negative ms-xxl */
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-xxl */
}

/*----------  !SECTION  ----------*/