

:root {
  --color-orange: #e25303;
  --color-black: #222222;
  --color-mediumlightgrey: #b0b0b0;
  --color-lightgrey: #f6f6f6;
  --color-white: #ffffff;
  --color-darkorange: #c74a1a;
  --color-neutralanthrazit: #333333;

  /*
  https://clamp.font-size.app/
  500 bis 1320 // 0 bis 190px
  clamp(0rem, -40.625rem + 50vw, 11.875rem);
  */
  --fs-headline1: clamp(3.4375rem, 0.6555rem + 8.9024vw, 8rem);
  --fs-headline2: clamp(3rem, 1.1707rem + 5.8537vw, 6rem);
  --fs-headline3: clamp(2rem, 0.7805rem + 3.9024vw, 4rem);
  --fs-headline4: clamp(1.5rem, 1.0427rem + 1.4634vw, 2.25rem);
  --fs-headline5: clamp(1.25rem, 0.7927rem + 1.4634vw, 2rem);
  --fs-fliesstext: clamp(1.25rem, 1.0976rem + 0.4878vw, 1.5rem);
  --fs-button: clamp(1.25rem, 0.9451rem + 0.9756vw, 1.75rem); /*clamp(1.5rem, 1.1951rem + 0.9756vw, 2rem);*/
  --fs-fussnote: clamp(1rem, 0.8476rem + 0.4878vw, 1.25rem);
  --fs-mainmenuitem: clamp(2rem, 1.6951rem + 0.9756vw, 2.5rem);
  --fs-submenuitem: clamp(1.5rem, 1.1951rem + 0.9756vw, 2rem);
  --fs-subsubmenuitem: clamp(1.25rem, 1.0595rem + 0.6098vw, 1.5625rem);
  --fs-accordeon: clamp(1.5625rem, 1.372rem + 0.6098vw, 1.875rem);
  --fs-accordeon-small: clamp(1.25rem, 1.0595rem + 0.6098vw, 1.5625rem);


}

.bgcolor-orange { background-color: var(--color-orange); }
.bgcolor-black { background-color: var(--color-black); }
.bgcolor-lightgrey { background-color: var(--color-lightgrey); }
.bgcolor-mediumlightgrey { background-color: var(--color-mediumlightgrey); }
.bgcolor-white { background-color: var(--color-white); }
.bgcolor-darkorange { background-color: var(--color-darkorange); }
.bgcolor-neutralanthrazit { background-color: var(--color-neutralanthrazit); }

.color-orange { color: var(--color-orange); }
.color-black { color: var(--color-black); }
.color-lightgrey { color: var(--color-lightgrey); }
.color-mediumlightgrey { color: var(--color-mediumlightgrey); }
.color-white { color: var(--color-white); }
.color-darkorange { color: var(--color-darkorange); }
.color-neutralanthrazit { color: var(--color-neutralanthrazit); }

.fs-headline1 { font-size: var(--fs-headline1); }
.fs-headline2 { font-size: var(--fs-headline2); }
.fs-headline3 { font-size: var(--fs-headline3); }
.fs-headline4 { font-size: var(--fs-headline4); }
.fs-headline5 { font-size: var(--fs-headline5); }
.fs-fliesstext { font-size: var(--fs-fliesstext); }
.fs-button { font-size: var(--fs-button); }
.fs-fussnote { font-size: var(--fs-fussnote); }
.fs-mainmenuitem { font-size: var(--fs-mainmenuitem); }
.fs-submenuitem { font-size: var(--fs-submenuitem); font-weight: 400; }
.fs-subsubmenuitem { font-size: var(--fs-subsubmenuitem); font-weight: 400; }
.fs-accordeon { font-size: var(--fs-accordeon);  }
.fs-accordeon-small { font-size: var(--fs-accordeon);  }


.ff-bebasneue { font-family: 'Bebas Neue'; }
.ff-roboto { font-family: 'Roboto'; }
.ff-robotocondensed { font-family: 'Roboto Condensed'; }

