/*

 * HTML5 Boilerplate

 *

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 */



/* ==========================================================================

   Base styles: opinionated defaults

   ========================================================================== */



html,

button,

input,

select,

textarea,

a {

    color: #fff;

}



body {

    font-size: 1em;

    line-height: 1.4;

}



h1 {

	font-size:1.5em !important;

}



/*

 * Remove text-shadow in selection highlight: h5bp.com/i

 * These selection rule sets have to be separate.

 * Customize the background color to match your design.

 */



::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}



::selection {

    background: #b3d4fc;

    text-shadow: none;

}



/*

 * A better looking default horizontal rule

 */



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}



/*

 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440

 */



img {

    vertical-align: middle;

}



/*

 * Remove default fieldset styles.

 */



fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}



/*

 * Allow only vertical resizing of textareas.

 */



textarea {

    resize: vertical;

}



/* ==========================================================================

   Chrome Frame prompt

   ========================================================================== */



.chromeframe {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}



/* ==========================================================================

   Author's custom styles

   ========================================================================== */



@font-face {

   font-family: 'Cargo Two SF';

   src: url('../css/CARGTS__.woff');

}



@font-face {

   font-family: 'Cargo Two SF';

   src: url('../css/CARGTS__.TTF');

}



body {

    background: #51545a;

    overflow-x: hidden;

}



div.logo {

    margin-top: 20px;

    margin-bottom: 15px;

    text-align: center;

}

        

.footer {

    margin-top: 10px;

    padding: 5px;

    font-size: 14px;

    text-align: center;

    height: auto;

}



.topdark {

    background: #353841;

}



.right {

    text-align: right;

}



a {

    text-decoration: underline;

}



a.noline {

    text-decoration: none;

}



.klein {

    font-size: 9px;

}



button.blau, button.rot, button.gelb, button.gruen, button.grau, div.select {

    border: 0px;

    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: left;

    margin-top: 0px;

    margin-bottom: 10px; /* für badge-Höhe: 28px; */

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    overflow: hidden;

}



button.drei {

    /* bei drei Buttons neben Badge */

    margin-bottom: 28px;    

}



button.blau {

    background-image: url('../img/blau.png');

    background-repeat: repeat-x;

}



button.rot {

    background-image: url('../img/rot.png');

    background-repeat: repeat-x;

}



button.gelb {

    background-image: url('../img/gelb.png');

    background-repeat: repeat-x;

}



button.gruen {

    background-image: url('../img/gruen.png');

    background-repeat: repeat-x;

}



button.grau {

    background-image: url('../img/grau.png');

    color: black;

    z-index: 100;

    background-repeat: repeat-x;

}



div.select {

    background-color: #ebebec;

    z-index: 110;

    margin-top: -20px;

    color: black;

    padding-top: 20px;

    padding-right: 10px;

    height: auto;

}



ul.select {

    list-style-image: none;

    list-style: none;

    margin: 0px;

    padding-left: 0px;

}



ul.select li {

    margin: 6px;

    margin-top: 6px;

    margin-bottom: 6px;

    margin-left: 34px;

    padding: 0px;

    line-height: 1.4;

    text-indent: -24px;

}



ul.select label {

    cursor: pointer;

    margin-bottom: 6px;

}



ul.select input {

    margin-right: 10px;    

}



img.icon {

    margin-left: 6px;

    margin-right: 8px;

    margin-bottom: 6px;

}



img.icon_right {

    float: right;

    margin-top: 6px;

    margin-left: 6px;

    margin-right: 8px;

    margin-bottom: 6px;

}



img.icon_left {

    float: left;

    display: inline;

    margin-top: 6px;

    margin-left: 0px;

    margin-right: 8px;

    margin-bottom: 6px;

}



div.stat_table {

    margin-top: 10px;

    margin-bottom: 10px;

    width: 100%;

    height: 146px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    border: 2px solid #9c9c9d;

}



div.stat_table img {

    margin: 19px;

    margin-top: 15px;

    margin-bottom: 17px;

}



