/*
Theme Name:     AIX Child
Description:    Make your modifications to [Parent Theme] in this child theme.
Version:        1.0
Template:       aix
*/

@import url("../aix/style.css");

/* =Theme customization starts here
------------------------------------------------------- */



/* Font – Source Sans Pro
------------------------------------------------------- */


/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/source-sans-pro-v21-latin-200.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-200.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/source-sans-pro-v21-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/source-sans-pro-v21-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/source-sans-pro-v21-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/source-sans-pro-v21-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-900 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/source-sans-pro-v21-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('./fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('./fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-900.woff') format('woff'),
        /* Modern Browsers */
        url('./fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('./fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #1b1d21;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1b1d21;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #1b1d21;
    text-decoration: none;
}

a:visited {
    color: #D60B51;
}

a:hover,
a:focus,
a:active {
    color: #D60B51;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-topbar {
    padding: 7px 0px;
    border-bottom: 1px solid transparent;
    background: #00305e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header-topbar a {
    color: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.header-topbar a:hover {
    color: #D60B51;
}

.extra-text a {
    color: #ffffff;
}

.social-list li a i {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}

.social-list li a:hover i {
    color: #D60B51;
}


.octf-btn-cta .contact-header i {
    font-size: 20px;
    color: #D60B51;
    margin-right: 12px;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation ul > li > a {
    display: inline-block;
    padding: 32px 0px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #1d1b21;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li > a:hover {
    color: #D60B51;
}

.main-navigation > ul > li:before {
    background: #D60B51;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
    color: #D60B51;
}

.main-navigation ul li li a {
    color: #1d1b21;
    font-weight: 600;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
    color: #1d1b21;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
    color: #D60B51;
}

.main-navigation:not(.no-line) ul li li a:before {
    color: #D60B51;
}

.page-pagination {
    margin-top: 0px !important;
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Font colors
--------------------------------------------------------------*/

.white,
a.white,
a.borlabs-cookie-preference {
    color: #ffffff;
}

a.white:hover,
a.borlabs-cookie-preference:hover {
    color: #D60B51;
}

a.white:visited,
a.borlabs-cookie-preference:visited {
    color: #ffffff;
}

a.white:active,
a.borlabs-cookie-preference:active {
    color: #D60B51;
}

.white-link,
.white-link:visited {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px !important;
}

.white-link:hover,
.white-link.active {
    color: #D60B51;
    border-bottom: 1px solid #D60B51;
    padding-bottom: 2px !important;
}

/*
.black {
    color: #1b1d21;
    border-bottom: 1px solid #1b1d21;
    padding-bottom: 2px !important;
}

.black:hover,
.black.active {
    color: #D60B51;
    border-bottom: 1px solid #D60B51;
    padding-bottom: 2px !important;
}

*/

.black {
    color: #1b1d21;
    text-decoration: underline !important;
    text-decoration-skip-ink: auto;
    text-underline-offset: 3px;
}

.black:hover,
.black.active {
    color: #D60B51;
}


.elementor-page .elementor-widget-icon-list .elementor-icon-list-text,
.elementor-page .elementor-widget-text-editor {
    font-family: "Source Sans Pro", sans-serif;
    color: #1d1b21;
}

.elementor-icon-list-item a .elementor-icon-list-text {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-underline-offset: 3px;
}

/*--------------------------------------------------------------
# Elementor Headlines
--------------------------------------------------------------*/


.ot-heading > span {
    font-size: 14px;
    font-weight: 600;
    color: #D60B51;
    font-family: "Source Sans Pro", Sans-serif;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
    color: #1D1B21;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 36px;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 14px;
    /* padding: 14px 30px 14px 30px; */
    padding: 10px 15px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    background: #D60B51;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
}

.octf-btn:visited {
    color: #fff;
}

.octf-btn:hover,
.octf-btn:focus {
    background: #00305e;
    color: #fff;
}

.octf-btn.octf-btn-second {
    background: #00305e;
    color: #fff;
}

.octf-btn.octf-btn-second:visited {
    background: #00305e;
    color: #fff;
}

.octf-btn.octf-btn-second:hover,
.octf-btn.octf-btn-second:focus {
    background: #D60B51;
}

.octf-btn.octf-btn-light {
    background: #fff;
    color: #1b1d21;
}

.octf-btn.octf-btn-light:visited {
    background: #fff;
    color: #1b1d21;
}

.octf-btn.octf-btn-light:hover,
.octf-btn.octf-btn-light:focus {
    color: #fff;
    background: #1b1d21;
}

.octf-btn-dark {
    color: #fff;
    background: #1b1d21;
}

.octf-btn-dark:visited {
    color: #fff;
    background: #1b1d21;
}

.octf-btn-dark:hover,
.octf-btn-dark:focus {
    background: #fff;
    color: #1b1d21;
}

.btn-details {
    font-size: 14px;
    font-weight: bold;
    color: #43baff;
}

.btn-details i {
    margin-right: 8px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

.btn-details i:before {
    font-size: 15px;
}

.btn-details:hover i {
    margin-right: 3px;
}

.btn-details:visited {
    color: #43baff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #b5b5b5;
    border: none;
    background: #f6f6f6;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #6d6d6d;
}

select {
    border: none;
    background: #f6f6f6;
    outline: none;
}

textarea {
    width: 100%;
    height: 150px;
    vertical-align: top;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6d6d6d;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6d6d6d;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6d6d6d;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6d6d6d;
}

.elementor-row {
    padding: 0 15px;
}

.octf-btn-cta .contact-header span.main-text {
    font-size: 15px;
    font-family: "Source San Pro", sans-serif;
    font-weight: 600;
    color: #1a1b1e;
    margin-top: 7px;
}

.octf-btn-cta .btn-cta-group {
    margin-left: 30px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    padding: 0 66px 0 20px;
    height: 46px;
    line-height: 1;
    border-color: #e6e6e6;
}

.search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background: #D60B51;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.search-form .search-submit i {
    color: #fff;
}

.search-form .search-submit i:before,
.search-form .search-submit i:after {
    font-size: 16px;
}

.search-form .search-submit:hover {
    background: #00305E;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #1d1b21;
    border: none;
    background: #f6f6f6;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile,
.header-mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .octf-main-header,
    .header-desktop {
        display: none;
    }

    .header-topbar {
        display: none;
    }

    .site-header {
        background: #fff;
        -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
        -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
        box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }

    .header_mobile,
    .header-mobile {
        display: block;
        width: 100%;
        background: #fff;
    }

    .header_mobile.is-stuck {
        box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    }

    .mlogo_wrapper {
        position: relative;
        /*    padding: 10px 0px;*/
        padding: 20px 0px;
    }

    .mlogo_wrapper img {
        height: 40px;
    }

    .mlogo_wrapper .mobile_logo {
        float: left;
    }

    #mmenu_toggle {
        position: absolute;
        cursor: pointer;
        width: 26px;
        height: 20px;
        right: 0px;
        margin-top: -10px;
        top: 50%;
    }

    #mmenu_toggle button {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -2px 0 0;
        background: #1b1d21;
        height: 4px;
        padding: 0;
        border: none;
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        outline: none;
        border-radius: 2px;
    }

    #mmenu_toggle button:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 26px;
        height: 4px;
        background: #1b1d21;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }

    #mmenu_toggle button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 26px;
        height: 4px;
        background: #1b1d21;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }

    #mmenu_toggle.active button {
        background: none;
    }

    #mmenu_toggle.active button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    #mmenu_toggle.active button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .mobile_nav {
        display: none;
        background: #fff;
    }

    .mobile_nav .mobile_mainmenu {
        margin: 0;
        padding: 0;
    }

    .mobile_nav .mobile_mainmenu ul {
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 15px;
    }

    .mobile_nav.collapse .mobile_mainmenu ul {
        display: none;
    }

    .mobile_nav .mobile_mainmenu li {
        position: relative;
        list-style: none;
    }

    .mobile_nav .mobile_mainmenu li a {
        padding: 9px 0;
        display: block;
        color: #1b1d21;
        font-weight: 600;
        border-bottom: 1px solid #e5e5e5;
    }

    .mobile_nav .mobile_mainmenu > li:last-child > a {
        border: none;
    }

    .mobile_nav .mobile_mainmenu li li a {
        font-size: 15px;
    }

    .mobile_nav .mobile_mainmenu li li a:hover,
    .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
        color: #43baff;
    }

    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
        color: #fff;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 40px;
        height: auto;
        padding: 9px 12px 9px 0;
        line-height: inherit;
        text-align: right;
        box-sizing: border-box;
    }

    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
        color: #9397a7;
        display: inline-block;
        line-height: 1;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
        font-size: 8px;
    }

    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile_nav .mobile_mainmenu > li > a:hover,
    .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
    .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
        color: #43baff;
    }
}

