
@import "/fonts/RobotoCondensed/stylesheet.css";

input, textarea,button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed','Arial Narrow','Sans Serif';
    outline: none;
    font-weight: normal;
    font-size: 14px;
    /*    -user-select: none;
        user-select: none;
        -msx-user-select: none;*/
    -ms-content-zooming: none;
    content-zooming: none;
}

canvas,img {
    /*    user-drag: none; 
        user-select: none;
        -moz-user-select: none;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -ms-user-select: none;*/
}

body,a {
    color: #58585a;
}

img,input,button,select,option {
    border: none;
}

a.greenlink {
    color: #58585a !important;
    text-decoration: none;
}

a.agreen,
a.greenlink:hover {
    color: #007d40  !important;
}

b {
    font-weight: bold;
}

a i,
a b,
p i,
p b {
    color: inherit;
}

#np_map_div  * {
    touch-action: none;
    -ms-touch-action: none;
}

.stop_browser_behavior {
    /*
    user-select: 'none';
    touch-action: 'none';
    touch-callout: 'none';
    content-zooming: 'none';
    user-drag: 'none';
    tap-highlight-color: rgba(0,0,0,0);
    */
}


button.isselected {
    background: #007d40;
    color:#fff;
}

button.notselected {
    background: #999;
    color:#fff;
}



.plongo_map3_button {
    background: #999;
    border: 3px solid rgba(255,255,255,1);
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.92;
}

