/*Fix für falschen Viewport*/
html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

#job-details-sponsor div, #job-details-sponsor div a img, #apply_online_now a{
    max-width: 95vw;
    box-sizing: border-box;
}

#cookiedings a {color:#0094da; text-decoration:none;}
#cookiedings a:hover {text-decoration:underline;}
#cookiedings div {padding:10px; padding-right:40px;}
#cookiedings {
   outline: 1px solid #7b92a9;
   text-align:right;
   font-family: Arial;
   opacity: 0.7;
   border-top:1px solid #fff;
   background: #d6e0eb;
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:12px;
   line-height:16px;}

#cookiedingsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white;
   border-left:1px solid white;
   border-bottom:1px solid #7b92a9;
   border-right:1px solid #7b92a9;
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
 }

#cookiedingsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

th, td {
    padding: 2px;
}

img {
    border: 0
}

:focus {
    outline: 0
}

ul {
    list-style: none
}

ol {
    list-style: decimal
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong {
    font-weight: bold;
}

body, html {
    height: 100%;
}

body {
    background-color: #F1F1F1;
    color: #444;
    font: 62.5% /1.5 Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.5;
}

pre, code {
    font-family: Courier, Arial, sans-serif;
    background: #eaeaea;
    padding: 5px;
}

em {
    font-style: italic;
}

#format {
    text-align: right;
    padding-right: 0px;
    float: right;
}

#format a {
    background-color: #d7d7d7 !important;
    padding: 3px !important;
}

#format a:hover {
    background-color: #09C !important;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
    /* ---?
    height: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
    position: relative;
    */
}

.inline {
    display: inline
}

.inline-bk {
    display: inline-block
}

.relative {
    position: relative
}

.trans-slow {
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in
}

.trans-middle {
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.trans-fast {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

input#title {
    margin-left: 20px !important;
}

#text-description {
    float: left;
    margin-bottom: 7px;
}

#richtlinien div {
    background-color: #f5f5f5;
    padding: 5px;
}

#richtlinien img {
    float: right;
    margin-right: 7px;
    margin-top: 6px
}

#richtlinien h3 {
    font-size: 13px;
}

#richtlinien > div > p {
    margin-bottom: 5px;
}

#richtlinien > div > a {
    font-size: 14px;
}

#category_id, #city_id, #type_id {
    margin: 0 20px;
}

.box-white {
    background-color: #fff;
    height: 20px;
    padding: 10px 5px !important;
    margin-left: -5px !important;
}

.main {
    margin: 0 auto;
    width: 100%;
    display: block;
}

#skip {
    display: none;
}

div.header {
    width: 100%;
    height: 119px;
    background: url(../img/bg-top.png) 0 0 repeat-x;
}

#header-contents {
    /*height: 119px;*/
    position: relative;
}

#logo {

    /*width: 296px;*/
    /*height: 118px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 12px;*/
    /*width: 90%;*/
    margin-bottom: 20px;
}

#top-nav {
    padding: 4px 2px 0 0;
    overflow: hidden;
    display: none;
}

#top-nav li, #top-nav li a {
    float: left;
    color: #FFF;
    font-size: 11px
}

#top-nav li {
    margin-left: 5px
}

#header-left {
    max-width: 675px
}

#header-right {
    width: 100%;
    background: rgb(220, 0, 21);
}

.addJob {
    display: none;
    max-width: 675px;
}

#top li a {
    margin-left: 2px;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 10px;
}

#book {
    display: none;
    position: absolute;
    top: 50px;
    right: 2px;
    overflow: hidden
}

#book li {
    float: left;
    margin: 0;
    padding: 0;
}

#book li a {
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    margin-right: 12px;
}

#book li:last-of-type a {
    margin-right: 0;
}

#container {
    text-align: left;
    font-size: 1.7em;
    min-height: 100%;
    height: 100%;
    margin: 0 auto 0em;
    background-color: #fff
}

#the_feed {
    top: 74px;
    position: absolute;
    right: 20px;
}

#first-bar {
    width: 95%;
    box-sizing: border-box;
    max-width: 550px;
    height: 69px;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, #c8c8c8) 0 0 no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 6px;
    margin-bottom: 23px;
    padding: 15px 10px;
}

#search-form {
    display: flex;
    width: 100%
}

#search-form input {
    width: 100%
}

