/* Add here all your css styles (customizations) */

.carousel {
    position: relative;
    min-height: 175px;
}

.offer-description-short {
    min-height: 50px;
}

.service-block-v8 {
    padding: 25px;
    background: #fff;
    border: 1px dashed #333;
    margin: 4px;
}

@media (min-width: 768px) {
    .col-sm-6-special {
        width: 49%;
        display:inline-block;
    }
}

.bg-red-info {
    background-color: rgba(231,76,60,0.9);
    border: 1px solid rgba(231,76,60,0.8);
    border-radius: 4px;
    padding: 10px;
}

.bg-violett-info {
    background-color: rgba(155,107,204,0.9);
    border: 1px solid rgba(155,107,204,0.8);
    border-radius: 4px;
    padding: 10px;
}

.bg-blau-info {
    background-color: rgba(52,152,219,0.9);
    border: 1px solid rgba(52,152,219,0.8);
    border-radius: 4px;
    padding: 10px;
}

.quote {
    padding: 12px;
    border: 1px dashed #333;
}

.lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
}

.badge-danger {
    background-color: #ff5252;
}

.badge {
    color: #fff;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.header-badge {
    position: absolute;
    top: 18px;
    left: 23px;
    padding: 4px 6px;
    font-size: 11px;
}

.merkliste .h4 {
    font-size: 14px !important;
    line-height: 15px !important;
}

.btn-xl {
    display: inline-block;
    padding: 7px 25px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .hidden-md-up {
        display: none;
    }
}


.center {
    margin-top:50px;
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}

.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
	border-right: 0;
}

.modal-content-sizes {
    width: 100%;
    height: auto;
}

.pricingTable{
    text-align: center;
    background: #3498db;
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
}

.pricingTable h3{
    color: #fff;
}

.pricingTable > .pricingContent > ul > li {
    color: #fff;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    height: 190px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.pricingTable > .pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #3498db;
    border-left: 233px solid transparent;
    position: absolute;
    right:0px;
    bottom: 0px;
}
.pricingTable:hover .pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 0;
}
.heading > h3{
    margin: 0;
    text-transform: uppercase;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 45px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.pink{
    background: #ed687c;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ffffff;
}
.orange{
    background: #e67e22;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
    background: transparent;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}
@media screen and (max-width: 1200px){
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
}
@media screen and (max-width: 480px){
    .pricingTable{
        overflow: hidden;
    }
    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}

input[type="radio"] {
    margin: 5px 15px 5px 0px;
    line-height: normal;
}
