
/*general*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}
.border-primary {
    border-color: #2A7BC4!important;
}
.border-danger {
    border-color: #b24747!important;
}
.border-success {
    border-color: #82af6f!important;
}
.text-primary {
    color: #2A7BC4!important;
}
.text-danger {
    color: #b24747!important;
}
.text-success {
    color: #82af6f!important;
}
.ff-price{
    font-family: 'Montserrat', sans-serif;
    font-feature-settings: "tnum"!important;
}
.text-right{
    text-align: right!important;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right-lg-text-center-md{
    text-align: right !important;
}
@media (max-width: 991px){
    .text-right-lg-text-center-md{
        text-align: center !important;
    }
}
ul.pl-0{
    padding-inline-start: 17px!important;
}
html {
    height: 100%!important;
}
body{
    height:100%!important;
    flex-direction:column!important;
    display:flex!important
}
@media(max-width: 1600px){
    section.page-header .container .row{
      padding-bottom: 18px!important;
        padding-top: 15px!important;
    }
}

footer{
    margin-top: auto!important;
}
footer li{
    line-height: 18px;
    padding-bottom: 8px
}
@media(max-width: 767px){
    footer .col-sm-6:not(:last-child) > h5{
        margin-bottom:11px!important;
    }
}
.scroll-to-top.hidden-mobile:focus, .scroll-to-top.hidden-mobile:active, .scroll-to-top.hidden-mobile:hover {
    color: white!important;
}

h1{
    font-weight: 300!important;
}
.btn, button {
    border-radius: 4px !important;
}
p{
    line-height: 22px!important;
}
.bg-secondary p{
    color: #afafaf;
}
a.btn{
    font-size: 15px!important;
}

a.nav-link{
    font-size: 15px!important;
}
.fs-12{
    font-size: 12px!important;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.6s;
}
.container{
    width: 100%;
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 95%;
        margin: auto;
    }
}
@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 95%;
        margin: auto;
    }
}
@media (min-width: 992px){
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1170px;
    }
}
@media (min-width: 1400px){
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1300px;
    }
}
.card-shadow{
    box-shadow: 0 0 10px 0 #0000001a;
}
#login-btn span, #login-btn p{
    font-size: 12px;
    line-height: 16px!important;
}
#login-btn li > span{
    font-weight: 600;
}
#login-btn > ul > li > a.dropdown-item.text-decoration-underline{
    font-weight: 600;
    border: 0!important;
}
#login-btn > .dropdown-menu > li:first-child{
    border-bottom: 1px solid #f7f7f7
}

/*nav*/
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: white!important;
}
@media (max-width: 991px) {
    #header .header-nav-main nav .dropdown-item.active, .dropdown-item:active {
        color: white!important;
        text-decoration: none;
        background-color: #2A7BC4!important;
    }
}

#header .header-nav.header-nav-links .dropdown a.btn.btn-primary{
    background-color: #2A7BC4!important;
    border-color: #2A7BC4 #2A7BC4 #21619a!important;
    color: #FFF!important;
    border-radius: 4px!important;
    padding: 12px 38px!important;
    max-height: 50px;
    min-height: unset;
    margin-top: 10px;
}

@media(min-width: 992px){
    #header .header-nav-main nav > ul > li{
        margin-bottom: 0!important;
    }
}
#header .header-container{
    height: 80px;
}
html.sticky-header-active #header .header-body.header-body-bottom-border {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
    box-shadow: 0 0 7px 0 #0000001a;
}
#header .header-body.header-body-bottom-border {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}
@media (min-width: 992px){
    #login-btn > ul.dropdown-menu {
        border-radius: 4px!important;
        margin-top: 11px!important;
    }
}
/*login*/
.login-btn:hover{
opacity: 0.6;
}
.login-btn{
    font-size: 18px!important;
}

/*home*/
#home {
    min-height: 430px!important;
}

#home > div.row{
    height: 380px!important;
}

@media(max-width: 991px) and (min-width: 640px){
    #home .home-button-group{
        display: flex;
    }
    #home .home-button-group a:first-child{
        margin-right: 2px
    }
    #home .home-button-group a:last-child{
        margin-left: 2px
    }
}

