body { color: #6D7F8F; line-height: 1.5; font-size: 13px; }
body { font-family: 'Arial',sans-serif !important; }

hr{ border-top: 1px solid #bfc7cd; }
label{ font-weight: 400; }

h2 {
    font-size: 24px;
}

h4 {
    color: #2fb1e3;
    font-weight: 700;
    font-size: 18px;
}
h5 {
    font-weight: 700;
    font-size: 18px;
}

a{ color: #2fb1e3; cursor:pointer; }

.img-responsive{ width:100%; }

.outer_p {
    overflow: hidden;
    height: 0px;
    margin-bottom: 10px;
}
.inner_p{
    padding: 0;
    margin: 0;
}
.btn-success {
    color: #fff;
    background-color: #390;
    border-color: #390;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border: 0 !important;
}
.back_link{
    color: #6D7F8F;
    font-size:18px;
    font-weight: 700;
}
.last_row{
    padding-bottom:40px;
}
.btn-default {
    color: #fff;
    background-color: #6D7F8F;
    border-color: #6D7F8F;
}
.btn{
    padding: 10px 19px;
    
}
.form-control{
    font-size: 15px;
    color: #6D7F8F;
}
.item-content-wrapper p {
    font-size: 14px;
    line-height: 1.3;
}
.bg_headline1{ background-color: #6D7F8F !important; }
.bg_headline1 h1{ 
    color: #ffffff !important; 
    padding: 20px 0 30px 0;
    font-size: 50px;
    font-weight: 400;
}
.bg_headline1 h4{ 
    color: #ffffff !important; 
    font-size: 22px;
    font-weight: 400;
    margin: 10px;
}

.modal-body h3{
    margin-bottom: 0px;
}

.bg_headline2{ background-color: #5FC1EA; }
.bg_headline2 h3{ color: #ffffff; }

.bg_content{ background-color: #f0f5f5; padding-top: 10px; }

.border_right{ border-right: 2px solid #f0f5f5; }

.more_side_pading { padding: 0px 25px; }
.more_top_padding { padding: 20px 0px 0px 0px; }

.margin-top-0 {    margin-top: 0;}

.width-100p { width: 100%; }

.line-height-2 { line-height: 2; }

.item-wrapper{
    margin: 0px;
    padding: 15px 0px 0px 15px;
}
.in_den_warenkorb{padding: 6px 10px;
    margin-top: 0px;}
#count_items, #count_items2{
    background-color: #4a596a;
    z-index: 1000;
    position: absolute;
    left: 40px;
    top: 10px;
}
.price_modal{
    font-size: 30px;
    font-weight: 700;
}

.item-content-wrapper{
/*    background: url("../inhalte/bg-item-content-wrapper.png") repeat-x top center;*/
    position: absolute;
    bottom: 0px;    
    right: 0px;
    left: 15px;
    padding: 15px 15px 15px 15px;
    background: rgba(255,255,255,0.8);
}
.item-content-wrapper h4{
    color: #2fb1e3;
}
.item-content-wrapper p{
    color: #6D7F8F;
}
.item-content-wrapper .price{    
    color: #6D7F8F;
    width: 50%;
    float: left;
}
.item-content-wrapper button{    
    width: 50%;
    float: right;
}
.price{
    font-size: 28px !important;
    margin: 0 !important;
    font-weight: 700 !important;
}
.list_box, .list_box div{
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 !important;
}
.list_box{
    background-color: transparent !important;
        margin: 20px 10px;
}

.panel-heading .panel-title:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e259";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
}
.panel-heading .panel-title.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e258";    /* adjust as needed, taken from bootstrap.css */
}

.stepper_arrow{
    height:67px;
    background: url("../inhalte/arrow.png") no-repeat center right;
}

.btn-primary {
    color: #fff;
    background-color: #5FC1EA !important;
    border-color: #5FC1EA !important;
}
.btn-circle.btn-default {
    color: #fff;
    background-color: #e1e8e9;
    border-color: #e1e8e9;
}

.psn_stepper{
    margin-top: 20px;
    margin-bottom: 30px;
}
.psn_stepper .col-xs-3.text-center{
}

.btn-circle{
    border-radius: 50%;
    margin: 15px 0;
    font-size: 25px;
    width: 40px;
    height: 40px;
    padding: 2px 12px 6px 12px !important;
}

#itemModal h3, #itemModal h4{
    color: #2fb1e3;
}

.ausgabe_preis{
    width: 100%;
    text-align:center;
    font-weight: 700;
    font-size: 27px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.ausgabe_anzahl{
    width: 100%;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.ausgabe_anzahl span{
    font-weight: 400;
    font-size: 13px;
}
.ausgabe_delete{
    width: 100%;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.count_number_item{
    width: 100%;
    text-align:center;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.border_right h4, .border_right p {
    margin-top: 15px;
    margin-left: 15px;
    padding-right: 15px;
}

#gesamt_preis{
    font-size: 20px;
    font-weight: 700;
}
.daten_aendern{
    position: absolute;
    right: 30px;
    bottom: 40px;
    text-align: right;
}
.daten_aendern2{
    position: absolute;
    right: 40px;
    bottom: 10px;
    text-align: right;
}
.width-auto {
    width: auto;
}
.margin-left-small{ margin-left: 13px; }
.left_select{ direction: rtl; }

.data_item_wrapper > div{
    height: 176px;
    overflow:hidden;
    background-color: #fff;
    margin-top: 20px;
    padding:0;
}

.input-group-addon, .form-control{
    border: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
}

.row.bg_content.data_item_wrapper {
    padding: 0 30px;
}
.box_white{ 
    background-color: #fff; 
    box-sizing: border-box;
    padding: 15px;
    height: 300px;
    margin-bottom: 30px;
}
@media (max-width: 768px) { 
    h4.text_mobil{
        font-size: 15px;
        line-height: 1.2;
    }
    p.text_mobil{
        font-size: 15px;
        line-height: 1.2;
    }
    .data_item_wrapper > div{
        margin-top: 1px;
    }
    .no_border_mobil{ border: 0px;}
}

#stoerer{
    border: 1px solid #ecf2f3;    
    margin-top: 20px;
}
#stoerer h4{
    background: #ecf2f3;
    font-size: 15px;
    font-weight: bold;
        color: #666;
        margin: 0;
    padding: 10px;
}
#stoerer img{
    margin: -12px 0 0 30px;
}

#stoerer p{
    padding: 0px 10px 0px 10px;
}
#stoerer a{
    color: #39c;
}

#psnDSmodal > div > div > div.modal-header > button{
    margin-top: -25px;
}
