/*
Theme Name:     GFZM Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter-old theme
Author:         GFZM mbH
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

@font-face {
    font-family: 'Delius Unicase';
    src: url('font/deliusunicase-bold-webfont.woff2') format('woff2'),
    url('font/deliusunicase-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Product Sans', Helvetica, Arual, sans-serif !important;
}

body p {
    letter-spacing: 0.04em;
}

.fit-logo-img a img {
    display: block !important;
    height: auto;
    max-height: 200%;
    margin-top: 35px;
}

.current_page_item.no-mega-menu {
    background-color: rgba(255, 255, 255, 0.1)
}

.menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-1 .main-navigation-ul > li.menu-item:hover > a.menu-item-link {
    background-color: rgba(255, 255, 255, 0.1)
}

.topnumber a {
    color: #000000 !important;
    background-color: #ffffff;
    height: 40px !important;
    margin-top: 94px;
    line-height: 36px !important;
    border-radius: 20px;
}

.topnumber:hover {
    color: #000000 !important;
    background-color: #ffffff;
    height: 40px !important;
    margin-top: 94px;
    line-height: 36px !important;
    border-radius: 20px;
}

body .header-style-1.a-sticky .menu-hover-style-1 .main-navigation-ul > li#menu-item-20.topnumber > a {
    height: 40px !important;
    line-height: 35px !important;
}

body .header-style-1.a-sticky .menu-hover-style-1 .main-navigation-ul > li#menu-item-20.topnumber {
    margin-top: -71px !important;
}

li#menu-item-20.topnumber.menu-item.menu-item-type-custom.menu-item-object-custom.no-mega-menu {
}

.sticky-style-fixed li#menu-item-20.topnumber.menu-item.menu-item-type-custom.menu-item-object-custom.no-mega-menu {
    margin-top: -60px;
}

#sub-footer a {
    color: #ffffff;
}

#sub-footer a:hover {
    text-decoration: underline;
}

.menu-hover-style-1 .main-navigation-ul > li.menu-item > a.menu-item-link:hover, .menu-hover-style-1 .main-navigation-ul > li.menu-item:hover > a.menu-item-link {
    border-top: 0 solid;
    padding-top: 4px;
}

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

    .fit-logo-img a img {
        display: block !important;
        height: auto;
        max-height: 200%;
        margin-top: 0;
    }

}

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

    body .vc_separator.vc_separator_align_center h4 {
        font-size: 22px;
        text-align: center;
    }

    .vc_sep_width_50 {
        width: 100% !important;
    }

    body .vc_custom_1469075833971 {
        border-left-width: 0 !important;
    }

    .vc_sep_width_30 {
        width: 90% !important;
    }

    .vc_sep_width_60 {
        width: 100% !important;
    }

    .vc_sep_width_70 {
        width: 100% !important;
    }

    .abstandmobil {
        display: none;
    }

    .centertextmobil {
        text-align: center;
    }

    body ul.technology li {
        width: 100%;
    }

    body #analysis-url {
        width: 100%;
    }

    body #analysis-btn {
        width: 100%;
        margin-top: 20px;
    }

    body .headerfont {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

    .topnumber a {
        color: #000000 !important;
        background-color: #ffffff;
        height: 20px !important;
        margin-top: 0;
        line-height: 20px !important;
        border-radius: 0;
    }

    .topnumber:hover {
        color: #000000 !important;
        background-color: #ffffff;
        height: 20px !important;
        margin-top: 0;
        line-height: 20px !important;
        border-radius: 0;
    }

}

div#cutout {
    width: 220px !important;
    position: relative;
    margin: 0 auto;
}

div#cutout.blue {
    height: 345px;
}

div#cutout.grey {
    height: 220px;
    margin-top: 125px;
}

/* Äußerer Schatten der 'cutouts' */
div#cutout div.new {
    width: 220px;
    position: absolute;
    overflow: hidden;
    float: left;
    top: 62px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, .17);
}

div#cutout div#blueNew {
    height: 345px;
    z-index: 1;
}

div#cutout div#greyNew {
    height: 220px;
    z-index: 1;
}

/* schatten der 'cutouts blue' */
div#cutout div#blueNew:before {
    content: '';
    position: absolute;
    bottom: 270px;
    width: 148px;
    height: 148px;
    border-radius: 296px;
    left: 36px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, .17);
}

/* schatten der 'cutouts grey' */
div#cutout div#greyNew:before {
    content: '';
    position: absolute;
    bottom: 146px;
    width: 148px;
    height: 148px;
    border-radius: 296px;
    left: 36px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, .17);
}

div#cutout div.ball {
    position: absolute;
    font-family: 'Delius Unicase', sans-serif;
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    vertical-align: center;
    line-height: 120px;
    border-radius: 50%;
    width: 124px;
    height: 124px;
    left: 47px;
    color: #ffffff;
}

div#cutout div#blueBall {
    background-color: #50a9ce;
    z-index: 5;
}

div#cutout div#greyBall {
    background-color: #b9b9b9;
    z-index: 5;
}

div#cutout div#text {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    z-index: 10;
    text-align: center;
    position: absolute;
    width: 220px;
    top: 90px;
    padding: 0;
}

div#cutout div#text ul {
    list-style: none;
    margin: 10px auto 0 auto;
    position: relative;
    padding: 0;
    bottom: 0;
    float: left;
    clear: both;
    width: 100%
}

div#cutout div#text ul li {
    padding: 0;
    color: #7f7f7f;
    font-weight: normal;
    margin: 0 auto 8px auto;
    width: 100%;
}

div#cutout div#text p {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 769px)  and (max-width: 1023px) {
    div#cutout div#text,
    div#cutout div#text p {
        font-size: 13px;
    }

    div#cutout {
        width: 164px !important;
    }

    div#cutout.blue {
        height: 342px;
        margin-top: 62px;
    }

    div#cutout.grey {
        height: 147px;
        margin-top: 153px;
    }

    /* Äußerer Schatten der 'cutouts' */
    div#cutout div.new {
        width: 164px;
        top: 50px;
    }

    div#cutout div#blueNew {
        height: 282px;
    }

    div#cutout div#greyNew {
        height: 190px;
    }

    /* schatten der 'cutouts blue' */
    div#cutout div#blueNew:before {
        bottom: 235px;
        width: 100px;
        height: 100px;
        border-radius: 296px;
        left: 37px;
    }

    /* schatten der 'cutouts grey' */
    div#cutout div#greyNew:before {
        bottom: 145px;
        width: 100px;
        height: 100px;
        border-radius: 296px;
        left: 37px;
    }

    div#cutout div.ball {
        font-size: 50px;
        line-height: 80px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        left: 46px;
        top: 6px;
    }

    div#cutout div#text {
        font-size: 13px;
        width: 164px;
        top: 60px;
    }

}

@media screen and (max-width: 768px) {
    div#cutout.blue {
        margin: 10px auto 80px auto;
    }

    div#cutout.grey {
        margin: 10px auto 80px auto;
    }

}