/*!
Theme Name:  Smedia Child Theme
Author:      Smedia
Author URI:  https://smedia.onl/
Description: IndividIndividuelles Smedia-WP-Theme (pa-smedia) für page-builder-framework
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/

/* Eigene Schriftart local über Customizer =====------- */
/*	1. Google-Schrift über Customizer testen
	2. Schrift über Google (TTF) und Google Webfonts Helper (wolf2) herunterladen 
	3. Über Customizer > Typografie > Eigene Schrift einbinden
	4. Über Design - Theme-Einstellungen "Font-Cache" leeren
*/

/* Eigene Schriftart local =====------- */
/* open-sans-regular - latin 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v20-latin-regular.eot');
  src: local(''),
       url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'),
       url('fonts/open-sans-v20-latin-regular.woff') format('woff'),
       url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'),
       url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg');
  font-display: fallback;
}
body {font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.5;}
h1,h2, h3, h4, h5, h6 {font-family: "Open Sans", sans-serif;}
*/

/* Content Containerabstand =====------- */ 
body.home #inner-content {padding-top:0px;padding-bottom:0px;}
.wrapper > * {max-width:1300px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;} /* Breite entsprechend für .wpbf-container gewählt z.B. 100px */
.wpbf-transparent-header .wpbf-padding-medium {padding-top: 0px;}
@media screen and (max-width: 576px) {.wpbf-padding-medium, .wpbf-padding-large, .wpbf-padding-xlarge {padding-top: 0px; padding-bottom: 0px;}}
.error404 .wpbf-padding-medium {min-height:400px}

/* Standard WordPress Blockabstände ändern :root :where(.is-layout-flow) > * {margin-block-start: 24px; margin-block-end: 0;} */
:root :where(.is-layout-flow) > p {margin-block-start: 0; margin-block-end: 0.5em;}
:root :where(.is-layout-flow) > .wp-block-heading {margin-block-end: 0.15em;}
:root :where(.is-layout-flow) > .wp-block-list, :root :where(.is-layout-flow) > .dashicons {margin-block-start: 0px !important;}
.mt-0 {margin-block-start: 0px;} 
.mb-0,.mb-1,.mb-2,.mb-3, .my-0,.my-1,.my-2,.my-3 {margin-block-end: 0px;} 
@media (max-width: 767px) {.is-grid li{width: 100% !important;margin-right:0 !important;}} /* Breakpoint von 600px auf 768px */

/* Desktop-MENU =====------- */
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {scroll-margin-top:75px;}
@media (min-width: 993px) {
	.menu-sub-item-right > .sub-menu, #menu-item-gt > .sub-menu {right: 0 !important;} /* Untermenü rechst ausrichten */
	.wpbf-sub-menu > .menu-item-has-children.menu-item-gt .sub-menu {width: 90px !important;} /* schmaleres Untermenü von Translate */
	/*.wpbf-menu > li.menu-item > a > i.wpbff.wpbff-arrow-down::before {display:none}; */
	/*.wpbf-menu > li.menu-item > a > i.wpbff.wpbff-arrow-down:before {font-family:'dashicons';font-size:1.2rem;position:relative;top:0.2rem;left:-0.1rem;content:"\f140";}
	.wpbf-sub-menu>.menu-item-has-children .menu-item-has-children>a .wpbff {display:none;}
	.wpbf-sub-menu>.menu-item-has-children .menu-item-has-children>a:after {font-family:'dashicons';font-size:1.2rem;position:relative;top:-0.1rem;float:right;right:0rem;content:"\f139";} */
}

/* MOBIL-MENU =====------- */
.wpbff-hamburger::before {font-size: 1.15rem;}
.wpbf-menu-search .searchform input[type="search"] {height: 40px;}
.wpbf-menu-search .searchform label {margin-top: .3rem;}
.wpbf-menu-search .searchform button {padding: 10px 10px 7px 10px;}
.wpbf-menu-search .searchform input[type=search] {padding: 13px 15px 10px 15px;}
.wpbf-mobile-menu .wpbf-menu-description {font-size: 0.9em; padding: 0px 20px 10px 20px;} /* mega-menu im mobile-menu*/
.wpbf-mobile-menu .menu-item-has-children .wpbf-submenu-toggle {padding: 10px 20px 10px 50px !important;}  /*breitere Klickbereich zum Aufblättern*/

/* Breadcrumbs =====------- */
#inner-content {position:relative;margin-top:0px;}
@media (min-width: 993px) {.wpbf-breadcrumbs-wrapper {padding:0 14px 0 0;background-color:transparent;border-radius:0rem;position:absolute;right:0;top:53px}}
.wpbf-sidebar-wrapper {margin-top:53px;}

/* Logged-in Styles */
.logged-in .d-block-logged-in {display:block !important}

/* Eigene STYLES =====------- */