.card-table {
    box-shadow: 0 0 10px 0 #0000001a;
    border: none;
    z-index: 999
}
@media(min-width: 992px){
    .col-lg-3.col-sm-6 {
        /*margin-top: -339px;*/
        margin-top: -316px;
    }
}
.card-table .card-header{
    padding: 10px 10px;
}
.card-table .card-header a:hover{
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
}
.card-table .card-header > .h5{
    place-self: center!important;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 18px!important;
}
.card-table .card-body > div{
    border-bottom: 1px solid #e9ebec;
}
.card-table .card-body > div:hover{
    background: #f6f6f6;
    cursor: pointer;
}
.card-table .card-body > div:last-child{
    border-bottom: none;
}
.card-table .card-body > div > div > p{
    padding: 7px 10px;
    font-size: 14px;
    color: #212529;
}
#main #domains .card{
    box-shadow: 0 0 10px 0 #0000001a;
}
.card-icon{
    background: rgb(22,79,130);
    background: linear-gradient(315deg, rgba(22,79,130,1) 18%, rgba(42,123,196,1) 63%, rgba(77,151,217,1) 100%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align-last: center;
    place-content: center;
    display: grid;
}
.card-icon i{
    font-size: 24px;
    vertical-align: -webkit-baseline-middle;
    margin-left: -2px;
}
.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #ffffff;
}
#main #domain-types .card{
    box-shadow: 0 0 10px 0 #0000001a;
}
#main #domainer-types .card{
    box-shadow: 0 0 10px 0 #0000001a;
}
#main section#domainer-types .row{
    z-index: 700;
    position: inherit;
}
#main #domainer-types img{
    max-height: 100px!important;
    width: auto;
}
#main section.our-blog svg{
    margin-top: -650px;
    z-index: 600;
    position: absolute;
    left: 0;
}
.custom-svg-style-1{
    left: 50%!important;
}
.card.card-table .me-auto p{
    overflow-wrap: anywhere;
}
.card.card-table .ms-auto p{
    white-space: nowrap;
}
@media(max-width: 1400px){
    #home a.btn{
        width: 100%;
        margin-bottom: 8px;
    }
}
@media(max-width: 992px){
    /*home*/
    #portfolio-abbauen img{
        max-width: 330px!important;
    }
    #portfolio-abbauen .img-div{
        text-align: center;
    }
    .cta-container h2{
        font-size: 22px!important;
        line-height: 32px!important;
        font-weight: 500!important;
    }
    .our-blog svg{
        display: none;
    }
    #domain-tables .row > div.col-lg-4:last-child{
        margin: auto;
    }
    .header-top-part .col-lg-3{
        margin-top: 14px
    }
    .header-top-part .row{
        align-items: unset!important;
    }
    section .row span.text-color-dark.opacity-7{
        margin-bottom: 12px!important;
    }

    /*redomain*/
    #redomain1 img{
        max-width: 370px!important;
        padding-top: 25px;
    }
    #redomain1 .col-lg-5{
        text-align: center
    }

    /*domex*/
    #domains-verkaufen img{
        max-width: 330px!important;
        padding-top: 25px
    }
    #domains-verkaufen .text-right{
        text-align: center!important;
    }
}

@media(max-width: 576px){
    /*home*/
    #domain-tables .row h2, #domain-tables .row span, #domain-types .row h2, #domain-types .row span, #domainer-types .row h2, #domainer-types .row span, #domainer-types .card h3, #domainer-types .card p, #blog-section .row h2, #blog-section .row span {
        text-align: left;
    }
    /*redomain*/
    #domain-tables .row h2, #domain-tables .row span, #domain-types .row h2, #domain-types .row span, #domainer-types .row h2, #domainer-types .row span, #domainer-types .card h3, #domainer-types .card p, #blog-section .row h2, #blog-section .row span {
        text-align: left;
    }
    /*backorder*/
    .section-cards .row h2, .section-cards .row span, .section-cards .card h3, .section-cards .card p {
        text-align: left;
    }
    #home, #home > div.row {
         height: unset !important;
        min-height: unset !important;
    }
    #home > div.row {
        padding-top: 15px!important;
        padding-bottom: 20px!important;
    }
}
@media(max-width: 390px){
    /*home*/
    #portfolio-abbauen img{
        max-width: 100%!important;
    }

    /*redomain*/
    #redomain1 img{
        max-width: 100%!important;
    }

    /*domex*/
    #domains-verkaufen img{
        max-width: 100%!important;
    }
}

