.telekom{    background: url(../img/powered_by_telecom.png) center top no-repeat;
    width: 121px;
    margin: 0 auto;
    height: 53px;
    background-size: 76%;
}

.telekom p {
    padding: 35px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #e20074
    ;
}
.nutzung {
    position: absolute;
    left: 56%;
    color: #00f;
    border-bottom: 1px solid #0000ff;
    font-size: 144%;
    top: 46%;
}
.rubbon {
	background: url(../img/rubbon.png);
	height: 43px;
	width:203px;
    font-size: 114%;
    line-height: 94%;
    font-weight: bold;
    position: absolute;
    top: 11%;
    left: 16px;
    color: #fff;
    padding: 14px 0px 0px 42px;}
    .header-p1 {
    color: #2b86ca;
    font-size: 170%;
    top: 8%;
    position: absolute;
    left: 32%;    line-height: 78px;}
    .header-p2 {
    color: #ff4900;
    font-size: 64px;
    top: 37%;
    font-weight: bold;
    position: absolute;
    left: 17%;
    line-height: 140px;
}
    .header-p3 {
    color: #4194d2;
    font-size: 124%;
    top: 24%;
    font-weight: bold;
    position: absolute;
    left: 56%;
        line-height: 122px;
}
    .header-p4 {
    color: #4194d2;
    font-size: 27px;
    top: 44%;
    font-weight: bold;
    position: absolute;
    left: 56%;
    width: 216px;
        line-height: 160px;
}
   .rate {
    background: url(../img/rate_bg.png) no-repeat;
    width: 130px;
    background-size: 100%;
    height: 130px;
    font-size: 10px;
    float: left;
    cursor: pointer;
    padding-left: 9px
}

.rate img {
    padding: 38px 0 0 23px
}

.rate p {
    font-size: 12px;
    text-align: center;
    padding: 0
}

.rate p.k {
    line-height: 10px;
    padding-top: 5px
}