.fw-bold { font-weight:700; }
.fw-semibold { font-weight:600; }
.fw-medium { font-weight:500; }
.fw-regular { font-weight:400; }

html {
 scroll-behavior: smooth;
}

html, body {
  margin:0;
  padding:0;
  border:0;

  font-family: "Roboto", sans-serif;
  color: var(--color-black);
}


*:focus-visible {
  outline: 2px solid var(--color-black);
  border-radius: 4px;
}



main {
  overflow-x:hidden;
}


a {
	color: inherit;
}
#main a:not(.button, .partnerlogo-item, .link-arrow),
.footer-col-2 a:not(.button, .partnerlogo-item, .link-arrow) {
  position: relative;
  text-decoration: none;
}
#main a:not(.button, .partnerlogo-item, .link-arrow):after,
.footer-col-2 a:not(.button, .partnerlogo-item, .link-arrow):after {
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height: 2px;
  bottom:2px;
  background-color: var(--color-black);
  transition: width 0.2s ease;
}
#main a:not(.button, .partnerlogo-item, .link-arrow):hover::after,
.footer-col-2 a:not(.button, .partnerlogo-item, .link-arrow):hover::after {
  width: 0%;
}





.frame-space-before-extra-small { margin-top: clamp(1.25rem, 1.0976rem + 0.4878vw, 1.5rem); } /* 20 - 24 */
.frame-space-before-small { margin-top: clamp(1.25rem, 0.1829rem + 3.4146vw, 3rem); } /* 20 - 48 */
.frame-space-before-medium { margin-top: clamp(1.25rem, -0.7317rem + 6.3415vw, 4.5rem); } /* 20 - 72 */
.frame-space-before-large { margin-top: clamp(1.25rem, -1.6463rem + 9.2683vw, 6rem); } /* 20 - 96 */
.frame-space-before-extra-large { margin-top: clamp(1.25rem, -2.561rem + 12.1951vw, 7.5rem); } /* 20 - 120 */
.frame-space-before-xxl { margin-top: clamp(1.25rem, -3.4756rem + 15.122vw, 9rem); } /* 20 - 144 */
.frame-space-before-xxxl { margin-top: clamp(1.25rem, -4.8476rem + 19.5122vw, 11.25rem); } /* 20 - 180 */

.frame-space-after-extra-small { margin-bottom: clamp(1.25rem, 1.0976rem + 0.4878vw, 1.5rem); } /* 20 - 24 */
.frame-space-after-small { margin-bottom: clamp(1.25rem, 0.1829rem + 3.4146vw, 3rem); } /* 20 - 48 */
.frame-space-after-medium { margin-bottom: clamp(1.25rem, -0.7317rem + 6.3415vw, 4.5rem); } /* 20 - 72 */
.frame-space-after-large { margin-bottom: clamp(1.25rem, -1.6463rem + 9.2683vw, 6rem); } /* 20 - 96 */
.frame-space-after-extra-large { margin-bottom: clamp(1.25rem, -2.561rem + 12.1951vw, 7.5rem); } /* 20 - 120 */
.frame-space-after-xxl { margin-bottom: clamp(1.25rem, -3.4756rem + 15.122vw, 9rem); } /* 20 - 144 */
.frame-space-after-xxxl { margin-bottom: clamp(1.25rem, -4.8476rem + 19.5122vw, 11.25rem); } /* 20 - 180 */


.hasBgImage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*
** bootstrap
*/
.row {
  --bs-gutter-x: 2rem;
}

/*
 * Typography
**/
em, strong {
	font-weight: 600;
}

h1,h2,h3,h4,h5 {
  margin:0 0 0.4em 0;
  padding:0;
}


.h-typ1 {
  font-size: var(--fs-headline1);
  font-family: 'Bebas Neue';
  font-weight: 400;
  text-transform: uppercase;
}

.h-typ2 {
  font-size: var(--fs-headline2);
  font-family: 'Bebas Neue';
  font-weight: 400;
  text-transform: uppercase;
}

