/*IMPORT FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

/************************NAVBAR FOR LARGE SCREENS*****************/
body {
  background: #dfecf2;
  font-family: 'Montserrat', sans-serif;
  overflow-y: scroll;
}

.grey-color {
  color: #242a44;
}

.black-color {
  color: black !important;
  opacity: 0.8;
}

.white-color {
  color: #ffffff;
}

.yellow {
  color: #ebc63a !important;
}

.lightblue {
  color: #289ee8 !important;
}

.centered-div {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highligted {
  background: #ebc63a;
  padding: 0px 10px;
  border-radius: 2px;
}

.bold {
  font-weight: 800;
}

.start-button {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
}

.bg-header .main-heading {
  font-size: 1.5rem !important;
}

/* #services {} */

.inner-window {
  display: block;
  left: 0;
  -webkit-animation: 0.5s fadeInRightFirst;
  animation: 0.5s fadeInRightFirst;
}

header .navbar-light-vision {
  top: 0;
  overflow: hidden;
  height: 100px;
  width: 100%;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  z-index: 11;
  position: absolute;
  background-color: transparent !important;

}

.navbar .nav-item a.nav-link {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  ;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin: 5px;
}

.navbar-light .navbar-nav .nav-link {
  border: 2px solid transparent;
  padding: 6px 15px 6px 15px;

}

.navbar-light .navbar-nav .nav-link.active {
  color: #ffffff;
  border: 2px solid #ebc63a;
  border-radius: 36px;
  padding: 6px 15px 6px 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}


.logo-small img {
  margin-top: 27px;
  margin-left: 25px;
}

.logo img {
  height: 100%;
  width: auto;
}

.my-tog-btn {
  display: none;
  width: 25px;
}

.my-tog-btn span {
  background-color: white;
  margin-bottom: 5px;
  height: 2px;
  width: 100%;
  display: block;
}

.outer-window {
  display: none;
  color: white;
  -webkit-animation: 0.8s fadeInRight;
  animation: 0.8s fadeInRight;
}

.inner-window {
  background-color: #55ACEE;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111111;
}

.outer-window .navbar {
  position: relative;
  background-color: transparent !important;
}

.outer-window .nav-link {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.outer-window .nav-link:hover {
  color: rgb(249, 119, 148);
}

.outer-window .nav-item a {
  text-align: left;
  padding: 15px 25px 15px 25px;
}

.outer-window .navbar-nav {
  margin-top: 10%;
}

.logo_display {
  display: none;
}

.outer-window .close-outerwindow {
  position: absolute;
  right: 10%;
  top: 3%;
  z-index: 1111;
}

.outer-window .close-outerwindow i {
  color: white;
  font-size: 32px;
}

.navbar.fixed-menu {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #242a44 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .50);
  box-shadow: 0 0 10px rgba(0, 0, 0, .50);
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/************HEADER SECTION START**************/
#bg-header {
  overflow: hidden !important;
}

.part1 {
  position: absolute;
  width: 100px;
  left: 28%;
  top: 316px;
}

.part3 {
  position: absolute;
  width: 100px;
  top: 73%;
  left: 62%;
}

.part4 {
  position: absolute;
  width: 110px;
  left: 30%;
  top: 54%;
}

.part5 {
  position: absolute;
  width: 100px;
  left: 27%;
  top: 71%;
}

.part6 {
  position: absolute;
  width: 100px;
  top: 37%;
  -webkit-transform: rotate(61deg);
  -ms-transform: rotate(61deg);
  transform: rotate(61deg);
}

.part7 {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 69%;
}

.part8 {
  position: absolute;
  width: 70px;
  top: 60%;
  left: 64%;
}

.part9 {
  position: absolute;
  width: 60px;
  left: 35%;
  top: 81%;
}

.m-img {
  width: 300px;
  margin-top: 42px;
}

.splash {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.splash .splash-inner {
  padding: 24px;
  flex: 0 0 600px;
  max-width: 100%;
}

.bg-header {
  background-image: url("../img/bg.jpg");
  /* Korrekte Pfadangabe */
  background-size: cover;
  /* Bild deckt den gesamten Bereich ab */
  background-position: center;
  /* Bild wird zentriert */
  background-repeat: no-repeat;
  /* Kein Wiederholen des Bildes */
  min-height: 100vh;
  /* Volle Höhe des Viewports */
  /* margin-bottom: 195px; */
  /* Falls du diesen Abstand benötigst */
}

.bg-header-index .header-text {
  margin-top: 12%;
}

#informationen {
  margin-top: 125px;
}

.bg-header .header-buttons {
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.bg-header .header-buttons a {
  display: block;
}

.bg-header .header-buttons a.button-lg {
  padding: 16px;
  font-size: 28px;
  background-color: #ebc63a;
  color: #242a44;
  text-decoration: none;
  border-radius: 36px;
  outline: 3px solid #ebc63a;
  outline-offset: 4px;
}

.bg-header .header-buttons a.button-lg:hover {
  background-color: #289ee8;
  outline-color: #289ee8;
  color: #fff;
}

.bg-header .header-buttons a.button-sm {
  color: #fff;
}

.bg-header .main-heading {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 47px;
}

.bg-header .main-heading2 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 47px;
}

.bg-header .sub-heading {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

/****************FEATURES SECTION STAR*************/
#services {
  padding-bottom: 50px;
}

.main-heading {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;

}

.sub-heading {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #242a44;
  opacity: 0.8;
}

.justify {
  text-align: justify;
}

.feature-icon {
  background: #289ee8;
  padding: 10px;
  font-size: 35px;
  color: white;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.feature-icon:hover {
  transform: scale(1.1);
  background: #f2b80c;
}

.media-element .line {
  background-image: -o-linear-gradient(315deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
  background-image: linear-gradient(135deg, rgb(249, 119, 148) 0%, rgb(98, 58, 162) 100%);
  height: 6px;
  width: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  opacity: 0;
}

.media-element:hover .line {}

.media {
  display: block;
}

.media-element .media {
  height: 320px;
  background: #dfecf2;
  border-radius: 10px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 20px 18px 20px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 1px 1px 10px #72bbe8;

}

.media-element .media:hover {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 1px 1px 10px #f6f6;
  box-shadow: 1px 1px 10px #f2b80c;
}

/******************SECREENSHOTS SECTION START***************/
#screenshots {
  margin-bottom: 125px;
}

.margin-heading {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px
}

.app-feature {
  -webkit-box-shadow: 1px 1px 10px#e1e1e1;
  box-shadow: 1px 1px 10px#e1e1e1;
  text-align: right;
  margin-bottom: 5rem;
  padding: 17px 20px 17px 20px;
  cursor: pointer;
}

.app-feature:last-child {
  margin-bottom: 0;
}

.app-feature i {
  font-size: 38px;
}

.app-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.app-image img {
  margin: 0 auto;
  display: inline-block;
}

#app-slider {
  position: absolute;
  top: 65px;
  width: 235px;
  left: 58px;
  height: 420px;
}

/******************NEWSLETTER***************/
#newsletter {
  margin-top: 125px;
  margin-bottom: 125px;
}

.get-btn {
  background-image: -o-linear-gradient(315deg, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  border: 2px solid #55ACEE;
  padding: 16px 25px 16px 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.get-btn:hover {
  background-image: -o-linear-gradient(315deg, #55ACEE 0%, #55ACEE 100%);
  background-image: linear-gradient(135deg, #55ACEE 0%, #55ACEE 100%);
  border: 2px solid #55ACEE;
  color: white !important;
}

.get-icon-3 {
  position: absolute;
  left: 64px;
  top: 18%;
}

.get-icon-2 {
  position: absolute;
  top: 18%;
  left: 50px;
}

.get-icon {
  position: absolute;
  left: 55px;
  top: 18%;
}

.btn i {
  font-size: 30px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.newsletter-form .group {
  display: flex;
  gap: 20px;
}

.input-group {
  display: flex;
  width: 100%;
  max-width: 500px;
}

.input-group input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  font-size: 16px;
}

.input-group-append button {
  padding: 12px 20px;
  border-radius: 0 25px 25px 0;
  background: #289ee8;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.input-group-append button:hover {
  background: #2181c4;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}

.newsletter-form input {
  width: 100%;
  padding: 15px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
}

.newsletter-form button {
  width: 50%;
  padding: 12px;
  border-radius: 25px;
  background: #289ee8;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background: #2181c4;
}


/*****************FOOTER SECTION START*************/
#footer {
  background-color: #252944 !important;

}

ul.footer_ul {
  list-style: none;
  display: inline-block;
}

li.footer_list {
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.footer-content {
  padding-top: 3%;
  margin-bottom: 4%;

}

.footer_text {
  text-align: center;
  color: white;
  margin: 0px;
}

#footer .main-heading {
  font-size: 28px;
}

#footer ul {
  margin-left: 10px
}

ul.footer-icon li i.la-facebook-f,
ul.footer-icon li i.la-twitter,
ul.footer-icon li i.la-linkedin-in,
ul.footer-icon li i.la-instagram {
  padding: 13px 14px 13px 14px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

ul.footer-icon li i.la-facebook-f:hover {
  color: #ffffff;
  background-color: #3B5998;
}

ul.footer-icon li i.la-twitter:hover {
  color: #ffffff;
  background-color: #00acee;
}

ul.footer-icon li i.la-linkedin-in:hover {
  color: #ffffff;
  background-color: #3B5998;
}

ul.footer-icon li i.la-instagram:hover {
  color: #ffffff;
  background-color: #dd4b39;
}

#footer a {
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 0px;
  color: #72bbe8;
}

#footer a:hover {
  color: #f2b80c;
}

/*****************IMPRESSUM/DATENSCHUTZ*************/
#impressum,
#datenschutz {
  background: #242a44;
  color: white;
  position: relative;
}

#impressum .sub-heading,
#datenschutz .sub-heading {
  color: white;
}

#impressum,
#datenschutz {
  padding-bottom: 50px
}

