@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap');

.site--wrap{
    padding-bottom: 0px;
}


@media (min-width: 1200px) {
    .col-lg-offset-1 {
    margin-left: 0;
    }
}
@media (min-width: 992px) {
.col-md-offset-1 {
    margin-left: 0;
    }
}

.suche h3 {
    text-align:left !important;
    max-width: 356px;
    font-weight: 600;
}

/*#region Search */

.search-inner {
    /* background: transparent url('https://www.teamwork.com/contentFiles/desk/Head-bg.jpg') center top repeat-x; */
}

.search--row {
    padding: 200px 0;
}

.search--row,
.site--header {
    background-image: urL(https://cdn.prointernet.com/images/helpdesk/firstvoucher-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 80vh; */
}

.search-form{
    /* top: 10vh; */
}

.search--row .row-title a:hover {
    text-decoration: unset;
    border-bottom: 2px solid #292F9A;
}

.search--row .row-title a:focus {
    text-decoration: unset;
    border-bottom: 2px solid #292F9A;
}

.search--row.search-inner {
    padding: 110px 0;
    padding-top: 135px;
}

.search--row {
    padding-top: 160px;
}

.search--row .row-title a {
    color: #292F9A;
}

.search-inner h1 {
    color: #292F9A;
}

.history-path a {
    color: #292F9A !important;
}

.search--row.search-inner .search_input {
    border: none;
}

.search--row .search_input {
    width: 55%;
}

/*#endregion Search */

/*#region header */

.site--header .row {
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}

.custom-site-header-color {
    height: 60px;
    padding-top: 15px;
    background: transparent;
    /*#4163ea*/
    margin-bottom: -60px;
}

.header--nav a {
    color: #292F9A !important;
    padding: 0px 15px 0px 15px;
    border: 1px #292F9A solid;
    border-radius: 4px;
}

.header--nav ul>li {
    display: table-cell;
    padding: 0 0;
    padding-left: 25px;
    vertical-align: middle;
}

.site--header .brand-logo>img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 200px;
    image-rendering: -webkit-optimize-contrast;
}

.site--header .brand-logo:hover,
.site--header .brand-logo:focus {
    opacity: 1;
}

.site--header .menu-toggle .menu-lines>span {
    display: block;
    border-bottom: 2px solid #292F9A;
}


/*#endregion Header */

/*#region Icons*/

.category-img-gear {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/technik.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-gear{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/technik.svg) no-repeat center;
}

.category-img-integration {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/integration.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-integration{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/integration.svg) no-repeat center;
}

.category-img-pricing {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/abrechnung.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-pricing{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/abrechnung.svg) no-repeat center;
}

