


/* old hero section */
.header{
    padding:150px 50px;
    position:relative;
    background:url(https://smerds.de/r128/https://smerds.de/r128/content/hero_img_dark.jpg);
    background:url(content/hero_img_dark.jpg);
    background:url(https://smerds.de/r128/content/light.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow:0 0 15px #0000008f;
    z-index:2
}
.header .textblock{
    display:inline-block;
    width:40%;
    padding:30px;
    margin:70px 0;
    vertical-align:middle;
    background:#0000006e
}
.header .textblock h1,.header .textblock h3{
    color:var(--white);
    margin:5px 0;
    line-height:1.2
}
.header .textblock h3{
    color:var(--yellow);
    font-weight:500
}
.header p.subtitle{
    color:var(--white);
    font-weight:400
}
.header .textblock p.description{
    width:80%
}
.buttons{
    margin-top:40px
}
.buttons a{
    margin-right:20px;
    padding-top:6px
}
.header .videoblock{
    display:inline-block;
    width:50%;
    max-width:750px;
    vertical-align:middle;
    text-align:center;
    float:right;
    position:relative
}
.header .videoblock #play{
    cursor:pointer;
    z-index:8888;
    position:absolute;
    width:70px;
    top:calc(50% - 35px);
    left:calc(50% - 35px)
}
.header .videoblock video{
    margin-top:20px;
    width:70%;
    box-shadow:0 0 0 #000;
    border-radius:6px;
    border:2px solid var(--yellow);
    background-color:#f7a6004a;
    transition:3s
}
.header .videoblock h2{
    font-size:1.6em;
    line-height:1.1;
    color:var(--blue)
}
.header .videoblock span{
    font-size:.8em
}
.route128-sign{
    width:240px;
    position:absolute;
    right:20%;
    bottom:0;
    transition:.3s
}
.route128-sign:hover{
    filter:drop-shadow(0 0 85px #ffffffa3)
}





/* general */
h3 {
    font-size: 2.3em;
}
.container {
  padding: 70px auto 90px;
}

.head {
    text-align: center;
    width: 70%;
    margin: 70px auto 60px;
}

.head span {
    background-image: radial-gradient(70.54% 70.54%, rgb(168, 113, 0) 0%, rgb(208, 166, 81) 92.71%, rgba(255, 255, 255, 0.6) 92.72%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* HERO SECTION */
.hero-element {
  padding-top: 120px;
  background-color: #010B17;
  background-image: url("https://www.route128.net/content/hero_img_dark.jpg");
  background-image: url("content/home/hero-dark.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: brightness(40%);
}

h1.headline {
    font-size: 6.5em;
    line-height: 1.3;
    font-weight: 500;
    color: var(--white);
}

h1.headline span {
    background-image: radial-gradient(70.54% 70.54%, rgb(255, 255, 255) 0%, rgb(208, 166, 81) 92.71%, rgba(255, 255, 255, 0.6) 92.72%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-element .button {
    margin: 0 20px;
    padding: 14px 35px;
  font-weight: 600;x
}

/* CAROUSEL SCREENSHOTS */
.carousel .subtitle {
    color: var(--white);
    margin-bottom: 55px;
    filter: drop-shadow(0 -20px 10px black);
    font-weight: 600;
}

.carousel .content {
    width: 85%;
    margin: 80px auto 0;
    align-items: start;
}

.carousel .content .media {
    flex: .2;
}

.carousel .content .media img {
    width: 65%;
}

.carousel-container {
    position: relative;
    max-width: 80%;
    margin: 8vw auto 0;
    overflow: hidden;
    box-shadow: 0 0 125px 0 #f7a600a3;
    border-radius: 20px;
    border: 3px solid #f7a600a3;
}

.carousel .carousel-caption {
    left: 30%;
    right: 30%;
    background: #B3B3B380;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    color: var(--black);
    box-shadow: 0 0 70px 10px #ffffff45;
    border: 2px solid #f7a600;
}

.carousel-container h5 {
    font-size: 2.3em;
    text-shadow: none;
}

.carousel-container p {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: var(--black);
}




/* What is IPv6? */
#whatisipv6 {
    padding-top: 120px;
}

#whatisipv6-grid {
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, #fff 100%), 
                radial-gradient(50% 65.18% at 100% 100%, #d4edff 0%, rgba(255,252,236,0) 100%), 
                radial-gradient(63.5% 72.5% at 0% 100%, #b0e0fc  0%, rgba(220,255,243,0) 100%), 
                radial-gradient(85.51% 107.61% at 116.48% -16.77%, #f8e1ac 0%, rgba(217,248,255,0) 100%), 
                radial-gradient(85.41% 95.63% at -15.24% -17.56%, #fffadd 0%, rgba(255,212,230,0) 100%), #fff;
}

#whatisipv6 .content {
    align-items: first baseline;
}

#whatisipv6 .media {
    padding-bottom: 20px;
    text-align: center;
}


#whatisipv6 .media .container {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    text-align: right;
    height: auto;
    margin: 30px 0;
}

/* Background image */
#whatisipv6 .media .background {
    width: 70%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    margin-right: auto;
    position: relative;
    top: 10%;
    right: 0;
}

/* Overlay box styling */
#whatisipv6 .media .overlay {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 310px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px 0 0;
    gap: 10px;
}

/* Individual stat box styling */
#whatisipv6 .media .stat-box {
    background: linear-gradient(120deg, rgb(60, 73, 83) 0%, rgb(16, 53, 73) 100%);
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: left;
}

/* Gradient text styling */
#whatisipv6 .media .stat-highlight {
    font-size: 2.5em;
    font-weight: bold;
    background-image: radial-gradient(70.54% 70.54%, rgb(255, 255, 255) 0%, rgb(208, 166, 81) 92.71%, rgba(255, 255, 255, 0.6) 92.72%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#whatisipv6 .media .stat-box p {
  font-weight: 500;
  font-size: 1.2em;
}



#whatisipv6 .media a {
    margin-right: 10px;
}

img.smartkitlogo {
    width: 200px;
    display: block;
    margin: 20px auto;
    border-radius: 0;
}

#whatisipv6 .description {
    margin-top: 20px;
}

#whatisipv6 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 7%;
    list-style-type: none; /* Removes Standard-Aufzählungszeichen */
    padding-left: 0;
}

