:root {
  --red:#cc1718;
  --blue:#2d57a3;
  --green:#00a423;
  --purple:#9c04ae;
  --copy:#666;
  --gray-light:#f3f3f3;
  --gray-dark:#dedede;

  --accent:var(--red);
}
/*
.tcid-47 {
  --accent:var(--green);
}
.tcid-49 {
  --accent:var(--blue);
}
.tcid-51 {
  --accent:var(--purple);
}
*/

*,*:before,*:after {
  box-sizing:border-box;
}
html,body {
  min-height:100%;
}
body {
  margin:0;
  padding:0;
  background:#fff;
}
body {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
table {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
input {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
textarea {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
button {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
select {
  font-family:'Roboto',arial,sans-serif;
  font-size:1rem;
  font-weight:300;
  line-height:1.4;
  color:#666;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 1.3rem 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1 {
  font-size:2.125rem;
  line-height:1.4;
  font-weight:300;
  color:#cc1718;
  margin:0 0 1rem 0;
}

.h1 {
  font-size:2.125rem;
  line-height:1.4;
  font-weight:300;
  color:#cc1718;
  margin:0 0 1rem 0;
}
h2 {
  font-size:1.6875rem;
  line-height:1.4;
  font-weight:300;
  color:#cc1718;
  margin:0 0 1rem 0;
}
.h2 {
  font-size:1.6875rem;
  line-height:1.4;
  font-weight:300;
  color:#cc1718;
  margin:0 0 1rem 0;
}
h3,.h3 {
  font-size:1rem;
  line-height:1.4;
  font-weight:700;
  margin:0 0 .375rem 0;
}
h4,.h4,
h5,.h5,
h6,.h6 {
  font-size:1rem;
  line-height:1.4;
  font-weight:700;
  margin:0;
}
.subheadline {
  margin:0;
  font-weight:bold;
}
a:link {
  text-decoration:none;
  color:#2d57a3;
}
a:visited {
  color:#2d57a3;
}
a:hover {
  text-decoration:underline;
}
a:active {}

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

table {
  border-spacing:1px;
}
table th,
table td {
  padding:.3em 1em .3em .3em;
  text-align:left;
  vertical-align:top;
  background:#fff;
}
table th {
  font-weight:600;
  vertical-align:bottom;
  background:#f5f4f2;
}

figure {
  margin:0 0 1.3em 0;
  padding:0;
}
figure img {
  display:block;
}
figure figcaption {
  background:#fff;
  margin:0;
  padding:.5em;
  font-style:italic;
  font-size:.8em;
}
figure figcaption:empty {
  display:none;
}

ul {
  margin-left:0;
  padding:0;
  list-style: square;
}
ul li {
  margin:0 0 0 1.3em;
  padding:0;
}
b,
strong {
  font-weight:700;
}

.video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  /*padding-bottom: 42.86%;*/
  height:0;
  margin:0 0 1.5rem 0;
  background:#000;
}
.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* clearfix
********************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* ie 6/7 */
}

/* Grid
********************************/
/*
.container {
  padding:0 1rem;
  margin:0 auto;
}
@media only screen and (min-width : 768px) {
  .container {
    width:740px;
  }
}
@media only screen and (min-width : 992px) {
  .container {
    width:940px;
  }
}
@media only screen and (min-width : 1200px) {
  html {
    font-size:18px;
  }
  .container {
    width:1140px;
  }
}
*/

/* Seitenelemente (Master)
********************************/
body {
  display:flex;
  flex-direction: column;
  min-height:100vh;
}
#header {
  box-shadow:0 .25rem .375rem rgba(0,0,0,.3);
  position:relative;
  z-index:1090;
}
#header > .container {
  display:flex;
  justify-content: space-between;
  align-items:flex-end;
  flex-wrap: wrap;

  padding-top:1rem;
  padding-bottom:1rem;
  position:relative;
}
#header .skip-to-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: transform .2s ease;
}
#header .skip-to-content:focus {
  transform: translate(-50%, 0);
}
#logo {
  margin:0 0 0 -1rem;
  height:60px;
  position:relative;
  z-index:1080;
  flex:0 0 calc(100% - 3rem);
}
#logo img {
  display:block;
  width:285px;
  height:auto;
}
#nv-toggle {}
#nv-toggle button {
  background:transparent;
  border:0;
  padding:.5rem;
}
#nv-toggle button img {
  display:block;
}
#nv {
  display:none;
  background:#fff;
  flex:0 0 100%;
}
#nv ul {
  list-style:none;
  margin:0;
  padding:0;
}
#nv ul li {
  margin:0;
  padding:0;
}
#nv ul li a {
  text-decoration:none;
}
#nv .nv-meta a {
  display:inline-block;
  line-height:1rem;
  color:#fff;
  background:#bbb;
  padding:.375rem;
  height:1.75rem;
  min-width:1.75rem;
  text-align:center;
  transition:background .2s ease;
}
#nv .nv-meta a:hover {
  background:#2d57a3;
  color:#fff;
}
#nv .nv-meta img {
  display:block;
  max-height:1rem;
  width:auto;
  margin:0 auto;
}
html[lang=de] #nv .nv-meta a[lang=de] {
  background:var(--blue);
}
html[lang=en] #nv .nv-meta a[lang=en] {
  background:var(--blue);
}
#nv .nv-meta .social a {
  background:var(--blue);
}
#nv .nv-meta .social a:hover {
  background:var(--red);
}

