﻿@import url('https://www.sports-selection.at/media/filesystem/sports-selection/2020-06/css/main.css');

/**
 * FARBEN:
 *
 *   lila     : #A64690
 *   gelb     : #F19101
 *   blau     : #4297A9
 *   grau     : #777
 *   hellgrau : #EEE
 *
 */



:root {
  --clr-yellow     : #f19101;
  --clr-orange     : #f19101;
  --clr-tree       : #339933;
  --clr-tree-90    : rgba(51,153,51, .9);

  --clr-primary    : var(--clr-purple);
  --clr-primary-90 : #b76ba6; /* var(--clr-purple-90);*/
  --clr-secondary  : var(--clr-blue);
  --clr-accent     : var(--clr-yellow);

  --color-default: #555;
  --color-gray: #777;
  --color-light-gray: #EEE;
  --color-links: #A64690;
  --background-color: #fff;
  --background-color-gray: #f6f6f6;
  --border-gray: #ccc;

  --purple : var(--clr-purple);
  --blue   : var(--clr-blue);
  --yellow : var(--clr-yellow);
  --clr-red: #85144b;
  --red    : var(--clr-red);
  --green  : var(--clr-tree);


  --purple-background : rgba(166,70,144, .1);
  --blue-background   : rgba(66,151,169, .1);
  --gray-background   : rgba(0,0,0, .07);
  --red-background    : rgba(242,2,38, .1);
  --yellow-background : rgba(241,145,1, .1);
  --green-background  : rgba(2,242,95, .1);
  --tree-background   : rgba(51,153,51, .1);

  --background-1: var(--purple-background);
  --background-2: var(--blue-background);
  --background-3: var(--gray-background);
  --background-4: var(--red-background);
  --background-5: var(--yellow-background);
  --background-6: var(--green-background);
  --background-7: rgba(0,0,0, .1);
  --background-8: rgba(0,0,0, .1);
  --background-9: rgba(0,0,0, .1);



  --purple-rgba: rgba(168,69,148, .6);
/*
  --purple: #A64690;
  --blue: #4696A8;
  --light-gray: #EEE;
  --red: #85144b;
  --yellow: #FFDC00;
  --green: #3D9970;
  --orange: #f19101;
*/

  --slider-icon-size: 44px;

}


.clr-tree, .baum { color: var(--clr-tree); }
.marker-clr-tree ::marker, .marker-tree ::marker { color: var(--clr-tree); }
.bg-tree { background-color: var(--clr-tree); }
.btn-primary.tree { color: var(--clr-tree) !important; }
.btn-primary.bg-tree { background-color: var(--clr-tree) !important; border-color: var(--clr-tree) !important; }

.clr-red, .red { color: var(--clr-red); }
.marker-clr-red ::marker, .marker-red ::marker { color: var(--clr-red); }
.bg-red { background-color: var(--clr-red); }
.btn-primary.red { color: var(--clr-red) !important; }
.btn-primary.bg-red { background-color: var(--clr-red) !important; border-color: var(--clr-red) !important; }
[style*="color:#ff0000"]:not([style*="background-color:#ff0000"]),
[style*="color:#cc0000"]:not([style*="background-color:#cc0000"]),
[style*="color:#990000"]:not([style*="background-color:#990000"]) { color: var(--clr-red) !important; }
[style*="background-color:#ff0000"],
[style*="background-color:#cc0000"],
[style*="background-color:#990000"] { background-color: var(--clr-red) !important; }

