/* Variables */
html {
  height: 100%;
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  font-size: 0.9rem;
  position: relative;
  min-height: 100%;
  padding-bottom: 7.2rem; }

@media (min-width: 992px) {
  .container {
    max-width: 99%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1024px; } }
.content-text {
  font-weight: 300;
  color: #323232; }
  .content-text p,
  .content-text ul,
  .content-text ol {
    font-size: 1rem;
    line-height: 1.8rem; }
    @media (min-width: 992px) {
      .content-text p,
      .content-text ul,
      .content-text ol {
        margin-bottom: 1.2rem; } }
    @media (max-width: 991px) {
      .content-text p,
      .content-text ul,
      .content-text ol {
        font-size: 1rem; } }
    @media (max-width: 767px) {
      .content-text p,
      .content-text ul,
      .content-text ol {
        font-size: 0.9rem;
        line-height: 1.6rem; } }
    @media (max-width: 575px) {
      .content-text p,
      .content-text ul,
      .content-text ol {
        font-size: 0.875rem !important;
        line-height: 1.4rem !important; } }
  .content-text h2,
  .content-text h3,
  .content-text h4,
  .content-text h5,
  .content-text h1,
  .content-text h1 p {
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 2rem; }
    @media (max-width: 991px) {
      .content-text h2,
      .content-text h3,
      .content-text h4,
      .content-text h5,
      .content-text h1,
      .content-text h1 p {
        font-size: 1.4rem; } }
  .content-text h2 {
    font-size: 1.4rem; }
    @media (max-width: 991px) {
      .content-text h2 {
        font-size: 1.4rem; } }
    @media (max-width: 767px) {
      .content-text h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem; } }
    @media (max-width: 575px) {
      .content-text h2 {
        font-size: 1.1rem; } }
  .content-text h3 {
    font-size: 1.3rem; }
    @media (max-width: 767px) {
      .content-text h3 {
        font-size: 1.15rem; } }
    @media (max-width: 575px) {
      .content-text h3 {
        font-size: 1.05rem; } }
  .content-text h4 {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000; }
    @media (max-width: 767px) {
      .content-text h4 {
        font-size: 1.1rem; } }
    @media (max-width: 575px) {
      .content-text h4 {
        font-size: 1rem; } }
  .content-text h5,
  .content-text .font-small {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.5rem; }
    @media (max-width: 991px) {
      .content-text h5,
      .content-text .font-small {
        font-size: 0.9rem; } }
  @media (max-width: 991px) {
    .content-text h1 {
      font-size: 1.5rem;
      margin-bottom: 1rem; } }
  @media (max-width: 767px) {
    .content-text h1 {
      font-size: 1.3rem;
      margin-bottom: 1rem;
      line-height: 1.5rem; } }
  @media (max-width: 575px) {
    .content-text h1 {
      font-size: 1.2rem;
      margin-bottom: 1rem; } }
  @media (max-width: 575px) {
    .content-text h2 {
      margin-bottom: 0.3rem;
      font-size: 1.06rem;
      line-height: 1.5rem; } }
  @media (max-width: 575px) {
    .content-text h4 {
      font-size: 0.9rem;
      line-height: 1.3rem; } }
  @media (max-width: 992px) {
    .content-text h4 {
      font-size: 17px;
      line-height: 1.3rem; } }
  @media (max-width: 575px) {
    .content-text h3 {
      font-size: 0.9rem;
      line-height: 1.3rem; } }

.btn-primary,
.btn-secondary,
.btn-yellow,
.btn-orange,
.btn-blue,
.btn-grey,
.btn-green,
.btn-white {
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
  padding: .5rem 1rem;
  box-shadow: 0px 1.5px 2px 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px; }
  .btn-primary:hover, .btn-primary:focus,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-yellow:hover,
  .btn-yellow:focus,
  .btn-orange:hover,
  .btn-orange:focus,
  .btn-blue:hover,
  .btn-blue:focus,
  .btn-grey:hover,
  .btn-grey:focus,
  .btn-green:hover,
  .btn-green:focus,
  .btn-white:hover,
  .btn-white:focus {
    outline: none; }