table.stat_table {

    width: 100%;

    height: 142px;

    border-spacing: 0px;

    border-collapse: collapse;

}



table.stat_table td.side {

    padding: 0px;

    width: 79px;

}



table.stat_table td.stat_inner_table {

    vertical-align: top;

    padding: 0px;

    padding-right: 6%;

    height: 142px;

    font-size: 13px;

    font-weight: bold;

    line-height: 1.3;

    width: 75%;

    color: #cdcdce;

}

#sharewindow {
    position: absolute;
    z-index: 1000;
    background-color: #333;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

a.lightgrey {

    color: #cdcdce;

}



table.stat_table td.stat_inner_table table {

    table-layout: fixed;

}



td.stat_right {

    padding-right: 7px;

    padding-left: 7px;

    width: 45px;

    text-align: right;

}



.stat_table p {

    font-size: 20px;

    line-height: 1;

    margin-top: 8px;

    margin-bottom: 7px;

    font-weight: bold;

}



.stat_inner_table table {

    border-top: 1px solid #cdcdce;    

}



.stat_inner_table td {

    white-space: nowrap;

    max-width: 130px;

    overflow: hidden;

}



img.social {

    margin: 10px;

}



div.center {

    text-align: center;

}



div.kennzeichen  {

    width: auto;

    height: 100%;

    position: absolute;

    top: 0px;

    border: 0px dashed red;

}



input.kennzeichen-suche {

    font-family: 'Cargo Two SF';

    border-radius: 3px; 

    width: 60px; 

    height: 30px; 

    border: 1px solid grey; 

    color: black; 

    text-align: center;

}



div.kennzeichen input {

    font-family: 'Cargo Two SF';

    border: 0px solid green;

    padding-right: 5px;

    padding-left: 5px;

    text-align: center;

    height: 100%;

    color: #9c9c9d;

    font-size: 60px;

    background-color: transparent;

    -webkit-user-select:auto;

    outline-offset: 0px;

    outline-width: 0px;

    outline: none;

}



input.first {

    width: 28%;

    margin-left: 10%;

}



input.second {

    width: 18%;

    margin-left: 7%;

}



input#kz_zahlen {

    width: 32%;

    margin-left: 1%;

    outline-offset: 0px;

    outline-width: 0px;

    outline: none;

}



div.kennzeichen input.landkz {

    color: #ffffff;

    width: 13%;

    height: 100%;

    font-size: 25px;

    margin-left: 0%;

    padding-top: 5%;

}



input.freikz {

    width: 80%;

}



div.kennzeichen input.black, input.black {

    color: black;    

}



input.email {

    color: black;

    color: #9c9c9d;

    font-size: 17px;

    width: 100%;

    height: 40px;

    line-height: 40px;

    text-align: left;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    overflow: hidden;

    margin-top: 0px;

    margin-bottom: 10px;

}



select {

    color: black;

    margin-left: 10px;

    margin-right: 10px;

    height: 30px;

}



.large {

    font-size: 24px;

    margin-bottom: 20px;

    margin-top: 20px;

}



div.red {

    color: #CE090D;

}



div.yellow {

    color: #FFE000;

}



div.green {

    color: #53A22C;

}



div.select input[type=text] {

    display: inline-block;

    color: #000000;

    margin-left: 10px;

}



div.select label.input {

    display: inline-block;

    margin-left: 10px;

    width: 60px;

}



div.select img {

    float: right;

}



div.socialcontainer {

    width: 220px;

    margin-left: auto;

    margin-right: auto;

}



div.socialmail {

    display: inline;

    float: left;

    margin: 10px;

    margin-top: 12px;

}



div.socialbox {

    display: inline;

    width: 180px;

    margin: 10px auto;
	
}



div.socialbox img {

    margin: 5px;

}



div.socialbox .addthis_bubble_style {

    margin-top: 5px;

}



div.socialcontainer {

    text-align: center;

    margin-left: auto;

    margin-right: auto;
	
	margin-bottom:10px;	

}



