:root{
    --blue:#002C58;
    --lightblue:#009fe3;
    --yellow:#F7A600;
    --white:#ECECEC;
    --blank:#FFF;
    --grey:#D9D7DA;
    --black:#454545;
    --shadow:0 0 15px #00000096
}
@font-face{
    font-family:myriad-pro;
    src:url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Semibold.woff) format('woff'),url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Semibold.otf) format('opentype');
    font-weight:600;
    font-style:normal
}
@font-face{
    font-family:myriad-pro;
    src:url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Regular.woff) format('woff'),url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Regular.otf) format('opentype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:myriad-pro;
    src:url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Light.woff) format('woff'),url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Light.otf) format('opentype');
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:myriad-pro;
    src:url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Bold.woff) format('woff'),url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Bold.otf) format('opentype');
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:myriad-pro;
    src:url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Black.woff) format('woff'),url(https://smerds.de/r128/fonts/myriad-pro/MyriadPro-Black.otf) format('opentype');
    font-weight:900;
    font-style:normal
}
html{
    scroll-behavior:smooth
}
body{
    font-family:myriad-pro,Arial,Helvetica,sans-serif
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}
img{
    width:100%;
    border-radius: 5px;
}
.routeyellow{
    color:#f7a600
}
.mobile{
    display:none
}
a{
    color:var(--blue)
}
a.active{
    text-decoration:none;
    color:var(--yellow);
    font-size:1.3em;
    border:2px solid var(--yellow);
    padding:2px 12px;
    border-radius:6px;
    white-space:nowrap;
    transition:.3s
}
a.active:hover{
    background:var(--yellow);
    color:#fff
}
a.interactive,button.interactive{
    text-decoration:none;
    color:var(--blank);
    font-size:1.3em;
    border:2px solid var(--yellow);
    background:var(--yellow);
    padding:2px 12px;
    border-radius:6px;
    white-space:nowrap;
    transition:.3s
}
a.interactive:hover,button.interactive:hover{
    background:#fff;
    color:var(--yellow)
}
a.btn-danger:active,a.btn-danger:focus{
    background-color:#cc9335!important;
    border-color:#cc9335!important
}
.button i {
  margin-right: 5px;
}

