/* compiled by scssphp v0.0.12 on Mon, 23 Mar 2026 11:15:41 +0100 (0.0984s) */

/** import style rules ***************************************************************************/
/* GENERAL COLORS */
/* CONTENTE ELEMENTE */
/**
 * Sass
**/
/** no css rules here ****************************************************************************/
#header {
  background-color: #264863;
  width: 100%; }
  #header #logo {
    display: block;
    float: left;
    margin: 1.3rem 3rem 1.7rem 0rem;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #header #logo img {
      max-height: 60px;
      height: 60px;
      max-width: 150px; }
  #header .menupoint {
    display: inline-block;
    padding: 37px 15px 25px 15px; }
    #header .menupoint a {
      color: white;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 15px;
      padding: 5px 0px;
      text-transform: uppercase; }
      #header .menupoint a:hover {
        text-decoration: none;
        border-bottom: 3px solid #fc0; }
    #header .menupoint.highlight a {
      color: #ffd633; }
  #header .headerbtn {
    background: #50d1d1;
    border-radius: 50px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 28px;
    display: inline-block;
    float: right;
    margin-top: 25px; }
    #header .headerbtn i {
      color: #fff; }
    #header .headerbtn:hover {
      text-decoration: none;
      opacity: 0.8; }
  #header .userinfo {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 23px; }
    #header .userinfo p {
      margin: 0; }
    #header .userinfo .userimage {
      top: -9px; }
    #header .userinfo .svg-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      height: 25px;
      width: 25px;
      fill: #264863;
      background-color: #ffd633;
      border-radius: 50%;
      bottom: 10px;
      right: -3px; }
      #header .userinfo .svg-wrapper svg {
        height: 15px;
        width: 15px; }
    #header .userinfo .usertext {
      float: left;
      margin-right: 15px; }
      #header .userinfo .usertext .username {
        font-size: 23px;
        text-align: right;
        line-height: 100%; }
        #header .userinfo .usertext .username.no-checkup {
          margin-top: 10px; }
      #header .userinfo .usertext p {
        color: #fff;
        font-size: 16px; }

.sub-header {
  background: #50d1d1;
  width: 100%; }
  .sub-header ul {
    padding: 0;
    margin: 0; }
    .sub-header ul li {
      display: inline-block;
      list-style: none;
      margin-right: 45px; }
      .sub-header ul li a {
        border-bottom: 4px solid transparent;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        display: inline-block;
        padding: 23px 0px 19px; }
        .sub-header ul li a:hover, .sub-header ul li a:active, .sub-header ul li a:focus {
          border-bottom: 4px solid #f9cb40;
          text-decoration: none; }
      .sub-header ul li.active a {
        border-bottom: 4px solid #f9cb40; }
  .sub-header .button-nav {
    padding-top: 13px;
    text-align: right; }
    .sub-header .button-nav .btn-yellow {
      margin-right: 15px; }
  .sub-header .line {
    border-bottom: 1px solid #48b6bb; }
  .sub-header .heading {
    text-align: center;
    margin-bottom: 70px;
    padding: 40px 13%;
    position: relative; }
    .sub-header .heading .headline {
      font-size: 42px;
      font-weight: 700;
      color: #fff;
      line-height: 120%;
      margin-bottom: 10px; }
    .sub-header .heading .subline {
      font-size: 18px;
      font-weight: 700; }
    .sub-header .heading .arrow {
      background-image: url("/assets/image/layout/arrow.png");
      /** import variables, fonts, mixins ... **********************************************************/
      background-size: contain;
      bottom: -30px;
      height: 50px;
      left: 50%;
      margin-left: -70px;
      position: absolute;
      width: 140px; }

.mobile-menu-background {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #264863;
  z-index: 10; }

#header .mobile-nav {
  height: 60px; }
  #header .mobile-nav #logo {
    margin: 10px 0;
    z-index: 10; }
    #header .mobile-nav #logo img {
      max-height: 4rem; }
  #header .mobile-nav .burgermenu {
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 25px;
    right: 15px;
    top: 19px;
    z-index: 1001; }
    #header .mobile-nav .burgermenu i {
      background-color: #fff;
      border-radius: 1px;
      content: '';
      display: block;
      height: 4px;
      margin-bottom: 5px;
      width: 100%; }
  #header .mobile-nav .headerbtn {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 190px; }
  #header .mobile-nav ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #264863;
    margin-top: 7rem;
    display: none;
    width: 100%;
    z-index: 10; }
  #header .mobile-nav ul.topnav li {
    float: left; }
  #header .mobile-nav ul.topnav li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1;
    line-height: 1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s; }
  #header .mobile-nav ul.topnav li.icon {
    display: none; }
  @media screen and (max-width: 680px) {
  #header .mobile-nav ul.topnav li:not(:first-child) {
    display: none; }
  #header .mobile-nav ul.topnav li.icon {
    float: right;
    display: inline-block; } }
  @media screen and (max-width: 991px) {
  #header .mobile-nav ul.topnav.responsive {
    position: relative; }
  #header .mobile-nav ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0; }
  #header .mobile-nav ul.topnav.responsive li {
    display: inline;
    float: none; }
  #header .mobile-nav ul.topnav.responsive li a {
    border-top: 1px solid #fff;
    display: block;
    font-weight: 400;
    padding: 1.6rem 5rem;
    text-align: center; }
    #header .mobile-nav ul.topnav.responsive li a.headerbtn {
      border: none; } }

#footer {
  background-color: #f2f5f5;
  margin-top: 30px;
  padding: 30px 0; }
  #footer h4, #footer .h4 {
    font-size: 14px; }
  #footer .footermenus ul {
    list-style: none;
    padding: 0px; }
    #footer .footermenus ul li {
      margin-bottom: 5px;
      font-size: 1.4rem;
      line-height: 170%;
      font-weight: normal; }
      #footer .footermenus ul li a {
        color: #000025;
        font-size: 14px;
        font-weight: normal; }
    #footer .footermenus .socialicon {
      color: #264663;
      font-size: 21px;
      margin-right: 15px; }
    #footer .footermenus .socialicon:hover {
      text-decoration: none; }
  #footer .footercontact a {
    color: #264663;
    display: block;
    margin-bottom: 15px; }
    #footer .footercontact a:hover {
      color: #264663;
      text-decoration: none; }
      #footer .footercontact a:hover i {
        color: #50d1d1; }
    #footer .footercontact i {
      width: 17px; }
    #footer .footercontact .copyright {
      font-weight: 700;
      margin-bottom: 25px;
      display: block; }
  @media screen and (max-width: 992px) {
  #footer .footer-section {
    margin-bottom: 30px; }
    #footer .footer-section h4, #footer .footer-section .h4 {
      margin-bottom: 10px; }
  #footer .footercontact {
    float: left; }
    #footer .footercontact .copyright {
      margin-bottom: 5px; }

    #footer .footercontact a {
      margin-bottom: 5px; } }
  #footer .google-review-badge {
    display: none; }

#main-container {
  margin-top: 45px; }

