@import "master.css";

body {
    max-width: none;
    padding: 0;
    margin: 0;
    min-width: 0;
}

/* Handy in Portrait */
#container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

/* Desktop Größe */
@media only screen and (min-width: 960px) {
    #container {
        max-width: 1040px;
        margin: 0 auto;
        min-width: 780px;
        padding: 0;
    }
}

/*
    urlSection
 */

/* Für < 500px */
section#urlSection form {
    display: none;
}

section#urlSection {
    position: relative;
    margin: 20px auto 0;
}

section#urlSection #urlSectionText {
    margin-top: 50px;
    text-align: center;
}

section#urlSection #urlSectionText img {
    width: 280px;
}

@media only screen and (min-width: 500px) {

    section#urlSection {
        position: relative;
        margin: 30px auto 20px auto;
    }

    section#urlSection #urlSectionText {
        width: 280px;
        margin: 20px auto 20px;
    }

    section#urlSection form {
        display: block;
        height: 60px;
        margin-left: 45px;

        text-align: left;
    }

    section#urlSection form fieldset {
        position: relative;
    }

    section#urlSection form fieldset.nocaptcha {
        width: 400px;
        margin: 0;

        border: none;
    }

    section#urlSection form fieldset.captcha {
        width: 500px;
        margin: 0;

        border: none;
    }

    section#urlSection form fieldset.primaryUrl {
        height: 100%;
        margin: 0;
        padding: 9px 9px 0 9px;

        color: transparent;
        text-decoration: none;
        border: none;
        background-color: #1f1f1f;
        -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.75);
    }

    section#urlSection form fieldset.primaryUrl #captchadv {
        background-image: url("../assets/img/eingabefeld-text-klein.png");
        background-size: 100% 100%;
    }

    form fieldset input[type="text"] {
        background: url("../assets/img/eingabefeld-text.png") no-repeat;
        background-size: 290px 45px;
        height: 45px;
        width: 290px;

        margin-right: 10px;
        margin-bottom: 9px;
        padding: 10px;
        float: left;

        border: none;
        font-size: 20px;
        line-height: 25px;
        color: #aaa;
    }

    form fieldset input[type="text"]:focus {
        color: black;
    }

    form fieldset input[type="submit"] {
        background: url("../assets/img/eingabefeld-button.png") no-repeat;
        height: 44px;
        width: 74px;

        margin: 0 0 1px 0 !important;
        padding: 0 !important;
        float: right;

        border: none;
        cursor: pointer;
        color: white;
        line-height: 45px;
        font-size: 20px;
    }

    form fieldset.primaryUrl input[type="submit"]:hover {
        opacity: 0.8;
    }

    /* URL-Options */
    form fieldset.urlOptions {
        text-align: center;
        width: 315px;
        margin: 14px auto 0;
    }

    form fieldset.urlOptions li {
        display: inline;
        margin-right: 50px;
    }

    form fieldset.urlOptions input[type="checkbox"] + label {
        cursor: pointer;
        color: rgb(153, 165, 207);
        font-size: 14px;
    }

    form fieldset.urlOptions input[type="checkbox"] + label span {
        display: inline-block;
        background: url("../assets/icons/checkbox_off.jpg") left top no-repeat;
        width: 24px;
        height: 24px;

        margin: 4px 0 0 0;
        vertical-align: middle;
    }

    form fieldset.urlOptions input[type="checkbox"]:checked + label span {
        background: url("../assets/icons/checkbox_on.jpg") left top no-repeat;
    }

    form fieldset.urlOptions input[type="checkbox"] {
        display: none;
    }

    /* Hilfe */
    form fieldset.urlOptions .hilfe {
        display: inline-block;
        background: url("../assets/icons/help_dark.png") left top no-repeat;
        width: 16px;
        height: 16px;

        vertical-align: middle;
    }

    /* Sicherheitscode */
    #sicherheitscode {
        visibility: hidden;
    }
}

