@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

#ratgeber

.content
padding: 25px 0
a
color: $color_light

        h2
        margin-bottom: 10px
                         article

                         p
                         padding-bottom: 20px

                                           .entry-content
                                           h2
                                           color: $base
                                                   margin-bottom: 10px
                                                                    padding-top: 40px

                                                                                   h3
                                                                                   text-decoration: none
                                                                                   color: $color_dark
                                                                                           font-weight: 600



#ratgeber p a
color: $base !important
text-decoration: underline

#ratgeber ul
margin-bottom: 10px

@media screen and (min-width: $breakpoint1)
  #ratgeber .steps
  padding-bottom: 7px


                   #ratgeber .headline_steps
                   padding-bottom: 7px



                                    table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

header .logo {
  padding-top: 7px;
}
header .logo a {
  display: flex;
  position: relative;
}
header .logo a img {
  height: 50px;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
header .logo a h1 {
  position: absolute;
  left: 48px;
  top: 0px;
  font-size: 20px;
  line-height: 19px;
  color: white;
}

input#hamburger {
  display: none;
}

nav {
  background-color: #1A8DD4;
  width: 100%;
  clear: both;
  min-height: 70px;
}
nav .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
nav .burger {
  display: none;
}
nav .menu_desktop ul {
  display: flex;
  justify-content: flex-end;
  line-height: 70px;
}
nav .menu_desktop ul li {
  padding: 0 20px;
}
nav .menu_desktop ul li a {
  color: white;
}

@media screen and (max-width: 936px) {
  nav .menu_desktop ul li {
    padding: 0 10px;
  }
}
.subheader {
  background-color: #F0F0F0;
  line-height: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #3B3B3B;
}

@media screen and (max-width: 850px) {
  #hamburger + .hamburger + .menu_desktop {
    visibility: hidden;
    clear: both;
    flex-direction: column;
    max-height: 0;
    height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #hamburger + .hamburger + .menu_desktop ul {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    float: right;
    margin-top: 20px;
    list-style-type: none;
    color: #fff;
    width: 100%;
  }
  #hamburger + .hamburger + .menu_desktop ul li {
    padding: 10px 10px;
    background-color: white;
    color: #1A8DD4;
    margin-bottom: 5px;
    border-radius: 3px;
  }

  .line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 40px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
  }

  .line:nth-child(1) {
    top: 12px;
  }

  .line:nth-child(2) {
    top: 24px;
  }

  .line:nth-child(3) {
    top: 36px;
  }

  #menu::after {
    content: "Menü";
    font-size: 13px;
    display: block;
    margin: 1px auto;
    color: #fff;
    top: 90%;
    right: 8%;
    float: right;
    position: relative;
  }

  #hamburger:checked + .hamburger .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
  }

  #hamburger:checked + .hamburger .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger:checked + .hamburger + .menu_desktop {
    max-height: 200px !important;
    height: 167px !important;
    visibility: visible !important;
  }

  #hamburger:checked + .hamburger .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  label.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    float: right;
  }

  nav .menu_desktop ul li a {
    color: #1A8DD4;
  }

  nav .menu_desktop ul {
    line-height: 20px;
  }
}
.steps {
  text-align: left;
  color: #1A8DD4;
  text-decoration: underline;
  font-size: 1rem;
  padding-bottom: 3px;
  line-height: 1.2rem;
}

.headline_steps {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding-bottom: 0;
}

.dauer {
  color: #939191;
  font-size: 0.875rem;
  line-height: 1.2rem;
}

#schritte {
  text-align: center;
  padding-bottom: 20px;
}

#schritte ul li, #ratgeber ul li, #ratgeberUebersicht ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  text-align: left;
}

.headline-steps {
  color: #999;
  font-size: 17px;
  line-height: 1.2rem;
}

.kreis_links {
  width: 100px;
  margin-right: 10px;
}

.kreis_rechts {
  width: 80%;
}

.stepDone {
  float: right;
  height: 20px;
  display: block;
  margin-top: 20px;
  margin-right: 5px;
}

#schritte .kreis {
  width: 53px;
  height: 53px;
  border-radius: 100px;
  background-color: #1A8DD4;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 1.3rem;
  margin-right: 0.7rem;
  margin: auto;
  position: relative;
}
#schritte .strich {
  content: "";
  position: absolute;
  width: 1px;
  height: 200%;
  max-height: 60px;
  background-color: #1A8DD4;
  top: 100%;
  left: 50%;
}
#schritte .kreis_active {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-name: activeSteps;
  animation-fill-mode: forwards;
}
#schritte .kreis_active span {
  font-size: 2.2rem;
  line-height: 3rem;
}
#schritte ul a {
  width: 100%;
  flex: 1;
}
#schritte .schritte_top {
  padding: 30px 0;
}
#schritte .schritte_top p {
  font-size: 0.9rem;
  color: #3B3B3B;
}
#schritte .schritte_top h2 {
  font-size: 5vw;
  padding-top: 30px;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}