.h-typ3 {
  font-size: var(--fs-headline3);
  font-family: 'Bebas Neue';
  font-weight: 400;
  text-transform: uppercase;
}

.h-typ4 {
  font-size: var(--fs-headline4);
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
}

.h-typ5 {
  font-size: var(--fs-headline5);
  font-family: 'Bebas Neue';
  font-weight: 600;
}

.h-accordeon {
  font-size: var(--fs-accordeon);
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
}
.h-accordeon-small {
  font-size: var(--fs-accordeon-small);
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
}

.h-accordeon:hover {
  font-weight: 800;
}

p {
	font-family: 'Roboto';
	font-weight:400;
	font-size: var(--fs-fliesstext);
  margin:0 0 1em 0;
  padding:0;
}

.frame-type-menu_sitemap ul,
.ce-bodytext ul,
.news-single .article ul {
  font-family: 'Roboto';
  font-weight:400;
  font-size: var(--fs-fliesstext);
  margin:0 0 1em 0;
  padding-top:0;
  padding-bottom:0;
  padding-left: 1em;
}

.frame-type-menu_sitemap ul > li,
.ce-bodytext ul > li,
.news-single .article ul > li {
  padding-left:0.3em;
}

.frame-type-menu_sitemap ul > li::marker,
.ce-bodytext ul > li::marker,
.news-single .article ul > li::marker {
    font-family: 'Font Awesome 6 Free';
    content: '\f067 ';
    padding:0;
    margin:0 1em 0 0;
    color: var(--color-orange);
}

.frame-type-menu_sitemap ul > li > ul > li::marker,
.ce-bodytext ul > li > ul > li::marker,
.news-single .article ul > li > ul > li::marker {
    content: initial;
    color: inherit;
    margin: initial;
}
.frame-type-menu_sitemap ul > li > ul > li,
.ce-bodytext ul > li > ul > li,
.news-single .article ul > li > ul > li {
  padding-left:0;
  list-style-type: disc;
}


main img {
  max-width: 100%;
  height: auto;
}

.button {
  font-family: 'Roboto Condensed';
  display: inline-block;
  padding: 0 clamp(1.25rem, 0.4878rem + 2.439vw, 2.5rem);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--color-black);
  color:var(--color-black);
  transition:color 0.2s ease, background-color 0.2s ease;
  font-size: var(--fs-button);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;

  position: relative;
  z-index:1;
  line-height: clamp(2.5rem, 1.7378rem + 2.439vw, 3.75rem);
}

.button::before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  bottom:0;
  z-index:-2;
  background-color: var(--color-white);
}

.button::after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:0%;
  bottom:0;
  z-index:-1;
  background-color: var(--color-black);
  transition:width 0.2s ease;
}

.button { color: var(--color-white); }
.button:hover::after {
  width:100%;
}

.button.typ1 { color: var(--color-black); }
.button.typ1:hover { color: var(--color-white); }
.button.typ1::before {  background-color: var(--color-white); }
.button.typ1::after {  background-color: var(--color-black); }

.button.typ2 { color: var(--color-black); }
.button.typ2:hover { color: var(--color-white); }
.button.typ2::before {  background-color: var(--color-orange); }
.button.typ2::after {  background-color: var(--color-black); }

.button.typ3 { color: var(--color-white); }
.button.typ3:hover { color: var(--color-black); }
.button.typ3::before {  background-color: var(--color-black); }
.button.typ3::after {  background-color: var(--color-white); }


.link-arrow {
    text-decoration: none;
}

.link-arrow:after {
    padding-left:5px;
    font-family: 'Font Awesome 6 Free';
    content: '\f061';
    display: inline-block;
    transition:transform 0.2s ease;
}
.link-arrow:hover:after {
  transform:translateX(5px);
}

/*
**cornerimage
**/
.cornerimage.cornerimage-corner-active-1 img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem) 100%, 0% calc(100% - clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem)));
}


/*
** coloutofgrid-1
*/