#whatisipv6 li {
    width: 45%;
    color: #555;
    font-size: 1.2em;
    font-weight: 800;
    position: relative; /* Ermöglicht die Positionierung des Checkmarks */
    padding-left: 50px; /* Platz für das Symbol schaffen */
    margin-bottom: 20px;
}

#whatisipv6 li::before {
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}

#whatisipv6 li.adv::before {
    content: "\f00c";
    background: linear-gradient(160deg, #82ed7d, #5fc751); /* Green Colorfade */
}

#whatisipv6 li.rsk::before {
    content: "\f071";
    background: linear-gradient(160deg, #f7c477, #dd9a34); /* Orange Colorfade */
}

#whatisipv6 .sources {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 20px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 5px 14px;
}

#whatisipv6 .sources a {
  color: var(--yellow);
}


/* DETAIL FEATURES */
#detailfeature .content {
    margin-bottom: 110px;
}

#detailfeature .media {
    box-shadow: 0 0 155px #f7a6004f;
}

#detailfeature img {
    border-radius: 15px;
    margin: 0;
}

#detailfeature .text {
    background: linear-gradient(125deg, #f7a6002e, #9765000f);
    background: #f1f1f1;
    padding: 40px 40px;
    flex: .8;
    border-radius: 15px;
}

#detailfeature .text .title {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 40px;
}



/* FEATURES GRID */
#features-list .subtitle {
    color: #555;
}

#features-list .content {
    gap: 0;
}

ul.features-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 0;
    border-radius: 5px;
    list-style-type: none;
}

.features-list li {
  flex: 1 1 33.33%;
  margin: 10px 0;
  color: var(--black);
  font-weight: 500;
  font-size: 1.1em;
}

.features-list li::before {
  content: "✔";
  margin-right: 10px;
}

#features-list .feature {
  cursor: help;
  background: #FFF;
  min-height: 330px;
  padding: 30px 20px 40px;
  margin: 20px 0;
  border-radius: 5px;
  text-align: left;
  flex: 0 1 calc(33.333% - 20px);
  box-shadow: 0 0 10px #e3e3e3;
  border: 2px solid #f7a600;
  transition: .3s;
}

#features-list .feature:hover {
    box-shadow: 0 0 40px 10px #ddd;
    background: #fcf0d5;
/*    padding: 35px 20px 45px;*/
    background: rgba(255, 171, 0, 0.34);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.2px);
    -webkit-backdrop-filter: blur(11.2px);
    border: 2px solid rgba(247, 166, 0, 0.41);
}

