.hero__captions{
    position: absolute;
    left:0;
    top:1.875rem;
    width: 100%;
    z-index: 25;
}
.hero__captions-z{
    position: absolute;
    left:0;
    bottom:12.5rem;
    width: 100%;
    z-index: 25;
}
.hero__captions .h1,
.hero__captions .h1 *{
    line-height: 1 !important;
}
.hero__carousel *{
    color:#fff !important;
}
.hero__captions *:not(.btn){
    color:#fff !important;
}
.heroelement__pagerpos{
    color:#fff;
    font-size: 1.8rem;
    font-family:"Quicksand", sans-serif !important;
    font-weight: 700;
}

.heroelement__slide {
    position: absolute;
    bottom: 15%;
}

.hero__carousel .carousel-indicators{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}

.hero__overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#hero__carousel h1 ,
#hero__carousel .h1,
#hero__carousel .h1 a
{
    font-family:'Quicksand', sans-serif !important;
    font-weight: 700;
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
    color: #fff !important;
    text-shadow: 5px 5px 20px rgba(0,0,0,0.20);
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

#hero__carousel .carousel-control-prev svg,
#hero__carousel .carousel-control-next svg,
#hero__carousel .carousel-control-prev,
#hero__carousel .carousel-control-next{
    font-size: 3.5rem !important;
    color:#fff !important;
}

#hero__carousel .carousel-item{
    min-height: 28.125rem;
    max-height: 67.5rem;
    height:100vh;
}

.hero__captions .h2{
    font-family:'Quicksand', sans-serif !important;
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 400;
    display: block;
    position: relative;
    color: #fff !important;
    text-shadow: 5px 5px 20px rgba(0,0,0,0.20);
}

.hero__captions .carousel-indicators li{
    text-indent: 0 !important;
}

.hero__captionindicators{
    position: absolute;
    top:100%;
    left:0;
    right:0;
}

.heroelement{
    position: relative;
}

.heroelement__pager{
    position: absolute;
    bottom:4.375rem;
    right:10%;
    color:#fff;
    z-index: 9999;
}

.heroelement__pager *{
    color:#fff;
}

.heroelement__pager i{
    cursor: pointer;
}

.hero__circle--img {
    position: absolute;
    top: -21.875rem;
    right: 0;
    width: 50rem;
    height: auto;
    z-index: 10;
}

.hero__wave--img {
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    transform: scaleX(-1);
}

a.custom__a {
    font-size: 1.125rem;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 400;
    line-height: 1.625rem;
    cursor: pointer;
}

a.customunderline {
    text-decoration: none;
    padding-bottom: 0.625rem;
    background: url(/resources/themes/breitbandortenau/images/underline-01.png) bottom repeat-x;
}

.circle {
    width: 31.25rem;
    height: 31.25rem;
    line-height: 31.25rem;
    border-radius: 50%;
    font-size: 3.125rem;
    color: #fff;
    text-align: center;
}
.orange__circle {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 99;
}
.circle-with-text {
    background: rgb(248,116,37);
    background: linear-gradient(90deg, rgba(248,116,37,1) 0%, rgba(255,162,41,1) 100%);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    padding: 0.9375rem;
    height: 25rem;
    width: 25rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.img-orang{
    width: 25rem;
    height: auto;
}
.box-img-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: inherit !important;
    opacity: 1;
}

.orange__badge {
    display: none;
}

.heroelement #blog__ticker {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    background: #00418E;
}