.btn-yellow {
  background-color: #FF6A00; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #e65f00;
    color: #fff !important; }

.btn-blue {
  background-color: #00427D; }
  .btn-blue:hover, .btn-blue:focus {
    background-color: #003564;
    color: #fff !important; }

.btn-orange {
  background-color: #FF6A00; }
  .btn-orange:hover, .btn-orange:focus {
    background-color: #e65f00;
    color: #fff !important; }

.btn-green {
  background-color: #00CC34; }
  .btn-green:hover, .btn-green:focus {
    background-color: #00b32e;
    color: #fff !important; }

.btn-white {
  background-color: #fff;
  color: #00427D; }

.btn-secondary {
  background-color: #D2E7FA;
  color: #003F81; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #bbdbf7;
    color: #003F81; }

.btn-primary {
  background-color: #00427D; }
  .btn-primary:hover, .btn-primary:focus {
    outline: none;
    background-color: #003564; }

.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.footer .container {
  padding-right: 1rem;
  padding-left: 1rem; }

@media (max-width: 991px) and (min-width: 575px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .footer .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }
@media (min-width: 992px) {
  .header .container,
  .footer .container {
    padding: 0; } }

.close-icon {
  font-size: 1.4rem;
  color: #00427D;
  font-weight: bold;
  cursor: pointer; }

.navbar {
  background-color: #00427D;
  padding: 0.6rem 0;
  z-index: 1; }
  .navbar .container {
    flex-wrap: nowrap; }

.navbar-nav {
  width: 100%; }
  .navbar-nav a.nav-link {
    color: #fff !important; }

@media (min-width: 992px) {
  header .nav-item {
    position: relative; } }
.nav-item:last-child a {
  padding-right: 0 !important; }

.nav-link * {
  color: #fff; }
.nav-link i {
  font-size: 1.2rem;
  margin-right: 0.3rem;
  top: -1px;
  position: relative; }
.nav-link .dropdown-icon {
  font-size: 1rem;
  top: 1px;
  margin-left: 0.5rem;
  color: #D2E7FA; }
.nav-link i.mobile-icon {
  font-size: 1.8rem;
  margin-right: 0.6rem;
  top: 3px;
  float: left; }
.nav-link:hover {
  color: #D2E7FA; }

@media (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
    text-align: right; } }
@media (max-width: 768px) {
  .navbar-brand img {
    width: 100%; } }

.navbar-toggler {
  position: relative;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar-toggler {
      float: right; } }
  @media (max-width: 767px) {
    .navbar-toggler {
      flex: 0.5; } }
  .navbar-toggler:focus {
    outline: none; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #D2E7FA; }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px; }

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00427D;
  padding: 1.3rem 0;
  width: 100%;
  color: #fff; }
  @media (max-width: 575px) {
    .footer {
      text-align: center; } }
  @media (max-width: 992px) and (min-width: 453px) {
    .footer .footer-logo {
      flex: 0.5%; } }
  @media (max-width: 453px) {
    .footer .footer-logo {
      margin-bottom: 0.5rem; } }
  @media (max-width: 575px) {
    .footer .pe-richsnippets {
      display: block;
      margin: 1rem auto 0; } }
  .footer img {
    width: 300px; }
  @media (max-width: 991px) {
    .footer img {
      width: 200px; } }
  @media (max-width: 767px) {
    .footer .right-text {
      margin-top: 1rem; } }
  .footer p {
    margin-bottom: 0rem; }

.footer-nav .nav li {
  position: relative; }
.footer-nav .nav li + li {
  padding-left: 0.21rem; }
  .footer-nav .nav li + li a {
    padding: 0 0.3rem; }
  .footer-nav .nav li + li:before {
    font-size: 0.875rem;
    content: "|";
    position: absolute;
    color: #323232;
    left: 0; }
  .footer-nav .nav li + li:last-child a {
    padding-right: 0; }
.footer-nav .nav li:first-child {
  padding-right: 0.21rem; }
  .footer-nav .nav li:first-child a {
    padding-right: 0.2rem; }
.footer-nav .nav li a {
  color: #323232;
  padding: 0;
  font-size: 0.875rem; }

.einfach-versichert-page {
  background: #fff;
  padding-bottom: 0; }
  .einfach-versichert-page .footer {
    position: relative; }
    .einfach-versichert-page .footer .nav li {
      position: relative; }
    .einfach-versichert-page .footer .nav li + li:before {
      content: "|";
      position: absolute;
      color: #fff;
      left: 0; }
    .einfach-versichert-page .footer .nav li {
      padding: 0 0.5rem; }
      .einfach-versichert-page .footer .nav li:last-child {
        padding-right: 0; }
    .einfach-versichert-page .footer .nav li a {
      color: #fff;
      padding: 0;
      padding-left: 0.2rem; }
  .einfach-versichert-page .v-align {
    min-height: 600px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 991px) {
      .einfach-versichert-page .v-align {
        min-height: 365px; } }
  .einfach-versichert-page .section-one {
    background-image: linear-gradient(to right, #004580, #009DDB);
    position: relative; }
    .einfach-versichert-page .section-one .section-one-overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("https://cdn.zahnzusatzversicherungen-vergleich.com/template-zzv2/images/einfachversichert/v2/EinfachVersichert_banner1.png");
      background-position: center center;
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-one {
        background-size: cover;
        background-position: left; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .section-one {
        padding: 0; }
        .einfach-versichert-page .section-one .section-one-overlay {
          display: none; } }
    .einfach-versichert-page .section-one .v-align {
      min-height: 550px;
      align-items: center; }
      @media (max-width: 991px) {
        .einfach-versichert-page .section-one .v-align {
          min-height: 0;
          padding-top: 3.4rem; } }
      @media (max-width: 767px) {
        .einfach-versichert-page .section-one .v-align {
          min-height: 0;
          padding-top: 1rem;
          padding-bottom: 3rem; } }
    .einfach-versichert-page .section-one.about-banner .section-one-overlay {
      background-image: url("https://vdd-zzv-cdn.s3.eu-central-1.amazonaws.com/template-zzv2/images/einfachversichert/v2/about-banner.png");
      background-size: cover; }
    .einfach-versichert-page .section-one.about-banner .content-text {
      padding: 5rem 0; }
    .einfach-versichert-page .section-one.about-banner h2 {
      margin-bottom: 4rem; }
    .einfach-versichert-page .section-one.about-banner h3 {
      font-size: 28px;
      font-weight: 100; }
      .einfach-versichert-page .section-one.about-banner h3 b {
        font-weight: 600; }
    .einfach-versichert-page .section-one.about-banner li {
      color: #fff;
      border-radius: 2px;
      font-size: 16px;
      padding: 15px 30px;
      margin-bottom: 0.7rem;
      background-image: linear-gradient(to right, #00275E, #005BB4);
      width: 100%;
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.24); }
  .einfach-versichert-page .section-two {
    background-image: url("https://cdn.zahnzusatzversicherungen-vergleich.com/template-zzv2/images/einfachversichert/v2/EinfachVersichert_banner2.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: 65px 0; }
    @media (max-width: 767px) {
      .einfach-versichert-page .section-two {
        background-image: none; } }
    @media (max-width: 414px) {
      .einfach-versichert-page .section-two {
        background-position: -190px center; } }
  .einfach-versichert-page .section-five,
  .einfach-versichert-page .section-five-mobile {
    background-image: url("https://cdn.zahnzusatzversicherungen-vergleich.com/template-zzv2/images/einfachversichert/v2/EinfachVersichert_banner3.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .einfach-versichert-page section {
    min-height: 600px;
    position: relative; }
    @media (max-width: 991px) {
      .einfach-versichert-page section {
        min-height: 365px; } }
  .einfach-versichert-page .content-text {
    position: relative; }
  .einfach-versichert-page .section-two .content-text {
    position: relative;
    z-index: 1;
    color: #00427D; }
  .einfach-versichert-page .banner-area h2 {
    font-size: 3rem;
    font-weight: 100;
    line-height: 3.5rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area h2 {
        font-size: 2rem;
        line-height: 2rem; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area h2 {
        font-size: 1.8rem;
        line-height: 2rem; } }
  .einfach-versichert-page .banner-area h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 2rem;
    color: #00427D; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area h4 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area h4 {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .einfach-versichert-page .banner-area p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0; }
  .einfach-versichert-page .banner-area h3 {
    color: #fff;
    font-size: 35px;
    line-height: 2.5rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area h3 {
        font-size: 28px;
        line-height: 2rem; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area h3 {
        font-size: 30px;
        line-height: 2.3rem; } }
  .einfach-versichert-page .banner-area .mockup-hand img {
    margin-top: 2rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area .mockup-hand img {
        width: 62%; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area .mockup-hand img {
        position: relative;
        width: 200px;
        left: -20px; } }
  .einfach-versichert-page .banner-area .btn {
    font-size: 1.4rem;
    padding: .8rem 7rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area .btn {
        font-size: 1rem;
        padding: .5rem 5rem; } }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area .btn {
        font-size: 1rem;
        padding: 1rem 0rem;
        width: 100%; } }
  .einfach-versichert-page .banner-area .register-link {
    color: #fff;
    font-weight: 100;
    margin-top: 1rem;
    font-size: 1.4rem;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 28px;
    text-decoration: none; }
    .einfach-versichert-page .banner-area .register-link span {
      border-bottom: solid 0.1px #fff; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area .register-link {
        margin-top: 0.5rem;
        font-size: 1rem; } }
  .einfach-versichert-page .banner-area .rating-text {
    color: #BFCFDF;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4rem;
    margin-top: 3rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .banner-area .rating-text {
        margin-top: 1.5rem; } }
  .einfach-versichert-page .banner-area .trust-marker {
    position: absolute;
    right: -22%;
    bottom: 40px;
    top: 50%; }
    .einfach-versichert-page .banner-area .trust-marker img {
      width: 100px; }
    @media (max-width: 1349px) {
      .einfach-versichert-page .banner-area .trust-marker {
        right: -50px; } }
    @media (max-width: 1199px) {
      .einfach-versichert-page .banner-area .trust-marker {
        right: -5%; }
        .einfach-versichert-page .banner-area .trust-marker img {
          width: 70%; } }
    .einfach-versichert-page .banner-area .trust-marker label {
      color: #BFCFDF;
      font-weight: 300;
      font-size: 13px; }
  .einfach-versichert-page .banner-area .banner-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background-image: linear-gradient(to right, rgba(0, 24, 66, 0.85), rgba(0, 99, 190, 0.85)); }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area .banner-footer {
        position: static;
        background: #001944;
        padding: 20px 0; } }
    .einfach-versichert-page .banner-area .banner-footer .container {
      padding: 0; }
    @media (max-width: 767px) {
      .einfach-versichert-page .banner-area .banner-footer ul {
        flex: 1;
        width: 100%;
        flex-wrap: wrap;
        text-align: center; } }
    .einfach-versichert-page .banner-area .banner-footer li {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .einfach-versichert-page .banner-area .banner-footer li {
          flex: 100%;
          justify-content: center !important; } }
    .einfach-versichert-page .banner-area .banner-footer p {
      margin-bottom: 0;
      color: #fff;
      font-size: 1rem;
      font-weight: 300; }
      @media (max-width: 991px) {
        .einfach-versichert-page .banner-area .banner-footer p {
          font-size: 0.7rem; } }
      @media (max-width: 767px) {
        .einfach-versichert-page .banner-area .banner-footer p {
          font-size: 1rem;
          line-height: 2rem; } }
    .einfach-versichert-page .banner-area .banner-footer img {
      width: 25px;
      margin-right: 0.5rem; }
      @media (max-width: 991px) {
        .einfach-versichert-page .banner-area .banner-footer img {
          width: 20px; } }
  .einfach-versichert-page .text-white {
    color: #fff; }
  .einfach-versichert-page .section-two .img-grid {
    margin: 3rem 4rem 0; }
    .einfach-versichert-page .section-two .img-grid li {
      flex: 25% 0; }
      @media (max-width: 767px) {
        .einfach-versichert-page .section-two .img-grid li {
          flex: 33.33% 0; } }
    .einfach-versichert-page .section-two .img-grid img {
      width: 80%;
      margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .einfach-versichert-page .section-two .img-grid {
        margin: 2rem 0 0; }
        .einfach-versichert-page .section-two .img-grid img {
          width: 80%; } }
  @media (max-width: 991px) {
    .einfach-versichert-page .section-three .box-right .v-align {
      min-height: 535px; } }
  @media (max-width: 767px) {
    .einfach-versichert-page .section-three .box-right .v-align {
      min-height: 420px; } }
  .einfach-versichert-page .section-three .box-right img {
    margin-left: -45px;
    position: absolute;
    bottom: 0; }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-three .box-right img {
        width: 350px;
        margin-left: -25px; } }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-three .box-right img {
        width: 300px;
        bottom: -15%; } }
  .einfach-versichert-page .section-three .box-left img {
    margin-left: -30px; }
  .einfach-versichert-page .section-three h4 {
    color: #fff; }
  @media (max-width: 991px) {
    .einfach-versichert-page .about-section-box .v-align {
      min-height: 800px !important; } }
  @media (max-width: 767px) {
    .einfach-versichert-page .about-section-box .v-align {
      min-height: 0 !important;
      padding: 3rem 0; } }
  .einfach-versichert-page .about-section-box img {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .einfach-versichert-page .about-section-box .box-right img {
    position: static; }
  .einfach-versichert-page .about-section-box .box-left,
  .einfach-versichert-page .about-section-box .box-right {
    padding: 0 2.5rem; }
  .einfach-versichert-page .section-four .box-right h3 {
    margin-top: 4.5rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-four .box-right h3 {
        margin-top: 3rem; } }
  .einfach-versichert-page .section-four h4 {
    color: #fff; }
  .einfach-versichert-page .section-four .box-right .person-img {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none; }
    @media (max-width: 1700px) {
      .einfach-versichert-page .section-four .box-right .person-img {
        left: -17%; } }
    @media (max-width: 1199px) {
      .einfach-versichert-page .section-four .box-right .person-img {
        width: 350px; } }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-four .box-right .person-img {
        width: 60%; } }
  .einfach-versichert-page .section-four .call-to-action {
    margin-left: 40%;
    margin-top: 3.5rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .section-four .call-to-action {
        margin-left: 0%;
        margin-top: 2rem;
        padding-bottom: 2rem; } }
    .einfach-versichert-page .section-four .call-to-action .btn {
      width: 300px;
      padding: 0.8rem 0;
      display: inherit; }
      @media (max-width: 991px) {
        .einfach-versichert-page .section-four .call-to-action .btn {
          width: 100%; } }
    .einfach-versichert-page .section-four .call-to-action img {
      margin-right: 10px; }
  @media (max-width: 991px) {
    .einfach-versichert-page .section-four .box-left .v-align {
      min-height: 435px; }
      .einfach-versichert-page .section-four .box-left .v-align img {
        width: 80%; } }
  .einfach-versichert-page .section-four-mobile .img-round-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D6E0E5; }
    .einfach-versichert-page .section-four-mobile .img-round-wrapper img {
      width: 112px !important;
      margin-left: -16px; }
  .einfach-versichert-page .section-four-mobile .call-to-action {
    margin-top: 1rem;
    padding-bottom: 1rem;
    width: 100%; }
    @media (max-width: 767px) {
      .einfach-versichert-page .section-four-mobile .call-to-action .btn img {
        width: auto; } }
  .einfach-versichert-page .section-four-mobile .box-right img {
    width: 80%; }
  .einfach-versichert-page .section-four-mobile .person-img-mobile {
    width: 80%; }
  @media (max-width: 767px) {
    .einfach-versichert-page .section-five {
      background-image: none;
      min-height: 280px; } }
  .einfach-versichert-page .section-five h2 {
    color: #00427D; }
  .einfach-versichert-page .section-five .register-link {
    color: #00CC34;
    font-weight: 300; }
    .einfach-versichert-page .section-five .register-link span {
      border-color: #00CC34; }
  @media (max-width: 767px) {
    .einfach-versichert-page .section-five .box-container {
      margin: 0 auto; }
    .einfach-versichert-page .section-five .v-align {
      min-height: 280px; } }
  .einfach-versichert-page .section-five-mobile {
    min-height: 260px;
    background-position: 97% center; }
    .einfach-versichert-page .section-five-mobile .v-align {
      min-height: 260px; }
  .einfach-versichert-page .section-five-about {
    background: #F2F2F2; }
    @media (max-width: 767px) {
      .einfach-versichert-page .section-five-about {
        padding-bottom: 4rem; } }
    .einfach-versichert-page .section-five-about h3 {
      color: #00427D;
      line-height: 45px; }
    .einfach-versichert-page .section-five-about p {
      color: #00427D;
      font-weight: 400; }
  .einfach-versichert-page .box-container .d-flex {
    margin-bottom: 1.5rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .box-container .d-flex {
        margin-bottom: 0.5rem; } }
    @media (max-width: 991px) {
      .einfach-versichert-page .box-container .d-flex img {
        width: 35px; } }
  @media (max-width: 991px) {
    .einfach-versichert-page .box-container h2 {
      line-height: 2rem;
      margin-bottom: 0.5rem; } }
  .einfach-versichert-page .box-left {
    background: #41B6E8; }
  .einfach-versichert-page .box-right {
    background: #003C7B; }

.einfach-versichert-page .modal .content-text {
  color: #00427D; }
.einfach-versichert-page .modal-header {
  border: none;
  padding: 0; }
  @media (max-width: 767px) {
    .einfach-versichert-page .modal-header {
      margin-bottom: 0rem; } }
.einfach-versichert-page .modal-dialog {
  padding-right: 1.3%;
  padding-left: 1.3%;
  margin: 0px auto;
  height: 100%;
  display: flex; }
@media (min-width: 576px) {
  .einfach-versichert-page .modal-dialog {
    max-width: 900px; } }
.einfach-versichert-page .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
  padding: 1.5rem; }
  @media (max-width: 767px) {
    .einfach-versichert-page .modal-content {
      padding: 1.5rem 0; } }
  .einfach-versichert-page .modal-content h2 {
    font-size: 2.45rem;
    font-weight: 300;
    line-height: 3rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .modal-content h2 {
        font-size: 1.65rem;
        margin-bottom: 0;
        line-height: 2rem; } }
  .einfach-versichert-page .modal-content p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .einfach-versichert-page .modal-content p {
        font-size: 1.2rem !important;
        line-height: 1.5rem; } }
  .einfach-versichert-page .modal-content h3 {
    font-weight: 900; }
  .einfach-versichert-page .modal-content .form-control {
    border: solid 1px #00CC34;
    color: #00427D;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    padding: .5rem .75rem;
    border-radius: .25rem; }
    @media (max-width: 767px) {
      .einfach-versichert-page .modal-content .form-control {
        font-size: 0.9rem;
        padding: 0.9rem .75rem; } }
    .einfach-versichert-page .modal-content .form-control::-webkit-input-placeholder {
      color: #00427D; }
  .einfach-versichert-page .modal-content .form-group {
    margin-bottom: 0.5rem; }
  .einfach-versichert-page .modal-content .btn {
    width: 100%;
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .einfach-versichert-page .modal-content .btn {
        font-size: 0.9rem;
        padding: 0.9rem .75rem; } }
.einfach-versichert-page .modal-close {
  position: absolute;
  right: 2rem;
  top: 35px;
  background-color: #003f81;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }
  @media (max-width: 991px) {
    .einfach-versichert-page .modal-close {
      top: 27px;
      width: 25px;
      height: 25px; } }
  .einfach-versichert-page .modal-close i {
    top: 0 !important;
    color: #fff;
    font-size: 1.3rem; }
    @media (max-width: 991px) {
      .einfach-versichert-page .modal-close i {
        font-size: 1rem;
        margin-left: -1px; } }

/*# sourceMappingURL=style-v2.css.map */