@media only screen and (max-width : 991px) {
  #nv-mobile {
    width:100%;
    display:none;
  }
  #nv-mobile ul {
    margin:0;
    padding:0;
    list-style:none;
  }
  #nv-mobile ul li {
    margin:0;
    padding:0;
  }
  #nv-mobile ul li a {
    display:block;
  }
  #nv-mobile .nv-main {
    margin:3.5rem 0 1rem 0;
  }
  #nv-mobile .nv-main ul li {
    border-bottom:solid #fff 1px;
  }
  #nv-mobile .nv-main ul li a {
    display:block;
    padding:.5rem 1rem;
    background:#2d57a3;
    color:#fff;
    text-decoration: none;
    position:relative;
  }
  #nv-mobile .nv-main ul li.a1 > a {
    background:#cc1718;
  }
  #nv-mobile .nv-main ul li.s1 > a {
    background:#cc1718;
  }

  #nv-mobile .nv-main ul li a .toggle {
    display:block;
    position:absolute;
    right:0;
    top:0;
    padding:.5rem;
    border-left: dotted rgba(255,255,255,.5) 1px;
  }
  #nv-mobile .nv-main ul li.open a .toggle .fa {
    transform:rotate(-180deg);
  }

  #nv-mobile ul ul {
    display:none;
  }
  #nv-mobile ul li.s1 ul {
    display:block;
  }
  #nv-mobile .nv-main ul ul li {
    border-bottom:dashed #dedede 1px;
  }
  #nv-mobile .nv-main ul ul li:last-child {
    border:0;
  }
  #nv-mobile .nv-main ul ul li a {
    color:#666;
    background:#fff;
  }
  #nv-mobile .nv-main ul ul li.a1 > a {
    color:#cc1718;
    background:#fff;
    font-weight:700;
  }
  #nv-mobile .nv-main ul ul li.s1 > a {
    color:#cc1718;
    background:#fff;
    font-weight:700;
  }

  #nv-mobile .nv-main ul ul ul {
    display:none;
  }


  #nv-mobile .nv-meta {}
  #nv-mobile .nv-meta ul {
    display:flex;
  }
  #nv-mobile .nv-meta ul li {
    flex:1;
  }
  #nv-mobile .nv-meta ul li a {
    width:100%;
    text-align:center;
  }
  #nv-mobile .nv-meta ul li:not(:last-child) {
    border-right:solid #fff 1px;
  }
}

