html {
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}


body {
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #2E3A52;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* height: 100%; */
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
}

.pagewrapper {
    height: 100%;
    padding-bottom: 80px;
}
.page-imprint .pagewrapper,
.page-contact .pagewrapper {
    padding-bottom: 180px;
}

.page-home .pagewrapper,
.page-careers .pagewrapper {
    padding-bottom: 0;
    margin-bottom: 80px;
    background-color: #fff;
}

.page-home,
.page-careers {
    background-color: rgba(225, 228, 230, 0.4);
}

.page-imprint,
.page-contact,
.page-terms-of-use,
.page-privacy {
    background-color: #E1E4E6;
}

.navigation {
    background-color: #fff;
    height: 110px;
}

.navigation .logo {
    height: 72px;
    width: 110px;
    margin-top: 19px;
}

.navigation ul.navi-links {
    float: right;
}

.navigation ul.navi-links li {
    display: inline-block;
    margin-left: 20px;
    height: 110px;
    width: 123px;
    vertical-align: middle;
    text-align: center;
}

.navigation ul.navi-links li.careers {
    width: 91px;
}

.navigation ul.navi-links li a {
    display: inline-block;
    height: 100%;
    padding-top: 43px;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A52;
    width: 100%;
}

.navigation ul.navi-links li a:hover,
.navigation ul.navi-links li a.active{
    font-weight: 700;
    border-bottom: 8px solid #D40E8C;
}

.navigation .burger-menu {
    position: absolute;
    right: 20px;
    top: 10px;
}

.navigation .burger-menu img {
    height: 40px;
    width: 40px;
}

.navigation .burger-menu.opened .burger {
    display: none;
}

.navigation .burger-menu.closed .close {
    display: none;
}

.navigation-mobile {
    transition: height ease-in .3s;
    display: block;
    overflow: hidden;
}

.navigation-mobile.opened {
    height: 180px;
}

.navigation-mobile.closed {
    height: 0;
}

.navigation-mobile.hidden {
    display: none;
}

.navigation-mobile .navi-links {
    list-style-type: none;
}

.navigation-mobile .navi-links li {
    display: block;
    height: 60px;
}

.navigation-mobile .navi-links li a {
    display: block;
    height: 100%;
    padding-top: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #2E3A52;
    width: 100%;
}



.box {
    padding: 0 10px;
}

.row .box {
    padding: 0 20px;
}

.footer {
    position: relative;
    color: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    background-color: #2E3A52;
}
.page-imprint .footer,
.page-contact .footer {
    position: absolute;
}

.footer ul {
    list-style-type: none;
    margin-top: 20px;
}

.footer ul li {
    display: inline-block;
    vertical-align: center;
}

.footer ul.copyright li {
    color: #E1E4E6;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    width: 100%;
}

.footer ul.external-links {
    position: relative;
    top: -1px;
}

.footer ul.external-links li {
    margin-left: 20px;
}

.footer ul.external-links li.first {
    margin-left: 0;
}

.footer ul.external-links li a.xing{
    position: relative;
    top: -2px;
}

.footer ul.external-links li a.linkedin{
    position: relative;
    top: 1px;
}

.footer ul.external-links .xing img{
    width: 40px;
}
.footer ul.external-links .linkedin img{
    width: 62px;
}
.footer ul.external-links .facebook img{
    width: 66px;
}

.footer .internal-links a:link {
    color: #E1E4E6;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
    text-decoration: underline;
}
.footer .internal-links a.no-margin {
    margin-right: 0;
}
.footer .row .box.col-md-push-9 {
    padding-right: 0;
    padding-left: 0;
}

