/* Sachen ausblenden */
.houdini { display:none; }

/* Alles Orange einfärben */

.kf-theme-scope .kf-bg-primary.kf-color-primary-contrast h2.orange,p.orange, h1.orange,  h2.orange,.orange h2,
.orange ul li::marker,.kf-theme-scope .kf-color-primary-contrast h1.orange { color:#ff6600; }

/* Dunkelblau einfärben */
.kf-theme-scope .ultimate-renderer-scope h2.darkblue{  color:#012f63; font-size: 3rem }

/* Ermöglich Full-Width-Herobilder wenn Klasse .fullwidth gesetzt */
.fullwidth {  width: 100vw;  margin-left: calc(50% - 50vw);  position: relative;}
.fullwidth img {  width: 100%;  height: auto;  display: block;}
body{overflow-x:hidden;}

@media (min-width: 1492px) { .kf-theme-scope .fullwidth .container-xl, .kf-theme-scope .fullwidth .container-lg, .kf-theme-scope .fullwidth .container-md, .kf-theme-scope .fullwidth .container-sm, .kf-theme-scope .fullwidth .container { max-width: unset;margin-bottom:0;}}

/* Boxen sollen dieselbe Höhe haben */
@media(min-width:1024px){  .minheight140{min-height:140px;display:inline-block;}}

/* Papp-Karton Hintergrund */
.karton { display: block; background-image: url(https://atruvia.scene7.com/is/image/atruvia/karton-big); background-size:auto; background-repeat:no-repeat;  background-size:cover; background-attachment: fixed; background-position: center;  width: 100%;  min-height: 500px; }