/*forms*/
.input-group input{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.input-group .btn, .input-group button{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
section.page-header .input-group input, section.page-header .input-group .btn{
    padding: 10px 14px!important;
}

/*backorder*/
#backorder .custom-page-header-curved-top-1 {
    position: absolute;
    top: -575px;
    left: 0;
}
#backorder section#redomain1 svg{
    background-color: #eaf2f9!important;
}
@media(min-width: 991px){
    #backorder .input-group-dc{
        max-width: 400px;
    }
}
#backorder .cta-backorder input, .cta-backorder .btn{
    border: none;
}
#backorder .cta-backorder .btn{
    border-left: 1px solid;
}
#backorder .cta-backorder .input-group-dc{
    max-width: 550px;
}
#backorder section.section-bg-waves svg{
    position: absolute;
    top: -193px;
    left: 0;
    transform: rotate(180deg);
}
#backorder section.section-bg-waves svg path:last-child{
    opacity: 0.5;
}

#backorder section.section-bg-waves .container{
    z-index: 601;
    position: relative;
}
#backorder section.section-above-bg-waves p{
    z-index: 601;
    position: relative;
}

/*domex*/
#domex .custom-page-header-curved-top-1 {
    position: absolute;
    top: -575px;
    left: 0;
}
#domex section#subheader svg{
    background-color: #eaf2f9!important;
}
#domains-verkaufen img{
    max-width: 400px;
}
#domex section.section-bg-waves svg{
    margin-top: -605px;
    z-index: 600;
    position: absolute;
    left: 0;
}
#domex section.section-above-bg-waves .container{
    z-index: 601;
    position: relative;
}
/*odm*/
#odm .custom-page-header-curved-top-1 {
    position: absolute;
    top: -575px;
    left: 0;
}
#odm section#subheader svg{
    background-color: #eaf2f9!important;
}
#odm section.section-bg-waves svg{
    margin-top: -605px;
    z-index: 600;
    position: absolute;
    left: 0;
}
#odm section.section-above-bg-waves .container{
    z-index: 601;
    position: relative;
}
/*redomain*/
#redomain .list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 12px!important;
}
#redomain .cta-redomain .list.list-icons li > [class*="fa-"]:first-child{
    border: 2px solid #fff!important;
}
#redomain .cta-redomain .list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 10px!important;
}
#redomain section.section-bg-waves svg{
    position: absolute;
    top: -193px;
    left: 0;
    transform: rotate(180deg);
}
#redomain section.section-bg-waves svg path:last-child{
    opacity: 0.5;
}
#redomain section.section-above-bg-waves .container{
    z-index: 601;
    position: relative;
}
#redomain section.section-above-bg-waves .input-group{
    max-width: 600px;
}
@media(min-width: 1451px) {
    #redomain .redomain-img img{
        max-width: 400px
    }
}
@media(min-width: 992px){
    #redomain .redomain-img{
        text-align: right;
    }
}
@media(max-width: 991px){
    #redomain .redomain-img{
        text-align: center;
    }
}

/*login*/
.container-login p.help-block.help-block-error{
    margin-bottom: 0!important;
}
.container-login input{
    padding: 6px 10px!important;
    font-size: 12px!important;
    line-height: 18px!important;
}
.container-login textarea{
    padding: 6px 10px!important;
    font-size: 12px!important;
}
.container-login label{
    font-weight: 500!important;
    color: rgb(33, 37, 41)!important;
}
.container-login label.control.control--checkbox{
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px!important;
}
.top-msgbox{
    border-bottom: 3px solid;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    border-radius: 0.25rem;
    padding: 12px;
    background: #fff;
    position: relative;
}
@media (min-width: 769px){
    .top-msgbox{
        margin-top: 80px;
        margin-bottom:-65px;
    }
}
@media (max-width: 768px){
    .top-msgbox{
        margin-top: 50px;
        margin-bottom:-40px;
    }
}
.top-msgbox i{
    padding-right: 4px;
    font-weight: 700;
}
.top-msgbox p{
    font-weight: 500;
    font-size: 13px!important;
    line-height: 18px!important;
    margin-bottom: 0!important;
}



