
.logo {
    width: 100%;
    max-width: 215px;
    margin-top: 5px;
}

.logo img{
    max-height: 45px;
}

#slider2{
    min-height: 500px;
}

#carousel1 .slides li, #carousel2 .slides li{
    max-height: 80px;
}

.category-head, .search-head{
    margin-top: 120px;
}

.category-head img{
    margin-bottom: 25px;
}

.tovar_item_btns p{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

.tovar_description{
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.tovar_description h3 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.solineo-table tr{
    border-bottom: 1px solid #e9e9e9;
}

.solineo-table tr:last-child{
    border-bottom: none;
}

.solineo-table td.gruppe{
    padding: 15px 0px;
    width: 100px !important;
    text-align: center;
}

.solineo-table td.gruppe p{
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.btn.btn-default.bootstrap-touchspin-up, .btn.btn-default.bootstrap-touchspin-down{
    border-color: #e9e9e9 ;
}

.shop_table .freiticketcode.setVisible{
    width: 90%;
    margin-top: 10px;
}

.shop_table .cart_table_item td{
    padding: 5px;
}
.shop_table thead th{
    padding-left: 5px;
    padding-right: 5px;
}

/* __________ Accordion __________ */
.vorstellung-accordion {padding-top:11px;}
.vorstellung-accordion h4.accordion_title {
    position:relative;
    margin:0;
    padding:16px 0 17px 50px;
    text-transform:none;
    line-height:26px;
    font-size:24px;
    color:#666;
    border-top:1px solid #e9e9e9;
    cursor:pointer;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
.vorstellung-accordion h4.accordion_title:hover {color:#242424;}
.vorstellung-accordion h4.accordion_title.active {border-top:2px solid #333;}
.vorstellung-accordion h4.accordion_title:before {
    content: "\f105";
    position:absolute;
    left:2px;
    top:12px;
    width:35px;
    height:35px;
    font-family:FontAwesome;
    font-weight:bold;
    text-indent:2px;
    line-height:30px;
    text-align:center;
    font-size:20px;
    color:#ccc;
    border:2px solid #ccc;
    border-radius:50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.vorstellung-accordion h4.accordion_title:hover:before {
    color:#333;
    border-color:#333;
}
.vorstellung-accordion h4.accordion_title.active:before {
    color:#fff;
    border-color:#333;
    background-color:#333;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

.vorstellung-accordion .accordion_content {
    display:none;
    padding:13px 0 3px 50px;
    line-height:24px;
    font-size:14px;
}
.vorstellung-accordion .accordion_content p {margin-bottom:24px;}

.vorstellung-accordion h4.accordion_title {font-size:16px; line-height:20px; padding:13px 0 13px 40px;}
.vorstellung-accordion h4.accordion_title:before {width:25px; height:25px; font-size:16px; line-height:21px;}
.vorstellung-accordion .accordion_content {font-size:11px; line-height:17px; padding-left:40px;}
.vorstellung-accordion .accordion_content p {margin-bottom:15px;}