/**
Für PriceTable
 */

/*
  ########################
  #     STELLENMARKT     #
  ########################
*/
@media (min-width: 870px) {
    #stellenmarkt_header_wrapper {
        width: 528px;
        margin: 0 auto;
    }
}
#job-info-box{
    background-color: #F2F2F2;
    padding: 10px;
}
#itp_jobs_searchform{
    margin-top: 20px;
    text-align: center;
}
/*############################
  #      VERANSTALTUNGEN     #
  ############################
*/
.tribe-events-single-event-description {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    /*font-weight: normal!important;*/
}
.tribe-events-single-event-description * {
    font-family: inherit!important;
    /*font-weight: inherit!important;*/
}
.tribe-events-single-event-description a{
    color: #0b8133!important;
    font-weight: bold!important;
}
.tribe-events-event-meta{
    background-color: #f3f3f3!important;
    padding: 5px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 15%!important;
}
.tribe-events-event-image {
    text-align: center!important;
}
.tribe-events-single .tribe-events-event-image img{
    max-width: 30%;
}
/*############################
  #        META SLIDER       #
  ############################
*/

.nivo-caption{
    height: 70px!important;
    font-size: 20px!important;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}
/*#####################################
  #        Custom Bootstrap Stuff     #
  #####################################
*/
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

/**
 Pricetable
 */
.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
    padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}
.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0;
}

#stern12 {
    background: #ffcc00;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    z-index: 20;
    float: right;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: -50px;
}
#stern12:before, #stern12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: #ffcc00;
}
#stern12:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    z-index: -1;
}
#stern12:after {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    z-index: -2;
}

/**
Premium Kontingent Status
 */

.update-nag-2{
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.update-nag-2:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag-2 > .update-split{
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
}

.update-nag-2 > .update-split > .fa{
    position:relative;
    top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag-2 > .update-split.update-success{
    background: #5cb85c!important;
}

.update-nag-2 > .update-split.update-danger{
    background: #d9534f!important;
}

.update-nag-2 > .update-split.update-info{
    background: #5bc0de!important;
}

/**
User Bestellungen Tabelle
 */

.update-nag-2 > .update-text{
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}

#userpackages_table th{
    width: 200px;
    padding: 5px;
}
#userpackages_table thead{
    background-color: #449D44;
    color: #fff;
}
#userpackages_table td{
    border-bottom: 1px dashed grey;
    padding: 5px;
}
#userpackages_table{
    margin-bottom: 15px;
}
#premium_auslaufend_table {
    border-spacing: 10px;
    border-collapse: separate;
    width: 100%;
}
#premium_auslaufend_table tr{
    border-bottom:1pt dashed grey;
}

.kunden_posts_link{
    margin-bottom: 5px;
}