#search-form input {
    font-size: 1.4em;
    height: 27px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 3px 10px 2px 10px;
    color: #BEBEBE;
}

#search-form input:focus,
#search-form input:hover {
    border: 1px solid #888888;
}

#searchbutton {
    background: #0C6299;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 0 10px;
    padding: 3px 10px;
    box-sizing: border-box;
    min-width: 46px;
    width: 15%;
}

#searchbutton img {
    height: 26px;
}

#header-contents a.add {
    display: block;
    width: 100%;
    height: 100%;
}

input.keywords_active {
    color: #444 !important;
}

#searbid_1, #searbid_2 {
    margin-left: 20px;
}

#textile-suggestions {
    width: 100%;
}

.even {
    background-color: #f0f0f0;
}

.odd, .even {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#textile-suggestions .heading {
    font-weight: bold;
    border-bottom: 2px solid #bbb !important;
}

#textile-suggestions .odd, #textile-suggestions .even {
    clear: both;
    border-bottom: 1px solid #bbb;
}

.odd div, .even div {
    padding: 2px;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
}

#request-job a {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#promo {
    margin-top: 10px;
}

#promo a:hover {
    background: #fff;
}

.search_results_label {
    color: #fff;
    background-color: transparent;
    font-size: 1.1em;
}

#content {
    width: 95%;
    padding-left: 6px;
    padding-right: 13px
}

#content p {
    margin: 0 0 10px 0;
    padding: 0;
}

#content a {
    color: #09C;
    background-color: transparent;
    padding: 2px;
}

#content a:hover {
    background-color: #09C;
    color: #fff;
    text-decoration: none;
    padding: 2px;
}

#content ol {
    margin: 0 0 0 17px;
}

#content ul {
    list-style-type: disc;
    margin-left: 17px;
}

#categs-nav {
    background: #484848;
    width: 1002px;
    height: 32px;
    font-size: 10px;
    font-family: Calibri, sans-serif;
    margin: 0;
    position: relative;
    display: none;
}

#categs-nav ul {
    width: 1002px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

#categs-nav ul li {
    float: left;
    color: white;
    height: 100%;
}

#categs-nav ul li a {
    display: block;
    vertical-align: middle;
    padding: 0 9px;
    text-decoration: none;
    position: relative;
    outline: none;
    color: white;
}

#categs-nav ul li:first-child a {
    padding-left: 14px;
}

#categs-nav ul li a:hover {
    color: red;
}

div.selectedlink {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: red;
    display: block
}

#categs-nav ul li.selected a {
}

#categs-nav ul li a span {
    display: block;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    line-height: 32px;
    height: 100%;
}

li.placeholder-navi {
    width: 2px;
    background-color: white;
    margin: 10px 0 8px 0;
    padding: 0;
    height: 14px !important;
}

#sitemap-1 {
    float: left;
    display: inline;
    width: 200px;
}

#sitemap-2, #sitemap-3 {
    float: left;
    display: inline;
    width: 200px;
    margin-left: 30px;
}

.posted-ok {
    border: 1px solid #8FF868;
    background: #E9FEE0;
    color: #090;
    padding: 10px;
}

.posted-pending {
    border: 1px solid #F90;
    background: #FFFBD1;
    color: #F50;
    padding: 10px;
    font-size: 14px;
}

#sidebar {
    display: none;
    float: right;
    padding-left: 6px;
    padding-right: 10px;
    width: 300px;
}

#sidebar a {
    color: #09C;
    padding: 2px;
    font-size: 11px;
}

#sidebar a:hover {
    background-color: #09C;
    color: #fff;
    text-decoration: none;
    padding: 2px;
}

#sidebar h4 {
    font-size: 14px;
    margin: 10px 0 3px 0;
    font-weight: bold;
}

#sidebar h4 a {
    font-size: 14px;
    text-decoration: underline;
}

#stats {
    color: #777;
    font-size: 11px;
}

#ideas h3 {
    margin: 0 0 5px 0;
}

#ideas ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#ideas ul li {
    margin-bottom: 5px;
}

#contact_msg_error img {
    padding-bottom: 5px;
}

.info {
    color: #888;
}

#job-details-sponsor > div {
    margin: 0 auto;
    width: 671px;
    display: block;
    position: relative;
}

#job-details-sponsor-top {
    height: 17px;
    background: white url(../img/trenn_oben.png) no-repeat;
}