.modal {
  background-color: rgba(60, 85, 108, 0.7);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .modal.datenschutz ol, .modal.agb ol {
    padding: 0; }
    .modal.datenschutz p, .modal.agb p {
      font-size: 15px; }
  .modal .modal-close-icon {
    color: #264863;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .modal .modal-inner {
    background-color: #fff;
    border-radius: 3px;
    border: 1px #bfc5ca solid;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 750px;
    overflow: auto;
    padding: 40px 30px 30px 30px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.full-width-background {
  background: #f2f5f5;
  margin: 40px 0;
  padding: 40px 0; }

.social-container > * {
  vertical-align: top; }
  .social-container .fb_iframe_widget, .social-container .fb_iframe_widget * {
    width: 75px !important;
    height: 28px !important; }

.margin-bottom {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .sub-header .heading .headline {
    font-size: 32px; }
    .sub-header .heading .subline {
      font-size: 17px; } }

.js-kurse a {
  color: #264863 !important; }

* {
  box-sizing: border-box;
  color: #000025;
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, .h1, .h2, .h3 {
  color: #264863;
  font-family: 'Lato', sans-serif;
  margin-top: 0; }

h1, .h1 {
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 25px; }

h2, .h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 25px; }

h3 {
  font-size: 24px;
  font-weight: 700; }

h4, .h4 {
  color: #264863;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px; }

a {
  color: #50d1d1;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  font-weight: 400;
  outline: none; }

img {
  max-width: 100%; }

ul li, ol li {
  font-size: 18px; }

.btn {
  background: #264863;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 10px 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }
  .btn:after {
    color: #fff;
    content: "\f054 ";
    font-family: FontAwesome;
    margin-left: 25px; }
  .btn:hover, .btn:active, .btn:focus {
    color: #fff; }
  .btn.turquoise {
    background: #50d1d1; }
  .btn.no-arrow:after {
    display: none; }
  .btn.margin-right {
    margin-right: 10px; }
  .btn.small {
    font-size: 15px;
    padding: 6px 15px; }

.btn-trinary {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase; }
  .btn-trinary:hover {
    color: #fff;
    text-decoration: none; }
  .btn-trinary.turquoise {
    background: transparent;
    border-color: #50d1d1;
    color: #50d1d1; }
  .btn-trinary.blue {
    background: transparent;
    border-color: #264863;
    color: #264863; }

.btn-yellow {
  background: #f9cb40;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase; }
  .btn-yellow:hover {
    color: #fff;
    text-decoration: none; }

.error {
  color: #f00;
  clear: both;
  width: 100%; }

label.error {
  margin-bottom: 15px; }

label {
  font-size: 14px;
  color: #7f7f7f; }

input.error {
  margin-bottom: 3px; }

input, select, textarea {
  border: 1px solid #bcc7cf;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 8px 10px; }
  input.half, select.half, textarea.half {
    margin-right: 3%;
    width: 48%; }
    input.half.second, select.half.second, textarea.half.second {
      margin-right: 0; }

.input-half {
  border-right: 5px solid white;
  float: left;
  width: 50%; }
  .input-half input {
    width: 100%; }
  .input-half.second {
    border-right: none; }
  @media (max-width: 767px) {
  .input-half {
    border: none;
    float: none;
    width: 100%; } }

.input-comment span {
  float: right;
  text-align: center;
  padding: 3px 15px;
  background: #f9cb40;
  color: #264863;
  font-weight: 700;
  font-size: 13px;
  border-radius: 13px;
  margin: 0 0 8px;
  position: relative; }
  .input-comment span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: calc(50% - 6px);
    border-top: 0 transparent solid;
    border-right: 6px transparent solid;
    border-left: 6px transparent solid;
    border-bottom: 8px #f9cb40 solid; }
  .input-comment:after {
    content: "";
    display: block;
    clear: both; }

select {
  color: #7f7f7f; }
  select.half {
    margin-right: 0; }

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #bcc7cf;
  height: 20px;
  display: inline-block;
  position: relative;
  width: 20px; }

input[type=checkbox]:checked {
  background-color: #50d1d1;
  border: 1px solid #bcc7cf;
  color: #fff; }

input[type=checkbox]:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff; }

::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px; }

::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px; }

:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px; }

:-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px; }

.text-highlighted {
  color: #50d1d1;
  font-size: 19px; }

.text-blue {
  color: #264863; }

.text-white {
  color: #fff; }

.text-subtle {
  font-size: 13px; }

.text-no-margin {
  margin: 0; }

.text-margin-top {
  margin-top: 30px; }

.text-inline {
  display: inline-block; }

.text-block {
  display: block; }

.text-underlined {
  text-decoration: underline; }

.reset-line-height {
  line-height: 120%; }

.font-bold, strong {
  font-weight: 700; }

.font-green {
  color: #a8d709; }

.clearfix {
  clear: both; }

.full-width {
  width: 100%; }

.full-width-container {
  margin: 0px -150% 0px -150%; }

.section {
  margin-top: 40px; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 27px; }

  h2, .h2 {
    font-size: 22px; }

  .btn {
    font-size: 14px;
    margin-bottom: 10px; }
    .btn:after {
      margin-left: 10px; }

  .input-half {
    border: none;
    float: none;
    width: 100%; }

  .mobile-section {
    margin-top: 20px; } }

.center-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.center-content-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }

.block {
  display: block; }

.customer-box {
  background: #f2f5f5;
  margin-top: 40px;
  padding: 20px;
  text-align: center; }
  .customer-box .customer-image {
    background-size: cover;
    border-radius: 50%;
    height: 154px;
    margin: 0 auto 15px;
    width: 155px; }
  .customer-box .name {
    font-weight: 700;
    margin-bottom: 0; }
  .customer-box .studium {
    color: #50d1d1;
    font-weight: 700; }
  .customer-box.first .customer-image {
    background-image: url("/assets/image/login_register/kunde_1.png");
    /** import variables, fonts, mixins ... **********************************************************/ }
  .customer-box.second .customer-image {
    background-image: url("/assets/image/login_register/kunde_2.png");
    /** import variables, fonts, mixins ... **********************************************************/ }
  .customer-box.third .customer-image {
    background-image: url("/assets/image/login_register/kunde_3.png");
    /** import variables, fonts, mixins ... **********************************************************/ }

.share-icon-container {
  margin-top: 45px;
  text-align: center; }

.back-link {
  display: block;
  margin-bottom: 20px; }
  .back-link:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 5px; }
  .back-link:hover {
    text-decoration: none; }

.share-icons {
  width: auto;
  display: inline-block; }
  .share-icons ul {
    display: inline-block; }
  .share-icons ul .shariff-button {
    list-style-type: none;
    vertical-align: middle;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    display: inline-block;
    margin: 0px 2px 0px 2px;
    height: 40px;
    width: 40px; }
  .share-icons ul .shariff-button .fa {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 40px; }
  .share-icons ul .shariff-button a {
    height: 40px !important; }
  .share-icons ul .shariff-button .share-text {
    display: inline;
    text-indent: 0; }

.userimage {
  background-color: #264863;
  background-size: cover;
  background-position: center center;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 62px;
  position: relative;
  width: 62px; }
  .userimage.small {
    height: 62px;
    width: 62px; }
  .userimage.size-100 {
    height: 100px;
    width: 100px; }
  .userimage.medium {
    height: 135px;
    width: 135px; }
  .userimage.large {
    display: block;
    height: 200px;
    margin-bottom: 15px;
    width: 200px; }
  .userimage.large i {
    color: #fff;
    font-size: 150px;
    left: 35px;
    position: absolute;
    top: 25px; }
  .userimage.centered {
    margin-left: auto;
    margin-right: auto; }
  .userimage .edit {
    background: #50d1d1;
    border-radius: 50%;
    bottom: 30px;
    cursor: pointer;
    display: table;
    height: 54px;
    position: absolute;
    right: -20px;
    width: 54px; }
  .userimage .edit i {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    left: 30%;
    position: absolute;
    top: 32%; }
  .userimage .edit .edit-input {
    cursor: pointer;
    height: 54px;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 54px; }
  .userimage img {
    border-radius: 50%;
    height: 50px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 50px; }
  .userimage.small i {
    top: 9px;
    left: 12px; }
  .userimage i {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 11px;
    left: 13px; }

.side-highlight-box {
  background: #50d1d1;
  margin: 20px 0;
  padding: 20px 20px 30px;
  text-align: center;
  width: 100%; }
  .side-highlight-box h3 {
    color: #fff;
    margin: 15px 0; }
  .side-highlight-box .btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700; }
  .side-highlight-box .btn:after {
    display: none; }
  .side-highlight-box.no-margin {
    margin: 0; }

.alertbox {
  border: 1px solid #ced9d9;
  padding: 2rem 3rem;
  margin-bottom: 3rem; }
  .alertbox .headline {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 5px; }
  .alertbox .text {
    margin-bottom: 0; }
  .alertbox .btn-container {
    text-align: center; }
  @media (max-width: 767px) {
    .alertbox .btn-container {
      text-align: left; } }

.content-box-small {
  margin: 60px auto 200px;
  text-align: center;
  padding: 0 40px;
  width: 500px; }

.slide {
  display: none; }
  .slide.isCurrent {
    display: block; }

.box-headline-name {
  display: inline-block;
  max-width: 300px;
  line-height: 64px; }

.progress-bar-container {
  border: 1px solid #fff;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 102px; }
  @media (max-width: 768px) {
  .progress-bar-container {
    margin-top: 5px; } }

.timeline-progress-bar {
  display: inline-block;
  position: absolute;
  height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: #a7e8e8; }

.full-width-banner {
  background: #50d1d1;
  margin: 50px 0;
  padding: 40px 0 0;
  width: 100%; }
  @media (max-width: 768px) {
  .full-width-banner .banner-image {
    margin-bottom: 25px; } }

.explanation {
  background: #eef2f2;
  margin-bottom: 30px;
  padding: 15px 20px;
  text-align: center;
  width: 100%; }
  .explanation .item {
    display: inline-block;
    margin-right: 30px; }
  .explanation .item:last-of-type {
    margin-right: 0; }
  .explanation .item .text {
    display: inline-block;
    font-size: 15px;
    margin-left: 4px; }
  .explanation .item i {
    font-size: 20px;
    top: 3px;
    position: relative; }

.insurance-category {
  background-color: #ced9d9;
  height: 1px;
  margin-bottom: 35px;
  width: 165px; }
  .insurance-category.first {
    display: none; }

.insurance-box {
  border: 1px solid #ced9d9;
  margin-bottom: 30px;
  padding: 25px;
  position: relative; }
  .insurance-box a.text {
    display: table-cell;
    vertical-align: top;
    width: 100%; }
  .insurance-box a:hover, .insurance-box a:active, .insurance-box a:focus {
    text-decoration: none; }
  .insurance-box .policy-number-wrapper {
    display: block;
    margin-top: -3px;
    margin-bottom: 8px; }
  .insurance-box .policy-number-wrapper .policy-number {
    display: inline-block;
    color: white;
    background-color: #50d1d1;
    padding: 1px 7px;
    border-radius: 5px;
    font-size: 14px; }
  .insurance-box .insurance-text {
    display: table-cell; }
  .insurance-box .insurance-stati {
    display: table-cell;
    width: 25px;
    text-align: right;
    vertical-align: top; }
  .insurance-box .insurance-stati img, .insurance-box .insurance-stati .stati-icon {
    margin-bottom: 5px; }
  .insurance-box.optimal {
    border-color: #a0cd07; }
  .insurance-box.warning {
    border-color: #ff8000; }
  .insurance-box.new {
    border-color: #50d1d1; }
  .insurance-box:after {
    background-size: contain;
    bottom: -2px;
    content: "";
    height: 25px;
    position: absolute;
    right: -2px;
    width: 25px; }
  .insurance-box .line {
    background: #ced9d9;
    height: 1px;
    display: block;
    margin: 7px 0 10px;
    width: 100px; }
  .insurance-box .insurance-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    padding-right: 3px; }
  .insurance-box .insurance-name i {
    font-size: 19px;
    margin-right: 10px;
    vertical-align: top; }
  .insurance-box .insurance-year {
    color: #b1b2b7;
    font-size: 16px;
    font-weight: 300; }
  .insurance-box .insurance-description {
    font-size: 16px; }
  .insurance-box .insurance-type {
    color: #b1b2b7;
    font-size: 15px;
    margin-bottom: 7px; }
  .insurance-box .insurance-fee {
    color: #264863;
    font-size: 17px;
    font-weight: 700; }
  .insurance-box .insurance-fee .additional {
    font-size: 12px; }
  .insurance-box.full .insurance-type {
    font-size: 17px;
    font-weight: 700; }
  .insurance-box.full .insurance-name {
    font-size: 25px; }
  .insurance-box.full h3 {
    color: #264863;
    font-size: 17px;
    margin-top: 30px;
    text-transform: uppercase; }
  .insurance-box.full .download-entry {
    display: block;
    margin-bottom: 5px; }
  .insurance-box.full .stati-icon {
    display: inline-block;
    margin-right: 10px; }
  .insurance-box.full .stati-icon-label {
    color: #000025;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-top: 6px;
    vertical-align: top;
    font-weight: 700; }

.stati-icon {
  background: #f2f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  position: relative;
  text-align: right;
  width: 35px; }
  .stati-icon.download {
    background: #264863;
    cursor: pointer; }
  .stati-icon.download i {
    color: #fff;
    left: 8px; }
  .stati-icon i {
    color: #264663;
    font-size: 20px;
    left: 7px;
    top: 7px;
    position: absolute; }
  .stati-icon i.icon-1 {
    left: 8px; }

.cta-box {
  background: #50d1d1;
  padding: 20px 30px; }
  .cta-box h2 {
    margin: 7px 0 10px; }

.check-up-box {
  border: 1px solid #b1b2b7;
  padding: 15px 25px 14px; }
  .check-up-box .left, .check-up-box .right {
    display: inline-block;
    vertical-align: middle; }
  .check-up-box .left {
    width: 40%; }
  .check-up-box .right {
    padding-left: 30px;
    width: 55%; }
  .check-up-box .headline {
    color: #264863;
    font-size: 26px;
    font-weight: 700; }
  .check-up-box .date {
    color: #50d1d1;
    display: block;
    font-size: 19px;
    font-weight: 700; }

.faq .faq-item {
  margin-bottom: 20px; }
  .faq .faq-question {
    cursor: pointer;
    padding-bottom: 10px; }
  .faq .faq-question i {
    color: #264863;
    font-size: 20px;
    position: relative;
    top: 2px; }
  .faq .faq-question p {
    color: #264863;
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    max-width: 80%; }
  .faq .faq-answer {
    font-size: 16px;
    line-height: 25px; }
  .faq .togglericon {
    display: inline-block;
    position: relative;
    top: -2px;
    vertical-align: top;
    width: 20px; }
  .faq .togglericon:before {
    color: #264863;
    content: '\e95b';
    font-family: Linearicons;
    font-size: 20px; }
  .faq .toggler.active .togglericon:before {
    content: '\e95c'; }

.konzept-pdf-box {
  background: #50d1d1;
  padding: 20px; }
  .konzept-pdf-box .btn {
    font-size: 15px; }
  .konzept-pdf-box .btn:first-of-type {
    margin-right: 10px; }

.checkup-image {
  height: 147px;
  position: relative;
  width: 124px; }
  .checkup-image .text {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 50%;
    margin-left: -40px;
    width: 80px; }
  .checkup-image .text span {
    color: #274964;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 100%; }
  .checkup-image .text span.value {
    color: #000025;
    font-size: 41px;
    font-weight: 700; }

.guide_entry {
  margin: 20px 0; }
  .guide_entry:hover img {
    opacity: 1;
    transform: scale(1.05); }
  .guide_entry .image-container {
    overflow: hidden; }
  .guide_entry .image-container img {
    height: auto;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .guide_entry .text-container {
    background: white;
    border: 1px solid #b1b2b7;
    border-top: none;
    padding: 2.6rem 2.7rem 2rem 2.7rem;
    text-align: center; }
  .guide_entry .text-container h2 a {
    color: #000025;
    font-weight: bold;
    text-align: center;
    font-size: 23px; }
  .guide_entry .text-container h2 a:hover {
    text-decoration: none; }
  .guide_entry .text-container .line {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    height: 1px;
    background: #b1b2b7;
    width: 70px;
    margin-top: 14px;
    margin-bottom: 10px; }
  .guide_entry:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTra nsform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transition: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

@media (min-width: 992px) {
  h1.small-content {
    margin: 0 auto 25px;
    width: 75%; }

  p.small-content {
    margin: 0 auto 25px;
    width: 75%; } }

@media (max-width: 767px) {
  .cta-box {
    text-align: center; }
    .cta-box h2 {
      margin-top: 20px; }

  .content-box-small {
    margin: 0;
    width: 100%; }

  .explanation .item {
    display: block;
    margin-bottom: 7px;
    text-align: left; }
    .explanation .item:last-of-type {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .konzept-pdf-box .image {
    margin-bottom: 20px; } }

.sisu-cookie.notice {
  background-color: white;
  border-radius: 0.6rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  display: none;
  max-width: 70rem;
  padding: 2rem 2rem;
  position: fixed;
  bottom: 3rem;
  right: calc(50vw - 36rem);
  z-index: 1000; }
  @media (max-width: 767px) {
    .sisu-cookie.notice {
      position: absolute !important;
      left: 1.5rem;
      right: 1.5rem;
      top: 1.5rem;
      bottom: auto; } }
  .sisu-cookie.notice.open {
    display: block; }
  .sisu-cookie.sisu-cookie-content-element .accept-selection {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .sisu-cookie.sisu-cookie-content-element .toggle-details {
    margin-left: initial !important; }
  .sisu-cookie .btn::after {
    content: none; }
  .sisu-cookie .overview .headline {
    align-items: center;
    display: flex;
    font-size: 2rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem; }
  .sisu-cookie .overview .headline svg {
    height: 1.9rem;
    width: 1.9rem; }
  .sisu-cookie .overview .headline div {
    margin-left: 1.5rem; }
  .sisu-cookie .overview .text {
    font-size: 1.4rem; }
  .sisu-cookie .overview .text p {
    font-size: 1.6rem; }
  .sisu-cookie .overview .text a {
    font-family: "Arial Rounded MT Std Light", Arial, sans-serif !important; }
  .sisu-cookie .overview .button-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end; }
  @media (max-width: 767px) {
      .sisu-cookie .overview .button-wrapper {
        flex-flow: column nowrap;
        align-items: center; } }
  .sisu-cookie .overview .button-wrapper .toggle-details {
    margin-left: auto;
    margin-right: 2rem;
    position: relative;
    font-size: 1.4rem;
    cursor: pointer; }
    @media (max-width: 767px) {
      .sisu-cookie .overview .button-wrapper .toggle-details {
        margin-left: initial;
        margin-top: 1.5rem; } }
    .sisu-cookie .overview .button-wrapper .toggle-details:after {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"/></svg>');
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      height: 1.2rem;
      position: absolute;
      right: -1.5rem;
      top: 0.4rem;
      width: 1.2rem; }
    .sisu-cookie .overview .button-wrapper .toggle-details.open:after {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M6.101 359.293L25.9 379.092c4.686 4.686 12.284 4.686 16.971 0L224 198.393l181.13 180.698c4.686 4.686 12.284 4.686 16.971 0l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L232.485 132.908c-4.686-4.686-12.284-4.686-16.971 0L6.101 342.322c-4.687 4.687-4.687 12.285 0 16.971z"/></svg>'); }
  .sisu-cookie .details {
    display: none;
    margin-top: 3rem; }
  .sisu-cookie .details .types .type {
    margin-bottom: 1rem; }
    .sisu-cookie .details .types .type .headline {
      font-size: 1.4rem;
      font-weight: bold; }
    .sisu-cookie .details .types .type .description {
      font-size: 1.4rem; }
  .sisu-cookie .checkboxes {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem; }
  .sisu-cookie .checkboxes .checkboxes-only {
    display: flex;
    flex-flow: row wrap; }
  .sisu-cookie .checkboxes .btn.small {
    width: auto;
    background-color: white;
    color: #000025;
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
    margin-top: -0.5rem;
    border: 1px solid #264863; }
  .sisu-cookie .checkboxes .text {
    font-size: 1.5rem; }
  .sisu-cookie .checkboxes label {
    cursor: pointer;
    display: block;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    margin-right: 1.5rem;
    padding-left: 3.5rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    /* Hide the browser's default checkbox */ }
  .sisu-cookie .checkboxes label.disabled {
    color: #ccc;
    cursor: initial; }
    .sisu-cookie .checkboxes label.disabled .checkmark {
      background-color: #ccc !important; }
    .sisu-cookie .checkboxes label.disabled .text {
      color: #ccc; }
  .sisu-cookie .checkboxes label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* Create a custom checkbox */ }
  .sisu-cookie .checkboxes .checkmark {
    position: absolute;
    left: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.4rem;
    background-color: #eee;
    /* On mouse-over, add a grey background color */ }
  .sisu-cookie .checkboxes label:hover input ~ .checkmark {
    background-color: #ccc;
    /* When the checkbox is checked, add a blue background */ }
  .sisu-cookie .checkboxes label input:checked ~ .checkmark {
    background-color: #264863;
    /* Create the checkmark/indicator (hidden when not checked) */ }
  .sisu-cookie .checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    /* Show the checkmark when checked */ }
  .sisu-cookie .checkboxes label input:checked ~ .checkmark:after {
    display: block;
    /* Style the checkmark/indicator */ }
  .sisu-cookie .checkboxes label .checkmark:after {
    left: 1rem;
    top: 0.7rem;
    width: 0.5rem;
    height: 10px;
    border: solid white;
    border-width: 0 0.3rem 0.3rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.register-section {
  position: relative; }
  @media (max-width: 767px) {
  .register-section {
    padding-right: 15px;
    padding-left: 15px; } }

.box {
  background: #fff;
  border: 1px solid #ced9d9;
  margin: 0 auto;
  width: 45%; }
  .box.big {
    width: 60%; }
  @media (max-width: 767px) {
    .box.big {
      width: 100%; } }
  .box .sub_step_2 {
    display: none; }
  .box .box-left, .box .box-right {
    display: table-cell; }
  .box .box-content {
    padding: 20px; }
  .box .box-left {
    border-right: 1px solid #ced9d9;
    vertical-align: top;
    width: 60%; }
  .box .box-left .box-content {
    padding: 40px; }
  .box .box-right {
    vertical-align: middle;
    width: 40%; }
  .box .box-right .box-content {
    padding: 20px; }
  .box .box-right .image {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    width: auto;
    max-height: 250px; }
  .box .box-right .subline {
    color: #50d1d1;
    display: block;
    font-size: 19px;
    line-height: 120%;
    margin: 20px 0; }
  .box .box-headline {
    background: #50d1d1;
    color: #fff;
    font-size: 19px;
    padding: 11px;
    position: relative;
    text-align: center; }

.answers {
  clear: both;
  margin: 25px 0;
  display: table;
  width: 100%;
  overflow: hidden; }
  .answers .answer {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 75px;
    position: relative; }
  .answers .answer:last-of-type {
    margin-right: 0; }
  @media (max-width: 768px) {
    .answers .answer {
      margin-right: 0; } }
  .answers label, .answers input {
    display: block; }
  .answers input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    height: 0px; }
  .answers input[type="radio"]:checked + label {
    background: #50d1d1;
    color: #fff; }
  .answers label {
    border-radius: 50px;
    padding: 5px;
    border: 1px solid #ced9d9;
    cursor: pointer;
    z-index: 90; }
  .answers label:hover {
    background: #50d1d1;
    color: #fff; }

.main-image {
  position: absolute;
  top: 30%;
  z-index: -1; }

#study_finished-error, #dreamjob_found-error {
  border: none; }

#study_finished-error:hover, #dreamjob_found-error:hover {
  background: none;
  border: none;
  color: #7f7f7f; }

.agb-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: 4px;
  width: 90%; }

label#agb-error, label#tac-error {
  clear: none;
  width: auto;
  display: inline-block;
  margin-left: 5px;
  /* line-height: 11px; */
  margin-top: 4px;
  vertical-align: middle; }

.password-link {
  color: #7f7f7f;
  margin-right: 20px;
  text-decoration: underline; }

.confirmation-status {
  display: none; }

@media (max-width: 1200px) {
  .box .box-right {
    display: none; }
    .box .box-left {
      border: none; } }

@media (max-width: 767px) {
  .register-section {
    height: auto; }

  .main-image {
    display: none; }

  .box {
    left: auto;
    margin: 0;
    position: relative;
    width: auto; }
    .box .box-left {
      border: none;
      width: auto;
      display: block; }
      .box .box-left .box-content {
        padding: 15px; } }

@media (min-width: 1600px) {
      .step_2_2 .text-center {
        padding: 0rem 2rem; } }

.advertising_channels_wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  .advertising_channels_wrapper input[name=other_advertising_channels] {
    width: 100%;
    margin-top: 1rem;
    display: none;
    margin-bottom: 0; }
  .advertising_channels_wrapper label {
    color: #000025;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    margin-bottom: 1rem; }
  .advertising_channels_wrapper label input {
    position: relative;
    top: 1px;
    margin-right: 10px;
    margin-top: 0; }
  .advertising_channels_wrapper label input:focus {
    outline: none; }
  .advertising_channels_wrapper label span {
    text-align: left; }

#modules, .modules {
  border: none; }

.ui-tabs {
  padding: 0; }
  .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-bottom: 60px; }
  .ui-tabs .ui-tabs-nav li {
    border-top: none;
    float: none !important;
    padding: 0px !important;
    white-space: inherit;
    vertical-align: top; }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    float: none;
    padding: 20px; }
  .ui-tabs .ui-tabs-panel {
    padding: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0; }

.video-main-menu {
  background: none;
  border: none;
  padding: 0;
  overflow: hidden; }
  .video-main-menu .video-module {
    background: #78c0e4;
    border-top: none;
    cursor: pointer;
    display: table-cell;
    border-right: 7px solid #fff;
    padding: 20px;
    text-align: center;
    width: 15%; }
  .video-main-menu .video-module:first-of-type {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .video-main-menu .video-module:last-of-type {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: none; }
  .video-main-menu .video-module .count {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    height: 38px;
    margin: 0px auto 15px;
    padding-top: 3px;
    text-align: center;
    width: 38px; }
  .video-main-menu .video-module .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .video-main-menu .video-module .subline {
    line-height: 120%; }

@media (max-width: 1200px) {
  .mobile-video-nav {
    background: #3da5d9;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-bottom: 25px;
    padding: 20px;
    text-transform: uppercase;
    width: 100%; }
    .mobile-video-nav:after {
      content: "\f078";
      float: right;
      font-family: FontAwesome; }
    .mobile-video-nav.open {
      margin-bottom: 5px; }
      .mobile-video-nav.open:after {
        content: "\f077"; }

  .video-main-menu {
    display: none; }
    .video-main-menu .video-module {
      border-right: none;
      display: block;
      text-align: left;
      width: 100%; }
    .video-main-menu .title {
      font-size: 15px;
      font-weight: normal;
      margin-bottom: 0; }
      .video-main-menu .title span {
        color: #fff;
        display: inline-block; }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 20px; }

  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-right: none !important; } }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid transparent;
  border-right: 7px solid #fff;
  background: #3da5d9 !important;
  cursor: default; }
  .ui-state-active .count, .ui-widget-content .ui-state-active .count, .ui-widget-header .ui-state-active .count, a.ui-button:active .count, .ui-button:active .count, .ui-button.ui-state-active:hover .count {
    background: #fff;
    color: #264863 !important; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.5; }

.main-video .wistia-video {
  margin-bottom: 30px; }

.teaser-video {
  border-bottom: 1px solid #ced9d9;
  padding: 15px 0; }
  .teaser-video .teaser-video-thumb {
    background-size: cover;
    height: 85px;
    position: relative; }
  .teaser-video .teaser-video-thumb img {
    left: 50%;
    margin-left: -32px;
    margin-top: -18px;
    position: absolute;
    top: 50%; }
  .teaser-video[data-locked="false"] {
    cursor: pointer; }
  .teaser-video[data-locked="false"]:hover .video-title {
    color: #3da5d9; }
  .teaser-video[data-locked="true"] .play-overlay {
    display: none; }
  .teaser-video:first-of-type {
    padding-top: 0; }
  .teaser-video .video-title {
    display: table-cell;
    font-size: 16px;
    margin-bottom: 10px; }
  .teaser-video .video-status-icon {
    display: table-cell;
    width: 30px; }

.teaser-video-headline {
  background: #3da5d9;
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  width: 100%; }

.bordered-box {
  background: #fff;
  border: 1px solid #b1b2b7;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  padding: 25px;
  width: 100%; }
  .bordered-box:hover, .bordered-box:active, .bordered-box:focus {
    text-decoration: none !important; }
  .bordered-box .bordered-box-icon {
    display: block;
    font-size: 48px;
    margin-bottom: 20px; }
  .bordered-box .line {
    background: #b1b2b7;
    height: 1px;
    margin: 20px auto;
    width: 50%; }
  .bordered-box .bordered-box-description {
    font-size: 14px; }

.progress-box {
  background: #f9cb40;
  text-align: center;
  padding: 15px 35px; }
  .progress-box p {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px; }
  .progress-box .progress-box-percentage {
    display: inline-block;
    font-size: 42px;
    font-weight: bold; }

.progress-bar-container.karriere {
  border-width: 2px;
  height: 25px;
  margin-left: 20px;
  top: -3px; }

.timeline-progress-bar.karriere {
  background-color: #fff;
  height: 22px;
  top: 0px;
  margin: 0; }

.schatzkiste {
  display: none; }

@media (max-width: 767px) {
  .video-thumbs-menu {
    margin-top: 30px; } }

.step-box {
  border: 1px solid #ced9d9;
  margin-bottom: 35px;
  padding: 40px; }
  .step-box.white {
    background: #fff; }
  .step-box h2 {
    margin-top: 20px; }
  .step-box .step-headline-only {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px; }

.costs-table {
  margin: 1rem 0 2rem; }
  .costs-table tr td {
    vertical-align: middle; }
  .costs-table tr td p {
    margin: 0; }
  .costs-table tr td:first-of-type {
    min-width: 225px; }
  .costs-table tr td:nth-of-type(2) {
    text-align: right; }

@media (max-width: 767px) {
  .step-box {
    padding: 20px; }

  .costs-table tr {
    display: block;
    margin-bottom: 10px; }
    .costs-table td {
      display: block;
      width: 100%; }
      .costs-table td p {
        text-align: left; } }

.title-underlined {
  border-bottom: 2px solid #f2f5f5;
  color: #264863;
  font-size: 19px;
  font-weight: 700;
  margin: 30px 0 0;
  padding-bottom: 15px; }
  .title-underlined.first {
    margin-top: 0; }
  .title-underlined.margin-bottom {
    margin-bottom: 15px; }

.account-info {
  width: 100%; }
  .account-info tr:nth-of-type(even) td {
    background: #f2f5f5; }
  .account-info tr td {
    font-weight: 300;
    font-size: 17px;
    padding: 25px; }
  .account-info .account-info-icon {
    width: 75px; }
  .account-info .account-info-icon i {
    color: #264863;
    font-size: 20px; }
  .account-info .account-info-label {
    text-transform: uppercase;
    width: 30%; }

.study-finished-change .change-study-finished-message {
  display: none;
  margin: 1rem 0; }

.schaden-box {
  background: #50d1d1;
  margin: 20px 0;
  padding: 20px 40px;
  text-align: center;
  display: table;
  width: 100%; }
  .schaden-box a:hover {
    text-decoration: none; }
  .schaden-box h3 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    text-transform: uppercase; }
  .schaden-box .image, .schaden-box .text {
    display: table-cell;
    vertical-align: middle; }
  .schaden-box .text {
    padding-left: 20px; }

@media (max-width: 767px) {
  .account-info tr td {
    padding: 15px; }
    .account-info tr td:first-of-type {
      display: none; } }

.modal-profile-image .modal-inner {
  max-width: 575px; }
  .modal-profile-image h1 {
    text-align: center;
    margin-bottom: 35px; }
  .modal-profile-image .cr-slider-wrap {
    max-width: 300px; }
  .modal-profile-image input[type="file"] {
    display: none; }
  .modal-profile-image .btn-wrapper {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center; }
  .modal-profile-image .btn-wrapper .btn {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px; }
  .modal-profile-image .btn-wrapper .btn:after {
    display: none; }

.change-password-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  max-width: 350px;
  display: flex;
  flex-direction: column; }
  .change-password-form label {
    display: flex;
    flex-direction: column; }
  .change-password-form label span:first-child {
    font-weight: 400; }
  .change-password-form input:not([type="checkbox"]) {
    background-color: #f2f5f5;
    border: none;
    color: #000025; }
  .change-password-form button {
    align-self: center; }
  .change-password-form .input-error {
    color: red;
    font-size: 15px; }
  .change-password-form .input-success {
    color: #a8d709;
    font-size: 16px; }

.account-upload-wrapper {
  margin-top: 6rem; }
  .account-upload-wrapper .bottom-text {
    font-size: 16px;
    margin-top: 3rem;
    margin-bottom: 4rem; }

.account-upload {
  width: 100%; }
  .account-upload tr:nth-of-type(1) .account-info-icon svg:first-of-type {
    width: 34px; }
  .account-upload tr:nth-of-type(4) .account-info-icon svg:first-of-type {
    width: 34px; }
  .account-upload tr.special-border-bottom td {
    border-bottom: 1px solid #e2e2e2 !important; }
  .account-upload tr td {
    background: #f2f5f5;
    font-weight: 300;
    font-size: 17px;
    padding: 25px;
    border-bottom: 15px solid white; }
  .account-upload tr td:nth-child(3) {
    padding-left: 0rem; }
  .account-upload tr.recent td {
    padding: 2rem 2.5rem 2.5rem 3.5rem; }
    .account-upload tr.recent td > div:first-child {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 2rem; }
    .account-upload tr.recent td > div:last-child {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -0.5rem; }
      .account-upload tr.recent td > div:last-child span {
        margin: 0 0.5rem 1rem 0.5rem;
        background-color: white;
        font-size: 16px;
        padding: 8px 13px; }
  @media (max-width: 500px) {
  .account-upload {
    display: block; }
    .account-upload tbody {
      display: block; }

    .account-upload tr {
      display: flex;
      flex-direction: column;
      background-color: #f2f5f5;
      align-items: center;
      border-bottom: 15px solid white; }
      .account-upload tr.special-border-bottom {
        border-bottom: 1px solid #e2e2e2 !important; }
        .account-upload tr.special-border-bottom td {
          border-bottom: none !important; }
      .account-upload tr.recent td > div:last-child {
        margin: 0 1.5rem; }

    .account-upload td {
      display: block;
      border-bottom: none !important;
      text-align: center; }
      .account-upload td.account-info-label {
        padding: 5px 25px !important; }
      .account-upload td:last-child {
        padding: 25px 0 !important; }
      .account-upload td .wrap {
        flex-direction: column; }
        .account-upload td .wrap > div:last-child {
          margin: auto;
          margin-top: 1rem; } }
  .account-upload .account-info-icon {
    width: 75px;
    position: relative;
    text-align: center; }
  .account-upload .account-info-icon svg:first-of-type {
    width: 26px;
    height: 30px; }
  .account-upload .account-info-icon svg:nth-of-type(2) {
    position: absolute;
    fill: white;
    background-color: #a0cd07;
    border-radius: 50%;
    padding: 5px;
    height: 22px;
    width: 22px;
    top: 52px;
    left: 48px; }
  .account-upload .account-info-label > div:not(.wrap) {
    display: flex;
    flex-flow: column; }
  .account-upload .account-info-label > div:not(.wrap) > span:first-child {
    text-transform: uppercase;
    font-weight: 700; }
  .account-upload .account-info-label > div.wrap {
    display: flex;
    align-items: center; }
  .account-upload .account-info-label > div.wrap > div:first-child {
    display: flex;
    flex-flow: column; }
    .account-upload .account-info-label > div.wrap > div:first-child > span:first-child {
      text-transform: uppercase;
      font-weight: 700; }
  .account-upload .account-info-label > div.wrap > div:last-child {
    margin-left: auto; }
    .account-upload .account-info-label > div.wrap > div:last-child > span a {
      font-size: 16px;
      text-decoration: underline;
      color: #264863; }
      .account-upload .account-info-label > div.wrap > div:last-child > span a:hover {
        text-decoration: none; }

.add-document {
  background: #50d1d1;
  border-radius: 50%;
  bottom: 30px;
  cursor: pointer;
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  margin: 0;
  float: right; }
  .add-document svg {
    fill: white;
    height: 19px;
    width: 19px;
    margin: auto; }

.modal.modaltype-upload, .modal.modaltype-upload-status {
  justify-content: center;
  align-content: center; }
  .modal.modaltype-upload .modal-inner, .modal.modaltype-upload-status .modal-inner {
    top: 0;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }

.modal-upload-status .modal-inner {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .modal-upload-status .btn:after {
    display: none; }

.modal-inner.narrow {
  max-width: 500px !important; }
  .modal-inner.medium {
    max-width: 700px !important; }

.modaltype-upload .modal-inner {
  max-width: 800px;
  display: flex;
  flex-flow: column nowrap;
  padding: 5rem 6rem; }
  @media (max-width: 500px) {
    .modaltype-upload .modal-inner {
      padding: 4rem 1.5rem; } }
  .modaltype-upload h1 {
    text-align: center;
    margin-bottom: 35px; }
  .modaltype-upload form {
    display: flex;
    flex-flow: column nowrap; }
  .modaltype-upload form .devided {
    display: flex;
    flex-direction: row; }
  .modaltype-upload form .devided > * {
    width: 50%; }
  @media (max-width: 840px) {
      .modaltype-upload form .devided {
        flex-direction: column; }
        .modaltype-upload form .devided > * {
          width: 100%; }
        .modaltype-upload form .devided .right {
          margin-top: 3rem; } }
  .modaltype-upload input:not([type="checkbox"]) {
    background-color: #f2f5f5;
    border: none;
    color: #000025; }
  .modaltype-upload textarea {
    background-color: #f2f5f5;
    border: none;
    color: #000025; }
  .modaltype-upload select {
    background-color: #f2f5f5;
    color: #000025;
    max-width: 250px; }
  .modaltype-upload .invalid-message, .modaltype-upload .to-many-requests-message, .modaltype-upload .token-expired {
    display: none;
    color: red; }
  .modaltype-upload label {
    display: flex;
    flex-flow: column nowrap;
    font-weight: 400; }
  .modaltype-upload label > span:first-child {
    margin-bottom: 5px; }
  .modaltype-upload label.invalid input {
    border: 1px solid red; }
  .modaltype-upload label.invalid .invalid-message {
    display: block; }
  .modaltype-upload label.to-many-requests .to-many-requests-message {
    display: block; }
  .modaltype-upload label.token-expired .token-expired {
    display: block; }
  .modaltype-upload .btn {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto; }
  .modaltype-upload .btn:after {
    display: none; }

.accountmanager-wrapper {
  display: flex;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .accountmanager-wrapper .userimage {
    flex: 0 0 auto;
    height: 120px;
    width: 120px; }
  .accountmanager-wrapper > div:nth-child(2) {
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 1.2rem 0rem 1.2rem 1.5rem; }
  .accountmanager-wrapper > div:nth-child(2) span:first-child {
    font-size: 18px; }
  .accountmanager-wrapper > div:nth-child(2) span:last-child {
    color: white;
    font-size: 16px; }

.select2-results__options {
  max-height: 300px !important; }

.message-form .select2 {
  width: 100% !important;
  font-size: 18px;
  margin-bottom: 12px; }
  .message-form .select2 .select2-selection {
    height: auto;
    border-radius: 0; }
  .message-form .select2 .select2-selection .select2-selection__rendered {
    text-overflow: initial;
    white-space: initial;
    text-align: left;
    padding: 1rem 4rem 1rem 2rem; }
  .message-form .select2 .select2-selection .select2-selection__arrow {
    top: 5px;
    right: 17px; }
    .message-form .select2 .select2-selection .select2-selection__arrow b {
      border: none; }
      .message-form .select2 .select2-selection .select2-selection__arrow b svg {
        width: 18px;
        height: 18px; }
  .message-form textarea {
    width: 100%;
    resize: vertical;
    font-size: 18px; }
  .message-form textarea::placeholder {
    font-size: 18px; }

.file-upload {
  width: 100%; }
  .file-upload.center {
    display: flex;
    justify-content: center; }
  @media (max-width: 840px) {
  .file-upload {
    display: flex;
    justify-content: center; }
    .file-upload + p {
      text-align: center; } }
  .file-upload + p {
    margin-top: 3rem;
    font-size: 14px; }
  .file-upload .input-error {
    display: none;
    padding-right: 2.5rem; }
  .file-upload .input-error.error {
    color: red; }
  .file-upload .input-error.warning {
    color: #50d1d1; }
  .file-upload .input-error.show {
    display: block; }
  .file-upload .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .file-upload .inputfile + label {
    width: 295px;
    height: 190px;
    font-size: 16px;
    color: #50d1d1;
    text-align: center;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* "hand" cursor */
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjk1IDE4OSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7Ij4NCiAgICA8ZyBpZD0iR3J1cHBlXzMiPg0KICAgICAgICA8ZyBpZD0iUmVjaHRlY2tfMTkiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTI5NSwxMEMyOTUsNC40ODEgMjkwLjUxOSwwIDI4NSwwTDEwLDBDNC40ODEsMCAwLDQuNDgxIDAsMTBMMCwxNzlDMCwxODQuNTE5IDQuNDgxLDE4OSAxMCwxODlMMjg1LDE4OUMyOTAuNTE5LDE4OSAyOTUsMTg0LjUxOSAyOTUsMTc5TDI5NSwxMFoiIHN0eWxlPSJmaWxsOm5vbmU7Ii8+DQogICAgICAgICAgICA8cGF0aCBkPSJNMjk0LjUsMTBDMjk0LjUsNC43NTcgMjkwLjI0MywwLjUgMjg1LDAuNUwxMCwwLjVDNC43NTcsMC41IDAuNSw0Ljc1NyAwLjUsMTBMMC41LDE3OUMwLjUsMTg0LjI0MyA0Ljc1NywxODguNSAxMCwxODguNUwyODUsMTg4LjVDMjkwLjI0MywxODguNSAyOTQuNSwxODQuMjQzIDI5NC41LDE3OUwyOTQuNSwxMFoiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOnJnYigyMDYsMjA2LDIwNik7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtZGFzaGFycmF5OjEwLDEwOyIvPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
    background-repeat: no-repeat; }
  @media (max-width: 450px) {
    .file-upload .inputfile + label {
      background: none;
      border: 1px dashed #dadada;
      border-radius: 15px; } }
  .file-upload .inputfile + label .name {
    color: #50d1d1;
    text-decoration: underline;
    font-weight: 700; }
  .file-upload .inputfile + label .description {
    font-size: 15px;
    text-align: center; }
  .file-upload .inputfile + label:hover .name {
    text-decoration: none; }
  .file-upload .inputfile + label * {
    pointer-events: none; }

.back-link.btn {
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }
  .back-link.btn:after {
    display: none; }

.qr-code {
  max-width: 300px;
  max-height: 300px; }

.save-code-form {
  max-width: 400px;
  align-items: flex-start; }

.btn-icon {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 20px; }
  .btn-icon img {
    max-width: 220px;
    height: 50px; }

.account_2fa {
  margin-bottom: 60px; }
  .account_2fa h2 {
    margin-top: 30px; }
  .account_2fa h1 + h2 {
    margin-top: 45px; }
  .account_2fa [name="2fa-code"] {
    width: 250px; }

.berater-fact {
  background: #50d1d1;
  color: #fff;
  display: table;
  font-size: 17px;
  font-weight: 400;
  margin: 30px 0px;
  padding: 10px 20px;
  width: 100%; }
  .berater-fact .fact-image {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
    width: 80px; }
  .berater-fact .fact-text {
    color: #fff;
    display: table-cell;
    text-transform: uppercase;
    vertical-align: middle; }

.berater-test .modal-inner {
  max-width: 680px;
  padding: 30px 20px; }
  .berater-test .modal-inner .questions {
    padding: 30px 60px 0; }
  .berater-test .modal-inner .questions .question {
    border-bottom: 1px solid #ced9d9; }
    .berater-test .modal-inner .questions .question:last-of-type {
      border: none; }
  .berater-test .modal-inner .questions h3 {
    font-size: 19px;
    margin: 35px 0 35px; }
  .berater-test .modal-inner .questions .answer {
    margin-bottom: 10px; }
    .berater-test .modal-inner .questions .answer:last-of-type {
      margin-bottom: 35px; }
  @media (max-width: 767px) {
      .berater-test .modal-inner .questions {
        padding: 30px 0; } }
  .berater-test input[type=radio] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #bcc7cf;
    border-radius: 50%;
    display: block;
    margin: 0 7px -5px 0;
    padding: 10px;
    display: inline-block;
    position: relative; }
  .berater-test input[type=radio]:checked {
    background-color: #50d1d1;
    border: 1px solid #bcc7cf;
    color: #fff; }
  .berater-test input[type=radio]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff; }
  .berater-test .result {
    display: none; }
  .berater-test .result .result-image {
    display: block;
    margin: 0 auto 20px;
    max-height: 300px; }

.berater-test-box {
  border-bottom: 3px solid #264863; }
  .berater-test-box .berater-test-box-image {
    text-align: right;
    padding-right: 75px; }

@media (max-width: 767px) {
  .berater-test-box {
    text-align: center; }
    .berater-test-box .berater-test-box-image {
      padding-right: 0;
      text-align: center;
      margin-bottom: 30px; } }

.create-timeline .main-image {
  margin-top: 50px; }
  .create-timeline .answer {
    max-width: 140px;
    width: 140px;
    display: inline-block;
    vertical-align: middle; }
  .create-timeline input {
    margin: 0 auto;
    width: 280px; }
  .create-timeline .berater-test-image {
    background-image: url("/assets/image/finanzplanung/beratertest.png");
    background-size: contain;
    cursor: pointer;
    height: 104px;
    margin: 6px auto 10px;
    width: 104px; }
  .create-timeline .berater-test-image i {
    color: #fff;
    display: block;
    font-size: 50px;
    padding-top: 22px; }
  .create-timeline .berater-box {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 110px; }
  .create-timeline .berater-box:last-of-type {
    margin-right: 0; }
  .create-timeline .berater-box .userimage {
    background-size: cover;
    cursor: pointer;
    border: 4px solid #fff;
    height: 110px;
    width: 110px;
    background-color: #fff; }
  .create-timeline .berater-box input[type="radio"] {
    display: none; }
  .create-timeline .berater-box input[type="radio"] + .userimage {
    border: 6px solid #fff; }
  .create-timeline .berater-box input[type="radio"]:checked + .userimage {
    border: 6px solid #50d1d1; }
  .create-timeline #berater_error {
    margin-bottom: 20px; }
  .create-timeline .timeline-question {
    color: #264863;
    font-size: 19px;
    font-weight: 700; }
  .create-timeline .question-info {
    margin-top: 10px; }
  .create-timeline .question {
    margin-top: 30px; }
  .create-timeline .jump-to-link {
    margin-top: 30px; }
  .create-timeline .timeline-back-link {
    color: #264863;
    margin: 20px 20px 0;
    font-weight: 700; }
  .create-timeline .timeline-back-link i {
    color: #264863;
    margin-right: 7px; }
  .create-timeline .appointment-question, .create-timeline .next-appointments-btn {
    display: none; }

#appointment_day {
  display: none;
  margin: 0 auto;
  width: 235px;
  clear: both; }
  #appointment_day.complete {
    display: block;
    margin-bottom: 15px; }

.full-screen-video {
  margin-bottom: 25px; }

.timeline-header {
  background: #50d1d1;
  color: #fff;
  display: table;
  text-align: center;
  padding: 15px 50px;
  width: 100%;
  position: relative; }
  .timeline-header .icon-backward-circle, .timeline-header .icon-forward-circle {
    color: #fff;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    top: 35px;
    vertical-align: middle; }
  .timeline-header .icon-forward-circle {
    right: 10px; }
  .timeline-header .icon-backward-circle {
    left: 10px; }
  .timeline-header span, .timeline-header .userimage {
    display: inline-block;
    vertical-align: middle; }
  .timeline-header span {
    color: #fff;
    font-size: 16px;
    width: 30%;
    max-width: 30%;
    min-width: 30%; }
  .timeline-header span.right {
    width: auto; }
  .timeline-header span:first-of-type {
    text-align: right;
    padding-right: 15px; }
  .timeline-header span:last-of-type {
    text-align: left;
    padding-left: 15px; }

#timeline {
  height: 320px;
  border: 1px solid #ced9d9;
  border-top: none; }
  #timeline:before {
    background-color: #264863;
    bottom: 25%;
    height: 4px;
    top: auto;
    z-index: 2; }
  #timeline .timeliny-timeline {
    bottom: 25%;
    top: auto; }
  #timeline .timeliny-vertical-line {
    background: #eef2f2;
    margin-left: -32px;
    width: 70px;
    z-index: 1; }
  #timeline .timeliny-vertical-line:before, #timeline .timeliny-vertical-line:after {
    display: none; }
  @media (max-width: 767px) {
    #timeline .timeliny-vertical-line {
      display: none; } }
  #timeline .timeliny-dot {
    background-color: #a8d709;
    border: 5px solid #eef2f2;
    box-shadow: none;
    height: 20px;
    top: -5px;
    width: 20px;
    z-index: 3; }
  #timeline .timeliny-dot:hover {
    text-decoration: none; }
  #timeline .timeliny-dot:before {
    color: #b1b2b7;
    font-size: 16px;
    font-weight: 700;
    left: -13px;
    top: 25px; }
  #timeline .timeliny-dot:after {
    display: none; }
  #timeline .bar {
    border: 1px solid #b1b2b7;
    bottom: 20px;
    left: -15px;
    height: 110px;
    position: absolute;
    text-align: center;
    width: 45px; }
  #timeline .bar.inactive {
    border: none; }
  #timeline .bar.inactive .icon {
    left: 6px; }
  #timeline .bar span {
    color: #b1b2b7;
    display: block;
    font-size: 12px;
    margin: 5px 0; }
  #timeline .bar .status {
    background: #a8d709;
    bottom: 3px;
    display: block;
    left: 0;
    margin: -3px 3px;
    position: absolute;
    width: 37px;
    z-index: -1; }
  #timeline .bar .icon {
    bottom: 10px;
    font-size: 30px;
    left: 6px;
    position: absolute;
    z-index: 3; }
  #timeline .bar .amount {
    color: #264863;
    font-size: 16px;
    font-weight: 700;
    left: -23px;
    position: absolute;
    top: -35px;
    width: 85px; }

.timeline-table {
  width: 100%; }
  .timeline-table th {
    background: #eef2f2;
    border-right: 1px solid #ccc;
    padding: 10px; }
  .timeline-table th:last-of-type {
    border-right: none; }
  .timeline-table tr {
    border-bottom: 1px solid #ccc; }
  .timeline-table td {
    border-right: 1px solid #ccc;
    padding: 8px 8px; }
  .timeline-table td:last-of-type {
    border-right: none; }
  .timeline-table td.disabled {
    background: #eef2f2; }
  .timeline-table .timeline-table-year {
    color: #b1b2b7;
    margin-right: 7px; }
  .timeline-table .timeline-table-icon {
    color: #264663;
    font-size: 24px;
    margin: 0 7px;
    vertical-align: middle; }
  .timeline-table .timeline-table-icon.icon-car {
    display: inline-block;
    margin-top: -11px; }
  .timeline-table .timeline-table-need {
    color: #a8d709; }
  @media (max-width: 767px) {
  .timeline-table span.timeline-table-text.font-bold.reset-line-height {
    display: none; }
  .timeline-table th, .timeline-table td {
    font-size: 14px; }
    .timeline-table th span.visible-xs, .timeline-table td span.visible-xs {
      display: inline-block !important; }
  .timeline-table td img {
    display: none; }
  .timeline-table th:first-of-type, .timeline-table tr td:first-of-type {
    width: 110px;
    max-width: 110px; }
  .timeline-table th:nth-of-type(2), .timeline-table tr td:nth-of-type(2) {
    width: 100px;
    max-width: 100px; }
  .timeline-table th:nth-of-type(3), .timeline-table tr td:nth-of-type(3) {
    width: 80px;
    max-width: 80px; } }

.timeline-box {
  margin-bottom: 30px; }
  .timeline-box .timeline-box-header {
    background: #50d1d1;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 20px;
    text-align: center; }
  .timeline-box .timeline-box-content {
    border: 1px solid #b1b2b7;
    border-top: none;
    padding: 0 35px; }
  .timeline-box .timeline-box-content .timeline-box-item {
    border-bottom: 1px solid #b1b2b7;
    padding: 25px 0;
    width: 100%; }
  .timeline-box .timeline-box-content .timeline-box-item:last-of-type {
    border: none; }
  .timeline-box .timeline-box-content .timeline-box-item .timeline-box-icon {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .timeline-box .timeline-box-content .timeline-box-item .timeline-box-icon i {
      font-size: 30px; }
  .timeline-box .timeline-box-content .timeline-box-item .timeline-box-text {
    display: inline-block;
    width: 70%; }

@media (max-width: 767px) {
  .timeline-header {
    height: 80px; }
    .timeline-header i {
      top: 25px; }
    .timeline-header span:first-of-type, .timeline-header span:last-of-type {
      display: block;
      text-align: center;
      max-width: 100%;
      padding: 0;
      width: 100%; }
      .timeline-header span:first-of-type:last-of-type .progress-bar-container, .timeline-header span:last-of-type:last-of-type .progress-bar-container {
        width: 100%; }
    .timeline-header .userimage {
      display: none; }
    .timeline-header .right {
      margin-top: 10px; }

  .create-timeline input {
    width: auto; } }

.timeliny {
  position: relative;
  display: block;
  margin: 0 auto 4rem;
  padding: 10rem 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font: normal normal 400 1rem/1 Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #ddd;
  opacity: 0;
  overflow: hidden;
  cursor: move; }
  .timeliny.loaded {
    opacity: 1; }
  .timeliny::before {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0; }
  .timeliny .timeliny-wrapper {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1024px; }
  .timeliny .timeliny-dot {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff; }
  .timeliny .timeliny-dot::before {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    content: attr(data-year);
    display: block;
    position: absolute;
    top: -5rem;
    left: 1.25rem;
    color: #000; }
  .timeliny .timeliny-dot::after {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: attr(data-text);
    display: block;
    position: absolute;
    width: 256px;
    top: 5.6rem;
    left: 1.25rem;
    color: #ddd;
    opacity: 0;
    font-size: 0.9em; }
  @media (min-width: 768px) {
      .timeliny .timeliny-dot::after {
        width: 341.33333px; } }
  .timeliny .timeliny-timeline {
    position: absolute;
    top: 50%;
    left: 0;
    display: table;
    width: 100%;
    z-index: 5; }
  .timeliny .timeliny-timeline .timeliny-timeblock {
    display: table-cell;
    position: relative; }
  .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot {
    border-color: #37404a;
    background-color: #37404a;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); }
    .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before {
      color: #37404a; }
    .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after {
      color: #000;
      opacity: 1; }
  .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot {
    cursor: move; }
    .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before {
      color: #ddd; }
  .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover {
    border-color: #ddd;
    background-color: #ddd; }
    .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before {
      color: #000; }
  .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after {
    color: #000;
    opacity: 1; }
  .timeliny .timeliny-vertical-line {
    position: absolute;
    display: block;
    z-index: 1;
    left: 16%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd; }
  @media (min-width: 768px) {
    .timeliny .timeliny-vertical-line {
      left: 32%; } }
  .timeliny .timeliny-vertical-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ddd; }
  .timeliny .timeliny-vertical-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd; }

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  margin: 15px auto 0; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #264863;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

.schaden-form label {
  display: block;
  width: 100%;
  clear: both; }
  @media (max-width: 992px) {
  .schaden-form .box {
    width: 100%; } }
  .schaden-form input[type=file] {
    max-width: 100%;
    width: 100%; }

.input-2-chars {
  width: 49px;
  text-align: center;
  margin-right: 4px; }

.input-4-chars {
  width: 60px;
  text-align: center; }

.schaden-wrapper {
  position: relative; }
  .schaden-wrapper span {
    display: none;
    position: absolute;
    right: 18px;
    top: 7px;
    font-size: 18px;
    cursor: pointer; }

.courseDetail .inhaltliche-frage-box {
  font-size: 16px; }
  .courseDetail .teaser-video {
    cursor: pointer; }
  .courseDetail .teaser-video i, .courseDetail .teaser-video p {
    color: #666; }
  .courseDetail .teaser-video .teaser-video-element-subline-block {
    color: #666;
    margin-top: 6px;
    margin-left: 33px; }
  .courseDetail .teaser-video.text-active {
    color: black; }
  .courseDetail .teaser-video.text-active i, .courseDetail .teaser-video.text-active p {
    color: black; }
  .courseDetail .teaser-video.text-active .teaser-video-element-subline-block {
    color: black; }
  @media (min-width: 1200px) {
    .courseDetail .video-main-menu {
      display: flex;
      flex-flow: row wrap; }
      .courseDetail .video-main-menu .video-module {
        border-right: 2px solid white;
        border-bottom: 2px solid white; } }
  .courseDetail .video-module {
    position: relative; }
  .courseDetail .video-module .text-container .title {
    text-transform: none;
    font-weight: normal; }
  @media (max-width: 1199px) {
    .courseDetail .video-module .text-container {
      display: flex;
      flex-flow: row wrap; }
      .courseDetail .video-module .text-container .title {
        order: 1;
        width: 100%; }
      .courseDetail .video-module .text-container .subline {
        order: 3; }
      .courseDetail .video-module .text-container .lock_symbol {
        order: 2;
        padding: 0 10px 0 0; } }
  @media (min-width: 1200px) {
    .courseDetail .video-module {
      display: block;
      width: 25%;
      height: 120px;
      margin: 1px 0 0 0 !important; }
      .courseDetail .video-module:first-of-type {
        border-top-left-radius: 6px; }
      .courseDetail .video-module:nth-of-type(4) {
        border-top-right-radius: 6px; }
      .courseDetail .video-module:nth-of-type(5) {
        border-bottom-left-radius: 6px; }
      .courseDetail .video-module:last-of-type {
        border-bottom-right-radius: 6px; }
      .courseDetail .video-module .ui-tabs-anchor {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        height: 100%;
        padding: 17px 15px; }
        .courseDetail .video-module .ui-tabs-anchor .count-container .count {
          margin: 0; }
        .courseDetail .video-module .ui-tabs-anchor .text-container {
          margin-left: 15px;
          display: flex;
          flex-flow: column nowrap;
          text-align: left; }
          .courseDetail .video-module .ui-tabs-anchor .text-container .title {
            font-size: 15px; }
          .courseDetail .video-module .ui-tabs-anchor .text-container .lock_symbol {
            position: absolute;
            top: 70px;
            left: 35px;
            color: white; }
          .courseDetail .video-module .ui-tabs-anchor .text-container .verfuegbarAb {
            color: #2c7296;
            font-size: 13px; }
            .courseDetail .video-module .ui-tabs-anchor .text-container .verfuegbarAb span {
              color: #2c7296; } }

body.coursePayment #header #logo {
  pointer-events: none;
  cursor: default; }
  body.coursePayment #header .menupoint, body.coursePayment #header .headerbtn, body.coursePayment #header .burgermenu, body.coursePayment #header .userinfo {
    display: none; }
  body.coursePayment .sub-header {
    display: none; }
  body.coursePayment #main-container {
    position: relative; }
  body.coursePayment #main-container #overlay {
    /* Sit on top of the page content */
    position: fixed;
    /* Hidden by default */
    display: none;
    /* Full width (cover the whole page) */
    width: 100%;
    /* Full height (cover the whole page) */
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Black background with opacity */
    background-color: rgba(255, 255, 255, 0.5);
    /* Specify a stack order in case you're using a different order for other elements */
    z-index: 2; }
  body.coursePayment #main-container #overlay-spinner {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    font-size: 40px; }
  body.coursePayment .paypal_wrapper {
    position: relative;
    margin-top: 10px; }
  body.coursePayment .paypal_wrapper #paypal-button-container {
    opacity: 0;
    position: relative;
    z-index: 1000; }
  body.coursePayment .paypal_wrapper #paypal-button-container .paypal-buttons {
    height: 55px; }
  body.coursePayment .paypal_wrapper button {
    margin-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: initial;
    z-index: 0; }
  body.coursePayment form {
    margin-top: 30px; }
  @media (min-width: 992px) {
    body.coursePayment form {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    body.coursePayment form {
      margin-bottom: 60px; } }
  body.coursePayment form .box {
    margin-top: 20px;
    border: none;
    width: initial; }
  body.coursePayment form .box .box-input_fields {
    max-width: 500px; }
    body.coursePayment form .box .box-input_fields .form_subheadline {
      margin: 20px 0 5px 0;
      font-weight: bold;
      color: #264863; }
    body.coursePayment form .box .box-input_fields .form_sub_subheadline {
      font-size: 16px;
      margin-bottom: 5px;
      margin-top: 10px; }
    body.coursePayment form .box .box-input_fields .credit_card_wrapper {
      margin-bottom: 25px; }
    body.coursePayment form .box .box-input_fields .credit_card_wrapper #stripe-card {
      border: 1px solid #bcc7cf !important;
      height: 40px !important;
      padding: 10px 10px; }
    body.coursePayment form .box .box-input_fields .credit_card_wrapper #stripe-error {
      color: #f00;
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
    body.coursePayment form .box .box-input_fields .credit_card_wrapper #card-button {
      margin-top: 10px; }
  body.coursePayment .sidebar_image_wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
  @media (max-width: 767px) {
    body.coursePayment .sidebar_image_wrapper {
      display: none; } }
  body.coursePayment .sidebar_image_wrapper .guarantyImage {
    margin-top: 33px;
    width: 200px;
    height: 200px; }
  @media (max-width: 991px) {
      body.coursePayment .sidebar_image_wrapper .guarantyImage {
        width: 150px;
        height: 150px; } }
  body.coursePayment .sidebar_image_wrapper .courseImage {
    height: 143px;
    width: 323px; }
  body.coursePayment .box-unter-kaufen-button p {
    font-size: 15px; }
  body.coursePayment footer#footer .footercontact {
    float: none !important; }
  body.coursePayment footer#footer .footermenus .footer-section:nth-of-type(1) {
    display: none; }
  body.coursePayment footer#footer .footermenus .footer-section:nth-of-type(2) {
    display: none; }
  body.coursePayment footer#footer .footermenus .footer-section:nth-of-type(3) {
    display: none; }
  body.coursePayment footer#footer .footermenus .footer-section:nth-of-type(4) {
    display: none; }
  body.coursePayment footer#footer .footermenus .footer-section:nth-of-type(5) {
    display: none; }
  body.coursePayment footer#footer .footermenus .footer-section {
    width: 100% !important; }
    body.coursePayment footer#footer .footermenus .footer-section .footercontact a {
      display: none; }
    body.coursePayment footer#footer .footermenus .footer-section .footercontact .copyright {
      float: left; }
    body.coursePayment footer#footer .footermenus .footer-section .footercontact a:last-of-type {
      float: right;
      display: block;
      max-width: 311px; }
    @media (max-width: 767px) {
          body.coursePayment footer#footer .footermenus .footer-section .footercontact a:last-of-type {
            margin-top: 20px;
            float: left; } }