/* Für >= 960px */
@media only screen and (min-width: 960px) {

    section#urlSection {
        width: 585px;
        margin: 67px auto 295px;
    }

    section#urlSection #urlSectionText {
        margin: 0;
        width: auto;
    }

    section#urlSection #urlSectionText > a {
        display: none;
    }

    section#urlSection #urlSectionText img {
        width: auto;
    }

    section#urlSection form {
        width: 559px;
        height: 60px;
    }

    section#urlSection form fieldset.nocaptcha {
        width: 564px;
    }

    section#urlSection form fieldset.captcha {
        width: 759px;
    }

    #captchadv {
        background-size: 100% 100%;
    }

    form fieldset input[type="text"] {
        background-size: 452px 45px;
        height: 45px;
        width: 452px;

        margin-right: 10px;
        margin-bottom: 9px;
        padding: 10px;

        /*font-size: 20px;*/
        /*line-height: 25px;*/
    }

    form fieldset input[type="submit"] {
        height: 44px;
        width: 84px;

        /*line-height: 45px;*/
        /*font-size: 20px;*/
    }

    form fieldset.urlOptions {
        width: 315px;
        margin: 14px auto 0;
    }

    form fieldset.urlOptions li {
        margin-right: 50px;
    }

    form fieldset.urlOptions input[type="checkbox"] + label span {
        width: 24px;
        height: 24px;
    }

    /* Hilfe */
    form fieldset.urlOptions .hilfe {
        width: 16px;
        height: 16px;
    }
}

/* Vier Haupt Werbungen direkt unter dem URL-Bereich */
section#mainAds {
    display: none;
}

@media only screen and (min-width: 500px) {
    section#mainAds #tipp {
        display: none;
    }

    section#mainAds {
        display: inherit;
        background-color: rgb(27, 70, 123);
        width: 100%;

        position: absolute;
        top: 300px;

        margin-left: -20px;
        padding: 20px 0;

        text-align: center;
    }

    section#mainAds > div#ads > span {
        display: none;
    }

    section#mainAds > div#ads a img {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 960px) {

    section#mainAds {
        background-color: inherit;
        height: auto;
        width: auto;

        top: 300px;
        left: 50%;
        margin-left: -325px;
    }

    section#mainAds > div#tipp {
        display: inherit;
        font-size: 14px;
        margin: 0 auto;
        padding-top: 5px;
        color: #d1cfcf;
        width: 430px;
        height: 26px;
        background-color: rgba(200, 200, 200, 0.3);
    }

    section#mainAds > div#tipp a {
        color: #c1e1ff;
        text-decoration: underline;
    }

    section#mainAds > div#ads {
        background-color: rgba(70, 70, 70, 0.2);
        border-radius: 20px;
        width: 650px;
        height: 165px;
        display: inline-block;
        text-align: left;
        position: relative;
        padding: 26px 35px 14px 35px;
    }

    section#mainAds > div#ads > span {
        position: absolute;
        right: 36px;
        top: 9px;
        font-size: 11px;
        color: #b7afad;
    }

    section#mainAds > div#ads a {
        top: 0;
        left: 0;
        width: 125px;
        height: 125px;
        overflow: hidden;

        background-color: lightgrey;
        margin-right: 20px;
    }

    section#mainAds > div#ads a img {
        width: 125px;
        height: 125px;
        margin: 0;
    }

    section#mainAds > div#ads a:last-child {
        margin-right: 0;
    }

}

/*
    Social
*/

section#socialConn {
    display: none;
}

@media only screen and (min-width: 500px) {
    section#socialConn {
        display: inherit;
        text-align: center;
        height: 20px;
        margin-top: 200px;
    }

    section#socialConn > div {
        display: inline-block;
    }

    .fb-like {
        height: 20px;
    }

    .fb-like > span {
        vertical-align: inherit !important;
    }

    .twitter {
        margin-right: 23px;
    }
}

@media only screen and (min-width: 960px) {
    section#socialConn {
        margin-top: 0;
    }
}

section#too-small {
    position: absolute;
    top: 200px;
    width: 100%;
    padding: 10px 20px;
    background-color: rgb(33, 32, 32);
    color: #fff;
    font-size: 14px;
    line-height: 1.25em;
    text-align: justify;
}

@media only screen and (min-width: 500px) {
    section#too-small {
        display: none;
    }
}

/* Anzeige innerhalb des Content-Bereichs */
div#home_ad {
    display: none;
}

/* Content Bereich (auch ohne Ergebnisse) */
section#advantages {
    padding-top: 280px;
    position: relative;
    text-align: left;
    color: #3b3b3b;
}

img#advaPicTop {
    display: none;
}

section#advantages > article img {
    display: none;
}

@media only screen and (min-width: 500px) {
    section#advantages {
        padding-top: 0;
    }

    section#advantages > article img {
        display: inherit;
        float: left;
        margin-right: 3px;
    }

    img#advaPicTop {
        display: block;
        margin-top: 20px;

        width: 326px;
        height: 39px;
    }
}