#trenner {
  width: 50%;
  height: 3px;
  background-color: #1A8DD4;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 850px) {
  #trenner {
    width: 200px;
  }

  .kreis_links {
    width: 100%;
    text-align: center;
    min-height: 80px;
  }

  .kreis_rechts {
    width: 100%;
  }

  #schritte ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
  #schritte ul li {
    width: 100%;
    display: block;
    text-align: center;
  }

  #schritte .schritte_top h2 {
    font-size: 2rem;
  }
  #schritte .steps {
    text-align: center;
    padding-bottom: 10px !important;
  }
  #schritte .headline_steps {
    padding-bottom: 5px !important;
  }
  #schritte .kreis {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  #schritte .strich {
    top: 50%;
    width: 13vw;
    height: 1px;
    left: 100%;
    max-width: 200px;
  }
  #schritte .kreis_active {
    animation-duration: 0.2s;
    animation-delay: 0.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-name: activeSteps;
    animation-fill-mode: forwards;
  }
  #schritte .kreis_active span {
    font-size: 3rem;
    line-height: 6rem;
  }
  #schritte .whiteOverlay {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  #schritte .strich {
    width: 209px;
  }
}
#schritte ul li, #ratgeber ul li, #ratgeberUebersicht ul li {
  margin-bottom: 0;
}

.whiteOverlay {
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-name: whiteOverlay;
  animation-fill-mode: forwards;
}

.whiteOverlay:hover {
  cursor: pointer;
}

#ratgeber .content {
  padding: 25px 0;
}
#ratgeber a {
  color: #fff;
}
#ratgeber h2 {
  margin-bottom: 10px;
}
#ratgeber article p {
  padding-bottom: 20px;
}
#ratgeber .entry-content h2 {
  color: #1A8DD4;
  margin-bottom: 10px;
  padding-top: 40px;
}
#ratgeber .entry-content h3 {
  text-decoration: none;
  color: #3B3B3B;
  font-weight: 600;
}

#ratgeber p a {
  color: #1A8DD4 !important;
  text-decoration: underline;
}

#ratgeber ul {
  margin-bottom: 10px;
}

@media screen and (min-width: 850px) {
  #ratgeber .steps {
    padding-bottom: 7px;
  }

  #ratgeber .headline_steps {
    padding-bottom: 7px;
  }
}
#ratgeber .content {
  padding: 25px 0;
}
#ratgeber a {
  color: #fff;
}
#ratgeber article p {
  padding-bottom: 30px;
}
#ratgeber .kreis {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #1A8DD4;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 1.5rem;
  margin-right: 0.7rem;
  margin: auto;
  position: relative;
}
#ratgeber .kreis_links {
  width: 100px;
  margin-right: 10px;
}
#ratgeber .kreis_rechts {
  width: 100%;
}
#ratgeber ul {
  margin-bottom: 20px;
}

@media screen and (min-width: 850px) {
  #ratgeber .steps {
    padding-bottom: 7px;
  }
  #ratgeber .headline_steps {
    padding-bottom: 7px;
  }
  #ratgeber .kreis {
    width: 100px;
    height: 100px;
    line-height: 6.6rem;
    font-size: 3rem;
  }
  #ratgeber .kreis_rechts {
    margin-top: 10px;
    margin-left: 25px;
  }
  #ratgeber .kreis_links {
    width: 100px;
    margin-right: 10px;
  }
}
@keyframes activeSteps {
  100% {
    background-color: #fff;
    border: 3px solid #1A8DD4;
    transform: scale(1.2);
    color: #1A8DD4;
    font-weight: bold;
  }
}
@-webkit-keyframes activeSteps {
  100% {
    background-color: #fff;
    border: 3px solid #1A8DD4;
    transform: scale(1.2);
    color: #1A8DD4;
    font-weight: bold;
  }
}
@keyframes whiteOverlay {
  100% {
    background-color: #FFF;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    width: 100%;
  }
}
@keyframes closingAnimation {
  99% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.wp-block-table {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 20px;
}
.wp-block-table td {
  padding: 5px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.wp-block-table strong {
  font-weight: bold;
  color: #1A8DD4;
}

#ratgeber article ul {
  list-style-type: disc;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-left: 20px;
  padding: 10px 0;
}
#ratgeber article ul li {
  margin-bottom: 10px;
}

.wp-block-table thead, .wp-block-table thead th, .wp-block-table th strong {
  background: #1A8DD4;
  color: #fff;
}

.wp-block-table tr:nth-child(even) {
  background: #ddd;
}

.wp-block-table tr td:last-child {
  text-align: center;
}

body {
  font-family: Arial, sans-serif;
}

p {
  line-height: 1.625rem;
  font-size: 1.25rem;
  color: #3B3B3B;
  padding-bottom: 20px;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 29px;
}

h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 31px;
  text-decoration: underline;
  color: #1A8DD4;
  padding-bottom: 20px;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 20px;
}

a {
  display: block;
  box-sizing: border-box;
}

.btn1 {
  width: 50%;
  margin: auto;
  background-color: #1A8DD4;
  font-size: 1.25rem;
  border-radius: 0px;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  cursor: pointer;
}

.btn_big {
  width: 90%;
  background-color: #1A8DD4;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 15px 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
}

.btn_cta {
  width: 100%;
  padding: 20px 30px;
  background-color: #1A8DD4;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  outline: 0;
  border: none;
  cursor: pointer;
}

.close {
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #1A8DD4;
  border-top: solid 1px #999;
}

.content {
  width: 85%;
  max-width: 1200px;
  margin: auto;
}

.blau {
  color: #1A8DD4;
}

.grau {
  background-color: #f8f8f8;
}

.smalltext {
  font-size: 0.875rem;
}

section {
  padding: 50px 0;
}

.grey_bg {
  background-color: #f8f8f8;
}

@media screen and (min-width: 850px) {
  .btn_big {
    width: 300px;
  }
}

/*# sourceMappingURL=style_important.css.map */
