@CHARSET "UTF-8";

/** Startsite
 ===================================================== */

    /** Topic
     ===================================================== */
    .start-container {
        position: relative;
        clear: both;
    }

    .namero {
        background: #67aad4;
        background: rgba( 255, 255, 255, 0.4 );
        overflow: hidden;
    }

    .namero-text {
        float: right !important;
    }

    .loged-in .namero-text {
        min-height: 400px;
    }

    .namero-text h1 {
        color: #ffffff;
        font-size: 42px;
    }

    .namero-text ul {
        margin: 0;
        padding: 0;
        float: left;

        height: 120px;
        width: 75%;
        overflow: hidden;
        position: relative;
    }

    @media screen and (max-width: 767px) {
        .namero-text h1 {
            font-size: 24px;
        }

        .namero-text ul {
            height: 150px;
        }
    }

    .namero-text li {
        list-style-type: none;
        margin-bottom: 10px;
        float: left;
        color: #212527;
        font-size: 18px;

        visibility: hidden;
    }

    .namero-text .register {
        margin: 30px 0;
        float: left;
        clear: both;
        text-align: center;
        font-size: 18px;
        font-weight: bold;

        border-radius: 10px;
    }

    .namero-info-short {
        background: #FFFFFF;
        position: relative;
        z-index: 10;
    }

    .namero-info-list {
        background: #F0F2F2;
        margin-bottom: 10px;
        min-height: 370px;
        position: relative;
        z-index: 100;
    }

    .namero-info-list-header {
        background: #DEDEDE;
        color: #212527;
        cursor: pointer;
        float: left;
        height: 60px;
        line-height: 60px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .namero-info-list-header.active {
        background: #F0F2F2;
    }

    .namero-info-list-header:hover {
        background: #333333;
        color: #fff;
    }

    .namero-info-list-header:after {
        content: "";
        height: 60px;
        left: 30px;
        opacity: 0;
        position: absolute;
        top: -37px;
        width: 140px;

        -webkit-transition: all 0.5s ease;
           -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
             -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
    }

    .pl .namero-info-list-header {
        font-size: 18px;
    }

    .de .namero-info-list-header:after {
        background: url('../images/namerobot_fuer_b_t.png') no-repeat center center;
    }

    .en .namero-info-list-header:after {
        background: url('../images/namerobot_for_b_t.png') no-repeat center center;
    }

    .loged-in .namero-info-list-header:after {
        display: none;
    }

    .active.namero-info-list-header:after,
    .namero-info-list-header:hover:after {
        opacity: 1;
    }

    .namero-info-text {
        background: #f0f2f2;
        color: #000000;
        display: none;
        font-size: 13px;
        padding: 20px;
        position: absolute;
        top: 60px;
    }

    .active.namero-info-list-header + .namero-info-text {
        display: block;
    }

    .namero-info-list-img {
        float: right;
        margin-bottom: 10px;
        max-width: 100%;
    }

    @media screen and (min-width: 900px) {
        .namero-info-text {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 768px) {
        .namero-info-text {
            clear: both;
            display: block;
            position: relative;
            top: 0px;
        }

        .namero-info-list-header {
            background: #DEDEDE !important;
            width: 100%;
        }
    }

    /** Topic
     ===================================================== */

    .namero-bot {
        background: url('../images/namero_hi.png') no-repeat center center;
        /* christmas */
        /*background: url('../images/namero_weihnacht_lo.png') no-repeat center center;*/
        width: 300px;
        height: 500px;
        position: absolute;
        left: 120px;
        top: 40px;
    }

    @media screen and (max-width: 1000px) {
        .namero-bot {
            left: 50px;
        }
    }

    @media screen and (max-width: 900px) {
        .namero-bot {
            left: 20px;
        }
    }

    .gr .namero-info-list-header {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px 0 10px;
    }

    .fr .namero-info-list-header {
        font-size: 14px;
    }

    .pl .namero-info-list-header {
        font-size: 14px;
    }

    @media screen and (max-width: 1150px) and (min-width: 900px) {
        .namero-info-list-header {
            font-size: 14px;
        }

        .fr .namero-info-list-header {
            line-height: 20px;
            padding: 10px 10px 0 10px;
        }

        .pl .namero-info-list-header {
            line-height: 20px;
            padding: 10px 10px 0 10px;
        }
    }

    @media screen and (max-width: 900px) and (min-width: 770px) {
        .namero-info-list-header {
            font-size: 15px;
            font-weight: normal;
            height: 60px;
            line-height: 20px;
            padding: 10px 10px 0 10px;
        }
    }

    @media screen and (max-width: 770px) {
        .namero-info-list-header {
            font-weight: normal;
        }
    }

/** blog news -> not loged in
 ===================================================== */

.namerobot-news-not-logedin h2,
.namerobot-blog-not-logedin h2 {
    background: #DEDEDE;
    color: #212527;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
}

.namerobot-news-not-logedin h2 {
    margin: 0 10px 0 0;
}

.namerobot-news-not-logedin h3,
.namerobot-blog-not-logedin h3 {
    font-size: 16px;
}

.namerobot-news-not-logedin article,
.namerobot-blog-not-logedin article {
    clear: both;
    float: left;
    padding: 10px;
    width: 100%;
}

.namerobot-news-not-logedin article a,
.namerobot-blog-not-logedin article a {
    color: #1183B7;
    text-decoration: none;
}

.namerobot-news-not-logedin article a:hover,
.namerobot-blog-not-logedin article a:hover {
    text-decoration: underline;
}

/** Naming Service
 ===================================================== */

.naming-service {
    cursor: pointer;
    height: 400px;
}

.naming-service h2 {
    color: #212527;
}

.naming-service:hover .naming-service-background-parent {
    opacity: 1;
}

.naming-service:hover h2 {
    opacity: 0;
}

.naming-service-background-parent {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    opacity: 0.7;
    overflow: hidden;
    top: 0px;
    z-index: 1;
}

.naming-service-background {
    bottom: -130px;
    height: auto;
    position: absolute;
    width: 100%;
}

.naming-service-text {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 230px;
}

.naming-service-button {
    display: block;
    font-size: 14px;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 200px;
}

@media screen and (max-width: 900px) {
    .naming-service-background {
        top: 0px;
        bottom: none;
        height: auto;
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 666px) {
    .naming-service-background {
        top: 0px;
        bottom: none;
        height: 100%;
        position: absolute;
        width: auto;
    }
}

/** Namerobot news not logedin
 * ================================================== */

.namerobot-news {
    height: 270px;
    overflow-y: auto;
}

/** News / Blog / Changelog
 ===================================================== */

    .loged-in .namero-info-text {
        height: 310px;
        overflow: auto;
    }

    .namero-info-text a {
        color: #1183B7 !important;
        float: none !important;
        font-size: 13px !important;
        line-height: normal !important;
        width: auto !important;
    }

    .namero-info-text a:hover {
        background: none;
        text-decoration: underline;
    }

    .namero-info-text h3 {
        margin: 0;
    }

    .namero-info-text time {
        color: #1183B7;
        font-size: 12px;
    }

    .namero-info-text-imagelink {
        float: left !important;
        margin-right: 10px;
        margin-bottom: 10px;
        overflow: hidden !important;
        width: 200px !important;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid #DEDEDE;
    }

    .namero-info-text-imagelink span {
        display: none;
    }

    .namero-info-text-short {
        clear: both;
        float: left;
        margin: 10px 0 30px;
        width: 100%;
    }

    .namero-info-text-image {
        float: left;
        margin-right: 10px;
    }

.slider-box-container a {
    float: left;
    width: 100%;
}