@media only screen and (min-width: 960px) {
    div#home_ad {
        display: inherit;
        padding: 5px 10px;
        background-color: #f3f3f3;
    }

    section#advantages {
        width: 750px;
        margin: 100px auto 20px;
        text-align: left;
        color: #3b3b3b;
    }

    img#advaPicTop {
        position: absolute;
        margin-top: 0;

        left: 385px;
        width: 362px;
        height: 43px;
    }
}

section#advantages a, section#advantages a:visited {
    text-decoration: none;
    color: #0170B8;
}

section#advantages a:hover {
    text-decoration: underline;
}

section#advantages article {
    margin-top: 25px;
    margin-bottom: 10px;
}

section#advantages article:first-child {
    margin-top: 0;
}

section#advantages article header h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}

section#advantages article header p {
    font-size: 16px;
    margin-bottom: 5px;
}

section#advantages article header {
    margin-bottom: 10px;
    line-height: 1.3em;
}

section#advantages article > p {
    font-size: 14px;
    line-height: 1.25em;
    text-align: justify;
    margin-bottom: 10px;
}

section#advantages article strong {
    font-size: 12px;
    font-weight: bold;
}

/* Overlay bei Berechnung */
#status_background {
    visibility: hidden;
}
#status_background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 500px) {
    #status_background {
        background: url(../assets/img/statusbg.png);
    }

    #status_wrapper, #status_wrap {
        background: white;
        position: relative;
        top: 160px;
        margin: auto;
        z-index: 30;

        text-align: center;
    }

    /* Progress bar */
    #status_wrap {
        border: 1px solid black;
        border-bottom: none;
        width: 400px;
        height: 50px;
    }

    #status_wrap > img {
        vertical-align: middle;
    }

    #status_wrap div#progress_bar {
        display: inline-block;
        width: 102px;
        height: 7px;
        border: 1px solid #ccc;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
        background: url("../assets/img/progress_bar.gif") repeat-x;
    }

    #progress_bar div {
        background-color: #fff;
    }

    #status_wrap span#status {
        position: relative;
        line-height: 28px;
        font-size: 12px;
        /*color: rgb(153, 165, 207);*/
        color: grey;
    }

    /* Overlay Ad */

    #status_wrapper {
        display: none;
        width: 500px;
        height: 117px;

        padding: 5px;
        border: 1px black solid;
        border-top: none;
    }

    #status_wrapper a {
        position: relative;
    }

    #status_wrapper a img {
        position: relative;
    }

    .grey {
        position: relative;
        color: grey;
    }
}

@media only screen and (min-width: 960px) {
    #status_wrapper, #status_wrap {
        top: 275px;
    }

    #status_wrap {
        height: auto;
    }

    #status_wrapper {
        display: inherit;
        width: 740px;
    }
}

.warnung {
    margin: 30px auto 100px;
    height: 80px;
    padding: 20px 30px;
    border: 2px solid #a9a9a9;
}

@media only screen and (min-width: 960px) {
    .warnung {
        width: 800px;
        padding: 20px 100px;
    }
}

.warnung-url {
    font-weight: bold;
}

/*

    Beginn der Results

*/

#request_time {
    display: none;
    width: 100%;
}

/*
    Table
*/

.hilfe-tabelle {
    color: rgb(66, 112, 174);
    font-size: 12px;
    margin-bottom: 12px;
    margin-left: 15px;
    text-decoration: none;
    float: right;
}

.hilfe-tabelle:hover {
    color: rgb(86, 142, 194);
}

.tab-blau {
    border-spacing: 0;
    font-size: 13px;
    table-layout: fixed;
    width: 100%;
}

@media only screen and (min-width: 960px) {
    .tab-blau {
        font-size: 15px;
    }
}

.tab-blau a:link {
    color: #151515
}

.tab-blau a:visited {
    color: #151515
}

.tab-blau a:hover {
    color: #515151
}

.tab-blau a:active {
    color: #515151
}

.tab-blau * {
    white-space: nowrap;
}

.tab-blau a {
    text-decoration: none;
}

.tr-blau, .trh-blau {
    height: 26px;
    line-height: 26px;
}

/*
    Table head
*/
.thead-blau {
    font-size: 10px;
    vertical-align: middle;
    color: white;
}

@media only screen and (min-width: 960px) {
    .thead-blau {
        font-size: 15px;
    }
}

.trh-blau {
    background-color: rgb(66, 112, 174);

}

/*
    Table body
*/

.tbody-blau {
    font-size: 9px;
}

@media only screen and (min-width: 960px) {
    .tbody-blau {
        font-size: 12px;
    }
}

