/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");


@font-face {
    font-family: TTLakesMedium;
    src: url("../fonts/TTLakesMedium.otf") format("opentype");
}

/*@font-face {*/
/*    font-family: TTLakesMedium;*/
/*    src: url("../fonts/Ailerons-Typeface.otf") format("opentype");*/
/*}*/


/*
 * Base structure
 */

body {
   /* font-family: 'Roboto', sans-serif; */
    background-color: #cff1ff;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

section {
    display: block;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    
}

section#start {
    padding-top: 5rem;
}

section#steven {
    padding-top: 0;
    padding-bottom: 0;
}


a.nolink {
    text-decoration: none;
    color: black;
}

h1.title, h2.title {
    font-size: 5rem;
    font-weight: 900;
}

img.logo {
    width: 300px;
}

.cover-container {
  max-width: 42em;
}

.master {
   /* border: 1px solid red;*/
}
.main {
    /*border: 1px solid blue;*/
}

.impress {
    margin-top: 5rem;
}

.header {
    
   /* height: 10em;*/
}

.navbar {
    /*background-color: rgba(255, 255, 255, .5);*/
    background-color: #23344b;
    /*6892b1;*/
}

.navbar-toggler {
    color: white;
    border-color: white;
}

.navbar-brand, .nav-link {
    font-family: TTLakesMedium, sans-serif;
    letter-spacing: 4px;
}

.start {
    background: url("../img/Juno-Cover.jpeg");
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}


.juno2 {
    background: url("../img/Juno2.jpeg");
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.arcadia {
    background: url("../img/Arcadia.jpeg");
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.steven {
    background: url("../img/anderson_back.jpg");
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.trans-textbox {
    background: rgba(248, 249, 250, 0.5);
}

.startbox, .stevenbox {
    width: 100%;
}

.stevenbox h1, .startbox h1 {
    font-family: TTLakesMedium, sans-serif;
}

.juno h3, h5.card-title {
    font-family: TTLakesMedium, sans-serif;
}


/* fix images on larger screens than iPads  */
@media (min-width: 768px) {
    
    .start, .juno2 {
        background-attachment: fixed;
    }
    
    .startbox, .stevenbox {
        width: 50%;
    }
    
    .stevenbox {
        text-align: left;
    }
    
    
}


.juno {
    background-color: #cff1ff; /*#23344b;*/
    color: black;
    /*max-width: 50%;*/
}

.contact {
    background-color: #cff1ff; /*#6892b1;*/
    color: black;
}

.footer {
    /*border: 1px solid yellow;*/
    background-color: #23344b;
    height: 10em;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #6892b1;
}

/*
 * Header
 */

.nav-masthead .nav-link, .nav-masthead .navbar-brand {
  /*padding: .25rem 0;*/
  font-weight: 700;
  /*font-size: 2em;*/
  color: rgba(255, 255, 255);
  background-color: transparent;
  /*border-bottom: .25rem solid transparent;*/
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus,
.nav-masthead .navbar-brand:hover,
.nav-masthead .navbar-brand:focus {
 /* border-bottom-color: rgba(255, 255, 255, .25);*/
    color: #6892b1;
}

.nav-masthead .nav-link + .nav-link {
  /*margin-left: 1rem;*/
}

.nav-masthead .active {
  color: #6892b1;
  /*border-bottom-color: #fff;*/
}


/*
 * Progress Bar
 */
@media (min-width: 768px) {
    .multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
      content: counter(stepNum);
      font-family: inherit;
      font-weight: 700;
    }
    .multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
      background-color: #ededed;
    }

    .multi-steps {
      display: table;
      table-layout: fixed;
      width: 100%;
    }

    .multi-steps > li {
      counter-increment: stepNum;
      text-align: center;
      display: table-cell;
      position: relative;
      color: green;
      z-index: 1;
    }
    .multi-steps > li:before {
      content: "";
      content: "✓;";
      content: "𐀃";
      content: "𐀄";
      content: "✓";
      display: block;
      margin: 0 auto 4px;
      background-color: #fff;
      width: 36px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      font-weight: bold;
      border-width: 2px;
      border-style: solid;
      border-color: green;
      border-radius: 50%;
    }
    .multi-steps > li:after {
      content: "";
      height: 2px;
      width: 100%;
      background-color: green;
      position: absolute;
      top: 16px;
      left: 50%;
      z-index: -1;
    }
    .multi-steps > li:last-child:after {
      display: none;
    }
    .multi-steps > li.is-active:before {
      background-color: #fff;
      border-color: green;
    }
    .multi-steps > li.is-active ~ li {
      color: #808080;
    }
    .multi-steps > li.is-active ~ li:before {
      background-color: #ededed;
      border-color: #ededed;
    }
}


.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
/*  display: table;
  table-layout: fixed;*/
  width: 100%;
  font-family: 'Roboto';
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
    /*
  display: table-cell;
  position: relative;
    */
  color: green;
  z-index: 1;
}
.multi-steps > li:before {
  content: "";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: green;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: green;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: green;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}


/* --- Störer "0,99 €" über Juno 1 --- */
.stoerer-badge {
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 3;
    text-decoration: none;
}
.stoerer-badge .stoerer-pill {
    display: inline-block;
    padding: .45rem .75rem;
    font-weight: 800;
    line-height: 1;
    border-radius: .5rem;
    background: #e50914;       /* dein dunkles Blau? -> dann hier ersetzen */
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
    transform: rotate(-6deg);
}
@media (max-width: 576px){
    .stoerer-badge { top: 6px; left: -4px; }
    .stoerer-badge .stoerer-pill { padding: .35rem .6rem; font-size: .9rem; }
}
