/*
 Theme Name:   bootScore 5 KTK
 Description:  bootScore 5 Child Theme
 Author:       invence.eu
 Author URI:   https://crftwrk.de
 Template:     bootscore-5
 Version:      5.0.0.4
 Text Domain:  bootscore
*/


/* 
All style editing is done via css/scss/_bscore_custom.scss
*/

.cursor-pointer	{
    cursor: pointer
}

body,
.accordion-item{
    font-family: "IBM Plex Sans";
    font-size:1.125rem;
    color: #2E3192;
}

.font-size-15{
    font-size: 1.5rem;
}

.helper{
    position: absolute;
    top:0;
    left: 0;
    width:1920px;
    height:100%;
    background: url(img/helper/ktkdigi.png);
    opacity: 0.5;
    z-index: -9999;
}

.loading-overlay{
    background-color: white;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*
navigation
*/

#nav-main ul li a{
    font-size:20px;
    font-weight: 600;

}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active{
    color: #2E3192;

}

.nav-link.active{
    text-decoration: underline;
}

.navbar-expand-lg .navbar-nav .nav-link,
#nav-main .menu-item:last-child .nav-link{
}

.navbar-light .navbar-nav .quick-support a{
    color:#F58220;
}

#content {
    min-height: 600px;
}

#page {
    display: block;
}

.dropdown-menu{
    background: rgba(221, 232, 253, 0.5);
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    left:-1rem !important;
    border-radius: 24px;
    border: none;

}

.dropdown-item{
    color:#2E3192;
    margin-bottom: .4rem;
    margin-top: .4rem;
}
.dropdown-item:hover{
    background-color: transparent;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.45em;
    vertical-align: -0.1em;
    content: "";
    width: 20px;
    height: 11px;
    background: url(img/icon/ktk-expand.svg);
    background-repeat: no-repeat;
    border: none;
}

.dropdown-toggle.show::after {
    background: url(img/icon/ktk-expand-less.svg);
    background-repeat: no-repeat;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2E3192;
}

.title-icon-router-blue-dark1{
    background-image: url(img/icon/ktk-router-blue-dark.svg);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: .5rem;
}

.title-icon-router-blue-dark:before{
    content: url(img/icon/ktk-router-blue-dark.svg);
    padding:0;
    margin-right: .5rem; /* 1/2 width of image*/
}
.title-icon-tv-orange:before{
    content: url(img/icon/ktk-tv-orange-dark.svg);
    padding:0;
    margin-right: .5rem; /* 1/2 width of image*/
}
.title-icon-iptv-red:before{
    content: url(img/icon/ktk-iptv-red-dark.svg);
    padding:0;
    margin-right: .5rem; /* 1/2 width of image*/
}

.marker-blue-dark,.marker-orange-dark,.marker-red-dark,
.marker-card, .marker-speed, .marker-percent, .marker-tv, .marker-pig{
    list-style-type: none;
    padding-left: 3rem;
    background-repeat: no-repeat;
    background-position: left 1.5rem;
}
.marker-blue-dark{
    background-image: url(img/icon/bullet-blue-dark.svg);
}

.marker-orange-dark{
    background-image: url(img/icon/bullet-orange-dark.svg);
}
.marker-red-dark{
    background-image:  url(img/icon/bullet-red-dark.svg);
}

.marker-card{
    background-image: url(img/icon/bullet-card-blue-dark.svg);
}

.marker-speed{
    background-image: url(img/icon/bullet-speed-blue-dark.svg);
}

.marker-percent{
    background-image: url(img/icon/bullet-percent-blue-dark.svg);
}

.marker-tv{
    background-image: url(img/icon/bullet-tv-blue-dark.svg);
}

.marker-pig{
    background-image: url(img/icon/bullet-pig-blue-dark.svg);
}

.container {
    max-width: 1920px;
}


.widget-title.h4{
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
}
.footer_widget a{
    color:white;
    text-decoration: none;
}
/*
text formating
*/
.letter-spacing-5{
    letter-spacing: -0.5px;
}

.pagination .page-link{
    padding: 1rem;
    color:#2E3192;
    border-color: #2E3192;
}

.page-item.active .page-link {
    background-color: #2E3192;
    color:white;
}
/*
buttons
*/
.btn-link{
    color:#2E3192;
}

.download-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(img/icon/ktk-download-button.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    margin-top: .5rem;
}

.ahref-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(img/icon/ktk-ahref-button.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    margin-top: .5rem;
}

.btn-semi-sm{
    padding-top: 4px;
    padding-bottom: 4px;
}
.btn-6rem {
    width:6rem;
}
.btn-outline-primary:hover{
    background-color: #2E3192 !important;
}

.btn span.h3{
    font-size:1.5rem;
    line-height: 2rem;
}
.accordion-button span.h4{
    line-height: 1.75rem;
}

/*
margins, paddings
*/
.mb-20{
    margin-bottom: 2rem;
}

.mt-35{
    margin-top: 3.5rem;
}

.me-50{
    margin-right: 5rem;

}
.py-1625{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}
.py-08{
    padding-bottom: .8rem;
    padding-top: .8rem;
}
.pt-20{
    padding-top: 2rem;
}
.pt-25{
    padding-top: 2.5rem;
}
@media (min-width: 1200px) {
    .px-xl-35{
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }
    .mx-xl-35{
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
    .my-xl-35{
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .pb-xl-25{
        padding-bottom: 2.5rem !important;
    }
    .pt-xl-35{
        padding-top: 3.5rem !important;
    }
    .pt-xl-65{
        padding-top: 6.5rem !important;
    }
    .pb-xl-65{
        padding-bottom: 6.5rem !important;
    }
    .pt-xl-100{
        padding-top: 10rem !important;
    }
}
.px-35{
    margin-right: 3.5rem;
    margin-left: 3.5rem;
}
/*
cards
*/
.rounded-15{
    border-radius: 1.5rem;
}
.rounded-10{
    border-radius: 1rem;
}

.rounded-5{
    border-radius: .7rem !important;
}

/*
icons
*/
.ktk-search{
    display: block;
    text-indent: -9999px;
    width: 22px;
    background: url(img/icon/ktk-search.svg);
    background-repeat: no-repeat;
    color:red;
    background-position: center;
}

/*
colors
*/
.bg-blue-light{
    background-color: #DDE8FD;
}
.bg-blue-dark{
    background-color: #2E3192 !important;
}

.border-blue-dark{
    border-color: #2E3192 !important;
}
.border-blue-light{
    border-color: #DDE8FD !important;
}
.border-red-dark{
    border-color: #A83F3F !important;
}
.border-orange-dark{
    border-color: #F58220 !important;
}

.bg-orange-light{
    background-color: #FFF4EA;
}
.bg-orange-dark{
    background-color: #F58220;
}
.bg-gray{
    background-color: #E5E5E5;
}
.bg-red-dark{
    background-color: #A83F3F;
}

.blue-half{
    color: #8688D8;
}

.blue-dark{
    color: #2E3192;
}
.red-dark{
    color: #A83F3F;
}
.orange-dark{
    color: #F58220;
}


@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
    /*
    td, th, p
    {
        font-size: calc(.8rem + 0.3vw);
    }
    */
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .display-5 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

/*
other
*/

.card-square img{
    width:25%;
}

.accordion-button{
    font-size: 18px;
}