/* Table data */
.td-blau {
    border-top: 1px lightgrey solid;
    overflow: hidden;
}

.tr-blau:hover, .tr_dlc:hover, .tr_ipc:hover {
    /*background-color: #b8d9eb;*/
    background-color: rgb(238, 238, 250);
}

.sort-img {
    vertical-align: middle;
    margin-bottom: 4px;
    cursor: pointer;
}

/* Nummer */
.tab-blau .tdh-nummer,
.tab-blau .td-nummer {
    text-align: center;
    /*width: 25px;*/
    width: 4.03%;
}

/* Expands */
.tab-blau .tdh-expand,
.tab-blau .td-expand {
    text-align: center;
    /*width: 25px;*/
    width: 4.03%;
}

/* Link */
.tab-full .tdh-link,
.tab-full .td-link {
    /*width: 143px;*/
    width: 23.07%;
}

.tab-light .tdh-link,
.tab-light .td-link {
    /*width: 577px;*/
    width: 93.06%;
}

/* Follow */
.tab-blau .tdh-follow,
.tab-blau .td-follow {
    text-align: center;
    /*width: 45px;*/
    width: 7.26%;
}

/* Alexa */
.tab-blau .tdh-alexa,
.tab-blau .td-alexa {
    /*width: 65px;*/
    width: 10.48%;
}

/* Ext. Links */
.tab-blau .tdh-ext-links,
.tab-blau .td-ext-links {
    text-align: center;
    /*width: 60px;*/
    width: 9.68%;
}

/* Quality */
.tab-blau .tdh-quality,
.tab-blau .td-quality {
    text-align: center;
    /*width: 60px;*/
    width: 9.68%;
}

/* Ziel */
.tab-blau .tdh-ziel,
.tab-blau .td-ziel {
    text-align: center;
    /*width: 25px;*/
    width: 4.03%;
}

/* Typ */
.tab-blau .tdh-typ,
.tab-blau .td-typ {
    text-align: center;
    /*width: 30px;*/
    width: 4.84%;
}

/* Linktext */
.tab-blau .tdh-linktext,
.tab-blau .td-linktext {
    padding-right: 5px;
    /*width: 112px;*/
    width: 18.06%;
}

/* IP */
.tab-blau .tdh-ip,
.tab-blau .td-ip {
    display: none;
    text-align: right;
}

.tab-light .tdh-ip,
.tab-blau .td-ip {
    padding-right: 5px;
}

/* More */
.tab-blau .tdh-info,
.tab-blau .td-info {
    text-align: right;
    vertical-align: middle;
    /*width: 30px;*/
    width: 4.84%;
    padding-right: 5px;
}

/* Deadlink Check */
.tab-blau .tdh-deadlink,
.tab-blau .td-deadlink {
    width: 223px;
}

.tab-blau .tdh-quelle,
.tab-blau .td-quelle {
    width: 223px;
}

.tab-blau .tdh-fehlermeldung,
.tab-blau .td-fehlermeldung {
    width: 100px;
}

@media only screen and (min-width: 960px) {
    /* Nummer */
    .tab-blau .tdh-nummer,
    .tab-blau .td-nummer {
        /*width: 30px;*/
        width: 2.88%;
    }

    /* Expands */
    .tab-blau .tdh-expand,
    .tab-blau .td-expand {
        /*width: 35px;*/
        padding-right: 10px;
        width: 3.37%
    }

    /* Link */
    .tab-full .tdh-link,
    .tab-full .td-link {
        /*width: 223px;*/
        width: 21.44%;
    }

    .tab-light .tdh-link,
    .tab-light .td-link {
        /*width: 857px;*/
        width: 82.4%;
    }

    /* Follow */
    .tab-blau .tdh-follow,
    .tab-blau .td-follow {
        /*width: 70px;*/
        width: 6.73%;
    }

    /* Alexa */
    .tab-blau .tdh-alexa,
    .tab-blau .td-alexa {
        /*width: 105px;*/
        width: 10.09%;
    }

    /* Ext. Links */
    .tab-blau .tdh-ext-links,
    .tab-blau .td-ext-links {
        /*width: 80px;*/
        width: 7.69%;
    }

    /* Quality */
    .tab-blau .tdh-quality,
    .tab-blau .td-quality {
        /*width: 80px;*/
        width: 7.69%;
    }

    /* Ziel */
    .tab-blau .tdh-ziel,
    .tab-blau .td-ziel {
        /*width: 45px;*/
        width: 4.32%;
    }

    /* Typ */
    .tab-blau .tdh-typ,
    .tab-blau .td-typ {
        /*width: 50px;*/
        width: 4.81%;
    }

    /* Linktext */
    .tab-blau .tdh-linktext,
    .tab-blau .td-linktext {
        padding-right: 15px;
        /*width: 172px;*/
        width: 16.54%;
    }

    /* IP */
    .tab-blau .tdh-ip,
    .tab-blau .td-ip {
        display: table-cell;
        /*width: 120px;*/
        width: 11.54%;
    }

    .tab-light .tdh-ip,
    .tab-light .td-ip {
        padding-right: 5px;
    }

    /* More */
    .tab-blau .tdh-info,
    .tab-blau .td-info {
        /*width: 30px;*/
        width: 2.9%;
        padding-right: 5px;
    }

    /* Deadlink Check */
    .tab-blau .tdh-deadlink,
    .tab-blau .td-deadlink {
        /*width: 223px;*/
        width: 21.44%;
    }

    .tab-blau .tdh-quelle,
    .tab-blau .td-quelle {
        /*width: 223px;*/
        width: 21.44%;
    }

    .tab-blau .tdh-fehlermeldung,
    .tab-blau .td-fehlermeldung {
        /*width: 100px;*/
        width: 9.62%;
    }
}

