@charset "UTF-8";
@import url("fonts.css");:root{--color-blue: #143264;--color-white: white;--color-black: black;--color-blue-5: rgba(20, 50, 100, 0.05);--color-blue-10: rgba(20, 50, 100, 0.1);--color-blue-15: rgba(20, 50, 100, 0.15);--color-blue-20: rgba(20, 50, 100, 0.2);--color-blue-25: rgba(20, 50, 100, 0.25);--color-blue-30: rgba(20, 50, 100, 0.3);--color-blue-35: rgba(20, 50, 100, 0.35);--color-blue-40: rgba(20, 50, 100, 0.4);--color-blue-45: rgba(20, 50, 100, 0.45);--color-blue-50: rgba(20, 50, 100, 0.5);--color-blue-55: rgba(20, 50, 100, 0.55);--color-blue-60: rgba(20, 50, 100, 0.6);--color-blue-65: rgba(20, 50, 100, 0.65);--color-blue-70: rgba(20, 50, 100, 0.7);--color-blue-75: rgba(20, 50, 100, 0.75);--color-blue-80: rgba(20, 50, 100, 0.8);--color-blue-85: rgba(20, 50, 100, 0.85);--color-blue-90: rgba(20, 50, 100, 0.9);--color-blue-95: rgba(20, 50, 100, 0.95);--color-black-5: rgba(0, 0, 0, 0.05);--color-black-10: rgba(0, 0, 0, 0.1);--color-black-15: rgba(0, 0, 0, 0.15);--color-black-20: rgba(0, 0, 0, 0.2);--color-black-25: rgba(0, 0, 0, 0.25);--color-black-30: rgba(0, 0, 0, 0.3);--color-black-35: rgba(0, 0, 0, 0.35);--color-black-40: rgba(0, 0, 0, 0.4);--color-black-45: rgba(0, 0, 0, 0.45);--color-black-50: rgba(0, 0, 0, 0.5);--color-black-55: rgba(0, 0, 0, 0.55);--color-black-60: rgba(0, 0, 0, 0.6);--color-black-65: rgba(0, 0, 0, 0.65);--color-black-70: rgba(0, 0, 0, 0.7);--color-black-75: rgba(0, 0, 0, 0.75);--color-black-80: rgba(0, 0, 0, 0.8);--color-black-85: rgba(0, 0, 0, 0.85);--color-black-90: rgba(0, 0, 0, 0.9);--color-black-95: rgba(0, 0, 0, 0.95);--color-white-5: rgba(255, 255, 255, 0.05);--color-white-10: rgba(255, 255, 255, 0.1);--color-white-15: rgba(255, 255, 255, 0.15);--color-white-20: rgba(255, 255, 255, 0.2);--color-white-25: rgba(255, 255, 255, 0.25);--color-white-30: rgba(255, 255, 255, 0.3);--color-white-35: rgba(255, 255, 255, 0.35);--color-white-40: rgba(255, 255, 255, 0.4);--color-white-45: rgba(255, 255, 255, 0.45);--color-white-50: rgba(255, 255, 255, 0.5);--color-white-55: rgba(255, 255, 255, 0.55);--color-white-60: rgba(255, 255, 255, 0.6);--color-white-65: rgba(255, 255, 255, 0.65);--color-white-70: rgba(255, 255, 255, 0.7);--color-white-75: rgba(255, 255, 255, 0.75);--color-white-80: rgba(255, 255, 255, 0.8);--color-white-85: rgba(255, 255, 255, 0.85);--color-white-90: rgba(255, 255, 255, 0.9);--color-white-95: rgba(255, 255, 255, 0.95);--font-color-blue: #143264;--font-color-white: white;--font-color-black: black;--base-font-size: 16px;--base-min-font-size: 14px;--base-max-font-size: 30px;--base-line-height: 140%;--base-absatz: 0.75em;--font-weight-normal: 400;--font-weight-bold: 700}*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box}html{height:100%;background:var(--color-white);text-size-adjust:100%;-webkit-text-size-adjust:100%}body{height:100%;margin:auto;position:relative;font-size:clamp(var(--base-min-font-size), var(--base-font-size), var(--base-max-font-size));font-weight:var(--font-weight);color:var(--font-color-black);background-color:var(--color-white)}*{font-family:"optima", sans-serif;text-rendering:optimizeLegibility;line-height:var(--base-line-height)}a{text-decoration:none;white-space:nowrap}ul,ol,li{list-style:none;display:block;padding:0}p,ul,ol{margin-bottom:var(--base-absatz)}p p,p ul,p ol,ul p,ul ul,ul ol,ol p,ol ul,ol ol{margin:0}p,li{hyphens:auto;-moz-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphenate-limit-chars:10 3 4;hyphenate-limit-lines:2}.hyphens-none,.hyphens-none *{hyphens:none;-moz-hyphens:none;-o-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none}.nowrap{white-space:nowrap}ul,ol{counter-reset:section;padding:0}li{padding:0;padding-left:1em}li::before{display:inline-block;padding-right:0.3em;margin-left:-1em;text-align:right}ul li::before{font-weight:700 !important;opacity:0.3;font-size:1.1em}ul>li::before{content:"•"}ul>li ul>li::before{content:"◦"}ol{counter-reset:item}ol li::before{font-weight:400 !important;font-size:0.9em}ol>li{counter-increment:item}ol>li::before{content:counter(item) "."}ol>li>ol{counter-reset:subitem}ol>li>ol>li{counter-increment:subitem}ol>li>ol>li::before{content:counter(item) "." counter(subitem) ". "}blockquote{position:relative;font-style:italic;padding:0 0.75em;quotes:"»" "«";border:0}blockquote::before,blockquote::after{font-size:1.4em;position:absolute}blockquote::before{content:open-quote;left:-0.1em}blockquote::after{content:close-quote;right:0;bottom:calc(var(--base-absatz) / 2)}h1,h2,h3,h4,h5,h6,p,ul,ol,a,strong,i,em,b,li{-moz-user-select:text;-khtml-user-select:text;font-weight:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:var(--base-absatz);font-size-adjust:none}h4,h5,h6{margin:0}h4,h5,h6,strong,b{font-weight:var(--font-weight-bold)}p:empty{display:none}.normal,.text-normal{font-weight:var(--font-weight-normal)}.bold,.text-bold{font-weight:var(--font-weight-bold)}.versal,.text-versal{letter-spacing:0.1em;text-transform:uppercase}.left,.align-left{text-align:left}.center,.align-center{text-align:center}.right,.align-right{text-align:right}.text-black{color:var(--font-color-black)}.text-white{color:var(--font-color-white)}.text-blue{color:var(--font-color-blue)}.size-100{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1), var(--base-max-font-size))}.size-110{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.1), var(--base-max-font-size))}.size-120{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.2), var(--base-max-font-size))}.size-130{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.3), var(--base-max-font-size))}.size-140{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.4), var(--base-max-font-size))}.size-150{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.5), var(--base-max-font-size))}.size-160{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.6), var(--base-max-font-size))}.size-170{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.7), var(--base-max-font-size))}.size-180{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 1.8), var(--base-max-font-size))}.size-200{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2), var(--base-max-font-size))}.size-210{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.1), var(--base-max-font-size))}.size-220{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.2), var(--base-max-font-size))}.size-230{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.3), var(--base-max-font-size))}.size-240{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.4), var(--base-max-font-size))}.size-250{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.5), var(--base-max-font-size))}.size-260{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.6), var(--base-max-font-size))}.size-270{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.7), var(--base-max-font-size))}.size-280{font-size:clamp(var(--base-min-font-size), calc(var(--base-font-size) * 2.8), var(--base-max-font-size))}.flex{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;height:100%}.flex.justify-content-start{justify-content:flex-start}.flex.justify-content-center{justify-content:center}.flex.justify-content-around{justify-content:space-around}.flex.justify-content-between{justify-content:space-between}.flex.justify-content-end{justify-content:flex-end}.flex.flex-wrap{flex-wrap:wrap}.flex.flex-nowrap{flex-wrap:nowrap}.flex.flex-reverse{flex-wrap:wrap-reverse}.flex.align-content-start{align-content:flex-start}.flex.align-content-center{align-content:center}.flex.align-content-end{align-content:flex-end}.flex.align-items-start{align-items:flex-start}.flex.align-items-center{align-items:center}.flex.align-items-stretch{align-items:stretch}.flex.align-items-baseline{align-items:baseline}.flex.align-items-end{align-items:flex-end}.col,.flex-item{display:block;padding:0 1em}.col-1{width:8.3333333333%}.col-2{width:16.6666666667%}.col-3{width:25%}.col-4{width:33.3333333333%}.col-5{width:41.6666666667%}.col-6{width:50%}.col-7{width:58.3333333333%}.col-8{width:66.6666666667%}.col-9{width:75%}.col-10{width:83.3333333333%}.col-11{width:91.6666666667%}.col-12{width:100%}.col-none{display:none}.bg-blue{background-color:var(--color-blue)}header,main{display:block;width:100%}:root{--header-height: 100px}header#header{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:1000000}header#header div.main{height:var(--header-height);width:100%;position:relative;background-blend-mode:multiply}header#header div.main #topmenu{height:var(--header-height);width:100%;position:absolute;top:0;left:0;right:0;z-index:1500000}header#header div.main #topmenu a.hamburger,header#header div.main #topmenu a.logo{display:inline-block;height:var(--header-height);border-radius:50%;background:center center no-repeat}header#header div.main #topmenu a.hamburger{float:left;width:var(--header-height);background-size:60% auto}header#header div.main #topmenu a.hamburger:hover{opacity:0.75}header#header div.main #topmenu a.logo{float:right;width:calc(var(--header-height) * 1.6);background-size:75% auto}header#header div.main #topmenu a.logo:hover{opacity:0.75}header#header div.main #topmenu a.logo h1,header#header div.main #topmenu a.logo p{display:none}header#header div.main #submenu{display:flex;align-items:center;margin-left:var(--header-height);height:var(--header-height);width:100%;position:absolute;left:-110vw;z-index:2000000}header#header div.main #submenu a{font-size:clamp(var(--base-min-font-size), var(--base-font-size), var(--base-max-font-size));padding:0.5em;font-weight:var(--font-weight-normal);letter-spacing:0.1em;text-transform:uppercase}header#header div.main #submenu a:hover{opacity:0.75}header#header div.main,header#header.icon-white div.main{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.5) 100%)}header#header div.main #topmenu a.hamburger,header#header.icon-white div.main #topmenu a.hamburger{background-image:url(../nav/menu-w.svg)}header#header div.main #topmenu a.hamburger.aktiv,header#header.icon-white div.main #topmenu a.hamburger.aktiv{background-image:url(../nav/close-w.svg)}header#header div.main #topmenu a.logo,header#header.icon-white div.main #topmenu a.logo{background-image:url(../logo/hhgruppe-logo-white.svg)}header#header div.main #submenu a,header#header.icon-white div.main #submenu a{color:var(--font-color-white)}header#header.icon-blue div.main{background-image:linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.75) 100%)}header#header.icon-blue div.main #topmenu a.hamburger{background-image:url(../nav/menu-b.svg)}header#header.icon-blue div.main #topmenu a.hamburger.aktiv{background-image:url(../nav/close-b.svg)}header#header.icon-blue div.main #topmenu a.logo{background-image:url(../logo/hhgruppe-logo-color.svg)}header#header.icon-blue div.main #submenu a{color:var(--font-color-blue)}header#header a,header#header button{cursor:pointer !important}:root{--art-padding-top: 30px;--art-padding-rand: 0;--art-padding: 30px 0;--main-width: clamp(300px, 85vw, 1250px) }main#content{height:100%}main#content.menu-aktiv{opacity:0.1;user-select:none}main#content .bg-image{background-repeat:no-repeat;background-position:center center;background-size:cover}main#content section.cat.height-100 article fx-row{min-height:40px}main#content section.cat.height-200 article fx-row{min-height:140px}main#content section.cat.height-300 article fx-row{min-height:240px}main#content section.cat.height-400 article fx-row{min-height:340px}main#content section.cat.height-500 article fx-row{min-height:440px}main#content section.cat.height-600 article fx-row{min-height:540px}main#content section.cat.height-700 article fx-row{min-height:640px}main#content section.cat.height-800 article fx-row{min-height:740px}main#content section.cat.height-900 article fx-row{min-height:840px}main#content section.cat.height-1000 article fx-row{min-height:940px}main#content section.cat.height-1100 article fx-row{min-height:1040px}main#content section.cat.height-1200 article fx-row{min-height:1140px}main#content section.cat.height-100vh article{height:100vh}main#content section.cat.height-16-9 article{aspect-ratio:16 / 9}main#content section.cat.height-3-2 article{aspect-ratio:3 / 2}main#content section.cat{position:relative;height:auto}main#content section.cat article{display:block;padding:var(--art-padding-top) var(--art-padding-rand)}main#content section.cat article p a.quote::before{content:"»"}main#content section.cat article p a.quote::after{content:"«"}main#content section.cat article fx-row.main{margin:0 auto;height:100%;width:100%;max-width:var(--main-width)}#overlay{display:none;background-color:rgba(0, 0, 0, 0.9);position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000000}#overlay #overlay-main{height:100%;width:100%;padding:3%;overflow-x:hidden;overflow-y:auto}#overlay button{position:absolute;cursor:pointer;display:block;width:3em;height:3em;right:1em;top:1em;background:center center no-repeat url(../nav/close-w.svg);background-size:contain}#overlay button:hover{opacity:0.75}#overlay iframe{width:100%;height:100%}#overlay div.img{height:100%;width:100%;background:center center no-repeat;background-size:contain}main#content section.cat.splide div.splide__track{height:100%;width:100%}main#content section.cat.splide .splide__arrows button.splide__arrow{position:absolute;top:51%;transform:translateY(-50%);z-index:500000;width:100px;height:100px;background-size:60px auto}main#content section.cat.splide .splide__arrows button.splide__arrow.disabled,main#content section.cat.splide .splide__arrows button.splide__arrow.hidden{display:none}main#content section.cat.splide .splide__arrows button.splide__arrow.splide__arrow--prev{left:0}main#content section.cat.splide .splide__arrows button.splide__arrow.splide__arrow--next{right:0}main#content section.cat.splide.splide-fade article{background-color:var(--color-white)}main#content section.cat.splide.per-page .splide__track{max-width:var(--main-width);margin:0 auto}main#content section.cat.splide .pagination{bottom:1em;z-index:300000}main#content section.cat.splide .pagination button{color:var(--font-color-white);height:0.75em;width:0.75em;margin:1px;transition:transform 0.2s linear;cursor:pointer}main#content section.cat.splide .pagination button:hover,main#content section.cat.splide .pagination button.is-active{background-color:var(--color-blue)}main#content section.cat.splide .pagination button:focus-visible{outline:3px solid #0bf;outline-offset:3px}main#content section.cat.splide .pagination button.active{cursor:default}main#content section.cat.splide .pagination.blue button{background:var(--color-blue);color:var(--font-color-white)}main#content section.cat.splide .pagination.blue button.active,main#content section.cat.splide .pagination.blue button:hover{background:var(--color-blue-50)}main#content section.cat.splide .pagination.gray button{background:var(--color-black-5);color:var(--font-color-white)}main#content section.cat.splide .pagination.gray button.active,main#content section.cat.splide .pagination.gray button:hover{background:var(--color-black-50)}main#content section.cat.splide .pagination.white button{background:var(--color-white-75);color:var(--font-color-black)}main#content section.cat.splide .pagination.white button.active,main#content section.cat.splide .pagination.white button:hover{background:var(--color-white)}main#content section.cat.splide .pagination.num button{width:2em;height:2em;padding:0.25em}main#content section.cat.splide.touchscreen .pagination{position:absolute;bottom:2em;left:0;right:0;z-index:300000}main#content section.cat.splide .hover{opacity:0;transition:opacity 0.5s ease-in-out}main#content section.cat.splide:hover .hover{opacity:1}div.txt{width:100%}figure.img{margin-bottom:var(--base-absatz);width:100%;display:block}figure.img picture{display:block}figure.img picture.r-1-1 img{border-radius:50%;overflow:hidden}figure.img picture.r-1-1,figure.img picture.q-1-1{aspect-ratio:1}figure.img picture.q-3-2{aspect-ratio:1.5}figure.img picture.q-16-9{aspect-ratio:1.7777777778}figure.img picture.h-2-3{aspect-ratio:0.6666666667}figure.img picture.h-9-16{aspect-ratio:0.5625}figure.img picture.h-5{aspect-ratio:100 / 5}figure.img picture.h-10{aspect-ratio:100 / 10}figure.img picture.h-15{aspect-ratio:100 / 15}figure.img picture.h-20{aspect-ratio:100 / 20}figure.img picture.h-25{aspect-ratio:100 / 25}figure.img picture.h-30{aspect-ratio:100 / 30}figure.img picture.h-35{aspect-ratio:100 / 35}figure.img picture.h-40{aspect-ratio:100 / 40}figure.img picture.h-45{aspect-ratio:100 / 45}figure.img picture.h-50{aspect-ratio:100 / 50}figure.img picture.h-55{aspect-ratio:100 / 55}figure.img picture.h-60{aspect-ratio:100 / 60}figure.img picture.h-65{aspect-ratio:100 / 65}figure.img picture.h-70{aspect-ratio:100 / 70}figure.img picture.h-75{aspect-ratio:100 / 75}figure.img picture.h-80{aspect-ratio:100 / 80}figure.img picture.h-85{aspect-ratio:100 / 85}figure.img picture.h-90{aspect-ratio:100 / 90}figure.img picture.h-95{aspect-ratio:100 / 95}figure.img picture.h-100{aspect-ratio:100 / 100}figure.img picture.h-105{aspect-ratio:100 / 105}figure.img picture.h-110{aspect-ratio:100 / 110}figure.img picture.h-115{aspect-ratio:100 / 115}figure.img picture.h-120{aspect-ratio:100 / 120}figure.img picture.h-125{aspect-ratio:100 / 125}figure.img picture.h-130{aspect-ratio:100 / 130}figure.img picture.h-135{aspect-ratio:100 / 135}figure.img picture.h-140{aspect-ratio:100 / 140}figure.img picture.h-145{aspect-ratio:100 / 145}figure.img picture.h-150{aspect-ratio:100 / 150}figure.img picture.h-155{aspect-ratio:100 / 155}figure.img picture.h-160{aspect-ratio:100 / 160}figure.img picture.h-165{aspect-ratio:100 / 165}figure.img picture.h-170{aspect-ratio:100 / 170}figure.img picture.h-175{aspect-ratio:100 / 175}figure.img picture.h-180{aspect-ratio:100 / 180}figure.img picture.h-185{aspect-ratio:100 / 185}figure.img picture.h-190{aspect-ratio:100 / 190}figure.img picture.h-195{aspect-ratio:100 / 195}figure.img picture.h-200{aspect-ratio:100 / 200}figure.img picture img{height:100%;width:100%;padding:0}figure.img picture img[scr=""]{display:none}figure.img picture img.fill{object-fit:fill}figure.img picture img.contain{object-fit:contain}figure.img picture img.cover{object-fit:cover}figure.img picture img.none{object-fit:none}figure.img picture img.scale-down{object-fit:scale-down}figure.img picture img.center-center{object-position:50% 50%}figure.img picture img.left-center{object-position:0 50%}figure.img picture img.left-top{object-position:0 0}figure.img picture img.left-bottom{object-position:0 100%}figure.img picture img.center-top{object-position:50% 0}figure.img picture img.center-bottom{object-position:50% 100%}figure.img picture img.right-center{object-position:100% 50%}figure.img picture img.right-top{object-position:100% 0}figure.img picture img.right-bottom{object-position:100% 100%}figure.img picture.nobox{display:inherit;aspect-ratio:auto}figure.img picture.nobox img{height:auto}figure.img figcaption{padding-top:0.5em;font-size:calc($fontsize * 0.95);line-height:1.2em}.icon{background:center center no-repeat;background-size:60px auto;border-radius:50% 50%;cursor:pointer}.icon-white.nav-menu{background-image:url(../nav/menu-w.svg)}.icon-white.nav-next{background-image:url(../nav/next-w.svg)}.icon-white.nav-prev{background-image:url(../nav/prev-w.svg)}.icon-white.nav-top{background-image:url(../nav/top-w.svg)}.icon-white.nav-bottom{background-image:url(../nav/bottom-w.svg)}.icon-white.nav-plus{background-image:url(../nav/plus-w.svg)}.icon-white.nav-minus{background-image:url(../nav/minus-w.svg)}.icon-white.nav-close{background-image:url(../nav/close-w.svg)}.icon-blue.nav-menu{background-image:url(../nav/menu-b.svg)}.icon-blue.nav-next{background-image:url(../nav/next-b.svg)}.icon-blue.nav-prev{background-image:url(../nav/prev-b.svg)}.icon-blue.nav-top{background-image:url(../nav/top-b.svg)}.icon-blue.nav-bottom{background-image:url(../nav/bottom-b.svg)}.icon-blue.nav-plus{background-image:url(../nav/plus-b.svg)}.icon-blue.nav-minus{background-image:url(../nav/minus-b.svg)}.icon-blue.nav-close{background-image:url(../nav/close-b.svg)}::-moz-selection{background:var(--color-blue-5)}::selection{background:var(--color-blue-5)}.user-select,.user-select *{-webkit-user-select:none;-ms-user-select:none;user-select:none}main#content .style-header article.art{display:grid;grid-template-rows:repeat(6, 1fr);grid-template-columns:1fr}main#content .style-header article.art fx-row.main{grid-area:5 / 1 / 7 / 1;font-weight:normal;margin-top:-0.9em;position:relative;pointer-events:none}main#content .style-header article.art::before{content:"";position:absolute;bottom:0;display:block;width:100%;height:50%;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));pointer-events:none}main#content .style-header-block div.txt{padding-left:4vw}main#content .picto-hh-gruppe{padding-top:11em;padding-bottom:5em;background:50% 2em no-repeat;background-size:5.5em auto}main#content .picto-hh-gruppe header.item,main#content .picto-hh-gruppe section.txt{text-align:justify}main#content .p-top-25 article.art{display:grid;grid-template-rows:repeat(4, 1fr);grid-template-columns:1fr}main#content .p-top-25 article.art fx-row.main{grid-area:2 / 1 / 5 / 1;font-weight:normal}main#content .p-top-25{color:var(--font-color-white)}main#content .p-top-25 a{color:var(--font-color-white)}main#content .p-top-50 article.art{display:grid;grid-template-rows:repeat(4, 1fr);grid-template-columns:1fr}main#content .p-top-50 article.art fx-row.main{grid-area:3 / 1 / 5 / 1;font-weight:normal;margin-top:-0.9em}main#content .p-top-50 article.art::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));pointer-events:none}main#content .konsistenz{padding:1em 2em;margin-top:-2em}main#content .konsistenz .svg-phone{display:none}main#content .bg-logo-fix{background-position:center center;background-repeat:no-repeat;background-size:auto 95% !important}main#content #txt-41,main#content #prozess-phone{margin-bottom:3em}main#content .prozess-grafik #prozess-desktop{display:block}main#content .prozess-grafik #prozess-phone{display:none}main#content .prozess-grafik .prozess-frame{text-align:center;width:100%}main#content .prozess-grafik .prozess-icons{margin:auto;width:75%;height:auto}main#content .prozess-grafik .prozess-icon{transition:opacity 0.3s ease;cursor:pointer}main#content .prozess-grafik .prozess-icon:hover{opacity:0.75 !important}main#content .prozess-text.txt{display:none;background:rgba(255, 255, 255, 0.8);padding:1em;margin:-1em;margin-bottom:-20%;margin-right:-2em;width:auto}main#content #txt-41{margin-bottom:3em}main#content .ueber-uns{background:clamp(-300px, -20vw, 900px) center no-repeat url(/media/2_logo-back.svg);background-size:clamp(300px, 65%, 900px) auto !important;padding-top:2em;padding-bottom:2em}main#content .portrait figure{display:block;width:50%;margin:auto;overflow:none}main#content .footer .txt p{font-size:0.9em}main#content .text-black{color:#000}main#content .text-white{color:var(--font-color-white)}main#content .text-white a{color:var(--font-color-white)}main#content .text-blue{color:var(--font-color-blue)}main#content .txt-cols-2{column-count:2;column-gap:2em}main#content .txt-cols-2 h3{column-span:all;margin-top:3em}main#content .txt-cols-2 p,main#content .txt-cols-2 li,main#content .txt-cols-2 ul{widows:3;orphans:3}main#content .background-black{background-color:black;color:var(--font-color-white)}main#content .background-black a{color:var(--color-white-75) !important}main#content .background-black a:hover{color:var(--font-color-white) !important}main#content .background-blue{background-color:var(--font-color-blue);color:var(--font-color-white)}main#content .background-blue a{color:var(--color-white-75) !important}main#content .background-blue a:hover{color:var(--font-color-white) !important}main#content .background-blue{color:var(--font-color-white)}main#content .background-blue a{color:var(--font-color-white)}main#content .bg-contain{background-size:contain !important}main#content .bg-cover{background-size:cover !important}main#content section.cat article fx-row.main .frame-s2-center{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}main#content section.cat article fx-row.main .frame-s2-center>*:nth-last-child(1):nth-child(odd){grid-column:1 / -1;justify-self:center;width:50%}.image-art-209{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_07.jpg")}.image-art-210{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_02.jpg")}.image-art-211{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_11.jpg")}.image-art-212{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_10.jpg")}.image-art-213{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_06.jpg")}.image-art-214{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_05.jpg")}.image-art-215{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_09.jpg")}.image-art-216{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_04.jpg")}.image-art-217{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_13.jpg")}.image-art-218{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_12.jpg")}.image-art-219{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_01.jpg")}.image-art-221{background-image:url("/media/img_2000/images_hh_web_1600_x_1060_03.jpg")}.image-art-295{background-image:url("/media/img_2000/startimage.jpg")}.image-art-297{background-image:url("/media/img_2000/img_4401-2000.jpg")}.image-art-306{background-image:url("/media/konsistenz.svg")}@media screen and (min-aspect-ratio:1.25){main#content section.cat.height-100vh{height:100vh;display:flex;justify-content:center;align-items:center}main#content section.cat.height-100vh article{width:100%;height:100%;aspect-ratio:auto}}@media screen and (max-aspect-ratio:1.25){main#content section.cat.height-100vh{height:100vh}main#content section.cat.height-100vh div.splide__track{aspect-ratio:1.25}main#content section.cat.height-100vh article{height:auto;width:auto;aspect-ratio:1.25}}@media screen and (max-aspect-ratio:1){main#content section.cat.height-100vh{height:80vw}main#content section.cat.height-100vh.mobil.splide{height:calc(80vw + 2.5em);padding-bottom:2.5em;background:var(--color-white)}main#content section.cat.height-100vh.mobil.splide .splide__track{aspect-ratio:auto}main#content section.cat.height-100vh.mobil.splide .pagination{opacity:1;bottom:0}main#content section.cat.height-100vh.mobil.splide .pagination li{padding:0.3em}main#content section.cat.height-100vh.mobil.splide .pagination button{background:var(--color-black-25);color:var(--font-color-black)}main#content section.cat.height-100vh.mobil.splide .pagination button.active,main#content section.cat.height-100vh.mobil.splide .pagination button:hover{background:var(--color-black-20)}main#content section.cat.height-100vh article{height:auto;width:auto;aspect-ratio:auto}}@media (min-aspect-ratio:2){html{background:#000}body,#header{max-width:1800px;margin-left:auto;margin-right:auto}body{height:auto;background-color:#fff}main#content section.cat.height-100vh div.splide__track{aspect-ratio:1.7777777778}main#content section.cat.height-100vh article{height:auto;width:auto;aspect-ratio:1.7777777778}}@media screen and (max-width:1800px){.image-art-209{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_07.jpg")}.image-art-210{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_02.jpg")}.image-art-211{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_11.jpg")}.image-art-212{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_10.jpg")}.image-art-213{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_06.jpg")}.image-art-214{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_05.jpg")}.image-art-215{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_09.jpg")}.image-art-216{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_04.jpg")}.image-art-217{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_13.jpg")}.image-art-218{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_12.jpg")}.image-art-219{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_01.jpg")}.image-art-221{background-image:url("/media/screen_desktop/images_hh_web_1600_x_1060_03.jpg")}.image-art-295{background-image:url("/media/screen_desktop/startimage.jpg")}.image-art-297{background-image:url("/media/screen_desktop/img_4401-2000.jpg")}}@media screen and (max-width:1250px){:root{--header-height: 80px;--base-font-size: 16px;--base-min-font-size: 14px;--base-max-font-size: 30px}fx-row .col-1{width:8.3333333333%}fx-row .col-2{width:16.6666666667%}fx-row .col-3{width:25%}fx-row .col-4{width:33.3333333333%}fx-row .col-5{width:41.6666666667%}fx-row .col-6{width:50%}fx-row .col-7{width:58.3333333333%}fx-row .col-8{width:66.6666666667%}fx-row .col-9{width:75%}fx-row .col-10{width:83.3333333333%}fx-row .col-n-1{width:8.3333333333%}fx-row .col-n-2{width:16.6666666667%}fx-row .col-n-3{width:25%}fx-row .col-n-4{width:33.3333333333%}fx-row .col-n-5{width:41.6666666667%}fx-row .col-n-6{width:50%}fx-row .col-n-7{width:58.3333333333%}fx-row .col-n-8{width:66.6666666667%}fx-row .col-n-9{width:75%}fx-row .col-n-10{width:83.3333333333%}fx-row .col-n-11{width:91.6666666667%}fx-row .col-n-12{width:100%}fx-row .col-n-none{display:none}.image-art-209{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_07.jpg")}.image-art-210{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_02.jpg")}.image-art-211{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_11.jpg")}.image-art-212{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_10.jpg")}.image-art-213{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_06.jpg")}.image-art-214{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_05.jpg")}.image-art-215{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_09.jpg")}.image-art-216{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_04.jpg")}.image-art-217{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_13.jpg")}.image-art-218{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_12.jpg")}.image-art-219{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_01.jpg")}.image-art-221{background-image:url("/media/screen_notebook/images_hh_web_1600_x_1060_03.jpg")}.image-art-295{background-image:url("/media/screen_notebook/startimage.jpg")}.image-art-297{background-image:url("/media/screen_notebook/img_4401-2000.jpg")}main#content .prozess-grafik .prozess-icons{width:80%}main#content .portrait figure{width:60%}}@media screen and (max-width:950px){:root{--header-height: 70px;--base-font-size: 15px;--base-min-font-size: 12px;--base-max-font-size: 25px}body{height:auto}fx-row [class^="col-"]{width:100%;height:auto;display:block}fx-row .col-t-1{width:8.3333333333%}fx-row .col-t-2{width:16.6666666667%}fx-row .col-t-3{width:25%}fx-row .col-t-4{width:33.3333333333%}fx-row .col-t-5{width:41.6666666667%}fx-row .col-t-6{width:50%}fx-row .col-t-7{width:58.3333333333%}fx-row .col-t-8{width:66.6666666667%}fx-row .col-t-9{width:75%}fx-row .col-t-10{width:83.3333333333%}fx-row .col-t-11{width:91.6666666667%}fx-row .col-t-12{width:100%}fx-row .col-t-none{display:none}.flex{flex-wrap:wrap}main#content section.cat.splide .splide__arrows button.splide__arrow{width:30px;height:30px;background-size:30px auto}.image-art-209{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_07.jpg")}.image-art-210{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_02.jpg")}.image-art-211{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_11.jpg")}.image-art-212{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_10.jpg")}.image-art-213{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_06.jpg")}.image-art-214{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_05.jpg")}.image-art-215{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_09.jpg")}.image-art-216{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_04.jpg")}.image-art-217{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_13.jpg")}.image-art-218{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_12.jpg")}.image-art-219{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_01.jpg")}.image-art-221{background-image:url("/media/screen_tablet/images_hh_web_1600_x_1060_03.jpg")}.image-art-295{background-image:url("/media/screen_tablet/startimage.jpg")}.image-art-297{background-image:url("/media/screen_tablet/img_4401-2000.jpg")}main#content .style-header article.art{display:flex;align-items:flex-end}main#content .style-header article.art fx-row.main{grid-area:auto;height:auto}main#content .style-header article.art fx-row.main header .head{font-size:clamp(var(--base-min-font-size), 3.4vw, var(--base-max-font-size)) !important}main#content .style-header article.art fx-row.main .txt p{font-size:clamp(var(--base-min-font-size), 2.2vw, var(--base-max-font-size)) !important}main#content .p-top-25 article.art{grid-template-rows:repeat(3, 1fr)}main#content .p-top-25 article.art fx-row.main{grid-area:2 / 1 / 5 / 1}main#content .konsistenz{padding:4em 0;margin:-3em;margin-bottom:0}main#content .bg-logo-fix{background-size:95% auto !important}main#content .prozess-grafik #prozess-desktop{padding:0;display:grid;height:50vw;place-items:center}main#content .prozess-grafik .prozess-icons{width:100%}main#content .portrait figure{width:80%}}@media screen and (max-width:650px){:root{--base-font-size: 14px;--base-min-font-size: 12px;--base-max-font-size: 20px}header#header.submenu-on{height:100vh}header#header.submenu-on div.main{background:none}header#header.submenu-on div.main #topmenu a.hamburger{background-image:url(../nav/menu-w.svg)}header#header.submenu-on div.main #topmenu a.hamburger.aktiv{background-image:url(../nav/close-w.svg)}header#header.submenu-on div.main #topmenu a.logo{background-image:url(../logo/hhgruppe-logo-white.svg)}header#header.submenu-on div.main #submenu{display:block;overflow:hidden;height:100%;background:var(--color-blue-90);padding:0;padding-top:calc(var(--header-height) * 1.1);margin:0;top:0;left:0;z-index:1000000}header#header.submenu-on div.main #submenu a{display:block;color:var(--font-color-white);font-size:1.2em;padding:0.75em 1em;margin:0 auto;max-width:var(--main-width)}header#header div.main #submenu{display:none}div.flex{flex-wrap:wrap !important}fx-row .col-s-1{width:8.3333333333%}fx-row .col-s-2{width:16.6666666667%}fx-row .col-s-3{width:25%}fx-row .col-s-4{width:33.3333333333%}fx-row .col-s-5{width:41.6666666667%}fx-row .col-s-6{width:50%}fx-row .col-s-7{width:58.3333333333%}fx-row .col-s-8{width:66.6666666667%}fx-row .col-s-9{width:75%}fx-row .col-s-10{width:83.3333333333%}fx-row .col-s-11{width:91.6666666667%}fx-row .col-s-12{width:100%}fx-row .col-s-none{display:none}.image-art-209{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_07.jpg")}.image-art-210{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_02.jpg")}.image-art-211{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_11.jpg")}.image-art-212{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_10.jpg")}.image-art-213{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_06.jpg")}.image-art-214{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_05.jpg")}.image-art-215{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_09.jpg")}.image-art-216{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_04.jpg")}.image-art-217{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_13.jpg")}.image-art-218{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_12.jpg")}.image-art-219{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_01.jpg")}.image-art-221{background-image:url("/media/screen_phone/images_hh_web_1600_x_1060_03.jpg")}.image-art-295{background-image:url("/media/screen_phone/startimage.jpg")}.image-art-297{background-image:url("/media/screen_phone/img_4401-2000.jpg")}main#content .style-header article.art fx-row.main header .head{font-size:clamp(14px, 4vw, 25px) !important}main#content .style-header article.art fx-row.main .txt p{font-size:clamp(var(--base-min-font-size), 2.4vw, var(--base-max-font-size)) !important}main#content .style-header article.art::before{height:60%}main#content .style-header-block{padding-left:0}main#content .p-top-50 article.art fx-row.main{grid-area:2 / 1 / 5 / 1;margin-top:0}main#content .konsistenz{padding:5em 0em}main#content .konsistenz .svg-desktop{display:none}main#content .konsistenz .svg-phone{display:block}main#content .prozess-grafik #prozess-desktop{display:none}main#content .prozess-grafik #prozess-phone{display:block}main#content .prozess-grafik .prozess-icons{width:100%}main#content .prozess-text.txt{margin-right:-1em}main#content .ueber-uns{background:center 3em no-repeat url(/media/2_logo-back.svg);background-size:auto 50vw !important}main#content .ueber-uns div.frame{padding-top:calc(25vw + 2em)}main#content .ueber-uns article.art fx-row.main{align-content:flex-start}main#content .portrait div.frame{padding:0;height:calc(50vw + 4em);margin-bottom:calc(-25vw - 2em)}main#content .portrait figure{width:75%}main#content .txt-cols-2{column-count:1;column-gap:0}}@media (prefers-color-scheme:dark){}@media screen{main,img{-moz-animation:fade 2s;-webkit-animation:fade 2s;-o-animation:fade 2s;-ms-animation:fade 2s;animation:fade 2s}@-moz-keyframes fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@-o-keyframes fade{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}}