#job-details-sponsor-bottom {
    height: 9px;
    background: white url(../img/trenn_unten.png) no-repeat;
}

#job-details-sponsor-banner {
    width: 468px !important;
    height: 60px;
    overflow: hidden;
    margin: 5px auto !important;
}

#sponsor-footer {
    padding-top: 31px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

td.searbid {
    background-color: transparent !important;
    width: 29px;
    overflow: hidden;
    padding-left: 3px !important;
    padding-top: 3px !important;
}

td.searbid div {
    height: 25px;
    overflow: hidden;
}

td.searbid img {
    width: 26px;
    height: 26px;
}

table.job-posts {
    width: 100%;
}

table.job-posts td {
    color: #525151;
    border-bottom: 3px white solid;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 0 0 0 9px;
}

table.job-posts td > * {
    padding: 0 !important;
    margin: 0 !important;
}

#job-posts4 td {
    background-color: #deefff;
}

#job-posts4 td.redspotborder {
    width: 3px;
    background-color: #ff4200;
    padding: 0;
}

#job-posts td {
    max-width: 180px;
}

table.job-posts a:link, table.job-posts a:visited {
    color: #0099CC;
}

table.job-posts a:hover {
    background: #fff;
    color: #0099CC;
    text-decoration: none;
}

table.job-posts td.time-posted {
    text-align: right;
    padding-right: 8px;
    width: 120px;
}

table.job-posts td.time-posted img {
    display: none;
    width: 21px;
    height: 21px;
    margin-right: 9px !important;
    vertical-align: -17%;
}

table.job-posts tr {
    line-height: 28px;
}

#footer {
    color: #F9F9F9;
    font-size: 18px;
    /*background: #F2FCFF url(../img/footer-bg.png) repeat-x center top;*/
    background: linear-gradient(rgb(1, 107, 153), rgb(0, 109, 158), rgb(0, 73, 105));
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
    position: relative;
}

#footer h5 {
    color: white;
    padding-bottom: 5px;
    padding-top: 0;
}

#footer a, #footer span {
    color: #B1B1B1;
}

#email_form td {
    padding-bottom: 0px;
}

#email_suggestion td {
    padding-top: 0px;
}

#footer a:before {
    content: "\00BB \0020";
}

#footer-contents {
    max-width: 675px;
    padding-top: 28px;
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer-col1, #footer-col4, #footer-col3, #footer-col2 {
    margin: 0 auto 20px;
    display: block;
    width: 100%
}

.validation-error img {
    vertical-align: middle;
}

input.error, textarea.error {
    border: 1px solid red !important;
}

.validation-failure {
    color: red;
    background-color: #ffd0d6;
    padding: 5px;
}

.apply-status-ok {
    color: #090;
    background-color: #DFFFDA;
    padding: 5px;
    margin-bottom: 7px;
}

#no-ads {
    color: #555;
    margin-top: 10px;
}

.suggestion {
    color: #777;
    font-size: 11px;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.clear {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}

.cf:before, .cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

.error {
    color: #f00;
}

#job-details {
    padding: 3px 0 10px 0;
    margin: 0;
    color: #484848;
}

#job-details h2.jobmainheader {
    margin: 0;
    padding: 0;
    color: #484848;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    background: none;
}

#job-details .label {
    color: #555;
    font-weight: bold;
}

#job-details .fading {
    color: #484848;
}

#job-details ul {
    margin: 0 0 10px 15px;
    list-style-type: disc;
}

div.jobdesc {
    padding-left: 4px;
    margin-bottom: 30px;
}

span.company-jobdesc {
    font-style: italic;
}

span.company-jobdesc > a {
    margin: 0 !important;
    padding: 0 !important;
}

#job-bottom {
    background-color: #f0f0f0;
    padding: 2px;
    font-size: 14px;
    height: 60px;
}

#number-views {
    color: #afafaf;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

#job-post-utils {
    font-size: 12px;
    color: #484848;
    padding: 3px;
}

.job-post-utils-div {
    display: inline-block;
}

#job-post-utils-left {
    width: 219px;
    text-align: left;
}

#job-post-utils-middle {
    width: 220px;
    text-align: center;
}

#job-post-utils-right {
    width: 219px;
    text-align: right;
}

#apply_wrapper {
    height: 59px;
    display: block;
}

#apply_online_now {
    font-size: 14px;
    width: 456px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 21px;
}

.navigation_form {
    padding-top: 19px;
    border-top: 1px solid #ddd;
}