.subimg {
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

@media only screen and (min-width: 960px) {
    .subimg {
        font-size: 12px;
    }
}

.subs-wait {
    vertical-align: middle;
    margin-right: 10px;
}

.morelink {
    cursor: pointer;
}

.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hinweis {
    background-color: rgb(33, 32, 32);
    line-height: 1.2;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 5px;
}

#hinweis a {
    color: rgb(97, 186, 252);
}

#hinweis a:hover {
    text-decoration: underline;
}

#missing #top-bar {
    background-color: lightgrey;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    padding: 0 10px;
}

#toggle-missing {
    display: inline-block;
    text-align: center;
    width: 26px;
}

#missing .subimg {
    font-size: 13px;
    margin-bottom: 2px;
}

#missing .missing-show {
    color: #800000;
}

#missing table#tab-missing {
    display: none;
    margin-top: 15px;
}

#tab-missing .tdh-nummer,
#tab-missing .td-nummer {
    text-align: right;
    padding-right: 10px;
}

#tab-missing .tdh-link,
#tab-missing .td-link {
    width: 200px;
}

#tab-missing .tdh-grund,
#tab-missing .td-grund {
    padding-left: 10px;
    width: 150px;
}

@media only screen and (min-width: 960px) {
    #tab-missing .tdh-link,
    #tab-missing .td-link {
        width: 700px;
    }

    #tab-missing .tdh-grund,
    #tab-missing .td-grund {
        width: 310px;
    }
}

/*

    More Opentips

*/

.opentip-container {
    max-width: 550px !important;
}

.more-head {
    text-align: center;
    margin-top: 5px;
    height: 150px;
    width: 200px;
    display: inline-block;
    vertical-align: middle
    background-image: url("../assets/vorschau.png");
}

.more-thumb {
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
    display: inline-block;
}

.more-title {
    margin-top: 30px;
}

.b {
    font-weight: bold;
}

.more-descr {
    margin-bottom: 10px;
}

#tab_more {
    color: rgba(209, 207, 207, 0.8);
}

/*!*

    Stats

*!*/

#stats {
    width: 100%;
    margin: 0 auto;
}

.stats-head {
    text-align: center;
}

.stats-head h2 {
    font-size: 15px;
    font-weight: normal;
}

/*
Stats:
    Subsections
*/
.stats-subsec {
    margin-bottom: 30px;
    font-size: 15px;
}

/*
Stats:
    Tabellen
*/

.stats-subsec table {
    width: 100%;
    font-size: 15px;
}

.stats-subsec thead {
    background-color: rgb(33, 32, 32);
    color: #fff;
    font-weight: bold;
}