#features-list .feature img {
  width: 20%;
  margin-bottom: 20px;
  transition: .3s;
}

#features-list .feature h4 {
  color: var(--black);
  font-weight: 900;
}
#features-list .feature p {
    color: #888;
}




#morehelp {
    padding-top: 30px;
}

#morehelp .media {
    flex: .5;
}

#morehelp img {
    width: 50%;
    margin: 0 auto;
}

#morehelp .subtitle {
    margin-top: 20px;
}

#morehelp .text {
    padding-right: 30px;
}

#morehelp .break-pin {
    margin: 0 30px;
    display: inline;
    font-weight: 900;
}

#morehelp a {
    margin-left: 10px;
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: 500;
}



/* TEAM ABOUT-US INTRO */
#about-us .head {
    width: 100%;
    text-align: left;
}

#about-us .content {
    align-items: start;
    justify-content: center;
}

a.team-member {
    text-decoration: none;
    flex: .3;
    background: #009cf238;
    padding: 20px;
    border-radius: 10px;
    transition: .3s;
}

.team-member:hover {
    background: #f9f9f9;
}

.team-member p {
    color: var(--black);
}

.team-member .country {
    font-weight: 900;
    opacity: .4;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.team-member img {
    margin: 0 0 20px;
}

.team-member .name {
    margin-bottom: 5px;
    font-size: 1.7em;
}

.team-member .position {
    font-size: 1.1em;
    font-weight: 500;
    color: var(--black);
    padding: 5px 8px 0 0;
    margin: 10px 0;
    border-radius: 0;
    display: inline-block;
    border-bottom: 2px solid black;
}

.team-member .title {
    margin-top: 15px;
    font-size: 1.1em;
    font-weight: 500;
}

.team-member .bio {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.1em;
    font-style: italic;
}

.team-member .bio b {
    font-style: normal;
}

#about-us .read-more {
    text-align: center;
    margin: 80px 0 0;
}

#about-us .read-more a {
    padding: 10px 25px;
}



/* PARALLAX BANNER */
.reverse-parallax {
    margin: 0;
}


/* BOOK A DEMO CALENDLY */
#book-a-demo {
  padding-top: 60px;
}

#book-a-demo .title {
  margin-bottom: 20px;
  font-weight: 500;
}

#book-a-demo .content {
    align-items: start;
}

#book-a-demo .media {
    margin: 0;
    box-shadow: 0 0 155px #f7a6004f;
}

#book-a-demo img {
    margin: 0;
    border: 2px solid var(--yellow);
}

#book-a-demo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 7%;
    list-style-type: none; /* Removes Standard-Aufzählungszeichen */
    padding-left: 0;
}

#book-a-demo li {
    color: #555;
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

#book-a-demo li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--yellow);
    background: linear-gradient(160deg, #f7a6001a, #f7a60070); /* Yellow Colorfade */
    padding: 8px 10px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}

#book-a-demo li.qstn::before {
    content: "\f128";
    padding: 8px 12px;
}

#book-a-demo li.check::before {
    content: "\f00c";
}

#booking-widget {
    text-align: center;
    margin: 120px 0;
    padding-top: 60px;
    background: #f9f9f9;
    border-radius: 10px;
}

#booking-widget .topline {
  font-weight: 900;
  opacity: .4;
}

#booking-widget h3 {
    font-weight: 900;
    margin: 10px 0 5px;
}

#booking-widget .calendly-inline-widget {
    min-width: 100% !important;
    height:700px;
}



