
div.logo-typo {
    font-weight: bold;
    margin-left: 30px;
}

img.o-logo__image {
    width: 70px;
   
}



body.tsclassic img.o-logo__image {
    
    marsgin-top: -14px;
     transition: margin-top .6s;
}

html.is-scrolled img.o-logo__image {
   margin-top: 5px;
}

html.is-scrolled body.tsclassic img.o-logo__image {
      transition: width .6s ease;
      width: 50px;
}

@media (max-width: 575px) {
  html.is-scrolled body.tsclassic img.o-logo__image, body.tsclassic img.o-logo__image  {
      transition: width .6s ease;
      width: 35px;
}
}

@media (min-width: 576px) {
  .is-scrolled-delta .m-header--stickyDesktop .m-header__main {
    transition: height .6s ease;
    height: 7rem;
  }
}

.o-trigger {
  color: var(--color-header-trgr-fill);
  background: #f39200;
  box-shadow: var(--color-header-trgr-shadow);
  transition: .6s ease;
}

.o-trigger::before {
  background: #ed6c07;
}

@media (max-width: 576px) {
  .m-header__trigger {
    margin-top: 8px;
  }
  img.o-logo__image {
  margin-top: 29px;
}

 html.is-scrolled img.o-logo__image {
  margin-top: 8px;
  width: 50px;
        transition: margin-top .6s ease;
            transition: width .6s ease;
}


.is-scrolled-delta .m-header--stickyMobile .m-header__main {
    transition: background-color .6s ease;
    background-color: rgba(255, 255, 255, 0.3);

}
}

h5.blackfont {
    color: #000;
}
/*

Vorbereitung Bildpos Verfeinerung
.c-heroSimple__background img {

  object-position: 79% 20%;
}

*/

symbol#svg-menu-close path{
    fill: #FFF !important;
}

.m-header__center {
  flex-direction: row;
}

.c-heroSimple--overlayBlack .c-heroSimple__background::after {
 
  --color-gradient-black: rgba(0,0,0,0.3);
}

#separator {
 position: relative;
 top: -16vw;
 left:-1px;
 margin-bottom: -14vw;

}

#separator_footer {
  position: relative;
  top: 49px;
  width: 105%;
  left: -5px;
}

@media (min-width: 575px) {
#separator {
  position: relative;  
  top: -14vw;
  }

#separator_footer {
 position: relative;
 top: 100px;
}
}


div.c-heroSimple.viscard h1 {
    color: #FFF;
    margin-bottom: -20px;
}

div.c-heroSimple.viscard h4 {
    color: antiquewhite;
   
}

div.m-offcanvas__navigation a {
    color: #f39200;
}

.c-accessibilityOverlay__toggle {
  background: linear-gradient(35deg, #f39200, #ec6608);
 }

 .o-trigger svg {
  position: relative;
  z-index: 1;
  width: 55%;
  height: 100%;
}

.o-trigger.o-trigger--close svg {
  position: relative;
  z-index: 1;
  width: 39%;
  height: 100%;
}


p.o-subline {
    color: #FFF;
}


footer .m-footer h3 {
    color: rgba(255,255,255,0.7);
} 

footer#anchor-footer.m-footer h3, footer#anchor-footer.m-footer h4, footer#anchor-footer.m-footer h5 {
    color: white;
}

table.sprz tr {
    border-bottom: none;
} 

table.sprz tr td{
  padding:0;
} 


body.tsclassic footer.m-footer ul li::before {
    color: white;
}


body.header-75 div.c-heroSimple--heightFull {
    max-height: 75vh;
}

body.tsclassic div.m-header__main {
  border-bottom: 8px solid #f39200;
  outline: 6px solid #ec6608;
}

body.tsclassic div.c-heroSimple {
      border-bottom: 8px solid #ec6608;
  outline: 6px solid #f39200;
}

div.logo-typo h3 {
    font-size: 1em;
    margin:0;
}
div.logo-typo h3.prax-name {
    color: black;
   
}


div.m-header__navigation ul li.active a.active {
    color: white !important;
}

@media (max-width: 767px) {
 div.logo-typo h3.prax-titel {
   display: none;
   
}
}

.m-header__navigation .level-1 > .inner > ul > li:hover > a::after , .m-header__navigation .level-1 > .inner > ul > li:focus > a::after  {
  content: "";
  display: block;
border-bottom: .0625rem solid white;
}


.m-header__navigation .level-1 > .inner > ul > li:hover > a, .m-header__navigation .level-1 > .inner > ul > li:focus > a {
  color: white;
}

.orangebox {
    color: white;
    background-color: orange;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 100px;
}

.orangebox a {
    color: white;
    font-weight: bold;
}

.orangebox h3 {
    color: white;
   
}

div.portrait figure img {
    border-radius: 100%;
    max-width: 80%;
}

body {
  font-size: 1.1rem;
}

body footer {
  font-size: 1.2rem;
}

h5, .o-h5 {
  font-size: 1.2rem;
}


div#article-431 ul li, ol li {
  margin-bottom: 0rem;
}

div#article-431 div.rte {
  margin-top: 0.5rem;
}




div#article-431 ul {
  margin-bottom: 0rem;
}


@media (min-width: 768px) {
 div#article-431 .row--gutterVH-large > .col, .row--gutterVH-large > [class*="col-"] {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {

div#article-479.m-article {
    margin-top: 8rem;
  }

div#article-480.m-article {
    margin-top: 4rem;
  }
}


button#ctrl_23, button#ctrl_60 {

}




.m-footer {
    position: relative;
}

#separator_footer2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -67%);
    pointer-events: none;
}

#separator_footer2 img {
    display: block;
    width: 100%;
    height: auto;
}

.m-main {
 
  margin-bottom: 8rem;
}

table.orange-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #f39200;
    border-radius: 12px;
    overflow: hidden;
}

table.orange-table td {
    padding: 12px 16px;
    color: #333;
    border-right: 1px solid #f39200;
    border-bottom: 1px solid #f39200;
}

table.orange-table td:last-child {
    border-right: none;
}

table.orange-table tr:last-child td {
    border-bottom: none;
}


div.ps_akkordeon, section.c-accordion, section.c-accordion div.inner, div.accordion {
    background: transparent;
    background-blend-mode: multiply;
}

section.c-accordion div.inner {
border-bottom: none;

}

section.c-accordion div.accordion {
padding-left: 0;
}


section.c-accordion .toggler {
padding-left: 0 !important;
}