@media(min-width: 768px){
    h2, .h2{
        font-size: 28px!important;
        line-height: 36px!important;
    }
    h3, .h3{
        font-size: 21px!important;
        line-height: 27px!important;
        font-weight: 600!important;
    }
}

.page-header.page-header-lg{
    padding: 0 0 60px 0!important;
}

/*mobile*/
@media(max-width: 768px){
    h1, .h1{
        font-size: 30px!important;
        line-height: 42px!important;
    }
    h2, .h2{
        font-size: 24px!important;
        line-height: 29px!important;
        font-weight: 600!important;
    }
    h3, .h3{
        font-size: 18px!important;
        line-height: 28px!important;
        font-weight: 600!important;
    }
    #home p.text-4 {
        font-size: 16px!important;
    }
    section {
        padding: 35px 0;
    }
    section#site-section {
        padding: 50px 0 35px;
    }
    section.page-header .row{
        padding: 0!important;
        margin: 0!important;
    }
    .custom-page-header-curved-top-1 {
        top: -526px!important;
    }
    .btn-sm-100{
        width: 100%;
    }
}
@media(max-width: 992px){
    section.section-bg-waves svg{
        display: none
    }
    section.section-bg-waves .container{
        margin-top: 0!important;
        padding-top: 0!important;
    }
}
.page-header.page-header-lg h1 {
    line-height: 46px;
}
@media (max-width: 991px) {
    html #header.header-transparent .header-nav-main:before {
        width: 100% !important;
    }
    .header-nav-main.header-nav-main-square.header-nav-main-dropdown-no-borders.header-nav-main-effect-2.header-nav-main-sub-effect-1{
        border-top: 1px solid rgba(234, 234, 234, 0.5) !important;
    }
    #header .btn.btn-primary{
        padding: 5px 16px!important;
    }
    #header .btn.btn-primary span, #header .btn.btn-primary i{
        font-size: 13px!important;
    }
}
@media(min-width: 992px){
    #header .btn.btn-primary span{
        font-size: 14px!important;
    }
    #header .btn.btn-primary{
        padding: 10px 20px!important;
    }
}
#header .btn.btn-primary i{
    align-self: center!important;
}

@media(min-width: 576px) and (max-width: 991px){
    .header-container.container{
        margin-top: unset!important;
        margin-bottom: unset!important;
    }
}
@media (max-width: 575px) {
    #header .btn.btn-primary {
        padding: 11.1px 16px!important;
    }
    #header .header-logo img{
        max-width: 175px;
    }
    #header .header-nav-links > button{
        margin-left: 6px!important;
    }
}
.header-top-fs-sm{
    font-size: 12px;
    line-height: 17px!important;
}
a.card-link:hover{
    text-decoration: none!important;
    opacity: 1!important;
}

.header-top-part .card-link .card-footer{
    border-top: solid 3px #eaf2f9;
}
.header-top-part .card-link .card-footer i, #domain-tables .card-link .card-footer i, .card.card-table .card-footer i{
    font-size: 11px!important;
    margin-right: 1px!important;
    color: #2a7bc461
}
.header-top-part .card-link .card-footer p, #domain-tables .card-link .card-footer p, .card.card-table .card-footer p{
    color: #686868;
}
#domain-tables .card-link .card-footer, .card.card-table .card-footer{
    border-top: solid 3px #f3f3f3;
    color: #6c757d;
}
.alert-outline-primary{
    color: #428bca;
    background: #e3eef7;
    border: 1px solid #c6dcef;
    border-radius: 4px;
    padding: 12px 16px;
}
.alert-outline-primary b, .alert-outline-primary p{
    color: #428bca;
}

.list-padding-0 ol, .list-padding-0 ul{
    padding-left: 17px!important;
}

