<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  BYSTEP - JA-BLOCKK */

@import url(https://bystep.at/templates/ja_blockk/fonts/open-sans/);  



@media (min-width: 1200px) {
.container {
    max-width: 1290px; /*BREITER*/
}
  }

/* OFF CANVS MENUMODUL ANPASSEN */
.t4-offcanvas-toggle i {
    font-size: 34px;
    padding-right: 27px;
}


/* EXTRA 3 POSITIONEN GANZ OBEN */


#t4-topbar-3-positionen {
    font-size: 12px !important;
    color: #ccc !important;
  background: #4b0002 !important; /* HG FARBE ĆBERSCHREIBT STIL */
}




.t4-megamenu &gt; .navbar-nav &gt; li &gt; a, .t4-megamenu &gt; .navbar-nav &gt; li &gt; .nav-link {
    color: var(--mainnav-link-color);
    font-size: 16.3px;
    font-weight: 600;
    font-family: var(--nav-font-family);
    line-height: 1.72;
    padding: 1.867rem 0;
    text-transform: uppercase;
}
.navbar-brand .logo-img {
    max-height: 28px;
}

#t4-mainnav.t4-sticky {
    z-index: 999;
    border-bottom: 0px solid #222; /* EXTRA LINIE UNTERM HEADER */
  background: #690204; /* EXTRA RECHTS UND LINKS*/
}
/* HEADER MIT MAINMENU ENGER BEREICH*/
div[class*=header-theme-].header-theme-dark, header[class*=header-theme-].header-theme-dark {
    background: #690204 !important;
}

/* BLOCK: HEADER 11 ANPASSEN */
.container .t4-header {
    padding-left: 6px;
    padding-right: 6px;
}
.header-layout-11 .t4-logo-header {
    margin-right: 92px;
 }
  header[class*=header-theme-] .t4-megamenu &gt; .navbar-nav &gt; li &gt; a, header[class*=header-theme-] .t4-megamenu &gt; .navbar-nav &gt; li &gt; span {
    color: #ddd8d8; /* MAINMEU HAUPTFARBE*/
    position: relative;
}
header[class*=header-theme-] .t4-megamenu &gt; .navbar-nav &gt; li &gt; a:before {
	background: #ddd8d8; /* STRICH UNTERM MENĆPUNKT*/
}
#t4-mainnav[class*=border-] {
    border-color: #333 !important; /* STRICH UNTEN HEADER STANDARDSEITE */
}

/* BUTTON PRIMARY FULLWIDTH STIL - ROT*/
.btn.btn-primary-fullwidth, a.btn-primary-fullwidth { 
    background-color: #a51603 !important;
    color: #ffffff;
  	border-radius: 0px;
  	width: 100% !important;
}
.btn.btn-primary-fullwidth:hover, a.btn-primary-fullwidth:hover {
    background: #b12c1a !important;
}
/* BUTTON SECONDARY FULLWIDTH SCHWARZ */
.btn.btn-secondary-fullwidth, a.btn-secondary-fullwidth { 
    background-color: #000 !important;
    color: #ffffff;
  	border-radius: 0px;
  	width: 100% !important;
}
.btn.btn-secondary-fullwidth:hover, a.btn-secondary-fullwidth:hover {
    background: #222 !important;
}

/* LAXOUT-9 ARTIKEL SLIDER HOME - VORWĆ„RTS-BUTTON */
.layout-9 .owl-nav .owl-prev span, .layout-9 .owl-nav .owl-next span {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 52px;
  text-align: center;
  width: 60px;
}
/* LAXOUT-9 ARTIKEL SLIDER HOME - AUF SMALL SCREENS INTROTEXT ENTFERNT */
@media (max-width: 900px) {
  .item-style-1.has-media .jacl-item__introtext {
    width: 0px; /*EXTRA*/
    height: 0px; /*EXTRA*/
    visibility: hidden; /*EXTRA*/
    }
}
@media (max-width: 991px) {
.item-style-1.has-media .jacl-item__body {
    margin-bottom: -30px; /* EVENT-TITEL - EXTRA TIEFER */
  }
}

/* ARTIKEL ABSTAND */
.item-page .com-content-article__body {
    margin-top: 50px;
}

/* ARTIKEL _ AUTHOR BLOCK UNTERM ARTIKEL AUSBLENDEN */
.item-page .author-block.pos-after-content {
    margin-top: calc(var(--global-spacing) * 0);
    visibility: hidden; /* EXTRA*/
    height: 0px; /* EXTRA*/
}

/* MYMAPS KOMPONENTE "Details" AUSBLENDEN IM POPUP */
.resultmymap.mymap.mymap-inverse {   
    font-size: 0px  !important;
}</pre></body></html>