.stats-subsec tr {
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.stats-subsec .td0 {
    width: 10px;
}

.stats-subsec .td-detail {

}

.stats-subsec .td-data {
    text-align: right;
}

.stats-subsec .td-info {
    text-align: right;
    width: 50px;
    vertical-align: middle;
}

.stats-subsec .td-info img.info {
    cursor: pointer;
}

.stats-subsec tbody .td-detail,
.stats-subsec tbody .td-data,
.stats-subsec tbody .td-info {
    border-bottom: 1px lightgrey solid;
}

.stats-subsec tfoot {
    padding-top: 15px;
}

.stats-targets tfoot td:nth-of-type(2),
.stats-keywords tfoot tr:last-of-type td:nth-of-type(2) {
    word-wrap: break-word;
    word-break: break-all;
}

@media only screen and (min-width: 960px) {
    .stats-subsec tfoot td:nth-of-type(2) {
        width: auto;
    }
}

.stats-subsec tfoot .stats-list {
    margin-right: 15px;
}

.stats-subsec table a {
    color: rgb(0, 149, 211);
}

.stats-subsec table a:hover {
    text-decoration: underline;
}

/* Zeichen fuer "Fakten zu den Textlinks" */
span.zeichen {
    color: #a70000;
}

.stats-subsec .stats-tabelle-abstand {
    height: 10px;
}

/*
Stats:
    Charts

*/

.stats-charts {
    text-align: center;
}

@media only screen and (min-width: 960px) {
    .stats-charts {
        text-align: inherit;
    }
}

.stats-charts .chart .chart-status {
    margin: auto;
}

.chart-head {
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    background-color: #212020;
    color: #fff;
    padding-left: 20px;
}

.chart-head img {
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.chart-wrapper {
    display: inline-block;
    margin: 20px 30px;
    width: 457px;
    height: 323px;
}

.chart {
    width: 457px;
    height: 294px;
    background-color: rgb(250, 250, 250);
}

.chart-anzeige {
    background-color: #fff;
}

.chart-anzeige img {
    margin: 0 4px;
}

.chart-anzeige:hover {
    opacity: 0.8;
}

/*
Stats:
    Anzeige

 */

.stats-anzeige tfoot {
    background-color: rgb(216, 222, 209);
    font-size: 14px;
}

.stats-anzeige thead {
    border-bottom: 2px #fff solid;
}

.stats-anzeige .anzeige-label {
    font-weight: normal;
    color: grey;
    text-align: right;
    padding-right: 10px;
}

.stats-anzeige tfoot tr:nth-child(2) {
    line-height: normal;
}

/*
Stats:
    Zwischenanzeigen
 */

.stats-ad-grey {
    background-color: rgb(245, 245, 245);
    color: grey;
    padding: 10px 5px;
    font-size: 15px;
}

.stats-ad-grey a {
    color: rgb(0, 149, 211);
}

.stats-ad-grey a:hover {
    text-decoration: underline;
}

.stats-werbung {
    margin-top: -20px;
    margin-bottom: 10px;
    vertical-align:middle;
}

.stats-werbung .facebook {
    width: 500px;
    height: 220px;
    float: left;
	
}

.stats-werbung .adwords {
    width: 450px;
    height: 220px;
    margin-top: 20px;
    float: right;
}

@media only screen and (min-width: 960px) {
    .stats-werbung .adwords {
        float: right;
        margin-top: 0;
    }
}

.stats-werbung .facebook,
.stats-werbung .adwords {
    display: inline-block;
    background-color: lightgrey;
}

.stats-export thead {
    background-color: rgb(0, 60, 100);
}

.stats-export .stats-list:first-child {
    margin-left: 20px;
}

/* Unzufrieden */
@media only screen and (min-width: 500px) {
    .stats-unzufrieden {
        height: 300px;
    }

    .ipad-img {
        display: none;
    }

    .unzufrieden {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
        height: 100%;
        padding: 15px;
    }

    .unzufrieden h2 {
        font-size: 15px;
    }

    .unzufrieden p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.2;
    }

    .several-ads {
        margin-top: 20px;
    }

    .several-ads a {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 960px) {
    .ipad-img {
        display: inherit;
        width: 400px;
        height: 100%;
        background-color: lightgrey;
        float: left;
        margin-right: 10px;
    }
}

/*

    Optical Net

*/

#optical-net {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 410px;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;
    -o-background-attachment: fixed;
    background: fixed center top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

canvas#demo-canvas {
    width: 100%;
    display: block;
    position: absolute;
}

/* IP-Checker */
.tdh-domain, .td-domain {
    width: 200px;
}

.tdh-title, .td-title {
    width: 180px;
}

.tdh-pr, .td-pr {
    width: 45px;
    text-align: center;
}

.tdh-valid, .td-valid {
    width: 60px;
}

@media only screen and (min-width: 960px) {
    .tdh-domain, .td-domain {
        width: 350px;
    }

    .tdh-title, .td-title {
        width: auto;
    }

    .tdh-valid, .td-valid {
        width: 100px;
    }
}