/*blog*/
#blog p, #blog li, #blog span.btn{
    font-size: 16px!important;
    line-height: 23px!important;
}
@media(min-width: 992px){
    #blog.blog-overview  .blog-header p{
        font-size: 14px!important;
        line-height: 22px!important;
    }
}
#blog .text-small{
    font-size: 12px!important;
}
#blog.blog-overview .blog-header .blog-container {
    position: relative;
}

#blog.blog-overview .blog-header .image {
    display: block;
}

@media(min-width: 992px){
    #blog.blog-overview .special-blog-container .overlay-blog {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    #blog.blog-overview .special-blog-container .text-below, #blog.blog-overview .special-blog-container .text-up {
        color: white!important;
        position: absolute;
    }
    #blog.blog-overview .special-blog-container .text-below {
        bottom: 11px;
        left: 13px;
        text-align: left;
    }
    #blog.blog-overview .special-blog-container .text-below h2{
        font-weight: 500;
    }
    #blog.blog-overview .special-blog-container .text-mobile{
        display: none
    }
    #blog.blog-overview .special-blog-container h2{
        font-size: 26px!important;
    }
    #blog.blog-overview .special-blog-container h2, #blog.blog-overview .special-blog-container .text-below > div > span, #blog.blog-overview .special-blog-container .text-below  > div> div > span {
        color: #fff!important;
    }
    #blog.blog-overview .blog-headline-mobile{
        display: none!important;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    #blog.blog-overview .special-blog-container .text-below h2{
        font-weight: 600;
        color: #212529!important;
        font-size: 20px!important;
        line-height: 27px!important;
    }
    #blog.blog-overview .special-blog-container .text-below > div > span{
        opacity: 0.3!important;
    }
    #blog.blog-overview .special-blog-container{
        display: flex;
    }
    #blog.blog-overview .special-blog-container img{
        filter: brightness(0.5);
        max-height: 180px;
        margin-right: 16px;
    }
    #blog.blog-overview .special-blog-container .category span{
        color: #2A7BC4!important;
    }
    #blog.blog-overview .special-blog-container .text-below > div, #blog.blog-overview .special-blog-container .date{
        opacity: 1!important;
        color: #999;
    }
}
@media(max-width: 767px){
    #blog.blog-overview .special-blog-container .text-below h2{
        font-weight: 600;
        color: #212529!important;
        font-size: 18px!important;
        line-height: 28px!important;
    }
    #blog.blog-overview .special-blog-container .text-below > div > span{
        opacity: 0.3!important;
    }
    #blog.blog-overview .special-blog-container .text-below {
        padding-top: 8px;
    }
    #blog.blog-overview .special-blog-container img{
        filter: brightness(0.5);
    }
    #blog.blog-overview .special-blog-container .category span{
        color: #2A7BC4!important;
    }
    #blog.blog-overview .special-blog-container .text-below > div, #blog.blog-overview .special-blog-container .date{
        opacity: 1!important;
        color: #999;
    }
    #blog.blog-overview .blog-headline-mobile h1{
        font-weight: 600!important;
        font-size: 26px!important;
        margin-bottom: 16px!important;
    }
}



#blog.blog-overview .blog-header .text-up {
    top: 11px;
    left: 13px;
    text-align: left;
}
@media(min-width: 768px){
    #blog.blog-overview .blog-header .col-lg-6:last-child img{
        max-height: 180px;
        width: auto;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #blog.blog-overview .blog-header .container{
        max-width: 1095px !important;
    }
    #blog.blog-overview .blog-header .col-lg-6:last-child img{
        max-height: 141px;
        width: auto;
    }
}
@media(min-width: 1200px) and (max-width: 1399px){
    #blog.blog-overview .blog-header .col-lg-6:last-child img{
        max-height: 161px;
        width: auto;
    }
}
@media(min-width: 1400px){
    #blog.blog-overview .blog-header .col-lg-6:last-child img{
        max-height: 180px;
        width: auto;
    }
}