.navigation_form fieldset {
    background-color: #f5f5f5;
    margin: 19px 0 0 0;
    padding: 5px;
    color: #6a6a6a;
}

.navigation_form input {
    background-color: #02a1ff;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    height: 28px;
    font-family: Helvetica, Arial, sans-serif;
}

.navigation_form input:focus {
    background-color: #00aaee;
}

.navigation_form input:hover {
    background-color: #00aaee;
}

#submit, #submit-button {
    border-left: 3px solid red;
    margin-right: 9px;
}

#apply_msg {
    width: 500px;
    min-height: 300px;
    resize: vertical;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#apply_online_now a {
    width: 452px;
    display: block;
    background-color: #02a1ff;
    color: white !important;
    vertical-align: middle;
    text-align: center;
}

img#apply_arrow {
    float: left;
    left: 39px;
    top: 21px;
    position: relative;
}

#old-ad {

    margin-bottom: 10px;

    padding: 5px;

    background-color: #ffff88;

    color: #ff2200;

}

#publish_form {
}

#publish_form fieldset, #promo_form fieldset {
    background-color: #f5f5f5;
    margin: 0 0 13px 0;
    padding: 10px;
}

#publish_form fieldset legend {
    font-weight: bold;
    color: #555;
    font-size: 12px;
}

#publish_form input, #publish_form button, #publish_form textarea, #frm-spam input, #frm-spam textarea, #frm-send-to-friend input, #frm-send-edit-link input, #apply-online input, #apply-online textarea, #promo_form input {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
}

#publish_form input:focus, #search input:hover, #publish_form textarea:focus, #search textarea:hover, #frm-send-to-friend input:focus, #frm-send-to-friend input:hover, #frm-spam textarea:focus, #frm-spam textarea:hover, #frm-spam input:focus, #frm-spam input:hover, #frm-send-edit-link input:focus, #frm-send-edit-link input:hover, #apply-online input:focus, #apply-online input:hover, #apply-online textarea:focus, #apply-online textarea:hover, #promo_form input:focus, #promo_form input:hover {
    border: 1px solid #7F635F;
}

#publish_form #submit, #submit-button, #spam #submit, #send-to-friend #submit, #frm-send-edit-link #submit, #apply-online #submit, #promo_form #submit {
    background-color: #0099CC;
    color: #fff;
    border: 1px solid #009988;
    cursor: pointer;
}

#publish_form #submit:hover, #submit-button, #spam #submit:hover, #send-to-friend #submit:hover, #apply-online #submit:hover, #promo_form #submit:hover {
    background-color: #00aaee;
}

#publish_form label.small {
    color: #555;
    font-size: 12px;
}

#publish_form input.no-border {
    border: 0;
}

td.publish-label {

    width: 150px;

}

fieldset.hidden {

    display: none;

}

td.register-label {

    width: 120px;

}

#contact_msg {
    width: 100%;
}

#contact-form-contents form {
    padding: 10px;
}

#apply-online {

    background-color: #f6f6f6;

}

#frm-apply-online {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

#feed-me {
    text-align: right;
    font-size: 14px;
    margin: 15px 0 5px 0;
}

#feed-me a:link, #feed-me a:visited {
    color: #09C;
}

#feed-me a:hover {
    background: #fff;
    color: #09C;
    text-decoration: none;
}

#search_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#twitter {
    background: url("../img/social_twitter.png") no-repeat;
}

#feed {
    background: url("../img/social_rss.png") no-repeat;
}

#facebook {
    background: url("../img/social_fb.png") no-repeat;
}

code {
    font-size: 12px;
}

#send-to-friend, #spam {
    background-color: #f6f6f6;
    padding: 3px;
}

.geyborder {
    width: 125px;
    padding: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.geyborder a {
    padding: 0 !important;
    display: block;
    width: 125px;
    height: 125px;
}

.geyborder a:hover {
    padding: 0 !important;
}

#adwordside {
    height: 250px;
    overflow: hidden;
}

#send-to-friend table {

    font-size: 12px !important;

}

td.send-to-friend-address-label, td.spam-reason-label {

    width: 180px;

}

td.spam-reason-label {
    vertical-align: top;
    padding-top: 7px;
}

#frm-spam textarea {
    width: 480px;
    min-height: 200px;
    resize: vertical;
}