@media only screen and (max-width: 767px) {
    .mlogo_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .mobile_logo img {
        max-width: 230px;
        max-height: 47px;
    }
}

.social-list li a {
    display: inline-block;
    padding: 0px 3px;
    color: #fff;
}

p.support-nav {
    margin: 0 !important;
}

.support-nav a {
    color: #fff;
}

.support-nav a:visited {
    color: #D60B51;
}

.support-nav a:hover,
.support-nav a:focus,
.support-nav a:active {
    color: #D60B51;
    text-decoration: none;
}

.topbar-info {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .topbar-info {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    ul.social-list {
        display: none;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-related-posts-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Partner Map
--------------------------------------------------------------*/

.partner-tooltip {
    width: 100%;
    height: auto;
}

.partner-box {
    border: 1px solid #e2e2e2;
    padding: 20px;
}

.partner-batch {
    display: inline-block;
    position: relative;
    right: -20px;
    top: -20px;
    float: right;
}

/*
.partner-batch {
    display: block;
    position: absolute;
    right: -60px;
    top: -60px;
}
*/

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #eee;
}

th {
    font-weight: 700;
}

th,
td {
    padding: 0.4375em;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.post-box .entry-media .post-cat {
    display: none;
}

.post-box .post-cat a {
    font-family: "Source Sans Pro", Sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background: #43baff;
    padding: 10px;
    margin-right: 6px;
}

.post-box .entry-meta > span.posted-on {
    display: none;
}

blockquote cite {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b5b5b5;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/


input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #1a1b1e;
    border: 1px solid #b5b5b5;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
    margin: 10px 0;
    width: 100%;
}

.octf-btn.octf-btn-light {
    background: #D60B51;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
    padding: 20px 20px 20px 20px;
    border: 3px solid #D60B51;
    font-size: 16px;
    font-family: "Source San Pro", sans-serif;
}

.octf-btn.octf-btn-light:visited {
    background: #fff;
    color: #D60B51;
}

.octf-btn.octf-btn-light:hover,
.octf-btn.octf-btn-light:focus {
    color: #D60B51;
    background: #fff;
}

/*--------------------------------------------------------------
# Simple Job Board
--------------------------------------------------------------*/
.sjb-page {
    font-family: "Source Sans Pro", sans-serif !important;
    color: #1d1b21;
    font-size: 14px;
    line-height: 1.5;
}

.sjb-page .sjb-filters .form-control {
    color: #1d1b21;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400 !important;
}

.sjb-page .list-data .job-info h4 {
    color: #1d1b21;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.sjb-page .list-data .job-info h4 a {
    color: #1d1b21;
    font-weight: 700;
    font-size: 20px !important;
}

.sjb-page .list-data .job-info h4 a:hover {
    color: #d60b51;
}

.sjb-page .list-data .job-description p {
    color: #1d1b21 !important;
    font-size: 16px;
    margin: 0 0 10px;
    word-wrap: break-word;
    letter-spacing: 0px;
    line-height: 1.85 !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-wrap .team-social i.fab {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.tribe-common .tribe-common-b2 {
    color: #1d1b21;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.38;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    color: #1d1b21;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 400;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0;
    text-decoration: none;
    width: auto;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #d60b51;
    padding: 11px 20px;
    width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    line-height: 1.42;
    color: #1a1b1e;
}

.tribe-common .tribe-common-h4 {
    color: #1a1b1e;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
}

.tribe-common .tribe-common-h4 {
    color: #1d1b21;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.42;
}

.tribe-events .tribe-events-c-ical__link {
    align-items: center;
    color: #D60B51;
    border: 1px solid #D60B51;
    border-radius: 0px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
}

.tribe-events .tribe-events-c-ical__link:before {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' stroke='%23D60B51' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    flex: none;
    height: 10px;
    margin-right: 8px;
    width: 10px;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
    color: #1d1b21;
    outline: 0;
    text-decoration: none;
}

.tribe-common .tribe-common-anchor-thin-alt {
    border-bottom: 1px solid #1d1b21;
    color: #1d1b21;
    transition: color .2s ease;
}

.entry-content {
    padding: 0 !important;
}

/*--------------------------------------------------------------
# Wiki
--------------------------------------------------------------*/
.ot-tabs .tab-link {
    min-width: 2em !important;
    padding: 5px !important;
    min-height: 2em;
}

ul.wiki {
    list-style-type: square;
}


/*--------------------------------------------------------------
# Impressum
--------------------------------------------------------------*/
.grains {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