#blog img, #blog.blog-overview  .blog-header .overlay-blog, #blog.blog-overview  .blog-header .image{
    border-radius: 4px!important;
}
#blog .date, #blog .category{
    font-size: 12px;
}
#blog.blog-overview  .blog-header .badge{
    border-radius: 4px;
    color: #686868;
    padding: 6px 10px;
    margin-right: 3px;
    background: #fff;
    font-size: 12.5px;
    border: 1px solid #ecf3fa;
    font-weight: 600;
    transition: 0.6s all;
}
#blog.blog-overview  .blog-header .badge.active{
    color: #2A7BC4;
    background: rgb(255 255 255 / 70%);
    border: 1px solid #e1e9f1;
}
#blog.blog-overview  .blog-header .badge:hover{
    opacity: 0.6;
    transition: 0.6s all;
    cursor: pointer;
}
@media(min-width: 768px){
    #blog h1{
        font-size: 32px!important;
        margin-bottom: 16px!important;
        font-weight: 500!important;
    }
    #blog h3{
        font-size: 20px!important;
    }
    #blog .cta-container h3{
        font-size: 24px!important;
    }
}
@media(max-width: 767px){
    #blog h1{
        font-size: 22px!important;
        padding-right: 12px;
    }
    #blog .article-body h1{
        line-height: 28px!important;
        font-weight: 500!important;
        margin-bottom: 12px!important;
    }
    #blog h2{
        font-size: 22px!important;
        padding-right: 12px;
    }
    #blog h3{
        font-size: 18px!important;
    }
    #blog .cta-container h3{
        font-size: 20px!important;
    }
    #blog .bg-header-blog{
        height: 250px!important;
        background-size: cover!important;
    }
}

/*blog post*/
html {
    scroll-padding-top: 90px; /*the anchor is scroll to right position*/
}
#blog .bg-header-blog{
    height: 300px;
    width: 100%;
    background-position: left bottom !important;
}
#blog ul, #blog .article-body ol{
    padding-inline-start: 17px!important;
}
#blog .table-bordered{
    border-radius: 4px;
}
#blog table th{
    background-color: #f3f3f36e!important;
}
#blog #blog-sidebar i{
    font-size: 14px;
}
#blog .sticky-top{
    top: 69px!important;
}
@media (max-width: 992px) {
    #blog .sticky-top{
        position: static !important;
    }
}
#blog #blog-sidebar .sidebar-summary{
    line-height: 22px!important;
}
#blog #blog-sidebar .card-body{
    padding: 22px;
}
#blog #blog-sidebar p{
    font-size: 14px!important;
    line-height: 22px!important;
}
#blog #blog-sidebar h3{
    font-size: 17px!important;
}
#blog .bg-header-blog{
    font-size: 14px;
}
#blog .blog-anchor{
    margin-top: 85px
}
#blog .article-body h2, #blog .article-body h3{
    margin-top: 5px!important;
    margin-bottom: 10px!important;
    font-weight: 500!important;
}
#blog .cta-container h3{
    margin-bottom: 0!important;
    padding-right: 45px;
    place-self: center;
}
#blog .cta-container{
    background: linear-gradient(90deg, #428ed4, #19609e);
    box-shadow: inset 0 0 38px 0 #00000042;
}
#blog .breadcrumb span{
    font-size: 14px!important;
    line-height: 22px!important;
}
#blog .breadcrumb{
    padding-left: 12px;
    padding-right: 12px;
}
/*blog pagination*/
#blog ul.pagination, #blog ul.pagination > li {
    margin-bottom: 0
}

#blog ul.pagination a:hover {
    text-decoration: none;
}
#blog ul.pagination {
    place-content: center;
}
@media(max-width: 991px){
    .sidebar-summary a{
      font-size: 16px!important;
    }
}
@media(max-width: 567px){
    #blog .bg-header-blog{
        height: 150px!important;
        background-size: cover!important;
    }
    #blog .card-body{
        padding: 17px!important;
    }

    #blog .card-footer{
        padding-left: 17px!important;
        padding-right: 17px!important;
        padding-bottom: 17px!important;
    }
}