i.circle {
    background: linear-gradient(160deg, #f7a6001a, #f7a60070);
    padding: 10px;
    border-radius: 100%;
    color: var(--yellow);
}


.section {
    padding: 60px 0;
}
.h1, h1 {
    font-size: 3em;
    line-height: 1.4;
}
h1,h2,h3,p{
    color:var(--blue);
    margin:0
}
h1,h2,h3{
    font-weight:500
}
h2{
    font-size:2.6em
}
.h3, h3 {
    font-size: 2.5em;
}
.h5,h5{
    font-size:1.3em
}

.headline {
    color: #002c58;
    margin-bottom: 20px;
    font-size: 3.5em;
    font-weight: 500;
}

.subtitle {
    color: #555;
    margin-bottom: 40px;
    font-size: 1.4em;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.media {
    flex: 1;
    text-align: center;
}

.media img {
    margin-bottom: 20px;
}

.text {
    flex: 1;
}

.subheadline {
    color: #002c58;
    margin-bottom: 10px;
    font-size: 1.4em;
}

ul{
    margin:10px 0
}
li{
    color:var(--yellow)
}
li>span{
    color:var(--black)
}
.navbar-inverse{
    background-color:#e6e6e6bf;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border:none;
    box-shadow:0 6px 10px #5a5a5a40;
    margin-bottom:0;
    position:fixed;
    width:100%;
    z-index:9999;
    width:96vw;
    left:calc(50% - 48vw);
    border-radius:25px;
    padding:2px 30px;
    top:1%
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #002c58;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

a.navbar-brand.routeyellow{
    width:200px
}
.btn-danger{
    background-color:var(--yellow);
    border-color:var(--yellow);
    margin-left:20px
}
.btn-danger:hover{
    color:#fff;
    background-color:#cc9335;
    border-color:#cc9335
}
.navbar-inverse .navbar-brand{
    color:var(--yellow);
    font-size:2em;
    margin-top:-3px
}
.navbar-inverse .navbar-nav>li>a{
    color:#333;
    font-weight:700;
    transition:.3s
}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-nav>li>a:hover{
    color:var(--yellow)
}
.navbar-inverse .navbar-nav>li>a:focus{
    color:initial
}
.lang-switch {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
  position: absolute;
  right: 30px;
}
.lang-switch a img{
    width:30px!important;
    margin:0 4px;
    display: none;
}
.lang-switch a img.active{
    display: inline-block;
}
.gg-play-button-o{
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    transform:scale(var(--ggs,.7));
    width:22px;
    height:22px;
    border:2px solid;
    border-radius:20px;
    vertical-align:sub;
    margin-right:6px
}
.gg-play-button-o::before{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    position:absolute;
    width:0;
    height:10px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:6px solid;
    top:4px;
    left:7px
}
.gg-terminal{
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    transform:scale(var(--ggs,.7));
    width:24px;
    height:20px;
    border:2px solid;
    border-radius:2px;
    vertical-align:sub;
    margin-right:6px
}
.gg-terminal::after,.gg-terminal::before{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    position:absolute
}
.gg-terminal::before{
    border-right:2px solid;
    border-bottom:2px solid;
    transform:rotate(-45deg);
    width:6px;
    height:6px;
    top:5px;
    left:3px
}
.gg-terminal::after{
    width:4px;
    height:2px;
    background:currentColor;
    top:10px;
    left:11px
}


/* Parallax banner */
.reverse-parallax {
    position: relative;
    width: 100%;
    height: 360px; /* Anpassung nach Bedarf */
    background-image: url('content/route128-autopilot.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 90px;
}

.reverse-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dunkler Overlay mit 50% Transparenz */
    z-index: 1; /* Overlay liegt über dem Bild */
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Text liegt über dem Overlay */
    text-align: center;
    color: white;
    padding: 20px;
}


.overlay h2, .overlay p {
    margin: 0;
    color: #fff;
}

.overlay h2 {
    font-size: 5.5em;
}

.overlay img {
    width: 300px;
    margin-bottom: 20px;
}



/* Footer */
footer{
    background-color:#222529;
    position:relative;
    z-index:9;
    text-align:center;
    padding:20px 0
}
footer .content {
    justify-content: center;
    font-size: 1.2em;
}
footer .content>*{
    display:inline-block;
    margin:0 20px
}
footer .content a{
    color:var(--yellow);
    cursor:pointer;
    text-decoration:none;
    margin-right:0
}
footer .content p{
    color:var(--grey)
}
footer .button.active{
    font-size:inherit
}
footer .gg-mail,footer .gg-mail::after{
    display:block;
    box-sizing:border-box;
    height:14px;
    border:2px solid;
    vertical-align:sub;
    margin-right:6px;
    display:inline-block;
    box-shadow:var(--shadow)
}
footer .gg-mail{
    overflow:hidden;
    transform:scale(var(--ggs,1));
    position:relative;
    width:18px;
    border-radius:2px
}
footer .gg-mail::after{
    content:"";
    position:absolute;
    border-radius:3px;
    width:14px;
    transform:rotate(-45deg);
    bottom:3px;
    left:0
}






@media (max-width:770px){
    .mobile{
        display:block
    }
    /* NAV BAR   */
    .lang-switch {
        margin-top: 10px;
        margin: 5px 0 0;
        display: inline-block;
    }
    .navbar-toggle {
        display: block;
        background-color: transparent;
        float: right;
        margin: 4px 0 0 15px;
        padding: 8px;
        border-radius: 4px;
        border: none;
    }
    .navbar-btn {
        vertical-align: top;
        float: none;
        position: absolute;
        top: 0;
        right: 60px;
    }

   /* Style the burger icon bars */
   .icon-bar {
      width: 25px;
      height: 3px;
      background-color: #fff;
      margin: 5px 0;
      display: block;
   }

   /* Hide the nav links initially on mobile */
   .navbar-nav {
      display: none;
      flex-direction: column;
   }

    .nav > li {
        display: inline-block;
    }
   /* When the menu is toggled, show the nav links */
   .navbar-nav.show {
      display: inline-block;
   }

    .circle{
        scale:1;
        --scale:4!important;
        left:0!important
    }
    .navbar-inverse{
        width:100%;
        left:0;
        border-radius:0;
        padding:0;
        top:0
    }
    .header .textblock h1{
        font-size:1.5em;
        font-weight:400
    }
    h2{
        font-size:1.5em
    }
    h3{
        font-size:1.2em;
        font-weight:500;
        margin:15px 0 10px
    }
    ul.nav.navbar-nav{
        display:none;
        text-align: left;
    }
    p.credits{
        margin-bottom:20px
    }
    footer .content {
        gap: 20px 40px;
    }

    footer .content .credits {
      margin-bottom: 0;
    }

    footer .content a{
        margin:3px 10px
    }
}