.category-img-shield {
    background: url(https://cdn.prointernet.com/icons/helpdesk/shield.svg) no-repeat center;/*alt*/
}

.category-img-tips {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/tipps.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-tips{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/tipps.svg) no-repeat center;
}

.category-img-team {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/rechtliches.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-team{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/rechtliches.svg) no-repeat center;
}

.category-img-overview {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/auswertung.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-overview{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/auswertung.svg) no-repeat center;
}

.category-img-profil {
    background: url(https://cdn.prointernet.com/icons/helpdesk/profil.svg) no-repeat center;/*alt*/
}

.category-img-api {
    background: url(https://cdn.prointernet.com/icons/helpdesk/api.svg) no-repeat center;/*alt*/
    background-size: 80px;
}

.category-img-verwaltung {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/verwaltung.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-verwaltung{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/verwaltung.svg) no-repeat center;
}

.category-img-promotion {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/promotion.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-promotion{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/promotion.svg) no-repeat center;

}

.category-img-ds {
    background: url(https://cdn.prointernet.com/icons/helpdesk/grey/website.svg) no-repeat center;
}
.docs--sections .sections-links>li:hover .category-img-ds{
    background: url(https://cdn.prointernet.com/icons/helpdesk/blue/website.svg) no-repeat center;

}

/*#endregion Icons*/

/*#region Docs */

.docs--sections .sections-links>li:hover {
    border: 1px #292F9A solid;
}
.docs--sections .sections-links>li:hover a{
    color: #292F9A;
}
.docs--sections .sections-links {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.docs--sections .sections-links>li {
    border: 1px transparent solid;
    padding-bottom: 0px;
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.08);

}
.docs--sections .sections-links>li a{
    color: #000;
    padding: 55px 10px; 
}

.docs--sections .sections-links .icon-hold {
    height: 59px;
}

.icon-images {
    height: 100%;
    width: 100%;
}

.docs--sections .sections-links .icon-hold:after {
    border: 0px;
}

.pubble-form-frame-poweredby {
    display: none !important;
}

.pubble-sb-clientbgcolor>* {
    display: block;
}

.pubble-sb-clientbgcolor {
    background: #3b93f7 !important;
}


/*#endregion Docs */

/*#region Content */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.content-main a {
    color: #292F9A;
}


/*#endregion Content*/

/*#region Form */

.btn-primary {
    background-color: #292F9A;
    border-color: unset;
}

.btn-primary:hover {
    background-color: #292F9A;
    border-color: unset;
}


/*#endregion Form */

/*#region Article */

.article--structure .sidebar-blocks ul a {
    color: #292F9A;
}

.article--structure .article-body {
    line-height: 1.4;
}

.article--structure .article-body h3 {
    font-size: 26px;
    margin-bottom: 0px;
}

.article--structure .article-body ol {
    padding-left: 25px;
}

pre {
    font-family: 'Source Code Pro', monospace;
    font-size: 13px;
}

.hljs {
    background: unset !important;
}


/*#endregion Article */

/*#region footer */


.footer{
    zoom: 1;
    margin-bottom: 0;
    position: relative;
    background-color: #292F9A;
    /* background-image: url(https://cdn.prointernet.com/images/helpdesk/background-blue3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; */
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-transform: none;
    color: inherit;
    letter-spacing: 0;
    font-weight: 400;
}

.footer .container{
    width: 100%;
    max-width: 1280px;
    padding: 42px 30px 60px;
}

.footer:before, .footer:after {
    content: '';
    display: table;
}

body, html, .docs--sections .sections-links .in-label {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important; 
}

.h4 {
    font-weight: 400;
    display: block;
    font-family: 'Inter', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b5b4ba;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.footer .h4 {
    color: #fff;
    display: block;
    margin-bottom: 6px!important;
}

.footer a {
    color: #fff !important;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li{
    color: #fff !important;
}

.footer em{
    color: #fff;
    font-style: normal;
}

.footer .top {
    zoom: 1;
    color: #fff;
    text-align: left;
    padding: 20px 0 30px;
    font-size: 15px;
    line-height: 23px;
    text-transform: none;
    color: inherit;
    letter-spacing: 0;
    font-weight: 400;
}

.footer .top:before, .footer .top:after {
    content: '';
    display: table;
}

.crow .c {
    float: left;
    padding-right: 20px;
    vertical-align: top;
    margin-bottom: 40px;
    width: 100%;
}

.crow.five .c:first-child {
    padding-left: 0;
}

.crow.five .c {
    width: 18%;
    padding-left: 0;
}

.crow .c p:last-child, .crow .c ul:last-child {
    margin-bottom: 0px;
}

.crow.five .c:last-child {
    width: 28%;
}

.footer .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 42px 30px 60px;
    text-align: center;
    color: #fff;
}

.footer .bottom{
    border-top: solid 1px rgba(255,255,255,0.2);
    color: #fff;
    padding: 35px 0 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.footer .bottom .col{
    color: #b1bdf3;
}

.footer .bottom .col a{
    color: #b1bdf3 !important;
}

.footer .bottom .col em{
    color: #b1bdf3;
}

.footer .bottom .col1 {
    float: left;
}

.footer .bottom .col2 {
    float: right;
}

.mobile-only {
    display: none;
}
/*#endregion Footer*/



@media only screen and (max-width: 839px){

    .footer .top .c {
        float: left;
        width: 25%!important;
    }

    .footer .top .c4{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header--nav {
        background: unset !important;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .docs--sections .sections-links{
        width: calc(100% + 20px);
        margin: 0 -10px;
        float:left;
    }
   .docs--sections .sections-links>li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        float:left;
    }
    .search--row {
        padding-top: 110px !important;
        height: 54vh !important;
    }
    h3 {
        font-size: 28px !important;
    }

    .docs--sections .sections-links a {
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: center;
        
    }
    .docs--sections .sections-links a span{
        width: 100%;
        text-align: center;
    }
    .docs--sections .sections-links .in-label{
        font-size: 18px;
    }
    .docs--sections .sections-links .icon-hold {
        width: 50px !important;
        -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
        position: relative !important;
    }
    .search--row .search_input {
        width: 100%;
    }

    .header--nav ul>li {
        display: block;
        margin: 0;
        border-bottom: unset !important;
        margin-bottom: 15px;
    }

    .icon-images {
        height: 100%;
        width: 100%;
        background-size: 50px 40px;
        background-position: 0px 50%;
    }

    .category-img-ds{
        background-size: 40px 40px;
        background-position: 5px 50%;
    }

    .form-control.input-sort {
        display: inline-block;
        background-color: #fff;
        border-color: #cccccc;
        font-size: 12px;
        height: 25px;
        padding: 0 8px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .search--row.search-inner {
        padding-top: 190px;
        padding-bottom: 40px;
    }
    .category--structure .left-sidebar {
        width: auto;
        border-right: none;
        padding-bottom: 0;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 720px){
    .footer .top.crow .c.c1, .footer .top.crow .c.c2, .footer .top.crow .c.c3, .footer .top.crow .c.c4 {
        display: none!important;
    }

    .footer .top.crow .c {
        width: 100%!important;
        margin-bottom: 8px;
    }

    .footer .mobile-only{
        display: block;
    }

    .footer .mobile-only ul li{
        display: inline-block;
    }

    .footer .mobile-only ul li a{
        padding: 3px 10px 3px 0;
    }
}