div.infobox {

    cursor: pointer;

    display: none;

    position: absolute;

    text-align: left;

    width: 200px;

    padding: 7px;

    padding-left: 50px;

    background-color: white;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    border: 2px solid #9c9c9d;

}



div.infobox img {

    margin-left: -40px;

    height: 26px;

    width: 26px;

}



div.infobox p.title {

    margin: 0px;

    color: #ce090d;

    font-size: 17px;

    font-weight: bold;

}



div.infobox p.info {

    margin: 0px;

    color: black;

    font-size: 14px;

}



div.select p {

    margin: 0px;

}



.link {

    cursor: pointer;     

}



.bekanntimg {

	border:none;

	margin:10px 15px 10px 0;

	height:20px;

}



.copyright {

	font-size:8px; 

	color:#ebebed;

}



.ads {

	text-align:center;

	height:50px;

	line-height:50px;

	vertical-align:middle;

}



.ads .adbutton {

	background: rgba(0, 0, 0, 0) linear-gradient(#a1d246, #429c00) repeat-x scroll 0 0;

	font-weight:bold;

	display:block;

	width:100%;	

    border-radius:4px;	

	margin-bottom:3px;

}

.ads .adbutton-gf {

	background: rgba(0, 0, 0, 0) linear-gradient(#207cca, #005166) repeat-x scroll 0 0;

	font-weight:bold;

	display:block;

	width:100%;	

    border-radius:4px;	

	margin-bottom:3px;

}



.ads .adbutton:hover {

	background: rgba(0, 0, 0, 0) linear-gradient(#aee646, #50bb01) repeat-x scroll 0 0;

	

}



.service .ads a::before {

	content: "";

}



.ads a {

	display:block;

	text-decoration:none;

}



.ads span {

	vertical-align:middle;

}



.ads .adbutton i {

	font-size:27px;

	margin-right:10px;

	vertical-align:middle;	

}



.service a:before {

   font-family: FontAwesome;	

    content: "\f08e  ";

}



/* Deaktivierung des Spin-Buttons */

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



/* Statistik-Sortierung */

.sort-table {



}

.sort-table th, .sort-table td {

    padding: 5px;

}

.sort-table th {

    background: #707070;

    white-space: nowrap;

    cursor: pointer;

}

.sort-table tr.even {

    background-color: #505050; 

}

.sort-table th.sortup {



}

.sort-table th span:after {

    content: "";

    display: inline-block;

    width: 20px; 

    height: 15px;    

    background: url(../img/sort_inactive.png) no-repeat center center;

    background-size: 10px 20px;

}

.sort-table th.sortup span:after {

    content: "";

    display: inline-block;

    width: 20px; 

    height: 15px;    

    background: url(../img/sort_up.png) no-repeat center center;

    background-size: 10px 10px;

}

.sort-table th.sortdown span:after {

    content: "";

    display: inline-block;

    width: 20px; 

    height: 15px;    

    background: url(../img/sort_down.png) no-repeat center center;

    background-size: 10px 10px;

}



.center {

    text-align: center;

}


/* bar on bottom  */

#bottombar {
    position:fixed;
    bottom: -60px;
    display: block;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color:#51545a;
    color: #fff;
    font-size: 19px;
    text-align: center;
    -webkit-box-shadow: 0 -8px 6px -6px black;
       -moz-box-shadow: 0 -8px 6px -6px black;
            box-shadow: 0 -8px 6px -6px black;
    transition: bottom 1s;
}
/* Hiding the checkbox */
#toggleTop {
    display: none;
}
/* Styling the lables, to show and hide the bar */
#showTop {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 30px;
    display: block;
    padding: 10px;
    background-color: #000000;
    color: #fff;
}
#hideTop {
    float: right;
    display: inline-block;
}
#toggleTop:checked + #bottombar {
    transition: bottom 1s;
    bottom:0px;
}


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

        div.kennzeichen input {

            font-size: 50px;

        }

        div.kennzeichen input.landkz {

            font-size: 25px;

        }

    }

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

        div.kennzeichen input {

            font-size: 35px;

        }

        div.kennzeichen input.landkz {

            font-size: 20px;

        }

    }

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

        div.kennzeichen input {

            font-size: 25px;

        }

        #bottombar {
            font-size:15px;
        }

        div.kennzeichen input.landkz {

            font-size: 15px;

        }

        .large {

            font-size: 16px;

        }

        .large img {

            height: 30px;

            width: auto;

        }

    }

    

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

        .smallscreen {

            visibility: visible;

			display:block;

        }

        .largescreen {

            visibility: hidden;

			display:none;

            height: 0px !important;

        }

        p.teilen {

            text-align: center;    

        }

        .ad4mobile {

			visibility: visible;

			display:block;

		}



    }

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

        .skyscraper, .ad4desktop {

            visibility: visible;

			display:block;

        }

		.ad4mobile {

            visibility: hidden;

			display:none;		

		}

    }	

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

        .skyscraper, .ad4desktop {

            visibility: hidden;

			display:none;

        }

    }		

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

        .smallscreen {

            visibility: hidden;

			display:none;

            height: 0px !important;

        }

        .largescreen {

            visibility: visible;

			display:block;

        }

        div.select select {

            width: 250px;

            display: inline;

        }

        p.teilen {

            text-align: right;    

        }

        div.logo {

            padding-right: 50px;

            padding-left: 50px;

        }

    }