/*e-book Beitrag*/
#blog.e-book .accordion .accordion-toggle{
    padding: 12px 22px 12px 12px;
    font-weight: 500!important;
    color: rgba(45, 45, 45, 0.8)!important;
}
#blog.e-book .accordion .card{
    background-color: transparent !important;
}
#blog.e-book .accordion .card-body{
    padding: 12px;
}
#blog.e-book .accordion .card-header{
    background-color: rgba(0, 0, 0, 0.02)!important;
}
#blog.e-book .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: transparent !important;
    color: #2A7BC4 !important;
}
#blog.e-book .accordion.accordion-modern-status > .card + .card{
    margin-top: 5px;
}
#blog.e-book .accordion.accordion-modern-status > .card .card-header a{
    background-color: rgba(0, 0, 0, 0.0)!important;
}
#blog.e-book .accordion.accordion-modern-status > .card .card-header a:after{
    right: 12px !important;
}
@media(min-width: 992px){

    #blog.e-book .cta-container p{
        font-size: 19px!important;
        line-height: 23px!important;
    }
    #blog.e-book .autor-part img{
        max-width: 400px;
    }
}
@media(max-width: 991px) and (min-width: 768px){

    #blog.e-book .autor-part .col-xl-7.col-lg-6{
        padding-left: 50px
    }
}
@media(min-width: 992px){
    #blog.e-book .header-top-part img{
        max-width: 450px;
    }
    #blog.e-book .share-links {
        place-content: center;
        width: 490px;
        margin-left: auto;
    }
}
@media(min-width: 768px){
    #blog.e-book .col-sticky-img{
        text-align: right;
        position: sticky;
        top: 2rem;
        align-self: flex-start;
    }
    #blog.e-book .share-links {
        place-content: center;
    }
    #blog.e-book .header-top-part, #blog.e-book .chapter-overview {
        padding-top: 40px!important;
    }
    #blog.e-book .cta-container{
        padding: 70px 120px!important;
    }
    #blog.e-book .home-above .btn, #blog.e-book .cta-container .btn {
        font-size: 18px!important;
    }
}
@media(max-width: 767px){
    #blog.e-book .autor-part img{
        max-width: 300px;
        margin-bottom: 20px
    }
    #blog.e-book .autor-part .col-xl-5.col-lg-6{
        text-align: center;
    }
    #blog.e-book .col-sticky-img {
        max-width: 450px;
    }
    #blog.e-book .header-top-part, #blog.e-book .chapter-overview {
        padding-top: 40px!important;
    }
    #blog.e-book .home-above h1{
        font-weight: 600!important;
        font-size: 28px!important;
    }
    .col-sticky-img{
        padding-top: 15px;
        margin: auto;
    }
    .col-sticky-img > div {
        place-content: center;
    }
    #blog.e-book .cta-container{
        padding: 20px!important;
    }
}
#blog.e-book .share-links a{
    font-size: 20px!important;
}
#blog.e-book .share-links span{
    font-size: 16px!important;
}
#blog.e-book .home-above h1{
    margin-bottom: 16px;
}
#blog.e-book .home-above h2{
    margin-bottom: 8px!important;
    font-size: 32px!important;
}

.grecaptcha-badge {
    bottom: 14px !important;
    z-index:999;
}

@media(max-width: 991px){
    .grecaptcha-badge {
        bottom: 14px !important;
        z-index:999;
    }
}

.blogSidebarDesktop{
    display: block;
}

.blogSidebarMobile{
    display: none;
}

@media(max-width: 991px){
    .blogSidebarDesktop{
        display: none;
    }

    .blogSidebarMobile{
        display: block;
    }
}

/*Verstecken des Google reCaptcha v3 Badge*/
/*refactor in WEBDOM-7139*/
.grecaptcha-badge {
    visibility: hidden;
}