.rate span {
    font-weight: 700;
    color: #000
}
.maintenance_img {
    width: 700px;
    -webkit-animation-name: maintenance_anim; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: maintenance_anim;
    animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes maintenance_anim {
  from {opacity: 0; height: 0px;}
  to {opacity: 1; height: 385px;}
}

/* Standard syntax */
@keyframes maintenance_anim {
  from {opacity: 0; height: 0px;}
  to {opacity: 1; height: 385px;}
}

.divided-paket {
margin-bottom: 60px;
width: 100%;
height: auto;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; }
.divided-paket__item {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  box-shadow: 3px 2px 9px 2px rgba(176, 172, 172, 0.75);
  -webkit-box-shadow: 3px 2px 9px 2px rgba(176, 172, 172, 0.75);
  -moz-box-shadow: 3px 2px 9px 2px rgba(176, 172, 172, 0.75);
  border: 1px solid #d5d5d5;
  background: #f2f2f2; }
  .divided-paket__item:nth-child(2) {
    margin: 0 40px; }
  .divided-paket__item__money {
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 700; }
  .divided-paket__item__time {
    margin: 0;
    padding: 0 0 14px;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #8b8c8d;
    text-align: center; }
  .divided-paket__item__sub-time {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 28px;
    font-size: 12px;
    color: #000000;
    text-align: center; }
  .divided-paket__item__title {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #d5d5d5; }
  .divided-paket__item__sub-title {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000000;
    text-align: center; }
  .divided-paket__item__sub-span {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #000000;
    text-align: left; }
  .divided-paket__item__para {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #d5d5d5; }
  .divided-paket__item__text {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #8b8c8d;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #d5d5d5; }
    .divided-paket__item__text:last-child {
      border-bottom: 1px solid #d5d5d5; }

.-para-space {
min-height: 70px;
text-align: left; }


.divided-paket-container{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .login-phone__wrapper {
    margin: 0;
    padding: 0 0;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
  }
  .login-phone__img {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    max-width: 270px;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 700;
    text-align: center;
  }
  .login-phone {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    max-width: 310px;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 700;
    text-align: center;
  }

  .login-phone__info {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .login-phone__tel {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    color: black;
    font-size: 30px;
    font-weight: 700;
  }

  .login-phone__tel__link {
    text-decoration: none;
    color: black;
    font-weight: 700;
  }

  @media only screen and (max-width: 1200px) {
    .divided-paket-container{
        padding: 0 24px;
    }
  }

@media only screen and (max-width: 920px) {
    .divided-paket {
      flex-direction: column; }
      .divided-paket__item:nth-child(2) {
        margin: 40px 0; }
    .-para-space {
      min-height: auto; } }
      @media only screen and (max-width: 768px) {
        .login-phone__wrapper {
          flex-direction: column !important;
        }
        .login-shop{
            flex-direction: column !important;
        }
    }
    .banner-100 {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		padding: 0 24px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-attachment: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
   }
	.banner-100__title {
		max-width: 600px;
		margin-bottom: 30px;
		padding: 0;
		color: #fff;
		letter-spacing: 4px;
		font-size: 40px;
		font-weight: 400;
		text-align: left;
		z-index: 10;
		word-break: break-all;
   }
	.banner-100__title-hm {
		max-width: 800px;
		margin-bottom: 10px;
		padding: 0;
		color: #fff;
		letter-spacing: 4px;
		font-size: 36px;
		font-weight: 600;
		text-align: center;
		z-index: 10;
   }
	.banner-100__title-hme {
		max-width: 800px;
		margin-bottom: 0px;
		padding: 0;
		color: #ffb901;
		letter-spacing: 0.5px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		z-index: 10;
   }
  
 	.banner-100__title-hme__year {
		max-width: 800px;
		margin-bottom: 0px;
		padding: 0;
		color: #fff;
		letter-spacing: 0.5px;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		z-index: 10;
   }
	.banner-100__title-home {
		max-width: 800px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0;
		color: #fff;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		z-index: 10;
   }
	.banner-100__title-home__price {
		max-width: 800px;
		margin-bottom: 10px;
		margin-top: 60px;
		margin-left: 10px;
		padding: 0;
		color: #fff;
		letter-spacing: 4px;
		font-size: 50px;
		font-weight: 800;
		text-align: center;
		z-index: 10;
   }
	.banner-100__subtitle {
		max-width: 600px;
		margin-bottom: 20px;
		padding: 0;
		color: #fff;
		text-align: left;
		font-size: 16px;
		z-index: 10;
		line-height: 24px;
		font-weight: 500;
		word-wrap: break-word;
   }
	.banner-100__subtitle-home {
		max-width: 600px;
		margin-bottom: 20px;
		padding: 0;
		color: #fff;
		text-align: center;
		font-size: 16px;
		z-index: 10;
		line-height: 24px;
		font-weight: 700;
   }
	.banner-100__subtitle-para {
		max-width: 600px;
		margin-bottom: 10px;
		padding: 0;
		color: #fff;
		text-align: center;
		font-size: 14px;
		z-index: 10;
		line-height: 24px;
		font-weight: 400;
   }
	.banner-100__subtitle-pro {
		max-width: 600px;
		margin-bottom: 10px;
		margin-top: 20px;
		padding: 0;
		color: #fff;
		text-align: center;
		font-size: 22px;
		z-index: 10;
		line-height: 24px;
		font-weight: 400;
		text-decoration: underline;
   }
	.banner-100__wrapper {
		width: 100%;
		padding: 0 24px;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
		justify-content: center;
   }
	.banner-100__wrapper-home {
		width: 100%;
		padding: 0 24px;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: left;
		justify-content: center;
   }
	.banner-100__wrapper-home__img-container {
		width: 100%;
		max-width: 800px;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
   }
	.banner-100__wrapper-home__img-container__img {
		width: 150px;
		height: 150px;
		border-radius: 100%;
		z-index: 10;
		margin-right: 10px;
   }
	.banner-100__border-attention {
		width: 100%;
		margin-bottom: 60px;
		max-width: 800px;
		padding: 10px;
		border-radius: 30px;
		z-index: 10;
		background-color: #a40606;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		font-weight: 400;
   }
	.-banner-home {
		background-image: url("/assets/img/home23.webp");
		background-position-y: 10%;
   }
	.banner-homepage {
		background-image: url("https://www.jumbo-ortung.de/assets/img/homepage.webp");
		align-items: center;
		padding: 0;
		margin-bottom: 40px;
   }
	.banner-homepage::before {
		content: '';
		width: 100%;
		height: 100vh;
		background-color: #292929;
		position: absolute;
		opacity: 0.7;
		z-index: 2;
   }
	@media only screen and (max-width: 768px) {
		.banner-100__wrapper-home__img-container {
			max-width: 480px;
		}
		.banner-100__wrapper-home__img-container__img {
			width: 120px;
			height: 120px;
		}
	   	.banner-100__title-hm {
			margin-top: 20px;
			font-size: 30px;
		}
		.banner-100__subtitle-home {
			margin-bottom: 0;
		}
		.banner-100__title-home {
			margin-top: 20px;
		}
		.mb-xs-24 {
			display: none;
		}
   }
	@media only screen and (max-width: 560px) {
		.banner-100__wrapper-home__img-container {
			max-width: 480px;
	   }
		.banner-100__wrapper-home__img-container__img {
			width: 110px;
			height: 110px;
	   }
   }
	@media only screen and (max-width: 480px) {
		.banner-100__wrapper-home__img-container {
			max-width: 480px;
	   }
		.banner-100__wrapper-home__img-container__img {
			width: 80px;
			height: 80px;
	   }
   }

   /* The Modal */
.modals {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 24px;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modals-content {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  border: 1px solid white;
    border-radius: 30px 30px;
}

.modals-title {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}

.modals-para {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
}


.modals-img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

.modals-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

@keyframes color-function
{
    0%
    {
        background-color: #2d9b00;
       
    }
    25%
    {
      background-color: #3cce00;
       
    }
    50%
    {
        background-color: #2d9b00;
       
    }
    75%
    {
      background-color: #3cce00;
       
    }
    100%
    {
      background-color: #2d9b00;
    }
}

.open-modals {
  position: fixed;
  right: -51px;
  top: 50%;
  width: 140px;
  height: auto;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  transform: rotate(270deg);
  z-index: 99;
  background-color: #000;
  cursor: pointer;
  animation: color-function 4s infinite;
}

.open-modals-text-wrapper {
  padding: 10px 6px;
  width: 100%;
  height: auto;
  text-align: center;
}

.hide-modals {
  position: absolute;
  right: 0;
  left: 136px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 18px;
  transform: translateY(-62px);
  text-align: center;
}

.hide-modals:hover {
  background-color: #2d9b00;
  border: 1px solid #fff;
}

.open-modals:hover {
  background-color: #2d9b00;
  border: 1px solid #fff;
}

.open-modals-text {
  color: #fff;
}

.open-modals-text:hover {
  color: #fff;
}

.close-modals, .close-modals-3 {
  margin-top: 6px;
  color: #2d9b00;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
}

.close-modals-2, .close-modals-4 {
  position: absolute;
  top: 1px;
  right: 7px;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
}

.close-modals:hover,
.close-modals:focus,
.close-modals-2:hover,
.close-modals-2:focus,
.close-modals-3:hover,
.close-modals-3:focus,
.close-modals-4:hover,
.close-modals-4:focus {
  color: #2d9b00;
  text-decoration: none;
  cursor: pointer;
}

.package-box {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.package-box__item {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  text-align: left
}

.package-box__item__title {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  color: #000;
  font-size: 32px;
  line-height: 36px
}

.package-box__item__para {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 20px
}

.package-box__item__img {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch
}

@media only screen and (max-width: 920px) {
.package-box {
  flex-direction: column
}

.package-box__item {
  text-align: center
}

.package-box__item__title {
  align-items: center;
  margin-top: 16px
}    
}


.hero {
  margin: 0;
  padding: 40px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url(/assets/img/bg-home.jpg),
    linear-gradient(#303238, #f5f5f5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero .live-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hero__img {
  margin-top: 40px;
  padding: 0;
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__box {
  margin: 10px 0 0 0;
  padding: 20px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero__box__title {
  margin: 20px 0;
  font-size: 54px;
  line-height: 74px;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 10px #3a3c43;
}
.hero__box__para {
  margin: 0 0 10px;
  max-width: 600px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 10px #3a3c43;
}
.hero__box__sub-title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero__box__list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  font-weight: 800;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero__box__list-item::before {
  content: "\2713";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.hero__box__list-item:last-of-type {
  margin-bottom: 20px;
}
.hero__box .grey-bar {
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero .services-img {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.hero .services-img__items {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .hero__box {
    max-width: 600px;
  }
  .hero__box__title {
    font-size: 32px;
    line-height: 36px;
    text-shadow: 3px 3px grey;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 0 24px;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .hero__box {
    margin: 0 0 0 0;
    justify-content: center;
    align-items: center;
  }
  .hero__box__title {
    font-size: 24px;
    line-height: 36px;
    text-shadow: 3px 3px grey;
    text-align: center;
  }
  .hero__box__para {
    text-align: center;
  }
  .hero__img {
    display: none;
  }
  .hero .services-img {
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  .hero .services-img__items {
    max-width: 100px;
  }
}
@media only screen and (max-width: 560px) {
  .hero__box__title {
    margin: 10px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .hero__box__sub-title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .hero__box__list-item {
    font-size: 12px;
    line-height: 18px;
  }
  .hero__box__para {
    font-size: 16px;
    line-height: 20px;
  }
  .hero__box .grey-bar {
    margin: 6px;
  }
}