@media only screen and (min-width : 992px) {
  #logo {
    /*height:38px;*/
    flex:auto;
  }
  #nv-toggle {
    display:none;
  }
  #nv-mobile {
    display:none !important;
  }
  #nv {
    margin-left:auto;
    display:block !important;
    flex:0 0 auto;
  }
  #nv ul {
    margin:0;
    padding:0;
    list-style: none;
    display:flex;
  }
  #nv ul li {
    margin:0 0 0 2.5rem;
    padding:0;
    position:relative;
  }
  #nv ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color:#666;
    white-space: nowrap,
  }
  #nv ul li:hover > a {
    color:#cc1718;
  }
  #nv ul li.a1 > a {
    color:#cc1718;
    font-weight:bold;
  }
  #nv ul li.s1 > a {
    color:#cc1718;
    font-weight:bold;
  }
  #nv ul ul {
    display:none;
    background:#fff;
    box-shadow:0 .25rem .25rem rgba(0,0,0,.5);
    padding:1rem .75rem 0 .75rem;
    position:absolute;
    left:-.75rem;
    top:100%;
    font-weight: bold;
  }
  #nv ul ul li {
    margin:0;
    border-bottom:dashed #dedede 1px;
    min-width:10rem;
  }
  #nv ul ul li:last-child {
    border:0;
  }
  #nv ul ul li a {
    padding:.5rem 0;
    display:block;
    text-transform:none;
  }

  #nv ul ul ul {
    display:none !important;
  }

  #nv li:hover > ul {
    display:block;
  }

  #nv .nv-meta {
    position:absolute;
    right:1rem;
    top:0;
  }
  #nv .nv-meta li {
    margin-left:.375rem;
  }
}

.banner-image {
  height:32rem;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.banner-image .title {
  position: absolute;
  left: calc(100% - 0.375rem);
  bottom: .375rem;
  font-size: .75rem;
  color: #fff;
  text-shadow:1px 1px 0 rgba(0,0,0,1);
  transform: rotate(-90deg);
  transform-origin: bottom left;
  white-space: nowrap;
}

.page-tools {
  padding:2.5rem 0 .75rem 0;
  border-bottom:solid #dedede 1px;
  position:relative;
  z-index:1080;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.page-tools .path {
  font-size:.75rem;
}
.page-tools .social-share {
  display:none;
}
.page-tools .social-share ul {
  margin:0;
  padding:0;
  list-style: none;
  display:flex;
}
.page-tools .social-share ul li {
  margin:0 0 0 .75rem;
  padding:0;
}
.page-tools .social-share a {
  display:inline-block;
  color:#666;
  transition:color .2s ease;
}
.page-tools .social-share a:hover {
  color:#cc1718;
}
.id-54 .page-tools {
  display:none;
}

#footer {
  margin-top:auto;
}
.footer-partner {
  padding:1.5rem 0;
  font-size:.875rem;
  text-align: center;
}
.footer-jiggys {
  padding:2rem 0;
}
.footer-jiggys .jiggy {
  margin-bottom:1.5rem;
}
.footer-jiggys .jiggy-content :last-child {
  margin-bottom:0;
}
.footer-bottom {
  padding:.75rem;
  background:#2d57a3;
  color:#fff;
}
.footer-bottom .row {
  justify-content: space-between;
  align-items: center;
}
.footer-bottom a {
  color:#fff;
}
.footer-bottom .nv-meta {
  text-align:right;
}
.footer-bottom .nv-social {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  font-size:1.5rem;
}
.footer-bottom .nv-social a {
  display:inline-block;
}
.footer-bottom .nv-social .komoot {
  line-height: 1;
  margin-top: 0.25rem;
}
.footer-bottom .nv-social .komoot img {
  width: 1.5rem;
  height: auto;
}

.top-link {
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  display:none;
}
.top-link a {
  display:block;
  font-size:2rem;
  text-decoration: none;
  text-align: center;
  width:3rem;
  height:3rem;
  line-height:3rem;
  background:var(--blue);
  color:#fff;
  border-radius:.1875rem;
}

@media only screen and (min-width : 580px) {
  .footer-jiggys .jiggy {
    flex:0 0 50%;
    max-width:50%;
  }
}
@media only screen and (min-width : 992px) {
  .footer-jiggys .jiggy {
    flex:0 0 25%;
    max-width:25%;
  }
  .footer-jiggys .jiggy:not(:last-child) {
    border-right:dashed #dedede 1px;
  }
}