@media(min-width: 992px){
    html .scroll-to-top {
        display: none;
    }
}
@media(max-width: 991px){
    .scroll-to-top.hidden-mobile.visible{
        display: block;
        right: 13px!important;
    }

    @keyframes fadeInUp {
        from {
            transform: translate3d(0,40px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }
    @-webkit-keyframes fadeInUp {
        from {
            transform: translate3d(0,40px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }

    @keyframes fadeDown {
        from {
            transform: translate3d(0,40px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }
    @-webkit-keyframes fadeDown {
        from {
            transform: translate3d(0,40px,0)
        }

        to {
            transform: translate3d(0,0,0);
            opacity: 1
        }
    }
}
li{
    line-height: 22px!important;
}
.font-weight-bold, b, .font-weight-semibold, .font-weight-semi-bold{
    font-weight: 500 !important;
}
h1 b{
    font-weight: 400 !important;
}

/*whats app */
.whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 25px;
      z-index: 999;
      background-color: #25D366;
      border-radius: 50%;
      padding: 14px;
      transition: transform 0.2s ease;
  }
.whatsapp-float:hover, .whatsapp-float:focus, .whatsapp-float:focus-visible, .whatsapp-float:active {
    color: white !important;
    background: #20c65e !important;
    transition: 0.3s all;
}
.whatsapp-float i {
    display: block;
    font-size: 30px;
    color: white;
}
.whatsapp-link{
    color: #25D366!important;
}
.whatsapp-link:hover{
    color: #20c65e !important;
    opacity: 0.7!important;
}
.btn-whatsapp{
    color: white !important;
    background: #25d366 !important;
    border-radius: 5px;
}
.btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:focus-visible, .btn-whatsapp:active {
    color: white !important;
    background: #20c65e !important;
    transition: 0.3s all;
}

/*chat button*/
.floating-menu {
    border-radius: 50%!important;
    color: white;
    position: fixed;
    z-index: 999;
    transition: 0.3s all;
    box-shadow: 0 0 10px 0 #0000001a
}

.icon-fade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(20px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.icon-visible {
    opacity: 1;
    transform: translate(-50%, -50%) translateX(0);
    pointer-events: auto;
}
#quicklinks.open {
    display: unset!important;
    opacity: 1!important;
}
#quicklinks{
    position: fixed;
    right: 24px;
    bottom: 95px;
    z-index: 1005;
    display: none;
    box-shadow: 0 0 12px 0 rgba(56, 65, 74, 0.30) !important;
    border: 1px solid #428bca!important;
}
#quicklinks a:hover{
    opacity: 0.6;
    transition: 0.3s all;
    text-decoration: none;
}
#quicklinks a{
    transition: 0.3s all;
    width: 100%;
}
.floating-menu:hover, .floating-menu:focus, .floating-menu:focus-visible, .floating-menu:active{
    color: white!important;
    transition: 0.3s all;
}
.floating-menu.btn-primary {
    border-color: #428bca;
    background: #d1e2f1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4),
    0 4px 20px rgba(0, 0, 0, 0.35);
}
#toggleBtn.floating-menu.btn-primary:hover, #toggleBtn.floating-menu.btn-primary:focus, #toggleBtn.floating-menu.btn-primary:focus-visible, #toggleBtn.floating-menu.btn-primary:active{
    border: 1px solid #428bca;
    transition: 0.3s all;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6),
    0 4px 20px rgba(0, 0, 0, 0.55)!important;
    background: #d1e2f1!important;
    background-color: #d1e2f1!important;
}
.floating-menu.btn-danger {
    border-color: #b24747;
    background: #b24747;
}
.floating-menu.btn-danger:hover, .floating-menu.btn-danger:focus, .floating-menu.btn-danger:focus-visible, .floating-menu.btn-danger:active{
    border-color: #973c3c;
    background: #973c3c;
}
@media (min-width: 992px) {
    .floating-menu{
        bottom: 20px;
        right: 20px;
        height: 62px!important;
        width: 62px!important;
        font-size: 22px!important;
    }
    #quicklinks{
        right: 20px;
        bottom: 95px;
    }
    #iconFilter{
        width: 107px;
        height: auto;
    }
}
@media(min-width: 570px) and (max-width: 991px){
    .floating-menu{
        height: 60px!important;
        width: 60px!important;
        font-size: 22px!important;
        bottom: 55px;
        right: 13px;
    }
    #quicklinks{
        right: 13px;
        bottom: 125px;
    }
    #iconFilter{
        width: 105px;
        height: auto;
    }
 }
@media(max-width: 569px){
    .floating-menu{
        height: 48px!important;
        width: 48px!important;
        font-size: 22px!important;
        bottom: 55px;
        right: 13px;
    }
    #quicklinks{
        right: 13px;
        bottom: 110px;
    }
    #iconFilter{
        width: 95px;
        height: auto;
    }
}