.clr-yellow, .yellow { color: #FFDC00; }
.marker-clr-yellow ::marker, .marker-yellow ::marker { color: #FFDC00; }
.bg-yellow { background-color: #FFDC00; }
.btn-primary.yellow { color: #FFDC00 !important; }
.btn-primary.bg-yellow { background-color: #FFDC00 !important; border-color: #FFDC00 !important; }
[style*="color:#ffff00"]:not([style*="background-color:#ffff00"]),
[style*="color:#ffcc00"]:not([style*="background-color:#ffcc00"]),
[style*="color:#ff9900"]:not([style*="background-color:#ff9900"]) { color: var(--clr-yellow) !important; }
[style*="background-color:#ffff00"],
[style*="background-color:#ffcc00"],
[style*="background-color:#ff9900"] { background-color: var(--clr-yellow) !important; }


.clr-green, .green { color: #3D9970; }
.marker-clr-green ::marker, .marker-green ::marker { color: #3D9970; }
.bg-green { background-color: #3D9970; }
.btn-primary.green { color: #3D9970 !important; }
.btn-primary.bg-green { background-color: #3D9970 !important; border-color: #3D9970 !important; }
[style*="color:#00ff00"]:not([style*="background-color:#00ff00"]),
[style*="color:#00cc00"]:not([style*="background-color:#00cc00"]),
[style*="color:#009900"]:not([style*="background-color:#009900"]) { color: var(--clr-green) !important; }
[style*="background-color:#00ff00"],
[style*="background-color:#00cc00"],
[style*="background-color:#009900"] { background-color: var(--clr-green) !important; }

.clr-blue, .blue { color: #4696A8; }
.marker-clr-blue ::marker, .marker-blue ::marker { color: #4696A8; }
.bg-blue { background-color: #4696A8; color: #f0f0f0; }
.btn-primary.blue { color: #4696A8 !important; }
.btn-primary.bg-blue { background-color: #4696A8 !important; border-color: #4696A8 !important; }
[style*="color:#0000ff"]:not([style*="background-color:#0000ff"]),
[style*="color:#0000cc"]:not([style*="background-color:#0000cc"]),
[style*="color:#000099"]:not([style*="background-color:#000099"]) { color: var(--clr-blue) !important; }
[style*="background-color:#0000ff"],
[style*="background-color:#0000cc"],
[style*="background-color:#000099"] { background-color: var(--clr-blue) !important; }

.clr-purple, .purple { color: #a84696; }
.marker-clr-purple ::marker, .marker-purple ::marker { color: #a84696; }
.bg-purple { background-color: #a84696; color: #f0f0f0; }
.btn-primary.purple { color: #a84696 !important; }
.btn-primary.bg-purple { background-color: #a84696 !important; border-color: #a84696 !important; color: #fff; }
[style*="color:#ff0099"]:not([style*="background-color:#ff0099"]),
[style*="color:#cc0099"]:not([style*="background-color:#cc0099"]),
[style*="color:#990099"]:not([style*="background-color:#990099"]) { color: var(--clr-purple) !important; }
[style*="background-color:#ff0099"],
[style*="background-color:#cc0099"],
[style*="background-color:#990099"] { background-color: var(--clr-purple) !important; }

.clr-orange, .orange { color: var(--clr-orange); }
.marker-clr-orange ::marker, .marker-orange ::marker { color: var(--clr-orange); }
.bg-orange { background-color: var(--clr-orange); color: #f0f0f0; }
.btn-primary.orange { color: var(--clr-orange) !important; }
.btn-primary.bg-orange { background-color: var(--clr-orange) !important; border-color: var(--clr-orange) !important; }

.clr-white, .white { color: #fff; }
.marker-clr-white ::marker, .marker-white ::marker { color: #fff; }
.bg-white { background-color: #fff; }
.btn-primary.white { color: #fff !important; }
.btn-primary.bg-white { background-color: #fff !important; border-color: #fff !important; }

.clr-graybright, .graybright { color: #f5f5f5; }
.marker-clr-graybright ::marker, .marker-graybright ::marker { color: #f5f5f5; }
.bg-graybright { background-color: #f5f5f5; }
.btn-primary.graybright { color: #f5f5f5 !important; }
.btn-primary.bg-graybright { background-color: #f5f5f5 !important; border-color: #f5f5f5 !important; }



.purple, .lila { color: var(--clr-purple) !important; }
.blue, .blau   { color: var(--clr-blue) !important; }
.yellow, .gold, .gelb { color: var(--clr-yellow, #f19101) !important; }
.white, .weiss { color: #fff !important; }

.bg-purple, .bg-lila { background-color: var(--clr-purple) !important; }
.bg-blue, .bg-blau   { background-color: var(--clr-blue) !important; }
.bg-yellow, .bg-gold, .bg-gelb { background-color: var(--clr-yellow, #f19101) !important; }

.bg-white, .bg-weiss { background-color: #fff !important; }


img.grayscale--0, .grayscale--0 img   { filter: grayscale(0%) !important; }
img.grayscale--5, .grayscale--5 img   { filter: grayscale(5%) !important; }
img.grayscale--10, .grayscale--10 img  { filter: grayscale(10%) !important; }
img.grayscale--15, .grayscale--15 img  { filter: grayscale(15%) !important; }
img.grayscale--20, .grayscale--20 img  { filter: grayscale(20%) !important; }
img.grayscale--25, .grayscale--25 img  { filter: grayscale(25%) !important; }
img.grayscale--30, .grayscale--30 img  { filter: grayscale(30%) !important; }
img.grayscale--35, .grayscale--35 img  { filter: grayscale(35%) !important; }
img.grayscale--40, .grayscale--40 img  { filter: grayscale(40%) !important; }
img.grayscale--45, .grayscale--45 img  { filter: grayscale(45%) !important; }
img.grayscale--50, .grayscale--50 img  { filter: grayscale(50%) !important; }
img.grayscale--55, .grayscale--55 img  { filter: grayscale(55%) !important; }
img.grayscale--60, .grayscale--60 img  { filter: grayscale(60%) !important; }
img.grayscale--65, .grayscale--65 img  { filter: grayscale(65%) !important; }
img.grayscale--70, .grayscale--70 img  { filter: grayscale(70%) !important; }
img.grayscale--75, .grayscale--75 img  { filter: grayscale(75%) !important; }
img.grayscale--80, .grayscale--80 img  { filter: grayscale(80%) !important; }
img.grayscale--85, .grayscale--85 img  { filter: grayscale(85%) !important; }
img.grayscale--90, .grayscale--90 img  { filter: grayscale(90%) !important; }
img.grayscale--95, .grayscale--95 img  { filter: grayscale(95%) !important; }
img.grayscale--100, .grayscale--100 img { filter: grayscale(100%) !important; }

/*img[class*="grayscale-hover--"] { transition: filter .2s ease-in-out; }*/
img.grayscale-hover--0:hover, .grayscale-hover--0:hover img   { filter: grayscale(0%) !important; }
img.grayscale-hover--5:hover, .grayscale-hover--5:hover img   { filter: grayscale(5%) !important; }
img.grayscale-hover--10:hover, .grayscale-hover--10:hover img  { filter: grayscale(10%) !important; }
img.grayscale-hover--15:hover, .grayscale-hover--15:hover img  { filter: grayscale(15%) !important; }
img.grayscale-hover--20:hover, .grayscale-hover--20:hover img  { filter: grayscale(20%) !important; }
img.grayscale-hover--25:hover, .grayscale-hover--25:hover img  { filter: grayscale(25%) !important; }
img.grayscale-hover--30:hover, .grayscale-hover--30:hover img  { filter: grayscale(30%) !important; }
img.grayscale-hover--35:hover, .grayscale-hover--35:hover img  { filter: grayscale(35%) !important; }
img.grayscale-hover--40:hover, .grayscale-hover--40:hover img  { filter: grayscale(40%) !important; }
img.grayscale-hover--45:hover, .grayscale-hover--45:hover img  { filter: grayscale(45%) !important; }
img.grayscale-hover--50:hover, .grayscale-hover--50:hover img  { filter: grayscale(50%) !important; }
img.grayscale-hover--55:hover, .grayscale-hover--55:hover img  { filter: grayscale(55%) !important; }
img.grayscale-hover--60:hover, .grayscale-hover--60:hover img  { filter: grayscale(60%) !important; }
img.grayscale-hover--65:hover, .grayscale-hover--65:hover img  { filter: grayscale(65%) !important; }
img.grayscale-hover--70:hover, .grayscale-hover--70:hover img  { filter: grayscale(70%) !important; }
img.grayscale-hover--75:hover, .grayscale-hover--75:hover img  { filter: grayscale(75%) !important; }
img.grayscale-hover--80:hover, .grayscale-hover--80:hover img  { filter: grayscale(80%) !important; }
img.grayscale-hover--85:hover, .grayscale-hover--85:hover img  { filter: grayscale(85%) !important; }
img.grayscale-hover--90:hover, .grayscale-hover--90:hover img  { filter: grayscale(90%) !important; }
img.grayscale-hover--95:hover, .grayscale-hover--95:hover img  { filter: grayscale(95%) !important; }
img.grayscale-hover--100:hover, .grayscale-hover--100:hover img { filter: grayscale(100%) !important; }

.btn-primary.gray {
  background: var(--clr-gray, #eee);
  color:#5a5a5a;
}

.btn-primary.gray:hover, .btn-primary.gray:active, .btn-primary.gray:focus {
  background: var(--clr-gray, #eee);
  color:var(--clr-primary);
}

.btn-primary.baum {
  background: var(--clr-tree, #393);
  color:#fff;
}

.btn-primary.baum:hover, .btn-primary.baum:active, .btn-primary.baum:focus {
  background: var(--clr-tree-90, #393);
  color: #fff;
}

/*
.marker {
  background-color: rgba(166,70,144, .5);
  border-radius: 4px;
  display: inline-block;
  padding: .5em;
}
*/

.marker.yellow, .clickfunnel .marker {
  background-color: rgba(241,145,1, .75);
}

.m-0 { margin: 0 !important; }
.m-1 { margin: 10px !important; }
.m-2 { margin: 1rem !important; }
.m-3 { margin: 2rem !important; }
.m--1 { margin: -10px !important; }
.m--2 { margin: -1rem !important; }
.m--3 { margin: -2rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 10px !important; }
.mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 2rem !important; }
.mt--1 { margin-top: -10px !important; }
.mt--2 { margin-top: -1rem !important; }
.mt--3 { margin-top: -2rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 10px !important; }
.mr-2 { margin-right: 1rem !important; }
.mr-3 { margin-right: 2rem !important; }
.mr--1 { margin-right: -10px !important; }
.mr--2 { margin-right: -1rem !important; }
.mr--3 { margin-right: -2rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 2rem !important; }
.mb--1 { margin-bottom: -10px !important; }
.mb--2 { margin-bottom: -1rem !important; }
.mb--3 { margin-bottom: -2rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 10px !important; }
.ml-2 { margin-left: 1rem !important; }
.ml-3 { margin-left: 2rem !important; }
.ml--1 { margin-left: -10px !important; }
.ml--2 { margin-left: -1rem !important; }
.ml--3 { margin-left: -2rem !important; }

.mx-0 { margin-inline: 0; }
.mx-1 { margin-inline: 10px; }
.mx-2 { margin-inline: 1rem; }
.mx-3 { margin-inline: 2rem; }
.mx-5 { margin-inline: 3rem; }

.my-0 { margin-block: 0; }
.my-1 { margin-block: 10px; }
.my-2 { margin-block: 1rem; }
.my-3 { margin-block: 2rem; }
.my-5 { margin-block: 3rem; }

.px-0 { padding-inline: 0; }
.px-1 { padding-inline: 10px; }
.px-2 { padding-inline: 1rem; }
.px-3 { padding-inline: 2rem; }
.px-5 { padding-inline: 3rem; }

.py-0 { padding-block: 0; }
.py-1 { padding-block: 10px; }
.py-2 { padding-block: 1rem; }
.py-3 { padding-block: 2rem; }
.py-5 { padding-block: 3rem; }

.p-0 { padding: 0; }
.p-1 { padding: 10px; }
.p-2 { padding: 1rem; }
.p-3 { padding: 2rem; }
.p-5 { padding: 3rem; }

.nobr { white-space: nowrap !important; }

.opacity-0, .opacity--0 { opacity: 0 !important; }
.opacity-5, .opacity--5 { opacity: .05 !important; }
.opacity-10, .opacity--10 { opacity: .1 !important; }
.opacity-15, .opacity--15 { opacity: .15 !important; }
.opacity-20, .opacity--20 { opacity: .2 !important; }
.opacity-25, .opacity--25 { opacity: .25 !important; }
.opacity-30, .opacity--30 { opacity: .3 !important; }
.opacity-33, .opacity--33 { opacity: .33 !important; }
.opacity-40, .opacity--40 { opacity: .4 !important; }
.opacity-50, .opacity--50 { opacity: .5 !important; }
.opacity-60, .opacity--60 { opacity: .6 !important; }
.opacity-66, .opacity--66 { opacity: .66 !important; }
.opacity-70, .opacity--70 { opacity: .7 !important; }
.opacity-75, .opacity--75 { opacity: .75 !important; }
.opacity-80, .opacity--80 { opacity: .8 !important; }
.opacity-85, .opacity--85 { opacity: .85 !important; }
.opacity-90, .opacity--90 { opacity: .9 !important; }
.opacity-95, .opacity--95 { opacity: .95 !important; }
.opacity-100, .opacity--100 { opacity: 1 !important; }

.d-inline-block { display: inline-block !important; }
.btn.d-inline-block { width: auto; }

.d-flex { display: flex !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }

.fw-bold { font-weight: bold !important; }
.lh-0 { line-height: 0 !important; }
.lh-1 { line-height: 1 !important; }
.lh-11 { line-height: 1.1 !important; }
.lh-12 { line-height: 1.2 !important; }
.lh-125 { line-height: 1.25 !important; }
.lh-13 { line-height: 1.3 !important; }
.lh-14 { line-height: 1.4 !important; }
.lh-15 { line-height: 1.5 !important; }

img.rounded { border-radius: 4px; }
img.rounded-xl { border-radius: 1em }
img.round { border-radius: 50%; aspect-ratio: 1/1; object-fit: cover; }
img.round.contain { object-fit: contain; }
img.shadow { box-shadow: 0 0 5px rgba(0,0,0, .25); }

.oesterreich-hidden { display: none !important; }

.code {
  font-family: monospace;
  background: #f0f0f0;
  display: inline-block;
  padding-inline: .25em;
}

[class*='icon-']::before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
  position: relative;
  top: -1px;
}

.icon-arrow::before {
  content: "\f061";
  position: relative;
  top: -1px;
}

.icon-chevron-up::before {
  content: "\f077";
}

.icon-chevron-right::before {
  content: "\f054";
}

.icon-chevron-down::before {
  content: "\f078";
}

.icon-chevron-left::before {
  content: "\f053";
}

.fa.bold {
  --stroke-color: inherit;
  text-shadow: -1px 0 var(--stroke-color), 0 1px var(--stroke-color), 1px 0 var(--stroke-color), 0 -1px var(--stroke-color);
}

.socialmedia a .fa.bold {
  --stroke-color: #777;
}

.socialmedia a:hover .fa.bold {
  --stroke-color: var(--clr-primary);
}


.cursor-pointer, [data-href] {
  cursor: pointer;
}


.border-none {
  border: none !important;
}

hr {
  border-color: #ddd;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.width-auto {
  width: auto;
}

.width-content {
  width: fit-content;
}


.row-full:not(.background-row) {
  display: block;
  width: calc(100vw - 10px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.background-row {
  position: relative;
  margin-block: 27px;
}

.article__sections > .background-row:first-child {
  margin-top: 0 !important;
}

.article__sections > .background-row:last-child {
  margin-bottom: 0 !important;
}

.background-row::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.background-row-full::before {
  width: calc(100vw - 10px);
  margin-left: -50vw;
  left: 50%;
}

.background-row.background-row-image::before {
  content: '';
  background-image: var(--background-image-url);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .33;
}

.background-row.bg-1::before { background-color: var(--background-1); }
.background-row.bg-2::before { background-color: var(--background-2); }
.background-row.bg-3::before { background-color: var(--background-3); }
.background-row.bg-4::before { background-color: var(--background-4); }
.background-row.bg-5::before { background-color: var(--background-5); }
.background-row.bg-6::before { background-color: var(--background-6); }
.background-row.bg-7::before { background-color: var(--background-7); }
.background-row.bg-8::before { background-color: var(--background-8); }
.background-row.bg-9::before { background-color: var(--background-9); }

.background-row > .background-wrapper {
  padding: 2rem;
}

.background-row-full > .background-wrapper {
  padding-inline: 0;
}


.table.table-borderless > thead > tr > td,
.table.table-borderless > thead > tr > th,
.table.table-borderless > tfoot > tr > td,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th {
  border: none;
}


.table.table-flex,
.table.table-flex > thead,
.table.table-flex > tfoot,
.table.table-flex > tbody,
.table.table-flex > thead > tr,
.table.table-flex > tfoot > tr,
.table.table-flex > tbody > tr,
.table.table-flex > thead > tr > td,
.table.table-flex > thead > tr > th,
.table.table-flex > tfoot > tr > td,
.table.table-flex > tfoot > tr > th,
.table.table-flex > tbody > tr > td,
.table.table-flex > tbody > tr > th {
  display: block;
  padding-inline: 0;
}

.table.table-flex > thead > tr,
.table.table-flex > tfoot > tr,
.table.table-flex > tbody > tr {
  display: flex;
  gap: 30px;
}

.table.width-auto.table-flex {
  width: fit-content;
}

.table.table-center,
.table.table-center.table-flex > thead > tr,
.table.table-center.table-flex > tfoot > tr,
.table.table-center.table-flex > tbody > tr {
  margin-inline: auto;
}

.table.table-hover > tbody > tr:hover, .table.table-hover > tr:hover {
    background-color: rgba(90,90,90, .1);
}

@media (max-width: 768px) {
  .table.responsive,
  .table.responsive tfoot,
  .table.responsive tbody {
    display: block;
  }

  .table.responsive thead {
    display: none;
  }

  .table.responsive tr {
    display: flex;
    flex-direction: column;
  }

  .table.responsive tr + tr {
    margin-top: 1em;
  }

  .table.responsive tr:nth-child(even) {
    background-color: rgba(90,90,90, .05);
  }

  .table.responsive th,
  .table.responsive td {
    display: flex;
    gap: 10px;
  }

  .table.responsive th.text-right,
  .table.responsive td.text-right {
    text-align: left;
  }

  .table.responsive th[data-responsive-header]::before,
  .table.responsive td[data-responsive-header]::before {
    content: attr(data-responsive-header) ": ";
    display: block;
    font-style: italic;
  }

}




a:focus { outline: none; }

/* see main.css of sports-selection

.container-mainpanel .panel-heading a[data-toggle="collapse"]::after
{
  content: "\f078";
  display: inline-block;
  color: inherit;
  font-family: "FontAwesome", "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: inherit;
  text-align: right;
  text-rendering: auto;
  float: right;
}

.container-mainpanel .panel-heading a[data-toggle="collapse"].collapsed::after
{
  content: "\f053";
}
*/

.navbar2
{
  margin-bottom: .5em;
}

.navbar2 .nav-item.highlight .nav-link
{
  background-color: var(--clr-orange);
  color: #fff;
}

.navbar2 .nav-link
{
  font-size: 16px;
}


@media (min-width: 768px) 
{
  #navigation-header
  {
    flex: 1 1 min-content;
  }
}

@media (min-width: 992px) 
{
  .navbar-brand > img
  {
/*    height: 10rem !important; */
    height: 150px !important; /* Update 2024-01-19 */
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .text-md-right { text-align: right !important; }
  .text-md-left { text-align: left !important; }
  .text-md-center { text-align: center !important; }
}

.headerimage-container figure > img
{
  transform: scale(1.025);
}

.container-mainpanel
{
  background: rgb(255, 255, 255);
  border-radius: 11px;
  margin-bottom: 27px;
  margin-top: 40px;
  padding: 25px;
}

.panel-heading > *:first-child
{
  margin-top: 0 !important;
}

.panel-heading > *:last-child
{
  margin-bottom: 0 !important;
}

.panel-heading a
{
  display: block;
}

.container-home .panel
{
  margin-bottom: 10px;
}

/* IFRAMES */
iframe
{
  border: none;
  max-width: 100%;
}

iframe.resize
{
  overflow: hidden;
  width: 100%;
}

.iframe-container.r-16-9 > iframe {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.webform-container .loading
{
  padding: 0 15px;
}

.loading:before
{
  content: '\f110';
  color: #a84696;
  display: block;
  font-size: 24px;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 30px;
  text-align: center;
  text-rendering: auto;
}

.iframe-container[data-ratio='16:9'],
.iframe-container[data-ratio='4:3']
{
  height: 0;
  overflow: hidden;
  padding-top: 0px;
  position: relative;
}

.iframe-container[data-ratio='16:9']
{
  padding-bottom: 56.25%; /* Default for 16:9 ratio videos: (9 / 16 (x 100) = 56.25% */
}

.iframe-container[data-ratio='4:3']
{
  padding-bottom: 75%; /* Default for 4:3 ratio videos: (3 / 4 (x 100) = 75% */
}

.iframe-container[data-ratio='16:9'] iframe,
.iframe-container[data-ratio='4:3'] iframe
{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tile-header.tile-has-content { flex-grow: 0; }
.tile-content > .content-wrapper { height: 100%; display: flex; flex-direction: column; }

.tile:hover .tile-header.purple,
.tile.purple:hover .tile-header,
.tile:focus .tile-header.purple,
.tile.purple:focus .tile-header,
.tile:active .tile-header.purple,
.tile.purple:active .tile-header,
.tile:hover .tile-header.gold,
.tile.gold:hover .tile-header,
.tile:focus .tile-header.gold,
.tile.gold:focus .tile-header,
.tile:active .tile-header.gold,
.tile.gold:active .tile-header
{
  background-color: var(--clr-primary);
}

.tile:hover .tile-header.baum,
.tile.baum:hover .tile-header,
.tile:focus .tile-header.baum,
.tile.baum:focus .tile-header,
.tile:active .tile-header.baum,
.tile.baum:active .tile-header
{
  background-color: var(--clr-tree);
}


.tile .btn-primary {
  border-color: transparent !important;
  border: none !important;
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

.tile .btn-primary::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  right: .5em;
  left: .5em;
  background-color: var(--clr-primary-90);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transform-origin: bottom center;
  z-index: -1;
  border-radius: 4px;
}

.tile .btn-primary:hover::after,
.tile .btn-primary:focus::after,
.tile .btn-primary:active::after {
  right: 0;
  left: 0;
  height: 100%;
}

.tile .btn-primary:hover,
.tile .btn-primary:focus,
.tile .btn-primary:active {
  background-color: var(--clr-primary) !important;
}

.tile {
  position: relative;
}

.panel-body .tile {
  --highlightcolor: transparent;
  border: 1px solid var(--highlightcolor);
  top: 0;
  transition: all 0.2s ease-in-out;
}

.panel-body .tile:hover {
  top: -10px;
}

.panel-body .tile:focus-within,
.panel-body .tile:has(*:focus) {
  top: -10px;
}

.panel-body .tile.highlight {
  --highlightcolor: var(--clr-accent);
}

.panel-body .tile::before {
  content: "\00a0";
  display: inline-block;
  background: var(--highlightcolor);
  color: white;
  width: fit-content;
  margin: auto;
  line-height: 1;
  padding: .3em 1em;
  position: relative;
  top: -1.2em;
  border-radius: 1em;
  font-size: .8667em;
  font-family: 'Roboto Condensed', Arial, 'Helvetica', sans-serif;
}

.panel-body .tile.highlight::before {
  content: 'Am beliebtesten';
}


.panel-body .tile.highlight .btn-primary {
  background: var(--highlightcolor);
}

.panel-body .tile.highlight .btn-primary:hover,
.panel-body .tile.highlight .btn-primary:focus,
.panel-body .tile.highlight .btn-primary:active {
  background-color: var(--highlightcolor) !important;
}

/*
.tile:not(.highlight) .btn-primary {
  background: var(--color-gray);
}

.tile:not(.highlight) .btn-primary:hover,
.tile:not(.highlight) .btn-primary:focus,
.tile:not(.highlight) .btn-primary:active {
  background: var(--color-default);
}
*/

.tile .tile-image {
  background: var(--clr-gray, #eee);
  text-align: center;
}

.tile .tile-overlay {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tile.baum .tile-image,
  .tile.baum .tile-overlay {
    background: var(--clr-tree-90);
  }
}

.tile > .tile-header, .tile > .tile-content { max-height: unset; }

.tile .tile-content {
  padding: .75em 1em;
  color: var(--color-default);
}

.tile .tile-content ul,
.tile .tile-content ol {
  padding-left: 2em;
}


.tile .tile-image.tile-height-auto {
  height: auto;
  padding-bottom: 0;
}

.tile-image:not(.tile-height-auto) img {
  bottom: 0;
  height: 100% !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.tile-image.tile-height-auto img {
  height: auto !important;
  width: 100% !important;
}


@media screen and (max-width: 767px) {
  .tile .tile-image {
    height: auto;
    padding: 0;
  }

  .tile .tile-image img {
    position: relative;
    height: auto !important;
    display: block;
    max-width: 300px;
    margin-inline: auto !important;
  }

  .tile .tile-overlay {
    display: block;
    width: 100%;
    background: var(--clr-gray, #eee);
  }
  .tile .tile-overlay * {
    color: var(--color-default);
  }
}

.subnav-container {
  background: var(--clr-primary);
  color: #fff;
  margin-top: 40px;
}

.subnav-container .nav
{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.subnav-container .nav li
{
  position: relative;
  display: inline-block;
  border-left: 2px solid var(--clr-primary);
  padding: 5px 5px 0 5px;
}

.subnav-container .nav li:last-of-type
{
  border-right: 2px solid #fff;
}

.subnav-container .nav li:not(.selected) + li:not(.selected)
{
  border-color: #fff;
}

.subnav-container .nav li.selected,
.subnav-container .nav li:focus,
.subnav-container .nav li:hover,
.subnav-container .nav li:active,
.subnav-container .nav li:focus + li,
.subnav-container .nav li:hover + li,
.subnav-container .nav li:active + li
{
  border-left-color: var(--clr-primary) !important;
}

.subnav-container .nav li.selected,
.subnav-container .nav li:focus,
.subnav-container .nav li:hover,
.subnav-container .nav li:active
{
  border-color: var(--clr-primary) !important;
}

.subnav-container .nav > li > a
{
  -webkit-transition: all .1s ease-in;
  border-radius: 0;
  border: none !important;
  color: #fff;
  display: block;
  font-family: 'Roboto Condensed', "Roboto", "Arial Narrow", Arial, 'Helvetica', sans-serif;
  font-size: 20px;
  padding: .66em;
  padding-top: calc(0.66em - 5px);
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  z-index: 1;
}

.subnav-container .nav > li a
{
  font-size: smaller;
}

.subnav-container .nav li.selected > a,
.subnav-container .nav li > a:focus,
.subnav-container .nav li > a:hover,
.subnav-container .nav li > a:active,
.subnav-container .nav li:focus > a,
.subnav-container .nav li:hover > a,
.subnav-container .nav li:active > a
{
  background-color: var(--background);
  color: var(--clr-primary) !important;
  text-decoration: none;
  outline: none;
}


@media (max-width: 767px) {
  ul.subnav, ul.subnav > li {
    display: block !important;
    border: none !important;
  }
}


.nobullet, ol.nobullets, ul.nobullets {
  list-style: none !important;
}

.articlearea ol.list-hover > li,
.articlearea ul.list-hover > li,
ol.moveeffect > li {
  line-height: 1.0;
  padding: .25em .5em .15em .5em;
}

.articlearea ol.list-hover > li:hover,
.articlearea ul.list-hover > li:hover {
  background-color: #f0f0f0;
}

/*
ol.moveeffect li + li {
  margin-top: .5em;
}
*/

.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }

[style*="text-align:center"] > img,
[style*="text-align: center"] > img {
  margin-inline: auto;
}


.news-content.p-absolute {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.news-content.p-absolute.middle {
  left: 50%;
  max-width: 100%;
  min-width: max-content;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-link {
  color: var(--foreground, #5a5a5a);
}

.news-preview .news-link img {
  max-width: 300px;
  display: block;
  margin-inline: auto;
  margin-bottom: 1em;
}

body.iframed header,
body.iframed #header,
body.iframed footer,
body.iframed #footer {
  display: none !important;
  opacity:  0 !important;
}


.logo-aside { float: left; padding-left: 1em; }
.logo-aside img { padding-top: 1em; padding-bottom: 1em; }
@media (min-width: 576px) {
  .logo-aside img { height: 10rem !important; width: auto !important; }
}

header .display-flex { display: flex; }
header .flex-center { align-items: top; }
header .justify-content-between { justify-content: space-between; }

@media screen and (min-width: 992px) {
  header .flex-center { align-items: center; }
}

@media screen and (max-width: 575px) {
  #sticky-sidebar {
    margin-top: 1em;
  }
}


.container-news > .row { padding: 0; }

.slick-prev, .slick-next { height: var(--slider-icon-size); text-shadow:  1px 1px 4px rgba(0,0,0, .25); z-index: 9; }
.slick-prev::before, .slick-next::before { font-size: var(--slider-icon-size); }

.slickslider { position: relative; }

.slickslider.noarrows .slick-arrow { display: none !important; }
.slickslider.has--dots > .slick-list { margin-bottom: 10px; }

.slickslider::before {
  content: '';
/*  background-image: linear-gradient(to left, rgba(255,255,255, 0) 50%, rgba(255,255,255 ,1) 100%);*/
  background: none;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: min(5rem, 5%);
  z-index: 9;
}

.slickslider::after {
  content: '';
/*  background-image: linear-gradient(to right, rgba(255,255,255, 0) 50%, rgba(255,255,255, 1) 100%);*/
  background: none;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: min(5rem, 5%);
  z-index: 9;
}

.slider-text:not([class~="bg-"]) {
  background: none;
}

/*
.slider[class~="bg-"] .slickslider::before {
  background-image: linear-gradient(to left, rgba(238,238,238, 0) 50%, rgba(238,238,238 ,1) 100%);
}

.slider[class~="bg-"] .slickslider::after {
  background-image: linear-gradient(to right, rgba(238,238,238, 0) 50%, rgba(238,238,238, 1) 100%);
}
*/

.slick-arrow { z-index: 100; }
.slick-dots { bottom: -35px; }
.slick-dots li button::before { font-size: 42px; }

/*.slider .item-width-0 { width: auto; }*/

.slider .item-width-1 { margin-inline: 50px; }

.slider .item-width-1 { width: 100%; }
.slider .item-width-2 { width: 50%; }
.slider .item-width-3 { width: 33%; }
.slider .item-width-4 { width: 25%; }
.slider .item-width-5 { width: 20%; }

.slider .slick-track { display: flex !important; }
.slider .slick-slide { display: flex; }
.slider .slick-slide:not(.adaptive) { height: inherit !important; }

.slide-content > *:first-child,
.slide-content > *:first-child > *:first-child,
.slide-content > *:first-child > *:first-child > *:first-child { margin-top: 0 !important; }

.slide-content > *:last-child,
.slide-content > *:last-child > *:last-child,
.slide-content > *:last-child > *:last-child > *:last-child { margin-bottom: 0 !important; }

.slide-content .text-center > img,
.slide-content [style*="text-align:center"] > img,
.slide-content [style*="text-align: center"] > img { margin-inline: auto !important; }

.slider .slick-slide.item-align-1 { align-items: start; }
.slider .slick-slide.item-align-2 { align-items: end; }

#navigation-header > .wrapper-nav > a { display: block; text-align: right; }

@media screen and (min-width: 1200px) {
/*  #navigation-header > .wrapper-nav { white-space: nowrap; }*/
  #navigation-header > .wrapper-nav > a { display: inline-block; text-align: center; }
}



@media screen and (min-width: 768px) {
  .slick-slide { max-width: 620px; }
}

@media screen and (min-width: 992px) {
  .slick-slide { max-width: 840px; }
}

@media screen and (min-width: 1200px) {
  .slick-slide { max-width: 1100px; }
}

.headerimage-container .slick-slide {
  max-width: unset !important;
}

.mainpanel-container
{
  color: inherit;
}


.bg-gray {
  background-color: var(--clr-gray, #eee) !important;
  padding: 25px;
}

.bg-gray:not(.purple, .red, .blue, .yellow, .white, .green, .orange) {
  color: #777 !important;
}

#inhalt > .article__sections > .bg-gray {
  margin-left: -25px;
  margin-right: -25px;
}

.bg-purple {
  background-color: var(--clr-purple, #A64690) !important;
  color: #fff !important;
  padding: 25px;
}





.currentnumbers-container {
  position: relative;
  padding:  20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 576px;
}

.currentnumbers-container .currentnumbers-background {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .33;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.currentnumbers-container .currentnumbers {
  font-size: 1.2em;
}

.currentnumbers-container .currentnumbers .counter {
  font-size: 1.2em;
  font-weight: bold;
}

.currentnumber-center > div {
  float: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255, .75);
  border-radius: 100%;
  padding: 1em;
}

.currentnumbers .number.gold {
  background: rgba(0,0,0, .5);
  padding: .25em;
  border-radius: 3px;
}


.align-self-center {
  align-self: center !important;
}

.tableChallenge-content {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 2rem 5rem;
}

.tableChallenge-contentWrapper {
  display: contents;
}

.tableChallenge-contentWrapper .col1 h2 {
  color: var(--clr-primary);
  cursor: default;
  filter: grayscale(66%);
  font-style: italic;
  font-weight: bold;
  opacity: .5;
  transition: all .2s ease;
}

.tableChallenge-contentWrapper:where(:hover, :focus) .col1 h2 {
  opacity: 1;
  filter: grayscale(0%);
}

.tableChallenge-col ul {
  max-width: fit-content;
  padding-left: 1.75em !important;
}

.tableChallenge-col li {
  cursor: default;
  transition: all .2s ease-in-out;
}

.tableChallenge-col li:where(:hover, :focus) {
  animation: bulletsBounce .4s forwards;
  color: var(--clr-primary);
}

@keyframes bulletsBounce {
  0% {
    margin-left: 0;
    text-indent: 0;
  }

  25% {
    margin-left: .25em;
    text-indent: -.25em;
  }

  50% {
    margin-left: -.75em;
    text-indent: .75em;
  }

  75% {
    margin-left: .1em;
    text-indent: -.1em;
  }

  100% {
    margin-left: 0;
    text-indent: 0;
  }
}


.shimmerContainer:where(:hover, :focus) .shimmerContent,
.shimmer:where(:hover, :focus) {
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: shimmer .4s forwards;
  animation-delay: 0s;
}

@keyframes shimmer {
  100% {-webkit-mask-position:left}
}





#accordionWithTiles .panel .container-fluid {
  padding-block: 15px;
}

#accordionWithTiles .table-matrix {
  overflow-x: auto;
}

#accordionWithTiles .table-matrix thead {
  background-color: #a84696;
  color: #fff;
}

#accordionWithTiles .table-matrix th,
#accordionWithTiles .table-matrix td{
  text-align: center;
  vertical-align: middle;
  border-color: #fff !important;
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: rgba(168,70,150, .05);
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(168,70,150, .2);
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr.nostripe {
  background-color: transparent;
}

#accordionWithTiles .table-matrix .marker {
  color: rgba(168,70,150, 1);
}


#accordionWithTiles .accordion-container {
  margin-bottom: 5px;
}

#accordionWithTiles .panel-heading h2 {
  font-size: 18px;
  margin: 0;
}

#accordionWithTiles .panel-heading h2 span:first-of-type {
  color: #555;
  opacity: .5;
}

#accordionWithTiles .panel-body {
  padding-inline: 0;
}

#accordionWithTiles .panel-body .tile {
  box-shadow: 3px 5px 10px silver;
  padding: .5em 1em;
}

#accordionWithTiles .panel-content-top + .panel-body,
#accordionWithTiles .panel-body + .panel-content-bottom {
  margin-top: 1em;
}

#accordionWithTiles div[class*="col-"] > :first-child,
#accordionWithTiles .panel-body .tile > :first-child {
  margin-top: 0 !important;
}

#accordionWithTiles div[class*="col-"] > :last-child,
#accordionWithTiles .panel-body .tile > :last-child {
  margin-bottom: 0 !important;
}

#accordionWithTiles .panel-body .tile h3 {
  font-size: 18px;
}

#accordionWithTiles .panel-body .tile .marker {
  color: var(--clr-orange);
}

#accordionWithTiles .panel-body .tile li .marker {
/*
  color: rgba(168,70,150, 1);
*/
  color: inherit;
/*
  font-weight: bold;
*/
  text-indent: 0;
  display: inline-block;
  margin-left: .5em;
  float: right;
}

#accordionWithTiles .panel-body .tile ul li::before {
  content: '✓ ';
  color: rgba(168,70,150, 1);
  font-size: 1em;
  font-weight: bold;
  top: 0;
}

#accordionWithTiles .panel-body .tile ul li[data-list-optional]::before {
  content: '✓ ';
  color: rgba(0,0,0, 0.3);
/*
  content: '□ ';
  color: #555;
*/
  top: -0.1em;
}

.section_content .tile ul {
  padding: 0;
}


@media (max-width: 767px) {
  #accordionWithTiles .panel-body > div + div {
    margin-top: 2em;
  }
}



.article__sections .panel {
  margin-bottom: 10px;
}

.article__sections .panel-heading h2 {
  font-size: 18px;
}

.article__sections .panel.baum .panel-heading a {
  color: var(--clr-tree);
}


#accordionWithTiles .panel .container-fluid,
.tiles .panel .container-fluid {
  padding-block: 15px;
}

#accordionWithTiles .table-matrix {
  overflow-x: auto;
}

#accordionWithTiles .table-matrix thead {
  background-color: #a84696;
  color: #fff;
}

#accordionWithTiles .table-matrix th,
#accordionWithTiles .table-matrix td{
  text-align: center;
  vertical-align: middle;
  border-color: #fff !important;
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: rgba(168,70,150, .05);
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(168,70,150, .2);
}

#accordionWithTiles .table-matrix.table-striped > tbody > tr.nostripe {
  background-color: transparent;
}

#accordionWithTiles .table-matrix .marker {
  color: rgba(168,70,150, 1);
}


#accordionWithTiles .accordion-container,
.tiles .accordion-container {
  margin-bottom: 5px;
}

.panel-heading h2 {
  font-size: 18px;
  margin: 0;
}

#accordionWithTiles .panel-heading h2 span:first-of-type,
.tiles .panel-heading h2 span:first-of-type {
  color: #555;
  opacity: .5;
}

#accordionWithTiles .panel-body,
.tiles .panel-body {
  padding-inline: 0;
}

.panel-body .tile {
  box-shadow: 3px 5px 10px silver;
  padding: .5em 1em;
}

#accordionWithTiles .panel-content-top + .panel-body,
#accordionWithTiles .panel-body + .panel-content-bottom,
.tiles .panel-content-top + .panel-body,
.tiles .panel-body + .panel-content-bottom {
  margin-top: 1em;
}

#accordionWithTiles div[class*="col-"] > :first-child,
#accordionWithTiles .panel-body .tile > :first-child,
.tiles div[class*="col-"] > :first-child,
.tiles .panel-body .tile > :first-child {
  margin-top: 0 !important;
}

#accordionWithTiles div[class*="col-"] > :last-child,
#accordionWithTiles .panel-body .tile > :last-child,
.tiles div[class*="col-"] > :last-child,
.tiles .panel-body .tile > :last-child {
  margin-bottom: 0 !important;
}

.panel-body .tile h3 {
  font-size: 18px;
}

.panel-body .marker {
  color: var(--clr-orange);
}

.panel-body .tile li .marker {
/*
  color: rgba(168,70,150, 1);
*/
  color: inherit;
/*
  font-weight: bold;
*/
  text-indent: 0;
  display: inline-block;
  margin-left: .5em;
  float: right;
}

.panel-body .tile ul li::before {
  content: '✓ ';
  color: rgba(168,70,150, 1);
  font-size: 1em;
  font-weight: bold;
  top: 0;
}

.panel-body .tile ul li[data-list-optional]::before {
  content: '□ ';
  color: #555;
  top: -0.1em;
}


@media (max-width: 767px) {
  #accordionWithTiles .panel-body > div + div,
  .tiles .panel-body > div + div {
    margin-top: 2em;
  }
}












































/* Cookie Consent */
.termsfeed-com---nb-headline {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  padding-block: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0, .2);
}

.cc-nb-main-container {
  margin-bottom: 0 !important;
}

.termsfeed-com---reset {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.termsfeed-com---nb {
  background: inherit !important;
  color: inherit !important;
  height: auto !important;
}

.termsfeed-com---reset button {
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--clr-purple) !important;
}

.termsfeed-com---reset button:hover, .termsfeed-com---reset button:focus {
  background: #fff !important;
  color: #000 !important;
}

.cc-nb-main-container {
  align-items: center;
  box-sizing: border-box;
  display: flex !important;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px !important;
  width: 100%;
}

.cc-nb-title-container,
.cc-pc-head-lang-select {
  display: none !important;
}

.cc-nb-text-container {
  display: inline-block !important;
  flex-grow: 1;
}

.cc-nb-buttons-container {
  text-align: right;
  white-space: nowrap;
}

.cc-nb-text {
  font-size: small !important;
  margin: 0 !important;
}

.cc-nb-title {  }

.termsfeed-com---nb .cc-nb-okagree {  }

.termsfeed-com---nb .cc-nb-reject {  }

.termsfeed-com---nb .cc-nb-changep {
  margin-right: 0 !important;
}

.termsfeed-com---palette-light .cc-cp-foot-byline {
  opacity: .25;
  transition: opacity .2s ease-in-out;
}

.termsfeed-com---palette-light .cc-cp-foot-byline:hover {
  opacity: .75;
}

.termsfeed-com---palette-light .cc-cp-foot-byline,
.termsfeed-com---pc-dialog .cc-cp-foot-byline a {
  color: inherit !important;
}

@media (min-width: 576px) {  }

@media (min-width: 768px) {
  .cc-nb-main-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .cc-nb-main-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .cc-nb-main-container {
    width: 1170px;
  }
}







.flex-wrap { flex-wrap: wrap !important; }
.flex-column { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.gap-1 { gap: .25em; }
.gap-2 { gap: .5em; }
.gap-3 { gap: 1em; }
.gap-4 { gap: 2em; }
.gap-5 { gap: 3em; }



.tile__downloads_container {}

.link-downloads { text-indent: 0 !important; }

.link-downloads {
  display: block;
  position: relative;
}

.link-downloads .downloads-border img {
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

.link-downloads:hover .downloads-border img {
  transform: scale(1.1);
}

.downloads-border {
  display: block;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.downloads-border:not(.noborder) {
  /*border: 2px solid;*/
  box-shadow: 0 0 5px 0px rgba(0,0,0, .5);
}

.downloads-border.format-circle {
  padding-bottom: calc(100% - 4em);
  border-radius: 100vw;
  margin-inline: 2em;
}

.downloads-border.format-16-9 {
  padding-bottom: 56.25%;
}

.downloads-border.format-4-3 {
  padding-bottom: 75%;
}

.downloads-border.format-1-1 {
  padding-bottom: 100%;
}

.downloads-border > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
  background: #f6f6f6;
}

.downloads-border.fill-cover > img {
  object-fit: cover;
}

.downloads-title {
  max-width: 100%;
  overflow: hidden;
}

.downloads-title {
  display: flex;
  gap: 1em;
  width: 100%;
  padding-bottom: 1em;
}

.downloads-title .media-title {
  flex: 1 1 auto;
  max-widht: 75%;
  overflow: hidden;
}

.downloads-title .media-filesize {
  flex: 0 0 auto;
}




.d-flex > * > :first-child.mt-auto { margin-top: auto !important; }
.d-flex > * > :last-child.mb-auto { margin-bottom: auto !important; }

ul.downloads-list {
  width: fit-content;
}

ul.downloads-list > li {
  width: 100%;
  display: flex;
}

ul.downloads-list > li::before {
  content: '‣';
  padding-right: .25em;
  color: #777;
  font-size: 2em;
  position: relative;
  top: -.05em;
}

ul.downloads-list > li > a {
  width: 100%;
  display: flex;
  gap: 1em;
}

ul.downloads-list > li > a .media-details {
  margin-left: auto;
}





.table.schedulelist > tbody > tr > td,
.table.schedulelist > tbody > tr > th,
.table.schedulelist > tfoot > tr > td,
.table.schedulelist > tfoot > tr > th,
.table.schedulelist > thead > tr > td,
.table.schedulelist > thead > tr > th {
  vertical-align: middle;
}

.parent > *:first-child,
.table.schedulelist th > *:first-child,
.table.schedulelist td > *:first-child,
.table.schedulelist th > *:first-child > *:first-child,
.table.schedulelist td > *:first-child > *:first-child { margin-top: 0 !important; }

.parent > *:last-child,
.table.schedulelist th > *:last-child,
.table.schedulelist td > *:last-child,
.table.schedulelist th > *:last-child > *:last-child,
.table.schedulelist td > *:last-child > *:last-child { margin-bottom: 0 !important; }

.table.schedulelist tbody tr:not(.static):hover { background: #f0f0f0; }
.table.schedulelist tbody tr.schedule-post-live { opacity: .42; }
.table.schedulelist tbody tr.schedule-post-live * { color: #333 !important; }

.table.schedulelist tbody tr + tr.static td {
  padding-top: 3em;
}

.table.schedulelist thead td[data-column="1"],
.table.schedulelist thead td[data-column="2"],
.table.schedulelist thead td[data-column="3"] {
  position: relative;
}

.table.schedulelist thead td[data-column="1"]::before,
.table.schedulelist thead td[data-column="2"]::before,
.table.schedulelist thead td[data-column="3"]::before {
  position: absolute;
  top: -8px;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  background: #fff;
  color: #999;
  font-size: .75em;
  line-height: 1;
  padding: 0 8px;
}

.table.schedulelist thead td[data-column="1"]::before {
  content: 'Wochentag:';
}

.table.schedulelist thead td[data-column="2"]::before {
  content: 'Thema:';
}

.table.schedulelist thead td[data-column="3"]::before {
  content: 'Content:';
}

span.schedule-live {
  display: inline-block;
  background: var(--yellow);
  color: #fff;
  padding: .25em .5em;
  font-size: .9em;
  font-weight: bold;
  line-height: 1;
  cursor: default;
}

span.schedule-live[title] {
  cursor: help;
}

.schedule-live + p,
.schedule-live + h1,
.schedule-live + h2,
.schedule-live + h3,
.schedule-live + h4,
.schedule-live + h5,
.schedule-live + h6 {
  display: inline-block;
  padding-left: .5em;
}


@media screen and (min-width: 768px) {
  .table.schedulelist.display-tiles,
  .table.schedulelist.display-tiles thead,
  .table.schedulelist.display-tiles tbody,
  .table.schedulelist.display-tiles tr,
  .table.schedulelist.display-tiles th,
  .table.schedulelist.display-tiles td {
    display: block;
    border: none;
  }

  .table.schedulelist.display-tiles thead .tablesorter-headerRow {
    display: none;
  }

  .table.schedulelist.display-tiles thead .tablesorter-filter-row {
    border: 1px solid #f0f0f0;
    margin-bottom: 2em;
  }

  .table.schedulelist.display-tiles thead::before,
  .table.schedulelist.display-tiles thead th::before {
    content: attr(data-responsive-title);
    display: inline-block;
    font-weight: bold;
  }

  .table.schedulelist.display-tiles thead::before {
    font-style: italic;
    font-size: 1.2em;
    color: #ddd;
  }

  .table.schedulelist.display-tiles thead td[data-column] {
    display: flex;
    gap: 1em;
  }

  .table.schedulelist.display-tiles thead td[data-column="0"],
  .table.schedulelist.display-tiles thead td[data-column="4"],
  .table.schedulelist.display-tiles thead td[data-column="5"] {
    display: none;
  }

  .table.schedulelist.display-tiles thead td[data-column]::before {
    display: inline-block;
    font-weight: bold;
    min-width: 20%;
  }

  .table.schedulelist.display-tiles thead td[data-column="1"]::before {
    content: 'Wochentag: ';
  }

  .table.schedulelist.display-tiles thead td[data-column="2"]::before {
    content: 'Thema: ';
  }

  .table.schedulelist.display-tiles thead td[data-column="3"]::before {
    content: 'Content: ';
  }


  .table.schedulelist.display-tiles tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }

  .table.schedulelist.display-tiles tbody tr.static {
    width: 100%;
  }

  .table.schedulelist.display-tiles tbody tr:not(.static) {
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 1em;
    width: calc(50% - 1em);
    margin-inline: 0;
    text-align: center;
    padding-inline: 2em;
  }

  .table.schedulelist.display-tiles tbody tr:not(.static) td {
    padding-block: .25em;
  }

  .display-tiles .bewegung { background: #D8E4BC; display: inline-block; padding: .25em .5em; }
  .display-tiles .ernaehrung { background: #FABF8F; display: inline-block; padding: .25em .5em; }
  .display-tiles .bewegung.ernaehrung { background: #E6B8B7; display: inline-block; padding: .25em .5em; }
  .display-tiles .mentalefitness { background: #CCC0DA; display: inline-block; padding: .25em .5em; }
}

@media screen and (min-width: 992px) {
  .table.schedulelist.display-tiles tbody tr:not(.static) {
    width: calc(33% - 1em);
  }
}

@media screen and (min-width: 1200px) {
  .table.schedulelist.display-tiles tbody tr:not(.static) {
    width: calc(25% - 1em);
  }
}



@media screen and (max-width: 767px) {
  .table.schedulelist,
  .table.schedulelist thead,
  .table.schedulelist tbody,
  .table.schedulelist tr,
  .table.schedulelist th,
  .table.schedulelist td {
    display: block;
    border: none;
  }

  .table.schedulelist thead .tablesorter-headerRow {
    display: none;
  }

  .table.schedulelist thead .tablesorter-filter-row {
    border: 1px solid #f0f0f0;
    margin-bottom: 2em;
  }

  .table.schedulelist thead::before,
  .table.schedulelist thead th::before {
    content: attr(data-responsive-title);
    display: inline-block;
    font-weight: bold;
  }

  .table.schedulelist thead::before {
    font-style: italic;
    font-size: 1.2em;
    color: #ddd;
  }

  .table.schedulelist thead td[data-column] {
    display: flex;
    gap: 1em;
  }

  .table.schedulelist thead td[data-column="0"],
  .table.schedulelist thead td[data-column="4"],
  .table.schedulelist thead td[data-column="5"] {
    display: none;
  }

  .table.schedulelist thead td[data-column]::before {
    display: inline-block;
    font-weight: bold;
    min-width: 20%;
  }

  .table.schedulelist thead td[data-column="1"]::before {
    content: 'Wochentag: ';
  }

  .table.schedulelist thead td[data-column="2"]::before {
    content: 'Thema: ';
  }

  .table.schedulelist thead td[data-column="3"]::before {
    content: 'Content: ';
  }


  .table.schedulelist tbody tr:not(.static) {
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 1em;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    padding-inline: 2em;
  }

  .table.schedulelist tbody tr:not(.static) td {
    padding-block: .25em;
  }

  .bewegung { background: #D8E4BC; display: inline-block; padding: .25em .5em; }
  .ernaehrung { background: #FABF8F; display: inline-block; padding: .25em .5em; }
  .bewegung.ernaehrung { background: #E6B8B7; display: inline-block; padding: .25em .5em; }
  .mentalefitness { background: #CCC0DA; display: inline-block; padding: .25em .5em; }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .table.schedulelist tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }

  .table.schedulelist tbody tr.static {
    width: 100%;
  }

  .table.schedulelist tbody tr:not(.static) {
    width: calc(50% - 1em);
  }
}

@media screen and (max-width: 575px) {
  .table.schedulelist thead td[data-column]::before {
    min-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .bewegung { border-bottom: 3px solid #D8E4BC; display: inline; }
  .ernaehrung { border-bottom: 3px solid #FABF8F; display: inline; }
  .bewegung.ernaehrung { border-bottom: 3px solid #E6B8B7; display: inline; }
  .mentalefitness { border-bottom: 3px solid #CCC0DA; display: inline; }
}



.headerimage-container figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 2;
}

.headerimage-container .overlay {
  padding: 10px 25px;
}

.headerimage-container .overlay.overlay-dark {
  background-color: rgba(0,0,0, .8);
}

.headerimage-container .overlay.size-auto {
  height: auto;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.headerimage-container .overlay.not-round {
  border-radius: 0;
}

.d-xs-none { display: none !important; }
.d-xs-block { display: block !important; }

@media (min-width: 768px) {
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; }

  .headerimage-container figcaption {
    margin-top: 0;
    margin-bottom: 0;
  }

  .headerimage-container .overlay {
    background: rgba(255,255,255,.75);
    bottom: 15px;
    position: absolute;
    right: 25px;
    transform: scale(.75);
    transform-origin: bottom right;
  }

  .headerimage-container .overlay.transparent {
    background-color: transparent;
  }

  .headerimage-container .overlay.overlay-dark {
    background-color: rgba(0,0,0, .5);
  }

}

@media (min-width: 992px) {
  .headerimage-container .overlay {
    transform: scale(.9);
  }
}

@media (min-width: 1200px) {
  .headerimage-container .overlay {
    transform: scale(1);
  }
}


.powerpoint-label {
  color: var(--foreground, #5a5a5a);
  background: #f0f0f0;
  display: inline-block;
  border-radius: 4px;
  padding: .5em 1em;
  margin: .5em;
}


#toTop { z-index: 99999999999; }



.columns-2 { columns: 2; column-gap: 3em; }
.columns-3 { columns: 3; column-gap: 3em; }
.columns-4 { columns: 4; column-gap: 3em; }

@media (min-width: 576px) {
  .columns-sm-2 { columns: 2; column-gap: 3em; }
  .columns-sm-3 { columns: 3; column-gap: 3em; }
  .columns-sm-4 { columns: 4; column-gap: 3em; }
}

@media (min-width: 992px) {
  .columns-md-2 { columns: 2; column-gap: 3em; }
  .columns-md-3 { columns: 3; column-gap: 3em; }
  .columns-md-4 { columns: 4; column-gap: 3em; }
}

@media (min-width: 1200px) {
  .columns-xl-2 { columns: 2; column-gap: 3em; }
  .columns-xl-3 { columns: 3; column-gap: 3em; }
  .columns-xl-4 { columns: 4; column-gap: 3em; }
}



.straide-filter {
  margin-left: 3em;
  margin-bottom: .5em;
}

.straide-hidden {
  visibility: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

ol.straide li + li {
  margin-top: .5em;
}

ol.straide li {
  line-height: 1.1;
}


h2 .marker,
h3 .marker,
h4 .marker,
h5 .marker,
h6 .marker {
  color: var(--clr-orange);
}



#articleSidepanel {
  margin-top: 40px;
  background: #fff;
  border-radius: 11px;
}

#articleSidepanel .btn {
  white-space: initial;
}



.table-flex, .table-flex tr, .table-flex th, .table-flex td, .table-flex tbody {
  display: block;
}

.table-flex, .table-flex tbody, .table-flex tr {
  width: 100%;
}

.table-flex tr {
  display: flex;
  width: 100%;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}

