aside {
    width: 15%;
    padding-left: 15px;
    margin-left: 15px;
    float: right;
    font-style: italic;
    background-color: lightgray;
    height: 100%;
  }

  #preloader {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  }

  .section-heading h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .header-area.header-sticky .nav li a.active {
    color: #00d4ff !important;
  }

  .main-describe-txt {
    color: white;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 2rem;
    width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
  }

  @media (max-width:768px) {
    .main-describe-txt {
      width: 100%;
      font-size: 1rem;
      line-height: 1.8rem;
      margin-top: 1rem;

    }
  }

  h6 {
    color: #00d4ff !important;
  }

  footer {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  }

  #strategy .section-heading h2 {text-align: center; margin-bottom: 2rem}

  #strategy .section-heading h4 {text-align: center; margin-bottom: 2rem}

  #strategy {
    margin: 0 0 6rem 0;
  }

  .scroll-down a {
    background: black;
  }

  a.main-button-icon {
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  }

  #strategy .features-content {text-align: center}

  #contact-us .section-heading p {
    color: black;
    font-weight: 800;
  }

  #subscribe {
    background-image: url(../images/trade-overlay.jpg);
  }


  .amedi-logo {
    width: 5rem;
  }

  .main-text {
  width: 5rem;
  }

  .Modern-Slider .item .img-fill {
    height: 60vh;
  }

  @media (max-width:768px) {
    .Modern-Slider .item .img-fill {
      height: 100vh;
    }
  }

  .mobil-fund {
    object-fit: cover;
    width: 100%;
  }

  #protection {
    margin-top: 6rem;
    height: 40vh;
  }

  @media (max-width:768px) {
    #protection {
      margin-top: 2rem;
      height: 100%;
      margin-bottom: 4rem;
    }
  }

  #protection p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
  }

  .img-fill .text-content #main-icon {
    width: 150px;
    min-width: 150px;
  }

  #projects p {
    font-size: 18px;
    line-height: 30px
  }

  .btn-wrapper {
    margin: 2rem 0;
  }

  .features-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .features-item .features-icon {
    float: none;
  }

  .text-content h1 {
    color: white;
    margin-top: 2rem;
  }

  .features-icon img {
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
  }

  #features .features-content {
    margin-left: 0;
    text-align: center;
    margin-top: 2rem;
  }

  .rightbox {
    /*padding: 0em 34rem 0em 0em;*/
    height: 100%;
  }
  
  .rb-container {
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
  }
  
  .rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
  }
  
  .rb-container ul.rb li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px dashed #fff;
    padding: 0 0 50px 30px;
    position: relative;
  }
  
  .rb-container ul.rb li:last-child {
    border-left: 0;
  }
  
  .rb-container ul.rb li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 500%;
    background: #50d890;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
  }
  
  .rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
  }
  
  ul.rb li .timestamp {
    color: #50d890;
    position: relative;
    width: 100px;
    font-size: 12px;
  }
  
  .item-title {
    color: #fff;
  }
  
  .container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
  }
  
  .container-3 input#search {
    width: 150px;
    height: 30px;
    background: #fbfbfb;
    border: none;
    font-size: 10pt;
    color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0.9em 0 0 28.5em;
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
  }
  
  .container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
  }
  
  input::placeholder {
    padding: 5em 5em 1em 1em;
    color: #50d890;
  }


  #harmonogram {
    padding: 3rem 0px;
    background-image: url(../images/surg1up.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #harmonogram .section-heading {
    text-align: center;
    color: #fff;
  }

  .counterWrapper {
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
  }

  .countdownProp {
    align-items: center;
    display: block;
    float: left;
    padding: 0.5rem;
        margin: 0.5rem;
        font-size: 1rem;
        border: 2px solid white;   
    color: white;

  }

/*   @media (min-width:768px) {
    .countdownProp {
        padding: 0.5rem;
        margin: 0.5rem;
        font-size: 1rem;
        border: 2px solid white;   
      }
  } */

  .profil-foto {
      display: block;
      width: 100%;
  }


  #vybor {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  
  #vybor .vybor-item {
    margin-bottom: 50px;
  }
  
  .vybor-item .vybor-icon {
    float: left;
  }
  
  #vybor .vybor-content {
    margin: 0 auto;
    text-align: center;
  }
  
  .vybor-item .vybor-content h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .vybor-item .vybor-content p {
    margin-bottom: 15px;
    text-align: center;
  }


/*slideshow*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top: 5rem;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dots-container {
    width: 100%;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 3s ease;
}

.active-dot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}