/* hero-stage */
/**************/
.hero-stage {
    background-image: url(../images/bg-hero-home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 120px;
}

.hero-stage-home {
    background-image: url(../images/bg-hero-home.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 450px;
    padding-top: 90px;
}

.hero-stage-home h1 {
    line-height: 40px;
    margin: 0;
}
.hero-stage-home .subline {
    color: #E1E4E6;
    font-size: 26px;
    line-height: 30px;
    margin-top: 12px;
}

.hero-stage-home .wanted-title {
    font-weight: 600;
    line-height: 20px;
    margin-top: 40px;
}
.hero-stage-home .wanted {
    line-height: 20px;
    text-decoration: underline;
}
.hero-stage-home .hero-button {
    margin-top: 18px;
}

.hero-button {
    background-color: #D40E8C;
    border-radius: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding: 10px 0 10px;
    text-align: center;
    width: 220px;
}

/*     welcome     */
/*******************/
.welcome {
    background-color: #fff;
}

.welcome .introduction-home {
    padding-top: 60px;
    text-align: center;
}

.welcome .introduction-home h5 {
    margin: 6px 0 12px;
}

.welcome .sub-introduction {
    padding-bottom: 60px;
}

.welcome .col-sub-introduction {
    margin-top: 18px;
}


/* what-we-do */
/*******************/
.what-we-do {
    background-color: rgba(225, 228, 230, 0.4);
    padding-bottom: 60px;
    padding-top: 40px;
}

.what-we-do h2 {
    margin-top: 10px;
}

.what-we-do h5 {
    margin-top: 6px;
}

.what-we-do .text {
    font-weight: 600;
    margin-top: 18px;
}

.what-we-do hr {
    margin: 18px 0 0;
}

.what-we-do .col-partners {
    margin-top: 30px;
}

.what-we-do .col-partners .partner {
    float: left;
    width: 160px;
    height: 90px;
    margin: 0 20px 10px 0;
}

.what-we-do .col-partners h6 {
    margin-bottom: 12px;
}


/* our-organisation */
/*******************/
.our-organisation {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
}

.our-organisation hr {
    margin-top: 18px;
}

.our-organisation .col-partners {
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-size: 60px 60px;
    margin-top: 30px;
}

.our-organisation .org-marketing {
    background-image: url(../images/org-marketing.png);
}
.our-organisation .org-bi {
    background-image: url(../images/org-bi.png);
}
.our-organisation .org-accounting {
    background-image: url(../images/org-accounting.png);
}
.our-organisation .org-crm {
    background-image: url(../images/org-crm.png);
}
.our-organisation .org-cs {
    background-image: url(../images/org-cs.png);
}
.our-organisation .org-it {
    background-image: url(../images/org-it.png);
}
.our-organisation .org-product {
    background-image: url(../images/org-product.png);
}
.our-organisation .org-services {
    background-image: url(../images/org-services.png);
}

.our-organisation .box-content {
    margin-left: 80px;
}

.our-organisation h7 {
    margin-bottom: 6px;
}

.our-organisation .text {
    font-size: 12px;
}


/* motto-stage-home */
/*******************/
.motto-stage-home {
    background-image: url(../images/insparx-motto.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 240px;
    position: relative;
}

.motto-stage-home .box {
    display: table;
    height: 240px;
    width: 100%;
}

.motto-stage-home .box h4 {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* meet-the-team */
/*******************/
.meet-the-team {
    background-color: rgba(225, 228, 230, 0.4);
    padding-bottom: 80px;
    padding-top: 40px;
}

.meet-the-team h2 {
    margin-top: 10px;
}

.meet-the-team .text {
    font-weight: 600;
    margin-top: 6px;
}

.meet-the-team hr {
    margin: 18px 0 30px;
}

.meet-the-team .carousel-indicators {
    bottom: -50px;
}

.meet-the-team .carousel-indicators li {
    border: 1px solid #6A7683;
}

.meet-the-team .carousel-indicators li.active {
    border: 1px solid #2E3A52;
    background-color: #2E3A52;
}

.meet-the-team .team-content {
    position: relative;
}

.meet-the-team .team-content img {
    border-radius: 100%;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.meet-the-team .team-content .team-text-wrapper {
    line-height: 24px;
    margin-left: 80px;
}

.meet-the-team .team-content .team-text-wrapper .name {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
}

.meet-the-team .team-content .team-text-wrapper .position {
    color: #6A7683;
    font-weight: 500;
    line-height: 12px;
    margin-top: 3px;
}

.meet-the-team .double-content {
    float: left;
    width: 50%;
}

iframe.google-map {
    position: absolute;
    right: 0;
    top: 0;
}


/*     CAREERS     */
/*******************/
.careers-page {
    background-color: rgba(225, 228, 230, 0.4);
    padding-bottom: 60px;
    padding-top: 40px;
}

.careers-page h2 {
    margin-top: 10px;
}

.careers-page h5 {
    margin-top: 6px;
}

.careers-page .text {
    font-weight: 600;
    margin-top: 18px;
}

.careers-page .about-insparx-col {
    margin-top: 18px;
}

.vacancies {
    padding-top: 40px;
    padding-bottom: 60px;
}
.vacancies .row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.vacancies .row:nth-child(even) {
    background-color: #E1E4E6;
}
.vacancies .row:nth-child(odd) {
    background-color: #fff;
}
.vacancies .row .box {
    padding-left: 10px;
    padding-right: 10px;
}
.vacancies h7 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #D40E8C;
    margin-bottom: 6px;
    margin-top: 18px;
}
.vacancies h7.talinn {
    margin-top: 40px;
}
.vacancies a,
.vacancies a:link,
.vacancies a:visited,
.vacancies a:hover,
.vacancies a:active {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2E3A52;
}

.vacancies .vacancies-col:nth-child(even) {
    font-size: 12px;
    color: #6A7683;
    font-weight: 500;
    line-height: 20px;
}


.good-reasons {
    background-color: #2E3A52;
    padding-top: 40px;
    padding-bottom: 60px;
}

.good-reasons a {
    text-decoration: underline;
}

.good-reasons h4 {
    color: #fff;
}
.good-reasons p {
    color: #E1E4E6;
}

.good-reasons-col {
    margin-top: 30px;
    border-right: 1px solid #6A7683;
}

.good-reasons-col.col4 {
    border-right: none;
}

.reason-item .reason-image {
    height: 60px;
    width: 60px;
    margin: 0 auto 12px;
    display: block;
}

.reason-item .title {
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

.reason-item .text {
    font-size: 12px;
    color: #E1E4E6;
    line-height: 20px;
    text-align: center;
}


.our-office .reason-item .text {
    color: #6A7683;
}

.our-office .reason-item .title {
    color: #333C4E;
}

.our-office {
    padding-top: 40px;
    padding-bottom: 60px;
}

.our-office .introduction {
    size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.our-office hr {
    margin: 18px 0 30px;
}

.our-office .carousel {
    margin-bottom: 55px;
}

.our-office .carousel-indicators {
    bottom: -50px;
}

.our-office .carousel-indicators li {
    border: 1px solid #6A7683;
}

.our-office .carousel-indicators li.active {
    border: 1px solid #2E3A52;
    background-color: #2E3A52;
}

.our-office .carousel .item img {
    width: 100%;
}

.application {
    background-color: rgba(225, 228, 230, 0.4);
    padding-bottom: 60px;
    padding-top: 40px;
}

.application .sub-introduction {
    padding-bottom: 0;
}

.application .col-sub-introduction {
    margin-top: 12px;
}

.application .large-box-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;

}

.application .hr-foto {
    float: left;
    margin: 0 20px 10px 0;
    width: 120px;
    height: 150px;
}

.application .hr-description {
    font-size: 12px;
    color: #6A7683;
    line-height: 16px;
}

.application hr {
    margin: 18px 0 30px;
}

.application .col-how-to-apply {
    margin-top: 30px;
}

.application .col-how-to-apply-title {
    margin-bottom: 6px;
    font-weight: 700;
}

.application .how-to-apply-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.application .how-to-apply-list ul {
    list-style-type: decimal;
    position: relative;
    left: 14px;
}
.application .how-to-apply-list ul li {
    margin-bottom: 6px;
    padding-left: 12px;
    padding-right: 14px;
}

@media screen and (max-width: 414px) {
    /* MOBILE PORTRAIT */
    h1 {
        font-size: 34px;
        font-weight: 600;
    }

    h2 {
        font-size: 28px;
        font-weight: 600;
    }

    .navigation {
        height: 60px;
    }

    .navigation .logo {
        height: 40px;
        width: 61.54px;
        margin-top: 10px;
    }

    .hero-stage-home {
        height: 428px;
        padding-top: 40px;
    }

    .hero-stage-home .subline {
        font-size: 22px;
        text-transform: none;
    }
    .hero-stage-home .hero-button {
        width: 280px;
    }

    .good-reasons-col.col1,
    .good-reasons-col.col2,
    .good-reasons-col.col3,
    .good-reasons-col.col4{
        border-right: none;
    }

    .footer ul {
        text-align: center;
    }
    .footer ul.copyright li {
        text-align: center;
    }
}

@media screen and (min-width: 415px) and (max-width: 640px) {
    /* MOBILE LANDSCAPE */
    h1 {
        font-size: 34px;
        font-weight: 600;
    }

    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .navigation {
        height: 60px;
    }

    .navigation .logo {
        height: 40px;
        width: 61.54px;
        margin-top: 10px;
    }

    .hero-stage-home {
        height: 322px;
        padding-top: 40px;
    }
    .hero-stage-home .hero-button {
        width: 280px;
    }
    .good-reasons-col.col1,
    .good-reasons-col.col2,
    .good-reasons-col.col3,
    .good-reasons-col.col4{
        border-right: none;
    }

    .footer ul {
        text-align: center;
    }
    .footer ul.copyright li {
        text-align: center;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    /* TABLET PORTRAIT */
    h1 {
        font-size: 40px;
        font-weight: 600;
    }

    h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .good-reasons-col.col2 {
        border-right: none;
    }

    .footer ul {
        text-align: center;
    }
    .footer ul.copyright li {
        text-align: center;
    }
    .footer ul {
        text-align: center;
    }
    .footer ul.copyright li {
        text-align: center;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* TABLET LANDSCAPE */
    h1 {
        font-size: 46px;
        font-weight: 600;
    }

    h2 {
        font-size: 36px;
        font-weight: 600;
    }

    .hero-stage-home .device-br {
        display: block;
    }
    .good-reasons-col.col2 {
        border-right: none;
    }
    .footer ul.external-links {
        text-align: center;
    }

}

@media screen and (min-width: 1025px) {
    /* DESKTOP */
    h1 {
        font-size: 46px;
        font-weight: 600;
    }

    h2 {
        font-size: 36px;
        font-weight: 600;
    }

    .hero-stage-home .device-br {
        display: block;
    }
}

h3 {
    font-size: 32px;
    font-weight: 400;
}

h4 {
    font-size: 26px;
    font-weight: 400;
}
h4.page-title {
    margin-top: 40px;
}

h5 {
    font-size: 20px;
    font-weight: 200;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}

h7 {
    font-size: 14px;
    font-weight: 700;
}

a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

b {
    font-weight: 600;
}

hr {
    background-color: rgba(106, 118, 131, 0.2);
    border: 0;
    height: 2px;
    overflow: hidden;
    line-height: 1px;
}

.box-title {
    color: #333C4E;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 18px;
    position: relative;
}

.text-copy a, .text-copy a:link, .text-copy a:hover, .text-copy a:visited, .text-copy a:hover {
    color: #D40E8C;
    font-weight: 700;
    text-decoration: underline;
}

#cookie-agreement-layer {
    background-color: rgba(31,37,50,0.9);
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
}

.cookie-agreement-content {
    color: #E5E8E9;
    font-size: 14px;
    margin: 15px 36px 20px 10px;
}

.cookie-agreement-content a {
    text-decoration: underline;
}

.cookie-agreement-close {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 16px;
}

.cookie-agreement-close:after {
    content: '';
    height: 16px;
    border-left: 2px solid #E5E8E9;
    position: absolute;
    transform: rotate(45deg);
    left: 7px;
}

.cookie-agreement-close:before {
    content: '';
    height: 16px;
    border-left: 2px solid #E5E8E9;
    position: absolute;
    transform: rotate(-45deg);
    left: 7px;
}

.underline {
    text-decoration: underline;
}

.privacy-content .text-copy +.text-copy {
    margin-top: 10px;
}

.privacy-content li {
    margin-left: 20px;
}

.privacy-content li +li {
    margin-top: 5px;
}

#GSCCModal .modal-header button.close {
    background: none;
    border: none;
    font-size: 35px;
    margin: 0;
    position: absolute;
    right: 13px;
    top: 0;
}

#GSCCModal .modal-title, #GSCCModal .modal-body .sub-title, #GSCCModal .modal-body .section-title {
    color: #D40E8C;
}

#GSCCModal .modal-body {
    padding: 25px;
}

#GSCCModal p {
    margin: 10px 0;
}

#GSCCModal .sub-section {
    font-weight: bold;
}

#GSCCModal .sub-section.first-section {
    margin-top: 10px;
}

#GSCCModal ul {
    padding-left: 15px;
}

#GSCCModal ul li {
    margin: 10px 0;
}

#GSCCModal a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2E3A52;
}

#GSCCModal .hero-button {
    color: #fff;
    border-radius: 4px;
}

#GSCCModal .hero-button:disabled {
    opacity: .6;
}