.coloutofgrid-1 {
  transform: translateX(45%);
}

@media only screen and (max-width: 1200px) {
  .coloutofgrid-1 {
    transform: translateX(22.5%);
  }
}

@media only screen and (max-width: 990px) {
  .coloutofgrid-1 {
    transform: none;
  }
}




/*
** breadcrumb
*/
#breadcrumbspacer {
  height: 60px;
}
#breadcrumb {
  overflow: hidden;
}
#breadcrumb ol {
  text-align: right;
  list-style-type: none;
  margin: clamp(1.875rem, 0.4268rem + 4.6341vw, 4.25rem) 0;
  padding:0;
}

#breadcrumb ol li {
  display: inline-block;
  font-size: var(--fs-fussnote);
  font-weight: 500;
}

#breadcrumb ol li::after {
  content:'|';
  display: inline-block;
  margin: 0 7px;
}
#breadcrumb ol li:last-child::after {
  display: none;
}
#breadcrumb ol li a {
  position: relative;
  text-decoration: none;
}
#breadcrumb ol li a:after {
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height: 2px;
  bottom:2px;
  background-color: var(--color-black);
  transition: width 0.2s ease;
}
#breadcrumb ol li a:hover::after,
#breadcrumb ol li.current a::after {
  width: 0%;
}


/*font-size: clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem);
** cornerbox
*/
.cornerbox {
/*  aspect-ratio: 648/424;*/
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem) 100%, 0% calc(100% - clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem)));
  padding: clamp(1.875rem, 1.1128rem + 2.439vw, 3.125rem);
  box-sizing: border-box;
  text-align: right;
  height: calc(100% + 1px);
  overflow: hidden;
}

.cornerbox-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: clamp(1.25rem, -1.4177rem + 8.5366vw, 5.625rem);
}

.cornerbox-wrapper > div:first-child {
  aspect-ratio:5/2;
}








/*
** accordeonelement
*/

.accordeonelement {
  border-bottom: 2px solid var(--color-black);
}


.accordeonelement-header {
  cursor: pointer;
  pointer-events: all;
  padding:20px 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}

.basetype-small .accordeonelement-header {
  padding:10px 0;
}

.accordeonelement-header button {
    appearance: none;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    cursor: pointer;
    text-align: left;
    position: relative;
}

.accordeonelement-header::after {
    font-family: 'Font Awesome 6 Free';
    content: '\f067';
    display: inline-block;
    font-size: var(--fs-headline4);
    color: var(--color-orange);
    transform: translateY(3px);
}

.basetype-small .accordeonelement-header::after {
    font-size: var(--fs-headline5);
}

.accordeonelement-header button {
  position: relative;
  text-decoration: none;
}
.accordeonelement-header button:after {
  content:'';
  position:absolute;
  left:0;
  width:0%;
  height: 2px;
  bottom:2px;
  background-color: var(--color-black);
  transition: width 0.2s ease;
}
.accordeonelement-header:hover button:hover::after {
  font-weight: 800;
}



.accordeonelement-header h1,
.accordeonelement-header h2,
.accordeonelement-header h3,
.accordeonelement-header h4,
.accordeonelement-header h5 {
  margin:0;
  padding-right: 20px;
  display: inline-block;
}

.accordeonelement.open > .accordeonelement-header::after
{
  content: '\f00d';
}


.accordeonelement-content {
  display: none;
}

.accordeonelement-header:has(button[aria-expanded="true"]) + .accordeonelement-content,
.accordeonelement.open > .accordeonelement-header + .accordeonelement-content {
  display: block;
}






/*
** partnerlogos
*/