@media (max-width:1350px){
    .header{
        padding:150px 50px 120px
    }
    .header .videoblock{
        margin-top:50px
    }
}
@media (max-width:770px){
    .buttons a{
        margin:0 10px;
        font-size:1em;
        display:block;
        margin-top:10px
    }
    .section{
        text-align:center;
    }
    .section h2,.section p{
        text-align:left
    }
    .header{
        padding:20px 10px 10px
    }
    .header .textblock{
        background:#000000a3;
        display:block;
        width:60%;
        padding:20px 8px 15px;
        margin:90px 0 0
    }
    .header .textblock p.description{
        width:100%
    }
    .header .buttons{
        margin-top:20px
    }



    .head {
      margin: 0 auto 60px;
      padding: 0 0;
      width: 100%;
    }

    h1.headline {
      font-size: 3em;
    }

    h2.headline {
        font-size: 2.5em;
    }

    .head .headline, .head .subtitle {
        padding: 0 20px;
    }

    .carousel .subtitle {
      font-weight: 400;
    }

    .hero-element .button {
      font-size: 1.1em;
      padding: 8px 15px;
      display: inline-block;
      margin: 0 5px;
    }

    .carousel .content {
      gap: 10px;
    }

    .carousel .content .media {
        flex: 0 1 25%;
    }

    .carousel .content .media img {
      width: 100%;
    }

    .carousel .carousel-caption {
        left: 10%;
        right: 10%;
        padding: 5px;
        bottom: 5%;
        background: #E6E6E6;
        padding: 2px;
    }

    .carousel-container h5 {
        font-size: 1em;
    }

    .carousel .content .text {
      flex: 1 1 100%;
    }

    .carousel-indicators {
        display: none;
    }

    #whatisipv6 .media {
        flex: 1 1 100%;
    }

    #whatisipv6 .media .overlay {
        position: absolute;
        top: 20%;
        left: 20%;
        width: auto;
        scale: .7;
    }

    #whatisipv6 li {
      width: 45%;
      font-size: 1.1em;
      font-weight: 400;
      padding-left: 45px;
      text-align: left;
    }

    #whatisipv6 .sources {
        text-align: left;
    }

    #whatisipv6 .sources > * {
        display: inline;
    }

    #features .section {
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        align-items: flex-start;
    }

    #features .content {
        flex: 0 0 80%;
        margin: 0 20px 40px 0;
    }

    ul.features-list {
        padding: 0;
    }

    .features-list li {
        margin: 10px;
        padding: 0;
        text-align: left;
    }

    #detailfeature .text {
        flex: 1 auto;
        padding: 5px 15px;
        font-size: .9em;
    }

    #detailfeature .text .title {
        text-align: left;
    }

    #features-list .content {
        background: #fff;
        border-radius: 4px;
        align-items: flex-start;
    }


    #features-list .feature {
        min-height: auto;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        flex: 1 1 46%;
        padding: 20px;
        text-align: left;
        border: none;
    }

    .content .feature:nth-child(2), .content .feature:nth-child(3), .content .feature:nth-child(6), .content .feature:nth-child(7) {
        box-shadow: inset 0 0 40px 10px #ffab0030 !important;
        background: #fcf0d5 !important;
    }

    #features-list .feature:hover {
        box-shadow: none;
        background: none;
    }

    #morehelp .content {
        gap: 20px;
    }

    #morehelp .media {
      flex: 0 0 25%;
      margin: auto;
    }

    #morehelp .text {
        flex: 1 1 100%;
        padding-right: 0;
    }

    #morehelp .text h3 {
        margin-bottom: 60px;
    }

    #morehelp a {
        font-size: 1.1em;
    }

    #morehelp .break-pin {
        margin: 0 10px;
        color: transparent;
    }

    a.team-member {
      flex: 0 0 calc(50% - 10px);
      padding: 15px;
    }

    #about-us .content {
        display: flex;
        flex-wrap: nowrap; /* Elemente werden in einer Zeile angeordnet */
        overflow-x: auto; /* Horizontaler Scrollbalken, falls nötig */
        gap: 20px; /* Optional: Abstand zwischen den Elementen */
        padding-bottom: 20px; /* Platz für Scrollleiste */
    }

    #about-us .team-member {
        flex: 0 0 69%;
        background-color: #e7e7e7;
        background: linear-gradient(180deg, rgb(235, 235, 235) 50%, #ebebeb 100%);
        font-size: .8em;
        min-height: 515px;
        border-radius: 5px;
        text-align: center;
        padding: 20px 15px;
        text-align: left;
        box-shadow: none;
    }

    #about-us .content::-webkit-scrollbar {
        display: none; /* Optional: Scrollleiste verstecken */
    }

    #about-us .read-more {
        margin: 40px 0 0;
    }

    #about-us .read-more a {
        font-size: 1em;
    }

    .reverse-parallax {
        background-size: auto;
        box-shadow: inset 0 0 45px #333;
    }

    #book-a-demo .text {
      flex: 0 0 100%;
    }

    #book-a-demo .section {
        padding: 30px 10px;
        margin-top: 0;
        font-size: .85em;
    }

    #book-a-demo .section > * {
        text-align: center;
    }

    #book-a-demo .section1 .content {
        flex-wrap: wrap-reverse;
    }

    #book-a-demo li {
        text-align: left;
        font-size: 1.2em;
    }

    #booking-widget {
      margin-bottom: 0;
    }


/*  Temporarily  */


}