.heroelement .news-scroll{
    width: 100%;
    line-height: 1rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.heroelement .news-scroll p {
    display: inline-block;
    padding-left: 100%;
    animation: news-scroll 80s linear infinite;
    margin-bottom: 0;
}

.heroelement .news-scroll a:not(.btn),
.heroelement .news-scroll p,
.heroelement .news-scroll p * {
    font-size: 1rem !important;
    color: #fff !important;
    text-decoration: none !important;
}

.heroelement .news-scroll.paused p{
    animation-play-state: paused;
}

@keyframes news-scroll {
    0% {transform: translate(0, 0);}
    100% {transform: translate(-100%, 0);}
}
@media (max-width: 1400px) {
    .card-box-img h4,
    .card-box-img h5,
    .card-box-img p,
    .card-box-img span{
        font-size: 1.125rem;
    }
}

@media (max-width: 1199.98px) {

    .hero__captions{
        position: absolute;
        left:0;
        bottom: 90px;
        width: 100%;
    }
    #hero__carousel h1 ,
    #hero__carousel .h1,
    #hero__carousel .h1 a
    {
        font-size: 4.375rem !important;
        line-height: 5rem !important;
    }
    .hero__circle--img {
        top: -300px;
        right: -50px;
        width: 37.5rem;
    }
    .header__logo img {
        height: 50px;
    }
    .hero__wave--img {
        bottom: 0;
    }
    .circle-with-text {
        height: 18.75rem;
        width: 18.75rem;
        padding: 30px;
    }
    .circle-with-text h4 {
        font-size: 1.125rem !important;
        line-height: 1.625rem !important;
    }
    .circle-with-text a {
        font-size: 1.063rem !important;
        line-height: 1.438rem !important;
    }
}

@media (max-width: 991.98px) {
    .hero__captions{
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        top: 165px;
    }
    #hero__carousel h1 ,
    #hero__carousel .h1,
    #hero__carousel .h1 a
    {
        font-size: 3.75rem !important;
        line-height: 4.375rem !important;
    }
    .hero__captions .h2{
        font-size: 2.5rem;
        line-height: 2.875rem;
    }
    .hero__wave--img {
        bottom: -2px;
    }
    .img-orang{
        width: 18.75rem;
    }
    .hero__circle--img {
        position: absolute;
        top: -300px;
        right: -50px;
        width: 37.5rem;
    }
    .box-img-text {
        padding: 40px;
    }
    .circle-with-text {
        height: 15rem;
        width: 15rem;
        padding: 30px;
    }
    .circle-with-text h4 {
        font-size: 1rem !important;
        line-height: 1.438rem !important;
    }
    .circle-with-text a {
        font-size: 0.875rem !important;
        line-height: 1.313rem !important;
    }
    .heroelement .news-scroll p,
    .heroelement .news-scroll p * {
        font-size: 0.875rem;
    }

}

@media (max-width: 767.98px) {
    .hero__captions{
        position: absolute;
        left:0;
        bottom:0;
        width: 100%;
        top: 85px;
    }

    #hero__carousel .carousel-item{
        min-height: calc(100vh - 70px - 100px);
        max-height: 80vh;
    }

    .carousel-control-next,
    .carousel-control-prev{
        display: none;
    }
    #hero__carousel h1 ,
    #hero__carousel .h1,
    #hero__carousel .h1 a
    {
        font-size: 3.25rem !important;
        line-height: 3.5rem !important;
    }
    .heroelement__intro {
        font-size: 0.938rem;
    }
    .hero__captions .h2{
        font-size: 2.125rem;
        line-height: 2.5rem;
    }
    .carousel-inner {
        overflow: visible;
    }
    .hero__cardbackground{
        min-height: 200px;
    }
    .hero__wave--img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .hero__circle--img {
        position: absolute;
        top: -20px;
        right: -25px;
        width: 350px;
        height: auto;
    }
    .primary-btn{
        display: inline-block;
        margin-top: 35px;
    }

    .orange__circle {
        display: none;
    }

    .orange__badge {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .circle-with-text {
        height: unset;
        width: 100vw;
        border-radius: 0;
        padding: 30px 10px 60px 10px;
    }

    .heroelement__slide {
        bottom: 0;
    }

    .heroelement__pager{
        bottom:30px;
    }
}
@media (max-width: 575.98px){
    #hero__carousel h1, #hero__carousel .h1, #hero__carousel .h1 a {
        font-size: 2.625rem !important;
        line-height: 3.25rem !important;
    }
    .box-img-text {
        padding: 0;
    }
}
@media (max-width: 320px){
    #hero__carousel h1, #hero__carousel .h1, #hero__carousel .h1 a {
        font-size: 2.375rem !important;
        line-height: 2.375rem !important;
    }
    .box-img-text {
        color: white;
        font-size: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        --webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 99;
        width: 18.75rem;
        padding: 2.5rem;
    }
}

.hero__cardcontent .h2,
.hero__cardcontent .h2 a {
    font-size: 1.5rem;
    line-height: 1;
}

.hero__cardcontent p,
.hero__cardcontent a {
    font-size: 0.875rem;
    line-height: 1.2;
}

#toggle-ticker {
    font-size: 1.2rem;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background: #fff;
    padding: 0.5rem;
    z-index: 9999;
    border: none;
    height: 100%;
    width: 3rem;
}

#toggle-ticker i {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}