@charset "UTF-8";
/* CSS Document */

@media (max-width: 480px) {

  .mobile_only {
    display: block!important;
  }

  @font-face {
    font-family: "MaisonNeue";
    src: url('../webFonts/Maison Neue MG/MaisonNeueWEB-Bold.woff2') format('woff2'),
      url('../webFonts/Maison Neue MG/MaisonNeueWEB-Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
  }

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

  body {
    font-family: "CharterITCPro-Regular";
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 70, 130, 1.00);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #content {
    width: 100%;
  }

  .content_beitrag {
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }

  .flex-container {
    box-sizing: border-box;
  }

  .quote-container,
  .breite_100,
  .breite_75,
  .breite_66,
  .breite_60,
  .breite_50,
  .breite_33,
  .breite_25,
  .breite_30,
  .breite_15,
  .breite_80,
  .breite_85 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .clearer {
    clear: both;
  }

  .unsichtbar {
    display: none !important;
  }

  .quote-container {
    margin-left: 0;
    margin-right: 0;

  }

  .quote-container,
  .slider-item-container{
    font-size: 5vw;
  }


  .slider-item-container .slider-author-name{
    padding-top: 20px !important;
  }

  .flexslider {
    margin: 12% 0 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  footer li,
  p,
  .main_headline,
  .sub_headline,
  .main_content,
  .sub_content {
    text-align: left !important;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
  }

  h4,
  h5,
  h6 {
    font-family: "MaisonNeue";
  }

  h1 {
    font-size: 11.5vw;
    line-height: 110%;
    margin: 18vw 0 3% 0;
    font-family: "MaisonNeue";
    width: 100%;
    padding: 0 0 0 0;
    word-wrap: break-word;
  }

  h1.main-headline{
    bottom: auto;
    left: 0;
    font-size: 10vw;
  }

  h2 {
    font-size: 7vw;
    line-height: 105%;
    -moz-hyphens: none !important;
    -o-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    margin: 3% 0px 5% 0px;
    font-family: "CharterITCPro-Italic";
    padding: 0 0 0 0;
  }

  h3 {
    font-size: 5.5vw;
    margin: 0px 0px 2% 0px;
  }

  h4 {
    font-size: 5vw;
    line-height: 1em;
  }

  h5 {
    font-size: 2em;
    line-height: 3em;
  }

  h6 {
    font-size: 1em;
    line-height: 1em;
  }

  p {
    font-size: 4.8vw;
    line-height: 120%;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: block;
    width: 100%;
  }

  a {
    font-weight: bold;
    text-decoration: none;
  }

  .beitrag_footer {
    margin: 10vw 0 4vw;
    width: 100%;
  }

.quelle {
    font-family: "MaisonNeue";
    line-height: 120%;
    display: block;
    position: relative;
    width: 50%;
  }
.quelle, .link_studie {
    font-size: 4.8vw;
}
  .zweizeilig {
    margin: 19vw 0 0 0;
  }

  .dreizeilig {
    margin: 23vw 0 0 0;
  }

  .link_all_together svg {
    width: 1em;
  }

  .link_all_together {
    display: block;
    right: 0;
    font-size: 1em;
    position: absolute;
    bottom: 0;
    line-height: 120%;
    width: 50%;
  }

  .readMore.en,
  .readMore,  
  .readMore.en_yellow,
  .readMore.de_yellow {
    font-size: 4.8vw;
    line-height: 120%;
  }
.readMore {
    margin:3vw 0 5vw 0!important;
    display:block;
    }
  .illustration {
    width: 100%;
    box-sizing: border-box;
  }

  .zahl_kreis {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.7%;
    position: absolute;
    display: Inline-Block;
    left: 4%;
    margin: 5% 0px 0px;
    border: 2px solid;
  }
.zahl_kreis_yellow {
    border: 1px solid var(--colorYellow);
}
  .zahl_im_kreis {
    line-height: 1.5rem;
  }
.zahl_im_kreis_yellow {
  line-height: 1.5rem;
}
  /* NOTE: Burger-Menue */

  div#sidebar {
    z-index: 90;
    position: fixed;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 0% 0% 20% 0%;
    width: 100%;
    height: 100%;
    right: -100%;
  }

 .menue_button {
 position: fixed;
 z-index: 80;
 width: 9vw;
 height: 9vw;
 right: 4vw;
 top: 3.5vw;
 padding: 0.5% 1.5%;
 -webkit-border-radius: 20%;
 -moz-border-radius: 20%;
 border-radius: 20%;
 }

  .menue_button:hover {
    cursor: pointer;
  }

  svg.head_burger {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 2.6;
  }

  .menue_button_schliessen {
    position: absolute;
    z-index: 100;
    width: 8vw;
    height: 8vw;
    margin: 0;
    right: 5vw !important;
    top: 3.5vw !important;
    transition: transform 0.4s linear;
    padding: 0% 0 1.4% 0;
  }

  svg.head_kreuz {
    fill: none;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    width: 8vw;
  }

div#liste_01 {
    margin: 63% 0% 0% 10%;
    width: 90%;
}
div#liste_01 {
    margin: 63% 0% 0% 15%;
    width: 90%;
}