/* ==========================================================================

   Helper classes

   ========================================================================== */



/*

 * Image replacement

 */



.ir {

    background-color: transparent;

    border: 0;

    overflow: hidden;

    /* IE 6/7 fallback */

    *text-indent: -9999px;

}



.ir:before {

    content: "";

    display: block;

    width: 0;

    height: 150%;

}



/*

 * Hide from both screenreaders and browsers: h5bp.com/u

 */



.hidden {

    display: none !important;

    visibility: hidden;

}



/*

 * Hide only visually, but have it available for screenreaders: h5bp.com/v

 */



.visuallyhidden {

    border: 0;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

}



/*

 * Extends the .visuallyhidden class to allow the element to be focusable

 * when navigated to via the keyboard: h5bp.com/p

 */



.visuallyhidden.focusable:active,

.visuallyhidden.focusable:focus {

    clip: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    position: static;

    width: auto;

}



/*

 * Hide visually and from screenreaders, but maintain layout

 */



.invisible {

    visibility: hidden;

}



/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */



.clearfix:before,

.clearfix:after {

    content: " "; /* 1 */

    display: table; /* 2 */

}



.clearfix:after {

    clear: both;

}



/*

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */



.clearfix {

    *zoom: 1;

}



/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */



@media only screen and (min-width: 35em) {

    /* Style adjustments for viewports that meet the condition */

}



@media print,

       (-o-min-device-pixel-ratio: 5/4),

       (-webkit-min-device-pixel-ratio: 1.25),

       (min-resolution: 120dpi) {

    /* Style adjustments for high resolution devices */

}



/* ==========================================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */



@media print {

    * {

        background: transparent !important;

        color: #000 !important; /* Black prints faster: h5bp.com/s */

        box-shadow: none !important;

        text-shadow: none !important;

    }



    a,

    a:visited {

        text-decoration: underline;

    }



    a[href]:after {

        content: " (" attr(href) ")";

    }



    abbr[title]:after {

        content: " (" attr(title) ")";

    }



    /*

     * Don't show links for images, or javascript/internal links

     */



    .ir a:after,

    a[href^="javascript:"]:after,

    a[href^="#"]:after {

        content: "";

    }



    pre,

    blockquote {

        border: 1px solid #999;

        page-break-inside: avoid;

    }



    thead {

        display: table-header-group; /* h5bp.com/t */

    }



    tr,

    img {

        page-break-inside: avoid;

    }



    img {

        max-width: 100% !important;

    }



    @page {

        margin: 0.5cm;

    }



    p,

    h1,

	h2,

    h3 {

        orphans: 3;

        widows: 3;

    }



    h1,

	h2,

    h3 {

        page-break-after: avoid;

    }

}

