.container-fluid{max-width:1140px;margin:0 auto;}
#preise-transport .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    color: #fff;
    border-top-color: transparent;
    border: none;
}

#preise-transport .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    float: left;
    font-weight: 200;
    left: auto;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    text-indent: inherit;
    font-style: normal;
    display: none;
}

.invalid {
	margin-bottom:0 !important;
}
#von-elevator-available label, #nach-elevator-available label{
        font-size: 13px;
    }
    #preise-transport .form-control{
        border-radius: 0px;
        height: 40px;
        background: #fff;
    }
    #preise-transport table,  #preise-transport table td{
        border: none;
        vertical-align: middle;
    }
    #preise-transport table input[type="number"]{
        padding: 10px;
        width: 60px !important;
        background: #fff;
    }
    #preise-transport textarea{
        background-color: #fff !important;
    }
    #response-message {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    #response-message span {
        color: green;
        border: 1px solid #ddd;
        padding: 5px 23px 5px 23px;
        margin-bottom: 10px;
        border-radius: 3px;
    }
    .calculator-submit-btn{
        text-align: center;
    }
    .invalid {
        color: #a00000;
        font-size: 11px;
    }
    .transport-content{
       margin-top: 72px;
    padding: 0 15px;
    margin-bottom: 50px;
    }
    .transport-content p{
        
        font-size: 14px;
        margin: 0;
            color: #444;
    }
    .clear{
        clear: both;
    }
    .small-message {
        font-size: 11px;
        display: block;
        clear: both;
        
    }
    input[type="radio"] {
        padding: 0 0 0 0 !important;
        background-color: transparent;
        border-color: transparent;
        margin: 10px 5px 10px 5px;
        clear: none;
        float: none;
    }
    .uk-alert {
        margin-bottom: 20px;
        padding: 5px 10px;
        background: #ebf7fd;
        color: #2d7091;
    }
    .uk-alert p{
        color: #ffffff;
    }
    hr {
      border: 0;
      border-top: 1px dashed #ddd;
    }
    .form-wrapper {
        margin-top: -80px;
    }
    .footer-note{
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .form-wrapper p{
       color: #333333;
    }
    .text-center{
        text-align: center;
    }
    .uk-float-right {
        float: right;
    }
    button.accordion {
        background-color: #0073cc  !important;
        color:#FFF !important;
        margin-bottom: 10px;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        text-align: left;
        outline: none;
        transition: 0.4s;
        font-size: 16px;
        border: none;
    }
    #itemsvolume{
      z-index:200;
    }
    #enq-send {
        border: none;
        padding: 10px 30px;
        margin:auto;
        font-weight: bold;
        background-color:#ff0000 !important;
        color: #FFF !important;
        font-size: 14px;
    }
    #enq-send:hover{
        color: #014372;
    }
    .item-list1 {
        display: none;
        margin-bottom:  8px;
        padding: 15px;
        background: #eeeeee;
    color: #444;
    }
    .roomlist-inner {
        padding: 10px 15px 10px 15px;
        color: #585858;
    }
    .item-list1 table {
        width: 100%;
    }
	
	.item-list1 i {
        color: #0073cc;
    }
    .roomlist-iner > table {
        width: 100%; 
    }
    .roomlist-inner .user_input_column {
        width: 75px;    
        vertical-align: middle;
    }
    .roomlist-inner .user_input_column > input {
        width: 50px;
        padding: 5px 5px;
        margin-bottom: 5px;
    }
    .roomlist-inner .val_info_column {
        width: 40px;  
        vertical-align: middle;
    }
    .roomlist-inner .name_column > span {
        color: #992008;
        font-size: 78%;
        display: inline-block;
        padding-left: 10px;
        font-weight: bold;
    }
    .roomlist-inner td.uk-text-large {
        font-size: 20px;
        line-height: 20px;
        color: #000000 !important; 
    }
  
    #all_kartons { display: none; }
    #all_kartons strong { font-weight: 500!important; font-size: 92%; letter-spacing: 1px; }  
    #all_kartons i { font-size: 60px; }

    .left-section{
        width: 50%;
        float: left;
    }
    .left-section-umzug_datum {
        width: 50%;
        float: left;
    }
    .right-section{
        width: 50%;
        float: left;
    }
    
    .form-wrapper h2{
        font-size: 24px;
        color: #014372;
        font-weight: normal;

    }
   
    .cal_form_element {
        margin-bottom: 2px;
        position: relative;
        padding: 1px 0px 1px 5px;
        clear: both;
    }

    #itemsvolume {
        position: fixed;
        right: 0px;
        left: auto;
        top: auto;
        bottom: 95px;
        width: 270px;
        text-align: center;
        padding: 10px;
        font-size: 175%;
        z-index: 9;
        background: #0073cc;
	    font-family: 'Open Sans' !important;
	    border-left: 2px solid #337ab7;
	    border-top: 2px solid #337ab7;
	    border-bottom: 2px solid #337ab7;
    }
    /*error message*/
    #error-message {
        position: fixed;
        right: auto;
        left: 0;
        top: auto;
        bottom: 60px;
        padding: 10px;
        z-index: 12;
        background: #4e2703;
        border-radius: 0px 10px 10px 0px;
    }
    #error-message .invalid { 
        color: #c60909;
        text-align: left;
        font-size: 12px;
        border-bottom: 1px dotted #5a2c02 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
       
    }
   
    #preise-transport .error {
        border: 2px solid #f00;
    }
    /*end*/
    
    .uk-margin-small-bottom{
        background-color:#93130c;
        color: #ffffff;
        font-size:20px;
        font-weight:bold;
    }
    .uk-margin-small-bottom:hover{
        background-color:#93130c;
        font-size:20px;
        color:#ffffff !important;
        font-weight:bold;
    }
    #itemsvolume table{
        font-size:12px;
        margin-bottom: 1px;
        width: 100%;
       
    }
    .calculator-container{
        max-height: 230px;
        overflow-y: auto;
        clear: both;
		color: #fff;
    }
    #itemsvolume table td{
        padding:0px 5px;
        text-align:left;
        vertical-align: top;
    }
 
    #itemsvolume table tr:nth-child(2n+1) {
        background-color: #035da3;
    }

    #itemsvolume table tr:nth-child(2n) {
        background-color: #0291d8;
    }
  
    #itemsvolume i{
        float:left;
        font-size:20px;
        padding-bottom:5px;
        padding-top:0px;
        width:100%;
        clear:both;
        text-align: left;
        padding-left: 0px;
        color: #fff;
    }
    #itemsvolume i p{
        font-family:'Open Sans' !important;
        font-size:20px;
        font-weight:bold;
        width:88%;
        float:right;
        color: #fff !important;
    }
    #itemsvolume1 i{
        float:left;
        font-size:20px;
        padding-top:5px;
        margin-bottom:5px;
        width:100%;
        clear:both;
        text-align: left;
        padding-left: 0px;
    }
    #itemsvolume .right-a{
        text-align:right;
    }
    #itemsvolume .right-clc-fix{
        padding-top: 5px;
        text-align: right;
        border-top: 1px dashed #ffffff;
        width: 100%;
        color: #fff;
    }
    #itemsvolume > span {
        display: inline-block;
        margin-left: 3px;
        font-size: 80%;
    }
    #itemsvolume1 > span {
        display: inline-block;
        margin-left: 3px;
        margin-top:5px;
        font-size: 80%;
    }

