@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;700&display=swap');
body {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    color:#3a3a3a;
    font-size: 20px;
    line-height: 1.2;
}
section { padding: 40px 20px; }
.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.contrast { background-color: #f2f2f2; }
.intro {
    background-image: linear-gradient(45deg,rgb(21,58,110) 0%,rgb(68,145,199) 100%);
    color: #ffffff;
    padding: 60px 20px;
}
.intro img {width: 100%; box-shadow: 15px 15px 30px -20px rgba(51,51,72,0.8); margin-top: 20px; }
@media (min-width: 768px) {
    .width__50 {max-width: 55%;}
    .intro img {max-width: 40%; position: absolute; right: 0px; top:0px; margin-top: 0px; }
    h1 {font-size: 2.5em;}
}


header { padding: 30px 20px; }
.logo-ru { width: 250px; }
footer {
    padding: 30px 20px;
    background-color: #113B59;
    color: #ffffff;
    text-align: right;
    font-size: 18px;
}

footer a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 25px;
}


a {color: #4491c7; text-decoration: none;}
b {font-weight: 600;}

h1 {margin: 0; font-weight: 100;}
h2 {margin-top: 0;}
h2:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: #4491c7 3px solid;
    margin: 10px 0 30px 3px;
}

h2.center:after {
    margin: 10px auto 30px auto;
}

.center {text-align: center;}


input {
    box-shadow: 15px 15px 30px -20px rgba(51,51,72,0.8);
    padding: 10px 20px;
    border: #4491c7 1px solid;
    border-radius: 8px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
}

input.iban {
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
}

.toggle {
    box-shadow: 15px 15px 30px -20px rgba(51,51,72,0.8);
    display: table;
    margin: 0px 0 40px 0;
}

.toggle::after {
    content: " ";
    display: table;
    clear: both;
} 

.toggle a {
    padding: 10px 20px;
    font-weight: 600;
    margin: 0;
    float: left;
    min-width: 100px;
    text-align: center;
    color:#3a3a3a;
    cursor: pointer;
    background-color: #ffffff;
}
.toggle a:hover {color: #4491c7;}
.toggle a:first-child {
    border-top: #4491c7 1px solid;
    border-bottom: #4491c7 1px solid;
    border-left: #4491c7 1px solid;
    border-right: #4491c7 0px solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.toggle a:last-child {
    border-top: #4491c7 1px solid;
    border-bottom: #4491c7 1px solid;
    border-left: #4491c7 1px solid;
    border-right: #4491c7 1px solid;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.toggle a.active {
    background-color: #4491c7;
    color: #ffffff;
}

.theEnd {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
}

.end {
    margin: 60px 0;
    background-color: #ffffff;
    padding:  40px;
    box-shadow: 15px 15px 30px -20px rgba(51,51,72,0.8);
    text-align: center;
}

.end h3 {
    margin: 0 0 10px 0;
}

.cta {
    border: #4491c7 3px solid;
    background-color: #ffffff;
    color: #4491c7;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 10px 10px 20px -20px rgba(51,51,72,.7);
    cursor: pointer;
}
.cta__main {
    border: #153A6E 3px solid;
    background-color: #153A6E;
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    border-radius: 8px;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    box-shadow: 10px 10px 20px -20px rgba(51,51,72,.7);
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.cta__main:hover {
    box-shadow: 10px 10px 20px -20px rgba(51,51,72,1);
    border: #BC133E 3px solid;
    background-color: #BC133E;
}

#end1, #step1, #step0-1, #step0-2, #end2, #step2, #end3, #step3, #end4, #step4, #end41 {display: none;}

.thischeck svg {
    display: none;
}
.thischeck div { 
    border-bottom: #4491c7 1px solid;
 }


.privacy_container {
    margin: 40px 0 10px 0;
    display: inline-block;
    text-align: left;
}

 /* Customize the label (the container) */
.privacy_check {
    display: block;
    position: relative;
    padding-left: 45px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    /* font-size: 22px; */
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

 /* Hide the browser's default checkbox */
.privacy_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 10px 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    border: #4491c7 1px solid;
    border-radius: 8px;
  }
  
  /* On mouse-over, add a grey background color */
  /* .privacy:hover input ~ .checkmark {
    background-color: #ccc;
  } */
  
  /* When the checkbox is checked, add a blue background */
  .privacy_check input:checked ~ .checkmark {
    background-color: #4491c7;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .privacy_check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .privacy_check .checkmark:after {
    left: 12px;
    top: 6px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



@media (min-width: 768px) {
    .thischeck svg {
        display: inline-block;
        width: 70px;
        vertical-align: top;
        font-size: 50px;
        padding-top:15px;
    }
    .thischeck div {
        width: calc(100% - 90px);
        display: inline-block;
        border-bottom: none;
    }
    .zweispalten div {
        width: 50%;
        float:left;
    }
    .zweispalten div input { width: 90%; }
    .vwContact {
        clear:both; padding-top:20px;
    }
    .vwContact div {
        float:left;
    }
    .vwContact div input {
        width: 100%;
    }
    .vwContact div input { width: 90%; }
}

@media (max-width: 768px) {
    .end {
        margin: 60px 0;
        background-color: transparent;
        padding:  0;
        box-shadow: none;
        text-align: center;
    }

    .vwContact div, .vwContact input {
        width: 100% !important;
    }
}

li {
    margin-bottom: 10px;
}
form {
    margin: 0;
    padding: 0;
}
form button {
    height: 30px;
    line-height: 30px;
    background: #e67e22;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}
form .error {
    color: #BC133E;
    border-color: #BC133E;
}
form label.error {
    color: #BC133E;
    margin: 10px;
    font-weight: 600;
}
.km {
    width: 100%;
    max-width: 400px;
}
