input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h2 {
 //   font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    /* identical to box height, or 122% */

    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;

    /* Typo-header */

    color: #323232;
}

.subtitle {

    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;

    /* Typo */

    color: #6B6B6B;
}

.just {
    text-align: justify;
}

.table-bordered {
    border: 1px solid #ddd !important;
}

table caption {
    padding: .5em 0;
}

@media screen and (max-width: 767px) {
    table caption {
        display: none;
    }
}

.p {
    text-align: center;
    padding-top: 140px;
    font-size: 14px;
}


table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

th,
td {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #000;
}

th {
    text-align: left;
}

thead th {
    background-color: #1c2e3a;
    color: #fff;
}

tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

td {
}

td:hover, td:hover:before {
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.kostenrechnercontainer {
    min-height: 700px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-y: center !important;
}

.erstenstepp {
    background-color: rgba(61, 68, 73, 0.9);
    border-radius: 10px;
    min-height: 300px;
    color: white;
    margin-bottom: 10%;
}

.zweitenstepp {
    background-color: #445867;
    border-radius: 10px;
    min-height: 120px;
    color: white;
}

.toppad {
    padding-top: 20px;
}

.botpad {
    padding-bottom: 20px;
}

.inputcontainer {
    color: white;
}

.kostinput {
    width: 100%;
    border: none;
    padding-top: 10px;
}

#umzugnach {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 19.2233px;
    line-height: 28px;
    /* or 145% */

    display: flex;
    align-items: center;

    /* Typo */

    color: #6B6B6B;
    width: 100%;
    padding-left: 60px;

}

#umzugvon {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 19.2233px;
    line-height: 28px;
    /* or 145% */

    display: flex;
    align-items: center;

    /* Typo */

    color: #6B6B6B;

    width: 100%;
    padding-left: 60px;
}

#umzugstermin {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 19.2233px;
    line-height: 28px;
    /* or 145% */
    padding: .6em;

    display: flex;
    align-items: center;
    padding-left: 40px;

    /* Typo */

    color: #6B6B6B;

    width: 100%;
    padding-left: 60px;
}

#umfang {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 32px;
    /* or 168% */

    display: flex;
    align-items: center;

    /* Typo */

    color: #6B6B6B;
    width: 100%;

}

#umzugnachinput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;


}

#umzugvoninput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;

}

#umfanginput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;

}

#umzugstermininput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    text-transform: uppercase;

    /* White */

    color: #FFFFFF;

}


.row {
    margin-right: unset;
    margin-left: unset;
}

#terminstehtfestinput {
    font-family: Lato;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 5%;
    vertical-align: middle;
}

.btn-info {
    color: #fff;
    background-color: #065567;
    border-color: #065567;
}

.btn-warning {
    color: #6B6B6B;
    background-color: #fff;
    border-color: #065567;
}

.btn-warning :hover {
    border-color: #AB3D1B;
    background-color: #AB3D1B;
}

.toggle-handle {
    background-color: #ABABAB;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    border-color: #AB3D1B;
    background-color: #AB3D1B;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    border-color: #AB3D1B;
    background-color: #AB3D1B;
}

#mobilierte {
    font-family: Lato;
    font-style: normal;
    line-height: 28px;
    color: #FFFFFF;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-left: 5%;
    vertical-align: middle;
    width: 50%;

}

#etageinput {

    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

#parkplatzeinput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

#montageinput {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

#errechnen {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* or 122% */
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    /* White */
    padding: 0.75em;
    cursor: pointer;
    color: #FFFFFF;
}
.errechnen {
    background-color: #ABABAB;
}
.errormessage {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 0.75em;
    cursor: not-allowed;
    color: #AB3D1B;
}

#errechnen:hover {
    background-color: #AB3D1B;
}

.errechnenfocus {
    background-color: #065567;
}
.errechnenfocus:hover {
    background-color: #AB3D1B;
}
#entfernung {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* or 122% */
    border-radius: 5px;
    background-color: #ABABAB;
    text-transform: uppercase;
    text-align: center;
    /* White */
    padding: 0.75em;

    color: #FFFFFF;
}

.preis {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* or 122% */
    border-radius: 5px;
    background-color: #AB3D1B;
    text-transform: uppercase;
    text-align: center;
    /* White */
    padding: 0.75em;
    cursor: pointer;
    color: #FFFFFF;
}

.danke {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    /* identical to box height, or 140% */

    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    /* Dark */

    color: #333333;
}

.neindanke {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15.7281px;
    line-height: 18px;
    display: block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
   // cursor: pointer;
    /* Typo */

    color: #6B6B6B;
}

.curs {
    cursor: pointer;
}

.col-md-6 {
    width: 45%;
    display: inline-block;
}

.col-md-12 {
    width: 100%;
    display: inline-block;
}

.col-md-10 {
    width: 70%;
    display: inline-block;
}

.row {
    display: block;
}

.col-lg-8 {
    width: 80%;
    display: inline-block;
}

.col-sm-offset-2 {
    margin-left: 10%;
    display: inline-block;
}

.col-md-offset-2 {
    margin-left: 5%;
    display: inline-block;
}

.col-md-4 {
    width: 30%;
    display: inline-block;
}

.centering {
    text-align: center;
}

@media screen and ( max-width: 997px) {
    .col-xs-12 {
        width: 90%;
        display: inline-block;
        margin-left: 5%;
        margin-bottom: 2%;
    }
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 5px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 1.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 1.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 1.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 1.5em 0 0;
    }
}

.preisfull {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    /* identical to box height, or 140% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;

    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entdata {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    /* identical to box height, or 140% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

#preisimg2 {
    padding-bottom: 5px;
}

#entfernungimg2 {
    padding-bottom: 5px;
}

#rmplogo {
    width: 80%;
}
@media screen and (max-width: 999px) {
    .col-md-6 {
       margin: 0 auto;
        float: unset !important;
        padding-top: 15px;
    }
    #preis {
        padding-top: 20px;
    }

}
#preis2 {
    text-align: center;
}
#entfernung2 {
    text-align: center;
}

@media screen and (min-width: 1000px){
    .floatleftnotmob {
        float: left;
    }
    .floatrightnotmob {
        float: right;
    }

}