input:read-only {
  background-color: #f8f7f7; }

@media (min-width: 1200px) {
    .box.step_1 {
      width: 40%; } }
  @media (min-width: 1400px) {
  .box.step_1 {
    width: 35%; } }

.payment-selection {
  margin-top: 10px;
  margin-bottom: 15px; }
  .payment-selection .text {
    font-size: 16px;
    font-weight: 400; }
  .payment-selection .paypal-selection {
    /* Customize the label (the container) */ }
  .payment-selection .paypal-selection svg {
    transform: scale(0.8);
    margin-left: -12px;
    margin-top: -4px; }
  .payment-selection label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */ }
  .payment-selection label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    /* Create a custom radio button */ }
  .payment-selection .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: white;
    border: 1px solid #bcc7cf;
    border-radius: 50%;
    /* On mouse-over, add a grey background color */ }
  .payment-selection label:hover input ~ .checkmark {
    background-color: #ccc;
    /* When the radio button is checked, add a blue background */ }
  .payment-selection label input:checked ~ .checkmark {
    background-color: white;
    border: 2px solid #50d0d0;
    height: 20px;
    width: 20px;
    /* Create the indicator (the dot/circle - hidden when not checked) */ }
  .payment-selection .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    /* Show the indicator (dot/circle) when checked */ }
  .payment-selection label input:checked ~ .checkmark:after {
    display: block;
    /* Style the indicator (dot/circle) */ }
  .payment-selection label .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #50d0d0; }