#map {

    height: 550px;

    border: 1px solid #ddd;

}

.mapicon {

    text-align: center;

}

.mapicon a {

    font-family: Arial, Tahoma, Verdana;

    color: #fff !important;

    text-decoration: none;

    position: relative;

    z-index: 4999;

    /* display: block; !!!!!!!! */

}

.mapicon a:hover {

    z-index: 5000;

    color: #fff !important;

}

.mapicon a .bubble {

    display: none;

    background: white;

    cursor: default;

    line-height: 15px;

    text-align: left;

    text-decoration: none;

    padding: 5px;

}

.mapicon a:hover .bubble {

    width: 120px;

    text-align: center;

    display: block;

    position: absolute;

    top: -40px;

    left: -60px;

    z-index: 5000;

    text-decoration: none;

    border: 3px solid #ccc;

}

.bubble h3 {

    color: black;

    margin: 0;

    text-decoration: none;

    padding: 0;

    font-size: 13px;

    border: 0;

    font-family: Verdana, Tahoma, Arial, sans-serif;

}

.bubble img {

    margin-bottom: 4px;

}

.bubble p {

    color: #666666;

    font-size: 11px;

    line-height: 15px;

    margin: 0;

    padding: 0;

}

.bubble p strong {

    display: inline;

    font-weight: bold;

}

.big {

    width: 61px;

    height: 61px;

    line-height: 61px;

    font-size: 20px;

}

.small {

    width: 45px;

    height: 45px;

    font-weight: bold;

    font-size: 16px;

    line-height: 45px;

}

#accordion-list h4 {

    cursor: pointer;

    cursor: pointer;

    text-decoration: underline;

}

fieldset.no-border {

    border: 0;

    padding: 0;

}

div.ok-response {

    color: green;

}

div.not-ok-response {

    color: red;

}

#location_outside_ro {

    margin-top: 5px;

}

#small-link a {

    font-size: 11px;

}

#apply-online {

}

#job-description {

    border-top: 1px solid #ddd;

    padding: 10px 0 10px 0;

}

textarea#description {
    max-width: 101%;
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 300px;
    margin: 0 !important;
    resize: vertical;
}

#publish_form table {
    width: 100%;
}

/* TYPOGRAPHY */

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    text-decoration: underline;
}

h2 a {

    text-decoration: underline;

    font-weight: normal;

}

h3 {

    font-size: 14px;

    margin: 10px 0 7px 0;

    font-weight: bold;

}

h3.steps, div.steps {

    margin: 0;

    padding: 2px 5px 5px 8px;

    background: transparent url(../img/header-bg.png) no-repeat left;

    font-weight: normal;

    color: #9AD4FF;

    font-size: 14px;

    height: 22px;

}

h4 {

    font-size: 16px;

    margin: 12px 0 3px 0;

}

#status {
    color: #FF0000;
    font-weight: bolder;
    background-color: #dfFFda;
    padding: 5px 0 2px 5px;
}

.highlight_keyword {

    background-color: #ffff88;

}

/* recpatcha */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {

    background-color: #e1e1e1 !important;

}

#recaptcha_table {

    border-color: #f5f5f5 !important;

}

#recaptcha_response_field {

    border-color: #ccc !important;

    background-color: #fff !important;

}

#recaptcha_instructions {

    font-size: 12px;

}

#applied-to-job {

    float: right;

    background: url(../img/bg-applied.png) no-repeat;

    color: #fff;

    font-size: 20px;

    width: 63px;

    height: 50px;

    text-align: center;

    padding: 4px 0 0 0;
    margin-left: 10px;

}

#applied-to-job p {

    font-size: 11px;

}

/* tag heights */

.company-tag-1 {

    font-size: 12px;

}

.company-tag-2 {

    font-size: 14px;

}

.company-tag-3 {

    font-size: 16px;

}

.company-tag-4 {

    font-size: 18px;

}

.company-tag-5 {

    font-size: 20px;

}

.company-tag-6 {

    font-size: 24px;

}

/* autocomplete */

.ac_results {

    padding: 0px;

    border: 1px solid #ddd;

    background-color: #fff;

    overflow: hidden;

}

.ac_results ul {

    width: 100%;

    list-style-position: outside;

    list-style: none;

    padding: 0;

    margin: 0;

}

.ac_results li {

    margin: 0px;

    padding: 2px 5px;

    cursor: default;

    display: block;

    width: 100%;

    font: menu;

    font-size: 12px;

    overflow: hidden;

}