/* Sliderbox */ 
.sliderbox {padding:15px; margin: 0; background-color: rgba(255,255,255,.7);
	position: absolute; top: 50%; left: 50%;
	-ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

/* WordPress Farben anpassen */
:root{
	--wp--preset--color--cyan-bluish-gray:#dedede; /* Farbe grauen Rahmen */
	--wp--preset--color--pale-pink:#f8d7da; /* Farbe Boostrap Hellrot */
	--wp--preset--color--vivid-red:#93111d; /* Farbe Boostrap Dunkelrot */
	--wp--preset--color--luminous-vivid-amber:#fff3cd; /* Farbe Boostrap HellWarning */
	--wp--preset--color--luminous-vivid-orange:#c69916; /* Farbe Boostrap DunkelWarning */
	--wp--preset--color--light-green-cyan:#d4edda; /* Farbe Boostrap Hellgrün success */
	--wp--preset--color--vivid-green-cyan:#155724; /* Farbe Boostrap Dunkelgrün success */
	--wp--preset--color--pale-cyan-blue:#BCD3FA; /* Farbe Boostrap Hellblau info */
	--wp--preset--color--vivid-cyan-blue:#0c3c8b;  /* Farbe Boostrap Dunkelblau info */
	--wp--preset--color--vivid-purple:#2582a5; /* Farbe für Blog Datum */
}
.cyan-bluish-gray,.cyan-bluish-gray::before{color:#dedede!important;} /* Farbe grauen Rahmen */
.pale-pink,.pale-pink::before{color:#f8d7da!important;} /* Farbe Boostrap Hellrot */
.vivid-red,.vivid-red::before{color:#93111d!important;} /* Farbe Boostrap Dunkelrot */
.luminous-vivid-amber,.luminous-vivid-amber::before{color:#fff3cd!important;} /* Farbe Boostrap HellWarning */
.luminous-vivid-orange,.luminous-vivid-orange::before{color:#b3890d!important;} /* Farbe Boostrap DunkelWarning */
.light-green-cyan,.light-green-cyan::before{color:#d4edda!important;} /* Farbe Boostrap Hellgrün success */
.vivid-green-cyan,.vivid-green-cyan::before{color:#155724!important;} /* Farbe Boostrap Dunkelgrün success */
.pale-cyan-blue,.pale-cyan-blue::before{color:#BCD3FA!important;} /* Farbe Boostrap Hellblau info */
.vivid-cyan-blue,.vivid-cyan-blue::before{color:#0c3c8b!important;}  /* Farbe Boostrap Dunkelblau info */
.vivid-purple,.vivid-purple::before{color:#2582a5!important;} /* Farbe für Kontrast - Blog Datum */

.alert-success, div.wpcf7-mail-sent-ok {
	color:var(--wp--preset--color--vivid-green-cyan);
	background-color:var(--wp--preset--color--light-green-cyan);
	border-color:color-mix(in srgb, var(--wp--preset--color--light-green-cyan) 90%, black 10%)!important;}
.alert-success hr {border-top-color:color-mix(in srgb, var(--wp--preset--color--light-green-cyan) 80%, black 20%)!important;}
.alert-success .alert-link, .alert-success a {color:color-mix(in srgb, var(--wp--preset--color--vivid-green-cyan) 60%, black 40%)!important;}		
	
.alert-warning,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{
	color:var(--wp--preset--color--luminous-vivid-orange);
	background-color:var(--wp--preset--color--luminous-vivid-amber);
	border-color:color-mix(in srgb, var(--wp--preset--color--luminous-vivid-amber) 90%, black 10%)!important;}
.alert-warning hr {border-top-color:color-mix(in srgb, var(--wp--preset--color--luminous-vivid-amber) 80%, black 20%)!important;}
.alert-warning .alert-link, .alert-warning a {color:color-mix(in srgb, var(--wp--preset--color--luminous-vivid-orange) 60%, black 40%)!important;}	

.alert-danger, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	color:var(--wp--preset--color--vivid-red);
	background-color:var(--wp--preset--color--pale-pink);
	border-color:color-mix(in srgb, var(--wp--preset--color--pale-pink) 90%, black 10%)!important;}
.alert-danger hr {border-top-color:color-mix(in srgb, var(--wp--preset--color--pale-pink) 80%, black 20%)!important;}
.alert-danger .alert-link, .alert-danger a {color:color-mix(in srgb, var(--wp--preset--color--vivid-red) 60%, black 40%)!important;}	

.alert-info {
	color:var(--wp--preset--color--vivid-cyan-blue);
	background-color:var(--wp--preset--color--pale-cyan-blue);
	border-color:color-mix(in srgb, var(--wp--preset--color--pale-cyan-blue) 90%, black 10%)!important;}
.alert-info hr {border-top-color:color-mix(in srgb, var(--wp--preset--color--pale-cyan-blue) 80%, black 20%)!important;}
.alert-info .alert-link, .alert-info a {color:color-mix(in srgb, var(--wp--preset--color--vivid-cyan-blue) 60%, black 40%);}	
	
.required {color: var(--wp--preset--color--vivid-red);}
.erforderlich {border-left: 3px solid var(--wp--preset--color--vivid-red) !important;}

/* Sidebar */
.wpbf-sidebar .widget{border:1px solid var(--wp--preset--color--cyan-bluish-gray); background: #ffffff;}

/* Sidebar */
.wpbf-sidebar .widget{border:1px solid var(--wp--preset--color--cyan-bluish-gray);}

/* Kontakt */
.mail {margin-bottom: 0px; margin-block-start: 0px; display: inline-flex;} .mail .showcontent {margin-left: 3px}
.kontakt-logo {margin-top: 5px !important}
.kontakt-tel, .kontakt-www, .kontakt-mail, .kontakt-info, .kontakt-person, .kontakt-adresse {margin-bottom: 0px; margin-block-start: 0px; margin-block-end:0px !important; position:relative; margin-left:1.4rem;}
.kontakt-tel:before, .kontakt-www:before, .kontakt-mail:before, .kontakt-info:before, .kontakt-person:before, .kontakt-adresse:before {position:absolute; font-family: 'dashicons'; }
.kontakt-tel:before {font-size: 1.1rem; left: -1.4rem; top:-0.05rem; content: "\f525";} 
.kontakt-www:before{font-size: 1.3rem; left: -1.5rem; top:-0.2rem; content: "\f504";} 
.kontakt-mail:before {font-size: 1.15rem; left: -1.4rem; top:-0.08rem; content: "\f465";} 
.kontakt-info:before {font-size: 1.15rem; left: -1.4rem; top:-0.05rem; content: "\f105";} 
.kontakt-person:before {font-size: 1.3rem; left: -1.5rem; top:-0.25rem; content: "\f483";} 
.kontakt-adresse:before {font-size: 1.15rem; left: -1.4rem; top:-0.15rem; content: "\f231";} 

/* Email auslenden ================================------- */
/* <span class="showcontent"><details><summary></summary>in<!-- abc -->fo<span class="add"></span>mei<!-- edf -->ne-domain.<!-- eyz -->de</details></span> */
.showcontent {position:relative; display:inline}
.showcontent details {display:inline!important;}
.showcontent summary.smail:before {content: "Email anzeigen";}
.showcontent summary {display:list-item!important;list-style-type:none!important;cursor: pointer;}
.showcontent summary:before {color:var(--accent-color);}
.showcontent:hover summary:before {color:var(--accent-color-alt);}
.showcontent summary::-webkit-details-marker {background:none;color:transparent;}
.showcontent details[open] summary {position:absolute;top:1.8em;left:0;font-size:0.7em;}
.showcontent details[open] summary:before{content:"[ausblenden]";}
.showcontent :focus {border:none;outline: none!important;-moz-appearance: none!important;}
.showcontent .add::after {content: '@';}
.showcontent .sort {display:flex; flex-flow:column; flex-direction:row;}
.showcontent .sort .eml{order:1}
.showcontent .sort .add{order:2}
.showcontent .sort .url{order:3}
.showcontent .sort .tdl{order:4}
/* <a href="#" class="cryptedmail" data-name="info" data-domain="meine-domain" data-tld="de" onclick="window.location.href = 'mailto:' + this.dataset.name + '@' + this.dataset.domain + '.' + this.dataset.tld; return false;"></a> */
.cryptedmail:after {content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);}

/* CONTENT-STYLES =====------- */
.uppercase {text-transform: uppercase;}
pre {font-size: 0.9em; padding: 10px;}

.link-extern a::after,.link-popup a::after,.link-email a::after,.link-print a::after,.link-show a::after,
.link-email a:before,.link-download a:before,.link-datei a:before,.link-weiter a:before,.link-pdf a:before,.menu-link-extern a::after{position:absolute; font-family: 'dashicons';}
.link-extern a,.link-popup a,.link-email a,.link-print a,.link-show a,.link-weiter a{margin-right:1.2rem; white-space:nowrap}
.link-extern a::after,.link-popup a::after,.link-email a::after,.link-print a::after,.link-show a::after{margin-left:0.2rem;}
.link-email a,.link-download a,.link-datei a,.link-weiter a,.link-pdf a,.link-date ai {position:relative;margin-left:1.4rem !important} 
.link-extern a::after	{content: '\f504'; font-size:1.1rem; margin-top:-0.06rem;}
.link-show a::after		{content: '\f177'; font-size:1.0rem; margin-left: 0.3rem;}
.link-email a:before 	{font-size:1.2rem; left:-1.4rem; top:-0.5rem; content: "\f465";}
.link-download a:before {font-size:1.2rem; left:-1.5rem; top:-0.45rem; content: "\f316";}
.link-datei a:before 	{font-size:1.2rem; left:-1.5rem; top:-0.55rem; content: "\f498";}
.link-weiter a:before 	{font-size:1.2rem; left:-1.4rem; top:-0.5rem; content: "\f310";}
.link-pdf a:before 		{font-size:1.2rem; left:-1.45rem; top:-0.55rem; content: "\f190";}
.menu-link-extern a::after {font-size: 1.2rem; margin-left: 0.3rem; margin-top:-0.2rem; content: "\f504";} .menu-item.link-extern::after {content: "";}

.wp-block-file.link-pdf a {margin-right: 10px;}
.wp-block-file.link-pdf a.wp-block-file__button {margin-top:5px; margin-left:1px !important; display: inline-block;}
.wp-block-file.link-pdf a.wp-block-file__button:before {content: "\A";}
.wp-block-file:not(.wp-element-button) {font-size:.9em;}
object.wp-block-file__embed {border: 1px solid #ccc;}

.ul-haken, .ul-stern, .ul-pfeil, .ul-pin, .ul-extern, .ul-download {list-style:none;}
.ul-haken li:before, .ul-stern li:before, .ul-pfeil li:before, .ul-pin li:before, .ul-extern li:before, .ul-download li:before {
	display: inline-block; -webkit-font-smoothing: antialiased; font-family: 'dashicons'; line-height: 1rem; word-wrap: break-word;}
.ul-haken li:before {content: "\f147"; font-size: 1.5rem; margin:0 0.3rem 0 -1.8rem; position: relative; top: 0.4rem; line-height: 0.8rem;}
.ul-stern li:before {content: "\f154"; font-size: 1.0rem; margin:0 0.5rem 0 -1.5rem; position: relative; top: 0.05rem;}
.ul-pfeil li:before {content: "\f139"; font-size: 1.5rem; margin:0 0.3rem 0 -1.8rem; position: relative; top: 0.4rem;}
.ul-pin li:before  {content: "\f109"; font-size: 1.1rem; margin:0 0.5rem 0 -1.5rem; position: relative; top: 0.2rem;}
.ul-extern li:before {content: "\f504"; font-size: 1.1rem; margin:0 0.5rem 0 -1.5rem; position: relative; top: 0.2rem;}
.ul-download li:before {content: '\f316'; font-size: 1.1rem; margin:0 0.6rem 0 -1.6rem; position: relative; top: 0.2rem;}
.alert .ul-haken, .alert .ul-stern, .alert .ul-pfeil, .alert .ul-hand, .alert .ul-extern, .alert .ul-bookmark {margin-bottom: 0rem;}

.transp75 {background-image: url('images/transp75.png');}
.transp50 {background-image: url('images/transp50.png');}
.copy { font-size:0.6em; font-style:italic; color: rgba(0, 0, 0, 0.3);} .copy a{ color: rgba(0, 0, 0, 0.3);}
.has-drop-cap:not(:focus)::first-letter {font-size: 6.2rem; margin: .1em .1em 0 -.07em;} /* Initialbuchstaben */
kbd{font-family: inherit; font-size: inherit; padding: 0 2px; background-color:var(--wp--preset--color--pale-cyan-blue);} /* Fließtext hinterlegt über Tag kpd (Tastatur-Eingabe) */

#main i.dashicons {vertical-align: sub !important;}
.map-iframe,  .map-iframe div {line-height: 1px;}
a.c-default,.c-default>a{cursor:default;} a.c-pointer,.c-pointer>a{cursor:pointer} a.c-resize,.c-resize>a{cursor:s-resize;} a.c-alias,.c-alias>a{cursor:alias;}

hr.hr {background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent)!important;border:0 none;height: 1px; margin: 30px auto;}
hr.wp-block-separator.hr  {background: none;}

/* Getwid Accordion =====------- */
#show-accordion{cursor: pointer;}
/* Farben */
.wp-block-getwid-accordion.header-color .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-tabs.header-color .wp-block-getwid-tabs__nav-link.ui-tabs-active,
.wp-block-getwid-tabs.header-color .wp-block-getwid-tabs__tab-content
	{border: 1px solid var(--base-color) !important;} /* Border = Basisfarbe laut Theme-Colors Hintergrundfarbe */
.wp-block-getwid-accordion__content {border-right: 1px solid #dedee5; border-left: 1px solid #dedee5; border-bottom: 1px solid #dedee5;}
.wp-block-getwid-accordion.header-color .wp-block-getwid-accordion__header,
.wp-block-getwid-tabs.header-color .wp-block-getwid-tabs__nav-link.ui-tabs-active
	{background-color:var(--base-color-alt)} /* BG = Basisfarbe (Sekundär/Hintergrundfarbe) laut Theme-Colors Hintergrundfarbe */

.wp-block-getwid-accordion__content, .wp-block-getwid-tabs__tab-content {padding: 1em !important;}
.wp-block-getwid-accordion.border-radius .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion.border-radius .wp-block-getwid-accordion__header, .wp-block-getwid-tabs.border-radius .wp-block-getwid-tabs__nav-link.ui-tabs-active {border-radius: 5px;}
.wp-block-getwid-accordion.border-radius .wp-block-getwid-accordion__content {border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.wp-block-getwid-accordion.border-radius .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active {border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}	
.wp-block-getwid-accordion__content, .wp-block-getwid-tabs__tab-content {padding: 0.75em;}
.wp-block-getwid-accordion.header-mt .wp-block-getwid-accordion__header-wrapper {margin-top: 8px;}
.wp-block-getwid-accordion.header-mt .wp-block-getwid-accordion__header-wrapper:first-child {margin-top: 0px;}
.wp-block-getwid-accordion__icon i {font-size: 0.85em;}

/* Tabellen =====------- */
@media only screen and (max-width: 767px) {.responsive-table {overflow: hidden ;overflow-x: scroll ;display:block; word-break: normal !important;}}
.top-row-bg tr:first-child td {font-weight:bold; background-color:rgba(0,0,0,0.05)}
.left-col-bg td:nth-of-type(1) {font-weight:bold; background-color:rgba(0,0,0,0.05)}
.table-hover tbody tr:hover {background-color: rgba(0, 0, 0, 0.02);}
.table-sm td, .table-sm th {padding: .3rem;}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {border: 0;}
.table.table-borderless, .wpbf-table.table-borderless {border: 0;}
.table thead.border-bottom-0 th {border-bottom: none;}
table, .wpbf-table {margin-bottom: 0px;}
figure.wp-block-table {margin-bottom: 10px !important;}

/* Blog =====------- */
/* Blog category  */
.category span.article-author, .category .article-meta-separator, .author span.article-author, .author .article-meta-separator, .search span.article-author, .search .article-meta-separator, .archive span.article-author, .archive span.article-meta-separator {display:none}
.category img.wp-post-image {max-width: 200px;}

/* Blog single-post  */
.single-post .article-meta .article-time:before,
.single-post .footer-categories a:before{display:inline-block;-webkit-font-smoothing:antialiased;font-family:dashicons;word-wrap:break-word;position:relative}
.single-post .article-time{text-decoration:none}
.single-post .categories-title,.single-post .posted-on{display:none}
.single-post .article-meta .article-time:before{line-height:1rem;content:"\f508";font-size:1rem;margin-right:.2rem;top:.15rem;color:#444}
.single-post .footer-categories a:before{content:"\f318";font-size:1.5rem;margin:0 .2rem 0 -1.8rem;top:.3rem;line-height:.8rem;color:var(--wp--preset--color--vivid-purple)}
.single-post .footer-categories a{margin-left:27px}
.next-post-link a, .previous-post-link a {background-color: rgba(105, 83, 61, 0.47);padding:10px; color: #444444;}
.next-post-link a:hover, .previous-post-link a:hover {background-color: var(--wp--preset--color--vivid-purple);color: #fff;}

/* Block Latest Posts */
.wp-block-latest-posts__list.is-grid.wp-block-latest-posts li, .wp-block-latest-posts__list.widget {background-color:#FFF; border: 1px solid var(--base-color-alt); padding: 12px;}
.home .wp-block-latest-posts__list.is-grid.wp-block-latest-posts li {text-align: center;}
.wp-block-latest-posts.is-grid li {margin: 0 1.25em 1.75em 0;}

.wp-block-latest-posts__list.is-grid.wp-block-latest-posts li,.wp-block-latest-posts__list.widget li{display:flex;flex-direction:column}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date,.wp-block-latest-posts__list.widget .wp-block-latest-posts__post-date{order:-1}
.wp-block-latest-posts__list.widget .wp-block-latest-posts__post-date{margin-top:3px}
.wp-block-latest-posts__list.widget li{border-bottom:1px solid #ccc}
.wp-block-latest-posts__list.widget li:last-of-type{border-bottom:none}
.wp-block-latest-posts.is-grid a.wp-block-latest-posts__post-title{margin-top:10px}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date{width:110px;text-align:center;line-height:24px;color:#fff;margin:-22px 0 0 1px;position:relative;background-color:var(--wp--preset--color--vivid-purple)}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-date:before{content:"";position:absolute;display:block;z-index:-1;left:-9px;-webkit-transform:rotate(360deg);border-style:solid;border-width:0 0 10px 10px;border-color:transparent transparent var(--wp--preset--color--vivid-purple)}
	
/* Block Latest Posts Liste mit Datum */
.liste-latest-posts.wp-block-latest-posts__list.has-dates li{display:flex;flex-direction:column;margin-bottom:8px;min-height:40px}
.liste-latest-posts.wp-block-latest-posts__list.has-dates .wp-block-latest-posts__post-date{order:-1;max-width:60px;line-height:1.1em;text-align:center;color:#333;background-color:#e1d7cc;padding:3px 2px;display:inline-block;border-top:5px solid #0c3c8b}
.liste-latest-posts.wp-block-latest-posts__list.has-dates li:last-of-type{border-bottom:none}
.liste-latest-posts.wp-block-latest-posts__list.has-dates a.wp-block-latest-posts__post-title{position:relative;margin-top:-42px;padding-left:70px;line-height:1.45em}

/* Blog-Style */
.wpbf-blog-layout-default,.wpbf-blog-layout-default.wpbf-post-style-boxed{border:1px solid var(--wp--preset--color--cyan-bluish-gray)}
.wpbf-post-archive .post .article-meta{width:150px;text-align:center;line-height:28px;color:#fff;margin-top:-30px;position:relative;background-color:var(--wp--preset--color--vivid-purple)}
.wpbf-post-archive .post .article-meta:before{content:"";position:absolute;display:block;z-index:-1;left:-14px;-webkit-transform:rotate(360deg);border-style:solid;border-width:0 0 15px 15px;border-color:transparent transparent var(--wp--preset--color--vivid-purple)}
.wpbf-post-archive .categories-title,.wpbf-post-archive .posted-on{display:none}
.wpbf-post-archive .article-meta .article-time{text-decoration:none}
.wpbf-post-archive .footer-categories a{margin-left:30px}
.footer-categories a:before,.wpbf-post-archive .article-meta .article-time:before{display:inline-block;-webkit-font-smoothing:antialiased;font-family:'dashicons';line-height:1rem;word-wrap:break-word}
.wpbf-post-archive .article-meta .article-time:before{content:"\f508";font-size:1rem;margin-right:.3rem;position:relative;top:.2rem;color:#fff}
.wpbf-post-archive .footer-categories a:before{content:"\f318";font-size:1.5rem;margin:0 .2rem 0 -1.8rem;position:relative;top:.3rem;line-height:.8rem;color:var(--wp--preset--color--vivid-purple)}
.wpbf-post-archive .article-footer .wpbf-read-more.wpbf-button{float:right;margin-top:-20px}
.wpbf-post-archive a.wp-block-latest-posts__read-more{margin-right:1.2rem;white-space:nowrap}
.wpbf-post-archive a.wp-block-latest-posts__read-more:before{position:relative;font-family:'dashicons';top:.15rem;content:"\f310"}
.more-link{padding:10px 12px;margin-bottom:10px;display:inline-block;background:var(--base-color);color: var(--brand-color-alt);font-weight:700;transition:all .2s;}.more-link:hover{}
.wpbf-archive-content .wpbf-post-style-boxed{margin-bottom:30px!important}
.wpbf-blog-layout-default {padding:20px;margin-bottom:30px!important;}
.wpbf-blog-layout-default, .wpbf-archive-content .wpbf-post-style-boxed {background-color:#ffffff}

/* Formular =====------- */
.wp-block-file .wp-block-file__button, .cc-revoke-custom, .wp-block-search__button, 
.previous-post-link, .next-post-link, .previous-post-link a, .next-post-link a
	{background: var(--base-color);color: var(--brand-color-alt);} /* Buttonfarbe laut Theme-Buttons Hintergrundfarbe (Standard)  */
.wp-block-file .wp-block-file__button:hover, .cc-revoke-custom:hover, .wp-block-search__button:hover , 
.previous-post-link:hover, .next-post-link:hover, .previous-post-link:hover a, .next-post-link:hover a
	{background: var(--brand-color-alt);color: var(--brand-color);} /* Buttonfarbe laut Theme-Buttons Hintergrundfarbe Hover(Standard)  */
#main textarea, #main select, #main input[type="text"], #main input[type="password"], #main input[type="email"], #main input[type="url"], #main input[type="search"], #main input[type="tel"], #main input[type="number"], #main input[type="datetime"], #main .form-control, #main .captcha-image, #main .input-group-text {background: var(--base-color-alt); border: 1px solid var(--base-color);}	
.wp-block-file .wp-block-file__button {border-radius:5px;padding:5px 16px;}

.wpcf7-form label, label {font-weight: bold; margin-top: .5rem; margin-bottom: .1rem;}
.wpcf7-form p {margin-bottom: 0;}
.wpcf7 form .wpcf7-response-output {margin: 2em 0em 1em;padding:1em 1em;}
span.wpcf7-not-valid-tip {top:2px;left:14px;z-index: 100;}
#main textarea, #main select, #main input[type="text"], #main input[type="password"], #main input[type="email"], #main input[type="url"], #main input[type="search"], #main input[type="tel"], #main input[type="number"], #main input[type="datetime"], #main .form-control, #main .captcha-image {transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;padding: 13px 15px; }	
.input-group .form-control {padding: 8px 15px !important; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.input-group .input-group-prepend, .input-group-addon, .input-group-text {border-top-left-radius: 0px !important; border-bottom-left-radius:0px !important; }
.input-group span.wpcf7-list-item {margin: 0 0 0 0em !important;}
.wpcf7-list-item-label {display: none;}

/* FOOTER =====------- */
.wpbf-custom-section-footer {background: var(--brand-color-alt);}
.wpbf-custom-section-footer, .wpbf-custom-section-footer p, .wpbf-custom-section-footer h4 {color: var(--wp--preset--color--white);}
@media (min-width: 782px) {.wpbf-custom-section-footer .wpbf-container.wpbf-container-center {padding-right:0px;padding-left:0px}}

.wpbf-page-footer, .footer-copyright {font-size: 0.9em;}
a.scrolltop:hover { text-decoration:none !important}
#impressum, #copyright{line-height: 1.2;}
#impressum nav ul li {border-left: 1px solid var(--brand-color-alt); padding-left: 0.5em;} 
#impressum nav a {color: var(--brand-color-alt);} #impressum nav a:hover {color: var(--brand-color);}
#impressum nav ul li:first-child {border: medium none; padding-left: 0;}
#impressum .list-inline-item:not(:last-child) {margin-right: .25rem;}

/* Cookie Complianz Banner Farben*/
.cmplz-buttons .cmplz-accept:hover {background-color:#5dc882 !important;}
.cmplz-message a:hover {color:#5dc882 !important;}
.cmplz-buttons .cmplz-deny:hover {background-color:#fff !important;}
.cmplz-btn.cmplz-manage-consent.cmplz-show {
    background-color:#49bd71 !important; color:#fff !important; border-color:#49bd71 !important;}

/* Ausblenden =====------- */
@media (max-width: 767px) {.col-sm-0 { display:none !important}}
@media (max-width: 992px) {.col-md-0 { display:none !important}}

/* Plugin GTranslate ======================= */
#goog-gt-tt,#goog-gt-,.goog-te-banner-frame,.skiptranslate,.goog-tooltip{display:none!important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

.menu-item-gtranslate > ul.dropdown-menu.sub-menu {width:85px !important; min-width:auto !important; left:auto !important; right:0; border:none;}
.menu-item-gtranslate .menu-item-gtranslate-child {}
.menu-item-gtranslate a img {height:18px; width:18px; margin-top:-3px !important;}
.menu-item-gtranslate a span {}

#mobile-navigation a.menu-item-gt {padding-right: 5px;}
#mobile-navigation a.glink {display:inline-block;padding:0 3px 0 0}
#mobile-navigation a.menu-item-gt img {height:18px; width:18px;}
#mobile-navigation .wpbf-mobile-menu a.glink, #mobile-navigation .wpbf-mobile-menu a.glink:hover {background: none !important; background-color:transparent !important}

body:not(.cmplz-marketing) li.menu-item.menu-item-gtranslate-child {display: none;}

/*html.translated-ltr .wpbf-navigation .wpbf-container a {font-size:0.9em}*/

/* CSS Auszuege aus bootstrap 4 (ohne Farben) */
.btn,.input-group-text{text-align:center;white-space:nowrap}.btn,.btn:not(:disabled):not(.disabled),.close:not(:disabled):not(.disabled){cursor:pointer}.flex-column,.flex-row{-webkit-box-direction:normal!important}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.alert,.input-group,.shadow-b,.shadow-bl,.shadow-br{position:relative}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}@media only screen and (max-width:768px){.responsive-table{overflow:hidden;overflow-x:scroll;display:block}}.form-control{display:block;width:100%;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}textarea{overflow:auto;vertical-align:top;resize:vertical}.list-inline-item,label{display:inline-block}.custom-select:focus,.form-control:focus{background-color:rgba(0,0,0,.02);box-shadow:0 0 8px rgba(0,0,0,.2)}.input-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.shadow-b:after,.shadow-b:before,.shadow-bl:before,.shadow-br:after{position:absolute;width:40%;height:10px;content:' ';bottom:12px;background:0 0;z-index:-1}.input-group-append{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:.75rem;padding-right:.75rem;margin-bottom:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.formsend-status{display:none}.alert-dismissible{padding-right:4rem}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit;font-size:2rem}.btn{display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;text-decoration:none;overflow-wrap:break-word;box-shadow:none}.rounded{border-radius:.3rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-right,.rounded-top{border-top-right-radius:.3rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.3rem!important}.rounded-left,.rounded-top{border-top-left-radius:.3rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.kontur{border:1px solid rgba(0,0,0,.2)}.shadow-sm{box-shadow:0 .125rem .2rem rgba(0,0,0,.3)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.3)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.3)!important}.shadow-bold{box-shadow:0 0 .3rem .2rem rgba(0,0,0,.4)}.shadow-none{box-shadow:none!important}.shadow-all{box-shadow:0 0 .3rem .05rem rgba(0,0,0,.3)}.shadow-b:after,.shadow-b:before{left:12px;-webkit-transform:skew(-5deg) rotate(-5deg);-moz-transform:skew(-5deg) rotate(-5deg);-ms-transform:skew(-5deg) rotate(-5deg);-o-transform:skew(-5deg) rotate(-5deg);transform:skew(-5deg) rotate(-5deg);-webkit-box-shadow:0 8px 12px rgba(0,0,0,.3);-moz-box-shadow:0 8px 12px rgba(0,0,0,.3);box-shadow:0 8px 12px rgba(0,0,0,.3)}.shadow-b:after,.shadow-bl:after{left:auto;right:12px;-webkit-transform:skew(5deg) rotate(5deg);-moz-transform:skew(5deg) rotate(5deg);-ms-transform:skew(5deg) rotate(5deg);-o-transform:skew(5deg) rotate(5deg);transform:skew(5deg) rotate(5deg)}.shadow-bl:before{left:12px;-webkit-transform:skew(-5deg) rotate(-5deg);-moz-transform:skew(-5deg) rotate(-5deg);-ms-transform:skew(-5deg) rotate(-5deg);-o-transform:skew(-5deg) rotate(-5deg);transform:skew(-5deg) rotate(-5deg);-webkit-box-shadow:0 7px 12px rgba(0,0,0,.5);-moz-box-shadow:0 7px 12px rgba(0,0,0,.5);box-shadow:0 7px 12px rgba(0,0,0,.5)}.shadow-br:after{-webkit-box-shadow:0 7px 12px rgba(0,0,0,.5);-moz-box-shadow:0 7px 12px rgba(0,0,0,.5);box-shadow:0 7px 12px rgba(0,0,0,.5);left:auto;right:12px;-webkit-transform:skew(5deg) rotate(5deg);-moz-transform:skew(5deg) rotate(5deg);-ms-transform:skew(5deg) rotate(5deg);-o-transform:skew(5deg) rotate(5deg);transform:skew(5deg) rotate(5deg)}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.mt-n1,.mt-n2,.mt-n3,.mt-n4,.mt-n5,.mt-n6,.mt-n7,.mt-n8{position:relative}.z-index0{z-index:0}.z-index1{z-index:1}.z-index2{z-index:2}.z-index10{z-index:10}.z-index100{z-index:100}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-2rem!important}.mt-n6{margin-top:-2.5rem!important}.mt-n7{margin-top:-3rem!important}.mt-n8{margin-top:-4rem!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-1,.col-auto{-webkit-box-flex:0}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2,.col-3{-webkit-box-flex:0}.col-2{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4,.col-5{-webkit-box-flex:0}.col-4{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6,.col-7{-webkit-box-flex:0}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8,.col-9{-webkit-box-flex:0}.col-8{-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10,.col-11{-webkit-box-flex:0}.col-10{-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-85{width:85%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.container{max-width:540px}.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.container{max-width:720px}.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.container{max-width:960px}.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.container{max-width:1140px}.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.visible{visibility:visible!important}.small,small{font-size:80%;font-weight:400}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item:not(:last-child){margin-right:.5rem}.img-fluid{max-width:100%;height:auto}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}

/* Lightbox fancyBox v3.5.7 ================================------- */
.fancybox-slide--iframe .fancybox-content {max-width:80%;max-height:80%;margin:0;}
.fancybox-thumbs{background-color: transparent;}
.fancybox-container,.fancybox-thumbs,.fancybox-thumbs__list a{-webkit-tap-highlight-color:transparent}
.fancybox-navigation .fancybox-button {top: calc(50% - 70px) !important;}
/* bis hier eigene fancyBox Styles*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* Druckausgabe ================================------- */
#briefkopf {display: none;top: -1000px;left: 0px;	}
@media print {
/**/@page {size: a4;}
body {min-width: 100% !important; font-size:12px; line-height:1.4em}
body, #briefkopf {background-image:none; background-color:#FFF}
.container {min-width: 100% !important;}
#container {box-shadow: none !important;}
#briefkopf {display: block;left:0;top:0px;}
#inner-content {position:absolute;}
.wpbf-custom-section-footer, #footer {display:none !important;}
#header,.wpbf-breadcrumbs-wrapper,.page-footer,#impressum,.social-icons,.no-print,.cookieinfo,#cookie-bar,.scrolltop,#copyright span.login,.footer-section{display:none !important;}
.wpbf-footer-two-columns .wpbf-inner-footer-left {display: block; width: 100%;}
#inner-content, .wpbf-inner-footer {padding: 10px 0px;}
p{margin-bottom: 0.3em;}
h1 { font-size:28px; border-bottom: 0px;}
h2 { font-size:24px}
h3 { font-size:20px}
h4 { font-size:15px}
h5 { font-size:14px}
h1,h2,h3,h4,h5{margin-bottom: 0.1em; margin-top: 0.3em;}
hr {border-bottom: 1px solid #888 !important; 20px auto !important}
.fade-anchor { background-image:none}
.collapse:not(.show) {display: block;}
img {margin-bottom: 5px}
.print-hide-background {background-image: none !important; background-color: transparent !important;}
.print-page-break-after {page-break-after: always;}
.print-page-break-before {page-break-before: always;}
#main .row {display: block;}
#main .col-1,#main .col-2,#main .col-3,#main .col-4,#main .col-5,#main .col-6,#main .col-7,#main .col-8,#main .col-9,#main .col-10,#main .col-11,#main .col-12,#main .col,
#main .col-auto,#main .col-sm-1,#main .col-sm-2,#main .col-sm-3,#main .col-sm-4,#main .col-sm-5,#main .col-sm-6,#main .col-sm-7,#main .col-sm-8,#main .col-sm-9,#main .col-sm-10,#main .col-sm-11,#main .col-sm-12,#main .col-sm,#main .col-sm-auto,#main .col-md-1,#main .col-md-2,#main .col-md-3,#main .col-md-4,#main .col-md-5,#main .col-md-6,#main .col-md-7,#main .col-md-8,#main .col-md-9,#main .col-md-10,#main .col-md-11,#main .col-md-12,#main .col-md,#main .col-md-auto,#main .col-lg-1,#main .col-lg-2,#main .col-lg-3,#main .col-lg-4,#main .col-lg-5,#main .col-lg-6,#main .col-lg-7,#main .col-lg-8,#main .col-lg-9,#main .col-lg-10,#main .col-lg-11,#main .col-lg-12,#main .col-lg,#main .col-lg-auto,#main .col-xl-1,#main .col-xl-2,#main .col-xl-3,#main .col-xl-4,#main .col-xl-5,#main .col-xl-6,#main .col-xl-7,#main .col-xl-8,#main .col-xl-9,#main .col-xl-10,#main .col-xl-11,#main .col-xl-12,#main .col-xl,#main .col-xl-auto {width: 100%;flex: 0 0 100%;max-width: 100%;}
.offset-lg-1 {margin-left: 0%;}
.alignfull {margin-left:0;margin-right:0;width:auto;}
}

/* Admin ================================------- */
#wp-admin-bar-customize {display:none}
#wp-admin-bar-wpbf-hooks a.ab-item{ color:#23282d !important} #wp-admin-bar-wpbf-hooks a.ab-item:hover{ color:#00b9eb !important;}
#menu-item-hilfe {margin-top:0px}
.media-search-input-label { color:#F00}
.media-frame input[type="search"] {padding-top: 0px !important;padding-bottom: 0px !important;}
.attachments-browser > .media-toolbar::after {content: " Bildersuche mit zusätzlichem Suchbegriff:\A md (für normales Bild), banner, slider";white-space: pre; display: block; margin: 2em; text-align: center;font-size:13px;  color:#F00}