.meineKurseWrapper h2, .course_category_dashboard h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media (min-width: 991px) {
    .meineKurseWrapper h2, .course_category_dashboard h2 {
      font-size: 19px; } }
  @media (min-width: 1200px) {
    .meineKurseWrapper h2, .course_category_dashboard h2 {
      font-size: 20px; } }

.courses_category {
  margin-bottom: 50px; }
  .courses_category .course_wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid #ced9d9;
    margin: 0 0 20px 0;
    padding: 20px 30px 20px 20px; }
  @media (max-width: 1199px) {
    .courses_category .course_wrapper {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; } }
  .courses_category .course_wrapper .overlay_wrapper_inactive {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    height: 185px; }
  .courses_category .course_wrapper .overlay_wrapper_inactive img {
    height: 185px; }
  .courses_category .course_wrapper .overlay_wrapper_inactive .overlay_number {
    font-size: 20px;
    color: white;
    transform: rotate(-40deg);
    position: absolute;
    top: 50px;
    left: 78px;
    width: 50px;
    text-align: center; }
  .courses_category .course_wrapper .image_container {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative; }
  .courses_category .course_wrapper .image_container img {
    width: 323px;
    height: auto; }
  .courses_category .course_wrapper .image_container img.courseImage {
    width: 323px;
    height: auto; }
  .courses_category .course_wrapper .image_container .overlay_wrapper_active {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200; }
    .courses_category .course_wrapper .image_container .overlay_wrapper_active img {
      height: 110px;
      width: 110px; }
    .courses_category .course_wrapper .image_container .overlay_wrapper_active .overlay_number {
      font-size: 30px;
      font-weight: bold;
      transform: rotate(14deg);
      position: absolute;
      top: 28px;
      left: 6px;
      width: 100px;
      text-align: center; }
  .courses_category .course_wrapper .text_container {
    padding-top: 40px;
    margin-left: 45px; }
  .courses_category .course_wrapper .text_container h3 {
    font-size: 20px; }
    @media (max-width: 991px) {
      .courses_category .course_wrapper .text_container h3 {
        font-size: 17px; } }
  @media (max-width: 1199px) {
      .courses_category .course_wrapper .text_container {
        margin-left: 0;
        text-align: center; } }
  @media (max-width: 1199px) {
        .courses_category .course_wrapper .text_container p {
          font-size: 16px; } }
  .courses_category .course_wrapper .button_container {
    align-self: center;
    margin-left: auto;
    margin-bottom: 10px; }
  @media (max-width: 1199px) {
      .courses_category .course_wrapper .button_container {
        align-self: center;
        margin-left: initial; } }
  .courses_category .course_wrapper.payed {
    border: 2px solid #50d0d3; }

.course_category_dashboard {
  margin-bottom: 20px; }

.no_course_payed_yet_wrapper {
  margin-top: -8px;
  margin-bottom: 25px; }
  .no_course_payed_yet_wrapper .text_container {
    padding-top: 12px !important;
    margin-right: 18px; }

label[for=keep_me_logged_in] {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  label[for=keep_me_logged_in] input {
    margin-top: 0; }
  label[for=keep_me_logged_in] span {
    margin-left: 5px;
    font-weight: 400; }
