html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;   }
body {
line-height: 1;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ul {
list-style: none; }
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
} */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} */
table { border-spacing: 0;
border:solid 1px red;
}  br { 
letter-spacing:normal;
} form, form td, form th, form input, form textarea, form select {
line-height: 1;
} .elm_form_radio td {
line-height: 1 !important;
}  html { -webkit-text-size-adjust:none; }html{
--background: #ffffff;
--text: #333333;
--text-hover: #555;
--link: #A21626;
--link-hover: #444;
--link-visited: #A21626;
scroll-behavior: smooth;
} html[data-theme='light']{
}
html {
background: var(--background);
overflow-x: hidden;
}
body{
background: var(--background);
color: var(--text);
font-size: 1.1em;
line-height: 1.2em;
font-family: "Open Sans", Verdana, Arial, sans-serif;
letter-spacing:0.05em;
display:flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1;
padding-top:30px;
margin-bottom:30px;
}
main ul {
margin:0;
padding:0;
margin-bottom:20px;
}
main li {
padding-left:15px;
margin-bottom:5px;
}
main li:before:not(.kachel) {
content: "-";
margin-right: 0.5em;
margin-left:-10px;
}
figure {
margin:0;
padding:0;
overflow:hidden;
}
figure img.rsImg {
border: 0;
height: auto;
max-width: 100%;
width: 100%;
vertical-align: middle;
}
h1 {
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
font-size: 3em;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.2em;
margin-bottom: 15px;
margin-top: 15px;
width:100%;
}
h2, .pub-el-text-title, .pub-tth-h2, .form_elm_group, .pub-el-title, .pub-listpage-title-top, .pub-listpage-title { border-radius: 5px;
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
font-size: 1.8em;
font-weight: 500;
letter-spacing: 0.08em;
line-height: 1em;
margin-bottom: 14px;
margin-top:25px;
margin-left:0px;
padding:5px 0px 5px 0px;
width:100%;
}
h2:not(:first-of-type) {
margin-top: 50px;
}
h3 {
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
font-size: 1.2em;
line-height: 1.5em;
font-weight: 700;
margin-bottom:10px;
width:100%;
}
h4 {
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
font-size: 18px;
line-height: 22px;
font-weight: 400;
width:100%;
}
h5 {
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
}
h6 {
color: var(--text);
font-family: "Open Sans Condensed", sans-serif, arial, verdana;
}
@media screen and (max-width: 959px) {
h1 {
font-size: 60px;
line-height: 60px;
}
}
@media screen and (max-width: 639px) {
h1 {
font-size: 40px;
line-height: 40px;
}
}
p {
margin-bottom:20px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-danger{
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.debug {border:solid 1px red !important}
.text_white,
.text_white h1,
.text_white h2,
.text_white h3,
.text_white h4,
.text_white h5,
.text_white h6{
color: #FFF !important;
}
.width_70{
width: 70%;
}
.width_50{
width: 50%;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 959px) {
.width_70{
width: 100%;
}
.width_50{
width: 70%;
}
}
@media screen and (max-width: 639px) {
.width_50{
width: 100%;
}
}
a, a:link, a:visited, a:hover,a:active{
color: var(--link);
}
a:hover{
color: var(--link-hover);
}
a:visited{
color: var(--link-visited);
}
ul.speciallist {
list-style-type: none !important;
}
ul.speciallist a, ul.speciallist a:link, ul.speciallist a:visited, ul.speciallist a:hover,ul.speciallist a:active,
a.specialbutton, a.specialbutton:link, a.specialbutton:visited, a.specialbutton:hover,a.specialbutton:active{
color: white;
transition: all 0.25s linear;
background-color:var(--link);
border-radius: 10px;
padding:5px 10px 4px;
display:inline-block;
}
ul.speciallist a:hover,
a.specialbutton:hover{
background-color: var(--link-hover);
text-decoration: none;
}
ul.speciallist a:visited,
a.specialbutton:visited{
background-color: var(--link-visited);
}
ul.speciallist a::after,
a.specialbutton::after{
font-family: "FontAwesome";
font-weight: 400;
font-size:0.5em;
padding-left:25px;
content: "\f054";
position: relative;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
ul.speciallist li {
margin-left:0px !important;
margin-bottom:10px;
padding-left:0px;
}
ul.speciallist span {    
background-color:#eee;
border-radius: 10px;
padding:5px 10px 6px;
display:inline-block;
}
em{
}
p{
margin-top: 0;
}
a, :focus {
outline: none;
}
a.language {
color:#fff;
font-family: 'Open Sans Condensed', sans-serif, arial, verdana;
font-size:1em;
letter-spacing: 0.05em;
}
.pageHeaderGradientTop,
.pageHeaderGradientBottom{
display: none;
}
.noHeaderImage{
background: #394854;
}
.noHeaderImageLight{
background: #F5F7F9;
}
.topBarLogoImg img {
width: 100%;
min-width: 200px;
max-width: 300px;
height: auto;
margin-top: 10px;
margin-bottom: 40px;
}
.darkBg{
background: #394854;
}
.darkLightBg{
background: linear-gradient(180deg, rgb(57, 72, 84) 0%, rgb(57, 72, 84) 50%, rgb(245, 247, 249) 50%, rgb(245, 247, 249) 100%);
}
@media screen and (max-width: 959px) {
.darkLightBg {
background: linear-gradient(180deg, rgb(57, 72, 84) 0%, rgb(57, 72, 84) 50%, rgb(245, 247, 249) 90%, rgb(245, 247, 249) 100%);
}
}
ul.wp-block-list:not(.speciallist), .spec-list ul {
list-style: none;
padding-left: 1em;
}
ul.wp-block-list:not(.speciallist) li::before, .spec-list ul li::before  {
content: "-";
margin-right: 0.5em;
color: inherit;
}header {
} header.pageHeader{ background-repeat: no-repeat;
background-size: cover;
background-position: center;
background: rgb(2,0,36) !important;
background: linear-gradient(110deg, rgba(2,0,36,1) 0%, rgba(21,68,84,1) 85%, rgba(0,0,0,1) 100%) !important;
position: relative;
}
div.mainnavi>img.topBarLogoImgWhitesmall {
display:none;
float:left;
}
div.uk-active>div.mainnavi>img.topBarLogoImgWhitesmall {
display:block;
}div.mainnavi {
font-family: "Open Sans Condensed", Verdana, Arial, sans-serif;
padding-left: 42px;
}
div.mainnavi nav ul {
list-style: none;
margin: 0;
padding: 0;
background-color: transparent;
}
div.mainnavi nav li {
display: inline-block;
position: relative;
}
header nav a, header nav a:link, header nav a:visited, header nav a:hover, header nav a:active{
display: block;
padding: 0 10px;
line-height: 50px;
color: #fff;
font-size: 24px;
text-decoration: none;
white-space:nowrap;
}
div.mainnavi nav ul ul {
background-color: #010726;
position: absolute;
top: 49px;
left: 0px;
display: none;
}
div.mainnavi nav ul li:hover > ul {
display:block;
}
div.mainnavi nav ul ul li {
min-width:300px;
}
div.mainnavi nav ul ul a {
font-size:24px;
}
div.mainnavi nav ul ul ul{
top: 0;
left: 300px;
}
div.mainnavi nav a:hover {
background-color:#fff;
color:#010726;
text-decoration:none;
}
div.uk-active.topBarMainnavi {
background-color:#010726;
}
div.uk-active>div.mainnavi {
padding:40px 30px 35px;
}
div.uk-active>div.mainnavi nav {
padding-left:180px;
}#mainnavimobile {
position: fixed;height: 100vh;width:100%;background-color:#010726;display:none;z-index:1000;
}
div.mainnavimobile {
font-family: "Open Sans Condensed", Verdana, Arial, sans-serif;
}               div.mainnavimobile a, div.mainnavimobile a:link, div.mainnavimobile a:visited, div.mainnavimobile a:hover, div.mainnavimobile a:active{
display: block;
padding: 0 10px;
line-height: 50px;
color: #fff;
font-size: 24px;
text-decoration: none;
white-space:nowrap;
}
div.mainnavimobile li.menu-item-has-children ul {
display:none;
}
div.mainnavimobile li.current-menu-ancestor>ul {
display:flex;
flex-direction: column;
}
div.mainnavimobile li.current-menu-parent>ul {
display:flex;
flex-direction: column;
}
div.mainnavimobile li.current-menu-item>ul {
display:flex;
flex-direction: column;
}
div.mainnavimobile li.current-menu-ancestor>ul li {
padding-left:40px;
}
div.mainnavimobile li.current-menu-parent>ul li {
padding-left:40px;
}
div.mainnavimobile li.current-menu-item ul li {
padding-left:40px;
}             div.mainnavimobile nav a:hover {
background-color:#fff;
color:#010726;
text-decoration:none;
}
.topBarMobileIconLink {
color:white;
}
.topBarMobileIconLink:hover {
color:#ddd;
}
.topBarCloseIcon {
padding-top:110px;
}
.topBarCloseIcon:hover {
cursor:pointer;
}.gform_wrapper.gravity-theme .gfield_label{
color: #8C9AA5;
font-size: 14px;
line-height: 16px;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500;
}
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"]{
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
color: #FFF;
font-size: 24px !important;
line-height: 26px !important;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500 !important;
background: transparent !important;
padding: 10px 0 !important;
margin-bottom: 30px !important;
}
.gform_wrapper.gravity-theme textarea{
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
color: #FFF;
font-size: 24px !important;
line-height: 26px !important;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500 !important;
background: transparent !important;
padding: 10px 0 !important;
height: 50px;
margin-bottom: 30px !important;
overflow: hidden;
}
.gform_wrapper.gravity-theme input[type="text"]::placeholder,
.gform_wrapper.gravity-theme input[type="email"]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
color: #8C9AA5;
}
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme textarea:focus{
border-bottom: 1px dashed rgba(255, 255, 255, 1);
}
.gform_wrapper.gravity-theme .gform_footer input{
font-size: 16px;
line-height: 16px;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500;
background: #fff;
padding: 15px 50px;
color: #394854;
border-radius: 30px;
border: none;
margin-top: 20px !important;
cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label{
font-size: 14px;
line-height: 14px;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500;
color: #8C9AA5;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label a{
font-size: 14px;
line-height: 14px;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight: 500;
color: #8C9AA5;
text-decoration: underline;
} .gfield_checkbox>div input[type="checkbox"] {
opacity: 0;
}
.gfield_checkbox>div label {
position: relative;
display: inline-block;
position: relative;
left: -25px;
padding-left: 25px;
}
.gfield_checkbox>div label::before,
.gfield_checkbox>div label::after {
position: absolute;
content: "";
display: inline-block;
} .gfield_checkbox>div label::before{
height: 16px;
width: 16px;
border: 1px solid;
left: 0px;
top: -2px;
} .gfield_checkbox>div label::after {
height: 5px;
width: 9px;
border-left: 2px solid;
border-bottom: 2px solid;
transform: rotate(-45deg);
left: 4px;
top: 2px;
color: #FFF;
} .gfield_checkbox>div input[type="checkbox"] + label::after {
content: none;
} .gfield_checkbox>div input[type="checkbox"]:checked + label::after {
content: "";
} .gfield_checkbox>div input[type="checkbox"]:focus + label::before { }footer{ background-color: #fff;
background-color: #0b2f3b;
margin-top: 0px;
padding-top: 20px;
padding-bottom: 20px;
} footer address,
footer address a {
color:#fff;
font-weight:normal;
font-size:15px;
display:flex;
flex-direction: column;
}
footer address .company {
font-family: 'Open Sans Condensed', sans-serif, verdana,arial;
font-weight:700;
font-size: 1.2em;
letter-spacing: 0.1em;
line-height:1.5em;
}
footer address .mail_label {
display: none;
}
footer .verkaufsstellen {
margin-top:25px;
font-size: 15px;
}
footer .verkaufsstellen a::before {
font-family: "FontAwesome";
font-weight: 400;
content: "\f0a9 \00a0";
}
footer .shout {
color:white;
font-weight:bold;
font-size:1.6em;
line-height:1.5em;
}
footer .wrapper_copyright {
border-top: 1px solid #b3b6c4;
color:#fff;
font-size: 13px;
font-weight: 400;
margin: 20px 5px;
padding-top:10px;
text-align:center;
}   footer div.mainnavi {
font-family: "Open Sans Condensed", Verdana, Arial, sans-serif;
}
footer nav ul {
list-style: none;
margin: 0;
padding: 0;
background-color: transparent;
display:flex;
flex-direction: column;
}
footer nav li {
display: inline-block;
position: relative;
padding:5px 0px;
} footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
display: block;
color: #fff;
font-size: 1em;
text-decoration: none;
white-space:nowrap;
}
footer a:hover  {
background-color:transsparent;
text-decoration: underline;
}
footer nav ul ul {
display: none !important;
}  @media screen and (max-width: 768px) {
footer{
padding: 30px 0;
}
}.article.list_items .row.item .art_box {
background-color: #efefef;
border: solid 1px #cdcdcd;
margin-top: 30px;
padding: 10px;
}
.article.list_items .row.item .art_box ul {
width: 100%;
}
.article.list_items .row.item .art_box .image .contentbox {
margin-right: 20px;
margin-bottom: 20px;
}
.article.list_items .row.item .art_box .content {
}
.article.list_items .row.item .art_box .content .contentbox .listcattitle {
font-family: 'Open Sans Condensed', sans-serif, verdana, arial;
font-weight: 700;
letter-spacing: 0.1em;
padding-bottom: 8px;
}
h2.listcattitle a {
font-size:0.8em;
}
.customapp_startpage_link_02 i {
padding-right:10px;
}
#products img, #specs img{
margin-top:00px;
max-width:450px;
min-width:450px;
}
#products ul.article_infos {
list-style-type: none;
border-top: solid 1px #d14b52;
border-bottom: solid 1px #d14b52;
padding: 10px 0px 10px 0px;
margin-top: 15px;
}
#products  li:before{
content: "" ; position: absolute;
margin-left:0;
}
#products p.backlink {
margin-top: 20px;
}
#products a.articleback:before {
content: "\00ab\00a0";
}
#products h3 {
font-weight: bold;
margin-top:15px !important;
margin-bottom:5px !important;
}
#products .form-group .art_box {
margin-bottom: 8px;
}
#products a.articleback:before {
content: "\00ab\00a0";
}
#products p + p, #products h3 + p {
margin-bottom:0px;
margin-top:0px;
line-height:1.3em;
}
#products p b {
font-weight: bold;
}
div.table {
display: table;
background-color: #efefef;
border-collapse: collapse;
width:100%;
}
div.table div.tr {
display: table-row;
}
div.table div.td {
display: table-cell;
border: 1px solid #aaa;
font-size: 1em;
padding: 10px;
}
div.table div.td.caption {
background-color: #dfdfdf;
font-weight: bold;
text-align:left;
}
#pricelist {
margin-bottom:20px;
}
#pricelist table {
width: 100%;
min-width: 100%;
margin-top:30px;
border-collapse: collapse;
}
#pricelist table th,
#pricelist table td {
border: 1px solid #b5b5b5;
color: #333333;
font-weight:bold;
background-color: #b5b5b5;
padding:8px;
}
#pricelist table th.head1, #artprices.table th.top {
font-weight: bold;
font-size:1.1em;
}
#pricelist table th.head1,
#pricelist table td.head1 {
background-color: #dfdfdf;
width: 20%;
}
#pricelist table td.cont3 {
background-color: #f0f0f0;
}
#pricelist table td {
padding:8px;
font-weight: normal;
}
#pricelist .empty {
background-color:transparent;
border: none;
}
#orderform {
margin-bottom:20px;
}
#orderform table {
width: 100%;
min-width: 100%;
margin-top:30px;
border-collapse: collapse;
}
#orderform table th,
#orderform table td {
border: 1px solid #b5b5b5;
color: #333333;
font-weight:bold;
padding:8px;
vertical-align: top;
font-size:1.1em !important;
text-transform: none;
}
#orderform table th.text-right,
#orderform table td.text-right {
text-align:right;
}
#orderform table th.head1, #artprices.table th.top {
font-weight: bold;
}
#orderform table th.head1,
#orderform table td.head1 {
background-color: #dfdfdf;
width: 20%;
}
#orderform table td.cont3 {
background-color: #f0f0f0;
}
#orderform table td {
padding:8px;
font-weight: normal;
}
#orderform .empty {
background-color:transparent;
border: none;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align:center;
}
input:read-only {
border:none;
}
input.quantity {	
width: 50px;
border:solid 1px #333;
border-radius:3px;
padding:5px;
}
ul.article_infos li {
padding:10px;
margin-bottom:3px;
background-color:#efefef;
}
.article_box b {
font-weight:bold;
}
div.contentbox ul{
list-style-type: none;
margin-left:15px;
}
div.contentbox ul > li:before {
content: "-" ; position: absolute;
margin-left: -1.1em;
}
div.orderbox {
border-top: solid 1px #d14b52;
border-bottom:solid 1px #d14b52;
padding:0px;
padding-top:10px;
padding-bottom:10px;
margin-top: 15px;
}  h2.listcattitle {
padding:0px;
margin:0px;
}
div.box-content {
margin-bottom:30px;
}
div.box h2.listcattitle {
padding:0px;
margin:0px ;
line-height: 1.2em;
margin-bottom:10px;
background-color:transparent;
}
div.box h2.listcattitle a {
color:#444;
transition: none;
}
div.box h2.listcattitle a:hover, 
div.box h2.listcattitle a:active, 
div.box h2.listcattitle a:focus {
text-decoration:underline;
}
.productlistclick {
border:solid 1px #dcdcdc;
background-color:#efefef;
margin-bottom:20px !important;
padding:10px;
border-radius:3px;
}       .productlistclick:hover{
cursor:pointer;
background-color:#ddd;
}
.productlistclick ul {
margin-bottom:10px;
}
p.prodlead {
padding-bottom:20px;
}
div.contImg {
float:left;
border:solid 1px;
min-width:150px;
}
div.contentbox {
margin-left:10px;
border:solid 1px;
}
p.listcatlink {
margin-top:10px;
}   .video-small {
width: 100%;
cursor: pointer;
} .video-small { width:100%; cursor:pointer; position:relative; }
.video-small iframe { width:100%; aspect-ratio:16/9; border:0; display:block; }
.video-trigger { position:absolute; inset:0; border:0; background:transparent; cursor:pointer; } .yt-lightbox {
position: fixed;
inset: 0;
display: none; align-items: center;
justify-content: center;
background: rgba(0,0,0,.7);
z-index: 9999;
opacity: 0;
transition: opacity .25s ease;
}
.yt-lightbox.is-open { display: flex; opacity: 1; }
.yt-lightbox__content {
width: min(90vw, 1200px);
aspect-ratio: 16 / 9;
background: #000;
position: relative;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0,0,0,.4);
}
.yt-lightbox__content iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.yt-close {
position: absolute;
top: 8px;
right: 8px;
border: 0;
background: rgba(0,0,0,.5);
color: #fff;
font-size: 20px;
line-height: 1;
padding: .6rem .8rem;
border-radius: 999px;
cursor: pointer;
} position: absolute;
margin-left:-10px;
}*/         .prodlist li{
padding-left:15px;
}div.infoblock {
margin-bottom:35px;
background-color:#e3e4ea;
border:solid 1px #e0e0e0;
}
div.infoblock p {
font-weight:bold;
padding:10px;
padding-left:15px;
background-color:#e0e0e0;
margin-bottom:4px;
}
div.infoblock ul, div.infoblock ul.wp-block-list {
padding:0px 0px;
margin:0px;
list-style-type: none !important;
}
div.infoblock ul li {
border-top:solid 1px #e0e0e0;
padding:10px 15px 10px 55px;
margin-left:0px;
}
div.infoblock ul li:before {
content: url(//www.vacportal.com/wp-content/themes/vacportal/assets/images/check.svg) !important;
display:inline-block !important;
width: 15px;
height: 15px;
margin-left:-35px;
padding-right:15px;
filter: invert(50%);
}
div.infoblock ul li:first-child {
border-top:none;
}
div.infoblock div.infotitle {
font-weight:bold;
padding:10px;
padding-left:15px;
margin-bottom:4px;
background-color:#e0e0e0;
}
.wp-block-group {
width:100%;
}:root:lang(de),
:root:lang(fr) {
translate: no;
} @media print{
.uk-grid {
display: inline !important;
}
}
.so-widget-sow-accordion{
width:100%;
}
.sow-accordion-title h2 {
font-size: 1em;
line-height: 1.2em;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight:700;
letter-spacing:0.05em;
display:flex;
padding:0;
margin:0px !important;
color:white;
}
.sow-accordion-title h2+div {
padding-top:10px !important;
} .sow-accordion-title {
background-color: #0b2f3b;
color: #fff;
} .sow-accordion-title.ui-state-active {
background-color: #062029;
color: #fff;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover
Specificity: (0,5,0)
{
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
background-color: #0b2f3b !important;
color: #ffffff;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus .sow-accordion-title,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover .sow-accordion-title {
background-color: #062029 !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title:hover {
background-color: #062029 !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
display:block !important;
align-items: center;
width: 100%;
}
span.bold {
font-weight:bold;
display:block;
}
.keyvisualshadow {
position: absolute;
width: 150%;
height: 100%;
box-shadow: inset -50px 10px 35px 3px rgba(0,0,0,0.3);
top: 0;
left: 0;
}
.sticky {
position: fixed;
top: 200;
width: 100%;
}
.lead-start {
font-size: 2rem;
text-align:center;
}
table.tablepress td,
table.tablepress thead th{
text-align:center !important;
}
table.tablepress td.column-1,
table.tablepress th.column-1{
text-align:left !important;
}
table.tablepress td {
border:solid 1px gray;
}
table.tablepress thead th {
border:solid 1px #3c5b79;
background-color:#0b3548;
color:white;
}
.tablepress>:where(tfoot)>*>th {
background-color: white;
text-align:right !important;
font-weight:normal;
}
.tablepress>:where(thead,tfoot)>tr>* {
background-color: #0b3548;
color: var(--head-text-color);
font-weight: 700;
vertical-align: middle;
word-break: normal
}
.tablepress a, .tablepress a:link, .tablepress a:visited, .tablepress a:hover,.tablepress a:active{
color: var(--even-text-color);
transition: all 0.25s linear;
}
strong {
font-weight:700;
}
figcaption.wp-element-caption {
font-size:13px;
} .suche-wrapper {
margin: 2rem auto;
padding: 2rem;
background: #f0f0f0 ;
border-radius: 1rem;
box-shadow: 0 0 12px rgba(0,0,0,0.05);
font-family: sans-serif;
}
.suche-form {
display: flex;
flex-direction: row;
gap: 1rem;
margin-bottom: 2rem;
}
.suche-form input[type="text"] {
flex-grow: 1;
padding: 0.75rem;
border-radius: 0.5rem;
border: 1px solid #ccc;
font-size: 1rem;
}
.suche-form button {
padding: 0.75rem 1.5rem;
background: #3e4e59;
color: #fff;
border: none;
border-radius: 0.5rem;
font-size: 1rem;
cursor: pointer;
}
.suche-form button:hover {
background: #2c3840;
}
.suche-results ul {
list-style: none;
padding: 0;
}
.suche-results li {
margin-bottom: 1rem;
padding: 1rem;
background: #fff;
border-radius: 0.5rem;
}
.suche-results li small {
display: block;
margin-top: 0.25rem;
color: #777;
font-size: 0.875rem;
}
.suche-results h2, .suche-results h3 {
margin-bottom: 1rem;
font-size: 1.5rem;
}
.pagination a {
padding: 0.5rem 1rem;
background: #e5e5e5;
border-radius: 0.4rem;
margin-right: 4px;
text-decoration: none;
color: #333;
}
.pagination a:hover {
background: #3e4e59;
color: #fff;
}
.snippet {
margin-top: 0.5rem;
font-size: 0.9rem;
color: #333;
}
mark {
background: #fffbc9;
padding: 0 0.2em;
border-radius: 0.2em;
font-weight: bold;
}
.result-row {
display: flex;
justify-content: space-between;
align-items: center;
}
.score-right {
color: #999;
font-size: 0.9rem;
margin-left: 1rem;
} #breadcrumbs, .breadcrumb, .breadcrumbs, #breadcrumbs>span {
font-size:1rem;
margin: 1rem 0 2rem;
font-weight: bold;
color:#ddd !important;
}
#breadcrumbs a, .breadcrumb a, .breadcrumbs a, .breadcrumb_last, #breadcrumbs span>span,#breadcrumbs span.current{
font-size: 0.9rem;
text-decoration: none;
font-weight: normal;
text-decoration: none;
color:#555 !important;
}
#breadcrumbs a:hover, .breadcrumb a:hover, .breadcrumbs a:hover {
text-decoration: underline;
color:#444;
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}:root:lang(de),
:root:lang(fr) {
translate: no;
} @media print{
.uk-grid {
display: inline !important;
}
}
.so-widget-sow-accordion{
width:100%;
}
.sow-accordion-title h2 {
font-size: 1em;
line-height: 1.2em;
font-family: "Open Sans", Verdana, Arial, sans-serif;
font-weight:700;
letter-spacing:0.05em;
display:flex;
padding:0;
margin:0px !important;
color:white;
}
.sow-accordion-title h2+div {
padding-top:10px !important;
} .sow-accordion-title {
background-color: #0b2f3b;
color: #fff;
} .sow-accordion-title.ui-state-active {
background-color: #062029;
color: #fff;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus, .so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover
Specificity: (0,5,0)
{
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-d9295f5bfa93 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
background-color: #0b2f3b !important;
color: #ffffff;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus .sow-accordion-title,
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover .sow-accordion-title {
background-color: #062029 !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
background-color: #0b2f3b !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title:hover {
background-color: #062029 !important;
}
.so-widget-sow-accordion-default-0bd7c06ac366 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
display:block !important;
align-items: center;
width: 100%;
}
span.bold {
font-weight:bold;
display:block;
}
.keyvisualshadow {
position: absolute;
width: 150%;
height: 100%;
box-shadow: inset -50px 10px 35px 3px rgba(0,0,0,0.3);
top: 0;
left: 0;
}
.sticky {
position: fixed;
top: 200;
width: 100%;
}
.lead-start {
font-size: 2rem;
text-align:center;
}
table.tablepress td,
table.tablepress thead th{
text-align:center !important;
}
table.tablepress td.column-1,
table.tablepress th.column-1{
text-align:left !important;
}
table.tablepress td {
border:solid 1px gray;
}
table.tablepress thead th {
border:solid 1px #3c5b79;
background-color:#0b3548;
color:white;
}
.tablepress>:where(tfoot)>*>th {
background-color: white;
text-align:right !important;
font-weight:normal;
}
.tablepress>:where(thead,tfoot)>tr>* {
background-color: #0b3548;
color: var(--head-text-color);
font-weight: 700;
vertical-align: middle;
word-break: normal
}
.tablepress a, .tablepress a:link, .tablepress a:visited, .tablepress a:hover,.tablepress a:active{
color: var(--even-text-color);
transition: all 0.25s linear;
}
strong {
font-weight:700;
}
figcaption.wp-element-caption {
font-size:13px;
} .suche-wrapper {
margin: 2rem auto;
padding: 2rem;
background: #f0f0f0 ;
border-radius: 1rem;
box-shadow: 0 0 12px rgba(0,0,0,0.05);
font-family: sans-serif;
}
.suche-form {
display: flex;
flex-direction: row;
gap: 1rem;
margin-bottom: 2rem;
}
.suche-form input[type="text"] {
flex-grow: 1;
padding: 0.75rem;
border-radius: 0.5rem;
border: 1px solid #ccc;
font-size: 1rem;
}
.suche-form button {
padding: 0.75rem 1.5rem;
background: #3e4e59;
color: #fff;
border: none;
border-radius: 0.5rem;
font-size: 1rem;
cursor: pointer;
}
.suche-form button:hover {
background: #2c3840;
}
.suche-results ul {
list-style: none;
padding: 0;
}
.suche-results li {
margin-bottom: 1rem;
padding: 1rem;
background: #fff;
border-radius: 0.5rem;
}
.suche-results li small {
display: block;
margin-top: 0.25rem;
color: #777;
font-size: 0.875rem;
}
.suche-results h2, .suche-results h3 {
margin-bottom: 1rem;
font-size: 1.5rem;
}
.pagination a {
padding: 0.5rem 1rem;
background: #e5e5e5;
border-radius: 0.4rem;
margin-right: 4px;
text-decoration: none;
color: #333;
}
.pagination a:hover {
background: #3e4e59;
color: #fff;
}
.snippet {
margin-top: 0.5rem;
font-size: 0.9rem;
color: #333;
}
mark {
background: #fffbc9;
padding: 0 0.2em;
border-radius: 0.2em;
font-weight: bold;
}
.result-row {
display: flex;
justify-content: space-between;
align-items: center;
}
.score-right {
color: #999;
font-size: 0.9rem;
margin-left: 1rem;
} #breadcrumbs, .breadcrumb, .breadcrumbs, #breadcrumbs>span {
font-size:1rem;
margin: 1rem 0 2rem;
font-weight: bold;
color:#ddd !important;
}
#breadcrumbs a, .breadcrumb a, .breadcrumbs a, .breadcrumb_last, #breadcrumbs span>span,#breadcrumbs span.current{
font-size: 0.9rem;
text-decoration: none;
font-weight: normal;
text-decoration: none;
color:#555 !important;
}
#breadcrumbs a:hover, .breadcrumb a:hover, .breadcrumbs a:hover {
text-decoration: underline;
color:#444;
}