.plongo_map3_copyright {
    font-size: 10px;
    color: #444;
    padding: 2px;
    background: rgba(255,255,255,0.7);
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.anzeige90ccwOld {
    background-image: url(anzeige90ccw.png);
    height: 47px;
    width: 14px;
    position: absolute;
    top: 1px;
    left: -10px;
    z-index: 10;
}

.anzeige90ccw {
    /*height: 47px;*/
    /*width: 14px;*/
    position: absolute;
    top: 1px;
    left: -10px;
    z-index: 10;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
}

.display_none {
    display: none;
}

a {
    text-decoration: none;
    font-size: inherit;
}

a:hover,div.np_title_menu_item:hover  {
    color: #007d40;
    cursor: pointer;
}

.makeablock a {
    display: block;
    padding: 5px;
}

input {
    /*    font-family: sans-serif; */
    font-weight: normal;
}

form {
    display: block;
}


.w100 {
    width: 100%;
    height: 100%;
}

.right {
    float: right;
}

.ltgray {
    background: #ccc;
}

.searcherror {
    padding: 10px 30px;
}

.searcherror p {
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding: 2px 0px;
    margin: 0px;
}
searcherror li {
    padding: 2px 20px;
}

.error {
    color: red !important;
}

.np_center_gewerbe {
    padding: 5px;
}

.np_center_search {
    padding: 0px 5px 100px 5px;
    display: none;
}

.np_center_search a,
.np_center_gewerbe a {
    display: block;
    background: #fff url('Pfeil-Grau-18.png') no-repeat 4px 11px;
    padding: 10px 10px 10px 30px;
    margin: 0px;
    border-top: 1px solid #aaa;
    clear: both;
}

a.profi,
.np_center_search a.profi,
.np_center_gewerbe a.profi {
    background-color: #ffe;
}


.np_center_search a:hover,
.np_center_gewerbe a:hover {
    background: #fff url('Pfeil-Gruen-18.png') no-repeat 4px 11px;
    color: #007d40;
}

.np_tile_image {
    background: #fff;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    position: absolute;
}


.np_map_popup {
    display: block;
    border: 2px solid #ccc;
    background: #fff;
}
.np_map_popup_inset {
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    position: relative;
}
.np_map_popup_inset #closeXXX {
    background-image: url('/stv-res/Button.jpg');
    background-repeat: no-repeat;
    background-size: 16px;
    height:16px;
    width:16px;
    border-radius: 0px;
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

::-webkit-input-placeholder {
    color: #58585a;
    text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #58585a !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #000 !important;
    text-overflow: ellipsis;
} /* for the future */
:-ms-input-placeholder {
    color: #58585a !important;
    text-overflow: ellipsis;
}
:placeholder {
    color: #58585a !important;
    text-overflow: ellipsis;
}
.theshaker {
    background-color: rgba(150,100,100,0.5);
    animation: shake .6s linear;
}
/* also need keyframes and -moz-keyframes */
@keyframes shake {
    0% {
        left:-10px;
    }
    16% {
        left:9px;
    }
    33% {
        left:-6px;
    }
    50% {
        left:5px;
    }
    66% {
        left:-2px;
    }
    83% {
        left:1px;
    }
    100% {
        left: 0px;
    }
}

/* 
    Document   : wikistyles
    Created on : Nov 14, 2013, 2:36:39 PM
    Author     : sk
    Description:
        Purpose of the stylesheet follows.
*/

#np_center_info H1,
.wiki_body H1 {
    font-size: 24px;
    border-bottom: 1px solid #aaa;
    margin: 10px 0px;
}
.wiki_body H2 {
    font-size: 22px;
    border-bottom: 1px solid #aaa;
    margin: 10px 0px;
}
.wiki_body H3 {
    font-size: 20px;
    margin: 10px 0px;
}
.anbieter_frame H4,
.wiki_body H4 {
    font-size: 18px;
    margin: 8px 0px;
}
.wiki_body H5 {
    font-size: 16px;
    margin: 8px 0px;
}
.wiki_body H6 {
    font-size: 14px;
    margin: 8px 0px;
}

.wiki_body p {
    margin: 5px 0px;
}

.wiki_body a {
    color: mediumblue;
}


.wiki_body b {
    font-weight: bold;
}

.wiki_body b,
.wiki_body strong {
    font-weight: bold;
}

.wiki_body hr {
    height: 1px;
    background: #aaa;
    border: none;
    margin: 10px 0px;
}


.wiki_body video,
.wiki_body img {
    max-width:100%;
}

.wiki_body .wiki_mini {
    margin: 5px;
    width: 180px;
}

.wiki_body .wiki_miniad {
    margin: 5px;
    width: 440px;
    max-width: 98%;
}

.wiki_imgdiv_frame_d {
    border: 1px #aaa solid;
    padding: 1px;
    background: #eee;
    display: block;
    margin: 10px auto;
    text-align: center;
    line-height: 0px;
}

.wiki_imgdiv_frame img {
    background: #fff;
}


.wiki_imgdiv_frame span {
    background: #eee;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 0px;
    padding: 0px;
    text-align: center;
    line-height: 15px;
}

.wiki_imgdiv_frame {
    border: 1px #fff solid;
}

.wiki_body table {
    width: auto;
    border-collapse: collapse;
    background: #f7f7f7;
}

.wiki_body td,
.wiki_body th {
    padding: 3px 6px;
    vertical-align: top;
    border: 1px solid #aaa;
}
.wiki_body th {
    background: #f0f0f0;
}
.wiki_body ul,
.wiki_body ol {
    margin: 0 0 10px 30px;
}

table.wiki_infobox_head caption {
    background: #f0f0f0;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.wiki_image_number {
    position: relative;
    bottom: 0px;
    right: 0px;
    background: red;
}
.np_center_impress {
    font-size: 14px;
    margin-top: 30px;
}

.np_center_impress h2 {
    font-size: 18px;
    margin: 10px 0px;
}

.wiki_body textarea,
.wiki_body input[type=text],
.wiki_body input[type=email],
.wiki_body input[type=password]
{
    width: 280px;
    border: 1px solid #aaa;
}
.wiki_body input[type=checkbox]
{
    margin: 5px 5px 0px 0px;
    border: 1px solid #aaa;
}

.wiki_body textarea {
    height: 200px;
}

a.form_button,
.form_button {
    padding: 6px 20px;
    background: #007d40;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    display: inline-block;
}

a.order_now_button {
    margin-top: 15px;
    padding: 6px 20px;
    background: #007d40;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    text-align: center;
}

span.imgkillerx {
    background: red;
    height: 20px;
    min-width: 20px;
    color: black;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
}

.wiki_body pre {
    background: #fff;
    color: #444;
    font-family: inherit;
}

a.social_share {
    text-decoration:none;
    display: block;
    margin: 5px 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    color: #444;
}
a.social_share img {
    height: 40px;
    float: left;
    margin-right: 10px;
}

.mapPE {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
    background: none;
    cursor: pointer;
}

a.smicon img {
    height: 30px;
    width:  30px;
    padding: 10px 5px 5px 0;
}

input,
textarea,
select,
button {
    padding: 2px;
    color: #000;
}

.wiki_body legend {
    padding: 0 5px;
}

.plongo_map3_smallbig {
    position: absolute;
    bottom: 0px;
    height: 30px;
    left:50%;
    width: 60px;
    margin-left: -30px;
    background: rgba(0,125,64,0.6);
    color: #fff;
    z-index: 7;
    border-radius:  10px 10px 0 0;
    border: solid rgba(255,255,255,1);
    border-width:  3px 3px 0 3px;
    text-align: center;
    padding-top: 6px;
}
.plongo_map3_smallbig i {
    font-size: 25px;
}

.none {
    display: none;
}

.np_center_address {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */

}

div.jobimage,
a.jobimage {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    display: block;
    line-height: 0;
}
div.jobimage img,
a.jobimage img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.framed H4,
.anbieter_frame H4 {
    font-weight: bold;
}

#jListSearch {
    border: 2px solid #aaa;
    font-size: 17px;
    line-height: 17px;
    padding: 4px 20px 4px 4px;
    min-width: 70%;
    background: #fff;
    background-image: url(Lupe-25.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin: 5px 0 12px 12px;
}

.noScroll {
    overflow: hidden !Important;
}

.htmlframe {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    height: 80%;
    
}