#sidebar #liste_01 ol.menue_links li {
    font-size: 4.8vw;
    line-height: 9vw!important;
    width:80vw;
}

#sidebar #liste_01 ol.menue_links li a::before {
    /*width: 8vw;
    height: 8vw;*/
    width: 7vw;
    height: 7vw;
    line-height: 7vw; /* Rückt die Beitragnummern hoch/runter */
    font-size: 5vw;
    border: 2px solid rgb(250, 240, 10);
    margin:0 0 0 -5vw;
}


div#sidebar div#liste_01 ol li a.menue_links div.menue_zahl_kreis.menue_zahl_kreis_positon {
    font-family: "MaisonNeue";
    text-align: center;
    vertical-align: middle;
    font-size: 5vw;
    line-height: 130%;
    width: 6.1vw;
    height: 6.1vw;
    border: solid 0.6vw var(--colorYellow);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0% 3% 0% 0%;
    /*margin: 0% 3% 0% 0%;*/
    display: inline-block;
}

  div#liste_02 {
    display: none!important;
  }

  .liste_03 {
    position: absolute;
    right: 0%;
    top: 0%;
    margin: 18% 5.8% 0 0;
  }

  .liste_03 li a.menue_links,
  .liste_03 ul li {
    font-family: "MaisonNeue";
    font-size: 6.5vw;
    line-height: 80%;
    display: block;
    text-align: left;
    text-transform: uppercase;
  }

  .menue_3_en {
    margin-top: 10%;
  }

  .menue_3_zeichen_breit {
    display: block;
    -webkit-transform: scale(1.8, 0.9);
    -moz-transform: scale(1.8, 0.9);
    -ms-transform: scale(3.0, 1.0);
    -o-transform: scale(3.0, 1.0);
    transform: scale(1.8, 0.9);
  }

  div#sidebar div#liste_01 ol li a.menue_links:hover,
  div#sidebar div#liste_02 ul li a.menue_links:hover {
    color: var(--colorOrange)!important;
  }

  .menue_ttr_logo {
    position: absolute;
    margin: 4% 0 0 4%;
    width: 60%;
    z-index: 10;
  }

  .menue_kas_logo {
    position: absolute;
    right: 4%;
    top: 84%;
    width: 30%;
    display: none;
  }

  div#sidebar div#button_download a img {
    position: relative;
    width: 70%;
  }

  div#sidebar div#button_download {
    position: absolute;
    top: 40vw;
    right: -5vw;
    height: 100%;
    z-index: 100;
  }

  /* NOTE: Head */


  div#head {
    display: block;
    width: 100%;
    height: 144.1vw;
  }

  .ttr_logo_gesamt {
    position: absolute;
    margin: 4% 0px 0px 4%;
    width: 60%;
    z-index: 10;
  }

  .ttr_logo_gesamt_en {
    position: absolute;
    margin: 4% 0px 0px 4%;
    width: 53.5%;
    z-index: 10;
  }

  a.kas_logo {
    bottom: 3.5vw;
    width: 34vw;
    right: 20px;
  }

  .head_newsletter {
    position: absolute;
    font-family: "MaisonNeue";
    font-size: 5.2vw;
    left: 4%;
    border: 0.75vw solid rgba(250, 240, 10, 1.00);
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    border-radius: 2vw;
    padding: 1.3%;
    width: 35%;
    text-align: center;
    z-index: 50;
    display: block;
    color: rgba(250, 240, 10, 1.00);
    box-sizing: border-box;
    top: auto;
    bottom: 3%;
  }

  .head_newsletter:hover {
    border: 0.75vw solid var(--colorOrange) !important;
    color: var(--colorOrange) !important;
  }


    
  /* NOTE: Videos */

  #video_01 {
    padding: 18vw 0 3% 0 !important;
    width: 100%;
    box-sizing: border-box;
  }

  #video_01 .zahl_kreis {
    margin: -12vw 0 0 0 !important;
  }

  .video {
    padding: 4% 4% 0 4%;
    box-sizing: border-box;
  }

  .video h1 {
    font-size: 6vw !important;
    padding: 1.2% 0 0 0;
    line-height: 120%;
    font-family: "CharterITCPro-Italic";
    box-sizing: border-box;
  }

  .video h2 {
    font-size: 5.2vw !important;
    line-height: 60%;
    font-family: "MaisonNeue";
    padding: 0 0 0 0;
    margin: 5% 0 3% 0;
  }

  .video h4 {
    font-family: "MaisonNeue";
    font-size: 4vw;
    margin: 0 0 4% 0;
    line-height: 120%;
  }

  .video p {
    font-size: 2vw !important;
    padding: 0 0 0 0;
    font-family: "CharterITCPro-Italic";
  }

  .video_vorschau_image {
    margin: 4% 0 0 0;
    padding: 0 4% 0 4% !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .pictogramm_video {
    margin: 1% 4% 0 3%;
    padding: 2% 0 0 0;
    width: 15%;
  }

  p.pictogramme_video {
    font-family: "MaisonNeue";
    font-size: 5vw !important;
    margin: 0 0 4% 0;
  }

  .video_player_button_links {
    position: absolute;
    margin: 10% 4% 0 -22%;
    width: 12vw;
  }

  .video_player_button_rechts {
    position: absolute;
    margin: 10% 4% 0 -90%;
    width: 12vw;
  }

  /* NOTE: Podcasts */

  .podcast {
    padding: 0;
  }

  div#podcast_01 {
    padding: 18vw 4% 3% 4% !important;
    width: 100%;
    box-sizing: border-box;
  }

  div#podcast_02 {
    padding: 3% 4% 3% 4% !important;
    box-sizing: border-box;
  }

  div#podcast_01 .zahl_kreis {
    margin: -12vw 0 5vw 0 !important;
  }

  .podcast_image {
    margin: 4% 0 0 0;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .pictogramm_podcast {
    margin: 2% 2% 0 0;
    width: 15%;
  }

  .podcast h1 {
    font-size: 6vw !important;
    margin: 1.2% 0 0 0 !important;
    line-height: 120%;
    font-family: "CharterITCPro-Italic";
    padding: 0 0 !important;
  }

  .podcast h2 {
    font-size: 5.2vw !important;
    line-height: 60%;
    font-family: "MaisonNeue";
    padding: 0 !important;
    margin: 5% 0 3% 0;
  }

  .podcast h4 {
    font-family: "MaisonNeue";
    font-size: 4vw !important;
    margin: 0 0 4% 0;
    line-height: 120%;
  }

  p.pictogramme_podcast {
    font-family: "MaisonNeue" !important;
    font-size: 5vw !important;
    margin: 0 0 4% 0;
    font-size: 5vw !important;
  }

  .podcast_vorschau_image {
    margin: 0 0 4% 0;
  }

  div#an_pc01,
  div#an_pc02 {
    display: none !important;
  }

  div#podcast_01 .podcast_player,
  div#podcast_02 .podcast_player {
    width: 100% !important;
    margin: 0 0 0 0 !important;
    padding: 3% 0 3% 0 !important;
    box-sizing: border-box;
  }

  .mejs__button,
  .mejs__time,
  .mejs__time-rail {
    font-size: 4vw !important;
  }

  /* NOTE: Consent-Banner */
  .cookieconsent-banner-opened {
    padding-bottom: 10% !important;
  }

  .cc-window {
    border-top: 0.1vw solid rgba(0, 70, 130, 1.00);
    font-family: "CharterITCPro" !important;
  }

  div.cc-revoke.cc-bottom {
    border: 0.2vw solid rgba(0, 70, 130, 1.00);
    /* Blau */
    border-bottom: none;
    text-decoration: none;
    font-family: "MaisonNeue";
    display: none;
  }

  .cc-deny,
  .cc-allow,
  .cc-link {
    font-family: "MaisonNeue";
  }

  span.author-name,
  .quote-container p {
    font-size: 4.8vw;
    line-height: 120%;

  }

  span.author-name {
    color: var(--quoteAuthorNameColor);
  }

  /* NOTE: Footer */

  div#footer.box {
    font-family: "MaisonNeue";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  div#footer.box div {
    box-sizing: border-box;
    padding: 0% 2%;
    font-size: 6vw;
    line-height: 100%;
    width: 100%;
  }

  p.copyright {
    font-size: 4.5vw;
    line-height: 120%;
    width: 100%;
    text-align: center !important;
    padding: 0 0 0 0 !important;
  }

  svg {
    fill: currentColor;
  }

  div#footer div.footer_links_erste_reihe div#footer_button_download a img {
    display: block;
    width: 25vw;
    margin: 0 auto;
  }

  div#footer.box div.footer_links_erste_reihe svg {
    width: 6vw;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  div#footer.box div.footer_links_zweite_reihe {
    width: 10%;
  }

  div#footer.box div.footer_links_zweite_reihe svg {
    width: 10vw;
  }

  div#footer.box div.footer_links_zweite_reihe {
    text-align: center;
    margin: 0% 4% 3vw 4%;
  }

  div#footer.box.flex-container div.footer_links {
    margin: 0 0 7vw 0;
  }

  /* Danksagung */

  div#danksagung {
    padding: 3% 4% 3% 4%;
    bottom: -150%;
  }

  div#danksagung p {
    font-size: 4.5vw;
    line-height: 120%;
    margin: 0 0 1.5% 0;
    padding: 0 0 0 0;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }

  div#quellenangaben {
    z-index: 90;
    display: block;
    position: fixed;
    transition: all 0.3s ease-in-out;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    bottom: -150%;
    padding: 3% 4% 3% 4%;
    width: 90%;
    margin: 0 5%;
    max-width: 90%;
  }

  div#quellenangaben h4 {
    font-size: 2vw;
    line-height: 120%;
    font-family: "MaisonNeue";
    margin: 0 0 2% 0;
  }

  div#quellenangaben p {
    font-size: 3vw;
    line-height: 120%;
    box-sizing: border-box;
    margin: 0 0 1.5% 0;
    padding: 0 2% 0 4%;
    text-indent: -5%;
  }

  div#quellenangaben>p>a>svg {
    width: 5% !important;
    padding: 0 0 0 0.5%;
  }

  .desktop_only {
    display: none !important;
  }

  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    font-size: 0.7rem;
  }

}