#datenschutz p {
  padding-bottom: 20px
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 100;
  font-size: 90px;
  color: #fff !important;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  color: #f2b80c !important;

}


@media (min-width:992px) and (max-width:1199px) {
  .app-feature i {
    font-size: 30px;
  }

  .get-icon-3 {
    left: 47px;
  }

  .get-icon-2 {
    left: 36px;
  }

  .get-icon {
    left: 40px;
  }

  .bg-header-index .header-text {
    margin-top: 22%;
  }

  .m-img {
    width: 300px;
    margin-top: 115px;
  }

  .bg-header-index {
    height: 83vh;
    /* margin-bottom: 125px; */
  }

  #informationen {
    margin-top: 125px;
  }

  .part1 {
    top: 88%;
  }

  .part4 {
    left: 25%;
    top: 50%;
  }

  .part6 {
    position: absolute;
    width: 100px;
    top: 87%;
  }

  .media-element .media {
    height: 370px;
  }

}




@media screen and (max-width:768px) {

  .medium-screen {
    font-size: 17px;
    letter-spacing: -1px;
  }

  .app-feature i {
    font-size: 19px;
  }

  .md-screen {
    font-size: 13px;
  }

  .my-tog-btn {
    display: block;
  }

  .bg-header-index .header-text {
    margin-top: 25%;
  }

  .m-img {
    width: 300px;
    margin-top: 12%;
  }

  .bg-header-index {
    height: 96vh;
    /* margin-bottom: 60px; */
  }

  #informationen {
    margin-top: 60px;
  }

  .part9 {
    position: absolute;
    width: 60px;
    left: 27%;
    top: 74%;
  }

  .part5 {
    position: absolute;
    width: 100px;
    left: 22%;
    top: 82%;
  }

  .part4 {
    position: absolute;
    width: 110px;
    left: 19%;
    top: 55%;
  }

  .part1 {
    position: absolute;
    width: 100px;
    left: 16%;
    top: 388px;
  }

  .part8 {
    position: absolute;
    width: 70px;
    top: 88%;
    left: 73%;
  }

  .part6 {
    position: absolute;
    width: 100px;
    top: 65%;
    left: 75%;
    -webkit-transform: rotate(61deg);
    -ms-transform: rotate(61deg);
    transform: rotate(61deg);
  }


}