.ac_loading {

    background: #fff url('indicator.gif') right center no-repeat;

}

.ac_over {

    background-color: #b5d5ff;

    color: #000;

}

#textile-suggestions table {

    margin-top: 5px;

    width: 80%;

    font-size: 11px;

}

#textile-suggestions table th {

    border-bottom: 2px solid #bbb;

    font-weight: bold;

}

#textile-suggestions table td {

    border-bottom: 1px solid #ccc;

}

div.icon-fulltime {

    margin-top: 3px;

    background: url(../img/icon-fulltime.png) no-repeat;

    height: 18px;

    width: 59px;

    display: inline;

}

div.icon-parttime {

    margin-top: 3px;

    background: url(../img/icon-parttime.png) no-repeat;

    height: 18px;

    width: 59px;

    display: inline;

}

div.icon-freelance {

    margin-top: 3px;

    background: url(../img/icon-freelance.png) no-repeat;

    height: 18px;

    width: 59px;

    display: inline;

}

div.icon-selection {

    margin-top: 3px;

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

    height: 18px;

    width: 59px;

    display: inline;

}

label.request-label {

}

.req-params-item {

    background-color: #edfaff;

    padding: 3px;

    margin-bottom: 5px;

    display: inline;

    line-height: 1.9;

}

#req-left {
    float: left;
    display: inline;
    width: 160px;
}

#req-middle {
    float: left;
    display: inline;
    width: 160px;
    margin-left: 30px;
}

#req-right {
    float: left;
    display: inline;
    width: 160px;
    margin-left: 30px;
}

#req-right2 {
    float: left;
    display: inline;
    width: 160px;
    margin-left: 30px;
}

#req-left input, #req-middle input, #req-right input, #req-right2 input {
    border: 0;
}

#home-promo {
    background: url(../img/home-banner-bg.png) no-repeat;
    width: 757px;
    height: 66px;
    margin-top: 12px;
    text-align: center;
    padding-top: 8px;
}

#home-promo div {
    color: #0897C6;
    font-size: 20px;
}

#home-promo a {
    text-decoration: underline;
    font-size: 14px;
}

/* paginator */

#job-listings .current_page {

    font-weight: bold;

    border: 1px solid #ccc;

    padding: 1px 2px 1px 2px;

}

#spotlight_info {
    float: right;
    margin-right: 4px;
    color: #b5b5b5;
    font-weight: normal;
    font-size: 11px;
}

#spotlight_info a {
    text-decoration: none;
    color: white;
}

#sidecontact div {
    position: relative;
}

#contact_img {
    float: right;
    height: 83px;
    width: 62px;
}

#contact_number {
    color: #8c8c8c;
}

#sidecontact a {
    font-size: 12px;
}

#contact_msg {
    resize: vertical;
    min-height: 300px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*Lionk zum Kontaktformular in Sidebar*/

#contactl a {
    font-size: 14px;
}

#contactl {
    padding: 65px 0 0 10px;
}

#copyright {
    position: absolute;
    right: 10px;
    bottom: 15px;
    font-size: 10px;
    color: #B1B1B1;
}

#catbild {
    margin-top: 6px;
}

ul.jobber-list {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

ul.jobber-list li {

    margin-bottom: 5px;

}

#textbackgr {

    width: 550px;

    background-color: #C2ECA3;

}

#textbackgr2 {

    width: 550px;

    background-color: #E4E4E4;

}

.simpleheader {
    background-color: #D2D2D2;
    display: block;
    padding: 1px 0 1px 0;
}

div.smalltipps a {
    font-size: 12px;
}

div.sideRiElem {
    margin-bottom: 15px;
    max-width: 300px;
}

div.sideRiElem:last-child {
    margin-bottom: 0;
}

/*für statische Seiten*/
#contensingle {
    text-align: justify;
    padding: 0 25px 5px 2px;
    font-family: Verdana;
    font-size: 14px
}

#contensingle h3 {
    padding-top: 7px;
    color: #555;
}

#contensingle h4 {
    padding-top: 3px;
    font-size: 12px;
}

h2.overviewheaderstat2 {
    background-color: #eeeded;
    color: #000;
    margin: 20px 40px 7px 0;
    line-height: 20px;
    vertical-align: middle;
    font: bold 16px Verdana
}

/*für statische Seiten*/

