@import url(https://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,900);
.du {
    background-color: #FFFFFF;
    height: 46px;
    cursor: pointer;
    color: #93A9BF;
    letter-spacing: 0.2px;
    font-size: 10px;
}
.du-left {
    padding-top: 15px;
    box-sizing: border-box;
    border: 1px solid #F0F1F3;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.du-mid {
    padding-top: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    border: 1px solid #F0F1F3;
}

.du-right {
    padding-top: 15px;
    box-sizing: border-box;
    border: 1px solid #F0F1F3;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.du-all {
    padding-top: 15px;
    box-sizing: border-box;
    cursor: default;
    border: 1px solid #F0F1F3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.custom-control-label {
    text-transform: none;
    padding-top: 2px;
    color: black;
    font-weight: bold;
}
.StripeElement {
    border: 1px solid black;
    margin-left: -20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 3px 5px 0px;
}

body{
    background-color: #F9FCFF !important;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato'
}

.summary {
    height: 40px;
    color: #93A9BF;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 15px;
}
.snumber {
    height: 40px;
    color: rgba(19,30,41,0.85);
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: right;
}
.hr {
    height: 1px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
div {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.header-public {	height: 80px;	width: 100%; margin-left: 0;	background-color: #FFFFFF;	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);}
.container {

    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.weiter{
    height: 50px;
    border-radius: 3px;
    background: linear-gradient(270deg, #07B7EF 0%, #7180F9 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    font-family: Lato;
    font-size: 14px;
    font-weight: 900 !important;
    letter-spacing: 1.75px !important;
    line-height: 17px !important;
    width: 100%;
}

.after-weiter{
    margin-top: 5px;
    height: 26px;
    color: #131E29 !important;
    font-family: Lato;
    font-size: 10px;
    font-style: italic;
    line-height: 13px;
    text-transform: none;
    text-align: left;
}

.price-guarantee {
    text-transform: none;
    height: 47.07px;
    padding-top: 15px;
    border-radius: 5px;
    color: #93A9BF;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.t-none div {
    text-transform: none;
}
.p-title {
    color: #131E29;
    font-family: Lato;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 5px;

}
.s-title {
    height: 20px;
    width: 350px;
    color: #131E29;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin:auto;
}

@media screen and (max-width: 1000px) {
    .s-title {
        margin-top: 30px;
    }
}
.handynummer {
    height: 15px;
    color: #93A9BF;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 15px;
}

.form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #F5F7F9 !important;
    height: 50px !important;
    background-color: #F5F7F9 !important;
    box-shadow: none !important;
}

.form-control:focus {
    background-color: #7180FE !important;
    color: white !important;
}

input:focus::-webkit-input-placeholder {
    color: white;
}

/* Firefox < 19 */
input:focus:-moz-placeholder {
    color: white;
}

/* Firefox > 19 */
input:focus::-moz-placeholder {
    color: white;
}

/* Internet Explorer 10 */

input:focus:-ms-input-placeholder {
    color: white;
}
.card-element {
    padding-left: 5px;
    margin-top: 9px;
    width: 100%;
}
.lbl-box {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 30px !important;
    border: 1px solid #F5F7F9;
    border-radius: 5px 5px 0 0;
    background-color: #FFFFFF;
}
.lbl-box img {
    margin-top: 5px;
}

.fully-secure-payment {
    height: 14px;
    color: #93A9BF;
    font-family: Lato;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
}
.bottom {
    text-align: center;
    position:absolute; bottom:0;
    left:0;
    right: 0;
    margin-bottom: 20px;
}
.erfolg {
    color: #93A9BF;
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.14px;
    line-height: 19px;
    text-align: center;
    width: 100%;
    display: block;
}
.testimonial{
    text-transform: none;
    color: #9DB1C5;
    font-family: Lato;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    display: block;
}
.toplink{
    text-transform: none;
    color: black;
    margin-left:20px;
    font-weight: 900;
}
.agreedToTerms {
    color: #93A9BF;
}
.flagselect div {
    font-size: 1rem;
}

.popover {
    max-width: 430px;
    left: -90px !important;
}
.arrow {
    left: 70% !important;
}
.prem {
    width: 90%;
    margin: auto;
}
.prem td{
    color: #131E29;
    font-size: 13px;
    text-transform: none;
    vertical-align: top;
}
@media only screen and (max-width: 780px)  {
    .popover {
        max-width: 330px;

        left: -30px !important;
    }
    /*
    .popover {
        left: 40px !important;
    }

     */
}
.confirmationTitle {
    color: #131E29;
    text-transform: none;
    font-family: Lato;
    font-size: 44px;
    font-weight: 900;
    line-height: 46px;
    text-align: center;
    margin-top: 40px;
}

.confirmSubTitle {
    margin-top: 10px;
    color: #131E29;
    font-family: Lato;
    text-transform: none;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}

.cImageBox {
    text-align: center;
    height: 350px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.cTitle {
    color: #131E29;
    font-family: Lato;
    text-transform: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.cText {
    color: #131E29;
    text-transform: none;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.buttonWeiter {
    margin-top: 30px;
    height: 70px;
    width: 350px;
    border-radius: 5px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #07B7EF 0%, #7180F9 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