@media screen and (max-width:767px) {
  .bg-header-index .header-text {
    margin-left: 30px
  }

  .part1,
  .part3,
  .part4,
  .part5,
  .part6,
  .part7,
  .part8,
  .part9 {
    display: none;
  }

  .services .main-heading {
    font-size: 33px;
  }

  .services .sub-heading {
    font-size: px;
  }

  .bg-header-index .header-text {
    margin-top: 42%;
  }

  .bg-header .main-heading {
    font-size: 38px;
  }

  .bg-header .sub-heading {
    font-size: 13px;
  }

  /* .bg-header-index {
    margin-bottom: 60px;
  } */

  #informationen {
    margin-top: 60px;
  }

  #services {
    padding-bottom: 60px;
  }

  #screenshots {
    margin-bottom: 60px;
  }

  .app-feature i {
    font-size: 32px;
  }

  #store {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .app-feature:last-child {
    margin-bottom: 20px;
  }

  .get-icon {
    left: 115px;
  }

  .get-icon-2 {
    left: 113px;
  }

  .get-icon-3 {
    left: 120px;
  }

  .footer_text {
    font-size: 13px;
  }

  .footer-content {
    padding-top: 11%;
  }

  .sub-heading {}

  .main-heading {
    font-size: 32px;
  }

  .my-tog-btn {
    display: block;
    width: 25px;
  }

  .media-element .media {
    height: auto;
    box-shadow: none;
  }

  .break1 {
    display: none;
  }

  #footer .main-heading {
    font-size: 28px;
    margin-left: -40px
  }
}

@media screen and (max-width:549px) {

  .splash-inner {
    flex: 0 0 100% !important;
  }

  .bg-header-index .header-text {
    margin-left: 30px
  }

  .header-text h1,
  .header-text-index h1 {
    font-size: 2.5rem !important;
  }

  #footer .main-heading {
    font-size: 28px !important;
    margin-left: -40px
  }
}

@media screen and (max-width:469px) {
  .bg-header-index .header-text {
    margin-left: 30px
  }

  .header-text h1,
  .header-text-index h1 {
    font-size: 1.8rem !important;
  }

  #footer .main-heading {
    font-size: 24px !important;
    margin-left: -40px
  }
}

@media screen and (max-width:325px) {
  .bg-header-index .header-text {
    margin-left: 30px
  }

  .header-text h1,
  .header-text-index h1 {
    font-size: 1.6rem !important;
  }
}