h2.overviewheader {
    background-color: #2F2F2F;
    color: #fff;
    padding: 0 0 0 4px;
    margin: 20px 0 7px 0;
    line-height: 20px;
    vertical-align: middle;
    font: normal 12px Arial
}

h2.overviewheaderstat {
    background-color: #2F2F2F;
    color: #fff;
    padding: 0 0 0 4px;
    margin: 20px 0 7px 0;
    line-height: 20px;
    vertical-align: middle;
    font: bold 14px Arial
}

h2.overviewheader#spotlightheader {
    margin-top: 0
}

#greyborder {
    border: #e8e8e8 1px solid;
}

#nounderline a:hover {
    text-decoration: none;
    background-color: transparent;
}

/*BILDER*/
.pic_r {
    float: right;
    padding: 6px 20px 4px 17px;
}

.pic_r p {
    font-family: Verdana;
    font-size: 6px;
    text-align: right;
    color: #9F9F9F;
    text-decoration: none;
    clear: both;
}

.pic_l {
    float: left;
    padding: 7px 17px 10px 0;
}

.pic_l p {
    text-align: left;
    color: #9F9F9F;
    text-decoration: none;
    font-size: 8px;
    clear: both;
}

#information_container {
    max-width: 675px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 50px;
    background-color: white;
    font-family: Helvetica;
}

.info_item {
    margin: 0 auto 20px;
}

.info_item_2 {
    margin: 0 auto 20px;
}

.item_header {
    display: block;
    margin-left: 8px;
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 9px;
}

.item_img {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

.item_content_lbl {
    margin-left: 8px;
    margin-right: 12px;
    display: block;
    line-height: 23px;
    font-size: 14px;

}

.information_header_h4 {
    margin-top: 12px;
    margin-bottom: 26px;
    font-weight: bolder;
    font-size: 18px;
}

.fan_box .full_widget {
    background: transparent;
    border: none;
}

#advertiseside {
    width: 271px;
    display: block;
    position: relative;
    background-color: #eaf0f3;
    padding: 7px 15px 7px 14px;
}

div#adtagside {
    color: #a8a8a8;
    font-size: 9px;
    margin-top: -12px;
    top: 0;
    right: 0;
    position: absolute;
    display: block;
}

.searbidinput {
    margin-left: 3px !important;
}

#burger {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

#toggle-nav {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    pointer-events: auto;
}

#toggle-dropdown {
    width: 150px;
    height: 27px;
    top: 153px;
    left: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    transform: translate(-200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#toggle-nav:checked ~ #nav1,
#toggle-nav:checked ~ #toggle-dropdown,
#toggle-dropdown:checked ~ #nav2 {
    transform: none;
    pointer-events: auto;
}

#burger span {
    position: relative;
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    background: #cdcdcd;
    border-right: 3px;
    z-index: 1;
}

#burger ul {
    width: 150px;
    padding: 0 50px 38px 30px;
    background: #fff;
    border-radius: 2px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#nav1 {
    margin: -100px 0 0 -30px;
    padding-top: 125px !important;
    transform: translate(-100%, 0);
    box-shadow: 3px 3px 30px grey;
}

#nav1 a {
    z-index: 1;
}

#nav2 {
    margin: -180px 0 0 -30px;
    border-top: 1px solid grey;
    transform: translate(-100%, 0);
    z-index: 2;
    position: relative;
}

#nav2 * {
    position: relative;
}

#burger li {
    padding: 10px 0;
    font-size: 18px;
    text-align: left;
}

#burger li a {
    text-decoration: none;
    color: rgb(12, 120, 175);
    transition: color 0.3s ease;
}

.checked a {
    color: grey !important;
}

.responsive-ad {
    text-align: center;
    margin: 40px 0;
    width: 100%;
}

.ajax-ad-container div {
    display: inline-block;
    margin: 0 5px;
}

.ajax-ad-img {
    width: 125px;
    height: 125px;
}

.ajax-ad-container div:hover {
    opacity: 0.7;
}

.ajax-ad-container a:hover {
    background-color: transparent !important;
}

.ajax-ad-container div:nth-child(3),
.ajax-ad-container div:nth-child(4) {
    display: none;
}

@media only screen and (min-width: 380px) {
    #logo {
        width: 296px;
        /*height: 120px;*/
        margin-bottom: 20px;
    }

    #spotlight_info {
        display: block
    }
}