.partnerlogos {
  max-width: calc(1680px - 1.5rem);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.partnerlogos-wrapper {
   display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(6, 1fr);
  list-style-type: none;
  padding-left:0;
}

@media only screen and (max-width: 1000px) {
  .partnerlogos-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .partnerlogos-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partnerlogo-item {
  background-color: var(--color-lightgrey);
  aspect-ratio: 1/1;
  display: block;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.partnerlogo-item:hover {
  background-color: var(--color-black);
  color:white;
}

.partnerlogo-item:hover .fill  {
  color:#fff;
}





/*
** pageheadelement
*/
.pageheadelement-wrapper {
  position: relative;
  padding: clamp(3.125rem, -0.686rem + 12.1951vw, 9.375rem) 0;
}

.pageheadelement-bg {
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: var(--color-orange);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem) 100%, 0% calc(100% - clamp(5rem, 2.4848rem + 8.0488vw, 9.125rem)));
}

.pageheadelement-content {
  position: relative;
}




/*
** headimage
*/
.headimage-element {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/*
** kesearch
*/
.kesearch_searchbox legend {
  display: none;
}

main #kesearch_num_results {
  color: var(--color-black);
  font-size: var(--fs-fussnote);
  float: none;
}

main #kesearch_results .result-list-item .result-number,
main #kesearch_results .result-list-item .result-title {
  font-size: var(--fs-fliesstext);
}

main #kesearch_results .result-list-item .result-teaser {
  color: var(--color-black);
  font-weight:400;
  font-size: var(--fs-fussnote);
}


main .kesearch_searchbox {
  display: flex;
  gap:20px;
}

main #ke_search_sword {
  position: static;
  font-family: 'Roboto Condensed';
  line-height:clamp(2.5rem, 1.7378rem + 2.439vw, 3.75rem);
  padding:0 1em;
  border: 2px solid var(--color-black);
  color:var(--color-black);
  font-size: var(--fs-button);
  border-radius: 0;
}

main #ke_search_sword::placeholder {
  color:var(--color-black);
}

main span.submitbutt button {
  font-family: 'Roboto Condensed';
  display: inline-block;
  padding: 0 clamp(1.25rem, 0.4878rem + 2.439vw, 2.5rem);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--color-black);
  color: var(--color-black);
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: var(--fs-button);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 1;
  line-height: clamp(2.5rem, 1.7378rem + 2.439vw, 3.75rem);
  appearance: none;
  border-radius: 0;
}

main span.submitbutt button::before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  bottom:0;
  z-index:-2;
  background-color: var(--color-white);
}

main span.submitbutt button::after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:0%;
  bottom:0;
  z-index:-1;
  background-color: var(--color-black);
  transition:width 0.2s ease;
}

main span.submitbutt button { color: var(--color-white); }
main span.submitbutt button:hover::after {
  width:100%;
}


main span.submitbutt button { color: var(--color-black) !important;}
main span.submitbutt button:hover { color: var(--color-white) !important; }
main span.submitbutt button::before {  background-color: var(--color-orange) !important; }
main span.submitbutt button::after {  background-color: var(--color-black) !important; }


main .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: var(--color-orange);
}

#kesearch_results {
  font-size: var(--fs-fliesstext);
}

/*
** news
*/

.news-list-view ul {
  list-style-type: none;
  padding-left: 0;
}

.border-bottom {
  border-bottom: 2px solid var(--color-black) !important;
}

.news-list-item h3 {
  line-height: var(--bs-body-line-height);
  margin-bottom:0;
}

.news-list-item p {
  font-size:var(--fs-fussnote);
}

.news-single .article .thumbnail {
  margin-bottom: 30px;
}

/*
** forms
*/

.form-group {
  margin-bottom: clamp(1.25rem, 1.0976rem + 0.4878vw, 1.5rem);
}

.form-group .form-label {
  font-size: var(--fs-fliesstext);
}

.form-group input {
  font-family: 'Roboto Condensed';
  line-height:clamp(2.5rem, 1.7378rem + 2.439vw, 3.75rem);
  padding:0 1em;
  border: 2px solid var(--color-black);
  color:var(--color-black);
  font-size: var(--fs-button);
  border-radius: 0;
}

.form-group textarea {
  font-family: 'Roboto Condensed';
  line-height:1.4em;
  padding:0.5em 1em;
  border: 2px solid var(--color-black);
  color:var(--color-black);
  font-size: var(--fs-button);
  border-radius: 0;
  min-height:7em;
}