@media screen and (max-device-width: 768px) {
    
    .calculator-container {
        max-height: 100px;
        overflow-y: auto;
        clear: both;
    }

    #itemsvolume { 
        bottom: 50px;
    }

    .left-section-umzug_datum {
        max-width: 100%;
    }
    .left-section-umzug_datum label{
        max-width: 20% !important;
    }
    .left-section-umzug_datum input[type="text"]{
        max-width: 50%;
    }

    .form-wrapper label {
        float: left;
        max-width: 100%;
        line-height: 18px;
        margin: 3px 0 6px;
        font-weight: bold;
        color: #444;
    }
    .form-wrapper h2{
        font-size: 24px;
        color: #014372;
        font-weight: normal;

    }
    .form-wrapper input[type="text"],input[type="email"],input[type="number"]{
        max-width: 100% !important;
    }
    .form-wrapper select{
        max-width: 100% !important;
    }
}
  
@media screen and (max-device-width: 580px) {
    #itemsvolume {
        width: 100%;
        font-size: 120%;
        background: #0073cc none repeat scroll 0 0;
        color: #fff;
		border-left: 2px solid #337ab7;
        border-top: 2px solid #337ab7;
        border-bottom: 2px solid #337ab7;
		
		bottom: 0px;
    }

    #itemsvolume i, #itemsvolume i p {
        font-size: 13px;
    }

    #itemsvolume i p {
        max-width: 75%;
        padding-left: 4px;
        padding-top: 5px;
    }

    #itemsvolume i {
        clear: both;
        float: left;
        font-size: 20px;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        text-align: left;
        width: 100%;
    }

    #tblItemsVolume tbody{
        display: none;
    }

    #itemsvolume .right-clc-fix {
        border-top: 1px solid #dedede;
    }

    input, textarea, .uneditable-input {
        max-width: 100%;
    }

    select {
        max-width: 100%;
    }
}

@media screen and (max-device-width: 768px) {
    .small-message {
        margin: 0;
    }
    .left-section-umzug_datum {
        max-width: 95%;
    }
    .left-section-umzug_datum label{
        max-width: 100% !important;
    }
    .left-section-umzug_datum input[type="text"]{
        max-width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