@media only screen and (min-width: 600px) {
    #search fieldset input {
/*        width: 394px;*/
    }

    #search fieldset > div {
        float: none;
        width: auto
    }

    #search fieldset button {
        float: none;
        margin-right: 0
    }

    .info_item, .info_item_2 {
        width: 550px;
    }

    #nav2 {
        margin: -225px 0 0 200px;
        padding-top: 10px !important;
        border-left: 1px solid grey;
        transform: translate(-200%, 0);
        box-shadow: 3px 3px 30px grey;
    }

    .ajax-ad-container div:nth-child(3) {
        display: inline-block;
    }
}

@media only screen and (min-width: 696px) {
    #search fieldset input {
/*        width: 394px;*/
    }

    #container {
        font-size: 1.5em
    }

    #content {
        width: 675px;
    }

    #copyright {
        right: 10px
    }

    .job-posts td:nth-child(3), #job-posts th:nth-child(2) {
        display: table-cell;
    }

    .ajax-ad-container div:nth-child(4) {
        display: inline-block;
    }
}

@media only screen and (min-width: 1002px) {
    .main {
        width: 1002px;
    }

    #conensingle img {
        width: auto
    }

    #container {
        font-size: 1.2em
    }

    #top-nav {
        display: block;
    }

    #header-right {
        display: block
    }

    #header-left {
        float: left
    }

    #logo {
        outline: 0;
        margin-bottom: 0;
    }

    #book {
        display: block;
    }

    #header-contents .addJob {
        display: block;
        position: absolute;
        top: 92px;
        left: 730px;
        background: url(../img/inserieren.png) no-repeat 0 0;
        height: 61px;
        width: 236px;
        z-index: 10;
        padding: 10px 10px 9px 19px
    }

    #header-contents .add {
        text-indent: -99999px;
    }

    #addJobLink {
        position: absolute;
        bottom: 0;
        z-index: 1;
        padding: 0 7px;
        text-align: left;
    }

    #burger {
        display: none;
    }

    div#free-info {
        display: block;
    }

    div#sidebar {
        display: block;
    }

    #categs-nav {
        display: block;
        background: rgb(72, 72, 72);
        font-family: Calibri, sans-serif;
        margin: 0;
        height: 35px;
        position: relative
    }

    #categs-nav ul {
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
        vertical-align: middle;
        overflow: hidden
    }

    #categs-nav ul li {
        float: left;
        color: white;
        height: 100%
    }

    #categs-nav ul li a {
        display: block;
        vertical-align: middle;
        padding: 0 12px;
        text-decoration: none;
        position: relative;
        outline: none;
        color: white;
        height: 100%;
        font-size: 15px;
        line-height: 35px
    }

    #categs-nav ul li:first-child a {
        padding-left: 14px
    }

    #categs-nav ul li a:hover {
        color: red
    }

    #categs-nav ul li a span {
        display: block;
        cursor: pointer;
        font-size: 14px;
        position: relative;
        line-height: 35px;
        height: 100%
    }

    #search {
        display: inline-block
    }

    #search fieldset input {
        width: 394px;
    }

    #searchbutton {
        float: right
    }

    #sponsor-footer > div {
        display: block;
        width: 728px;
        height: 90px
    }

    #sponsor-header {
        display: block
    }

    .item_content_lbl {
        font-size: 14px
    }

    #publish_form input, #publish_form button {
        width: auto;
    }

    #publish_form div.responsive-row {
        display: inline-block
    }

    .ajax-ad-container:not(.sidebar) {
        display: none;
    }

    .time-posted img {
        display: block;
    }

    #information_container {
        width: 980px;
        max-width: none;
        text-align: justify;
    }

    .line {
        height: 190px;
        width: 1000px
    }

    .info_item {
        float: left;
        width: 475px;
        height: 190px;
        margin-left: 0;
    }

    .info_item_2 {
        float: right;
        width: 440px;
        height: 190px;
        margin-right: 10px;
        margin-left: 0;
    }

    #footer {
        font-size: 12px
    }

    #footer-col1, #footer-col4, #footer-col3, #footer-col2 {
        float: left;
        display: inline;
        width: 25%
    }

    #footer-contents {
        text-align: left;
        width: 1002px;
        max-width: none;
        margin: 0 auto 0
    }
}

/* fix for missing label in post */
#publish_form label.error {
    display:  inline !important;
}