.form-check {
  padding-left: 0;
  font-size: var(--fs-fliesstext);
}

.form-check label {
  display: flex;
  align-items: flex-start;
  font-size:var(--fs-fussnote);
}

.form-check input[type=checkbox] {
  margin-right: 1em;
  margin-top:0.3em;
  transform:scale(1.2);
}

.form-group ::placeholder {
  font-size: var(--fs-fussnote);
}




.frame-type-form_formframework button[type="submit"] {
  font-family: 'Roboto Condensed';
  display: inline-block;
  padding: 0 clamp(1.25rem, 0.4878rem + 2.439vw, 2.5rem);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid var(--color-black);
  color: var(--color-black);
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: var(--fs-button);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 1;
  line-height: clamp(2.5rem, 1.7378rem + 2.439vw, 3.75rem);
  appearance: none;
  border-radius: 0;
}

.frame-type-form_formframework button[type="submit"]::before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  bottom:0;
  z-index:-2;
  background-color: var(--color-white);
}

.frame-type-form_formframework button[type="submit"]::after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:0%;
  bottom:0;
  z-index:-1;
  background-color: var(--color-black);
  transition:width 0.2s ease;
}

.frame-type-form_formframework button[type="submit"] { color: var(--color-white); }
.frame-type-form_formframework button[type="submit"]:hover::after {
  width:100%;
}


.frame-type-form_formframework button[type="submit"].btn { color: var(--color-black) !important;}
.frame-type-form_formframework button[type="submit"].btn:hover { color: var(--color-white) !important; }
.frame-type-form_formframework button[type="submit"].btn::before {  background-color: var(--color-orange) !important; }
.frame-type-form_formframework button[type="submit"].btn::after {  background-color: var(--color-black) !important; }


.error.form-text {
  font-size: var(--fs-fliesstext);
  color:var(--color-black);
}

.error.form-text::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f00d ';
  padding:0;
  margin:0;
  color: var(--color-orange);
}
.form-group.has-error input,
.form-group.has-error textarea {
  background-color: var(--color-orange);
  color: var(--color-white);
}

.frame-type-form_formframework form p {
  font-family: "Roboto", sans-serif;
  font-weight:400;
  font-size: var(--fs-fussnote);
  margin:0 0 1em 0;
  padding:0;
}


/* Cookie */
#cookie-consent.cookie-consent-container .buttons {
    display: flex;
    flex-direction: column;
}
#cookie-consent.cookie-consent-container .buttons .btn,
#main .cookie-consent-settings .btn {
    font-family: 'Roboto Condensed';
    background-color: transparent;
    border: 2px solid var(--color-black);
    color: var(--color-black);
    letter-spacing: 0;
    padding: 0.5rem .75rem;
    border-radius: 0;
}
#cookie-consent.cookie-consent-container .label input:checked ~ .checkmark {
    background-color: var(--color-orange);
}
#cookie-consent.cookie-consent-container .label:hover .checkmark {
    background-color: var(--color-orange);
}
#cookie-consent.cookie-consent-container .label input:focus ~ .checkmark,
#cookie-consent.cookie-consent-container .consent-modal .footer-links a:focus-visible,
#cookie-consent.cookie-consent-container .show-details:focus-visible{
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}
#cookie-consent.cookie-consent-container p {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    #cookie-consent.cookie-consent-container p {
        font-size: 16px;
    }
    #cookie-consent.cookie-consent-container .consent-modal .cookie-headline,
    #cookie-consent.cookie-consent-container .consent-modal .options,
    #cookie-consent.cookie-consent-container .buttons {
        margin-bottom: 1rem;
    }
    #cookie-consent.cookie-consent-container .buttons {
        gap: .5rem;
    }
}


@media only screen and (min-width: 768px) {
  .greypadding {
    border-top:30px solid transparent;
    border-bottom:20px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .greypadding {
    border-top:20px solid transparent;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
  }
}
