body {
  font-family: 'Noto Serif', sans-serif;
  color: #6b6d71;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Noto Serif', sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 5px;
}

strong {
  font-weight: bold;
}

.topnav {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9000;
  min-height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(251deg, #374665, #e4ad69);
  background-image: linear-gradient(199deg, #374665, #e4ad69);
  font-style: normal;
}

.topnav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
}

.topnav-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topnav-text-link {
  margin-left: 15px;
  opacity: 0.6;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.topnav-text-link.linkblock {
  margin-right: 10px;
  margin-left: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.topnav-linkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
}

.navigation-small {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9000;
  display: none;
  background-color: #fff;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6d71;
  line-height: 18px;
  font-style: normal;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: #6b6d71;
}

.navlink.blue {
  color: #374665;
  font-weight: 700;
}

.navlink.small {
  height: 65px;
  padding-top: 25px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.small {
  height: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'PT Sans', sans-serif;
}

.navbar {
  background-color: #fff;
}

.navbar.shadow {
  box-shadow: 1px 1px 4px 0 rgba(60, 60, 60, .5);
}

.slider {
  z-index: 2;
  height: 470px;
}

.slide {
  background-image: -webkit-radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .75), rgba(55, 70, 101, .85) 35%, rgba(55, 70, 101, .8) 60%, hsla(33, 69%, 65%, .75));
  background-image: radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .75), rgba(55, 70, 101, .85) 35%, rgba(55, 70, 101, .8) 60%, hsla(33, 69%, 65%, .75));
}

.slide.slide1 {
  background-image: -webkit-radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .45), rgba(55, 70, 101, .5) 35%, rgba(55, 70, 101, .45) 59%, hsla(33, 69%, 65%, .45)), url('../images/slide-vergleichen.jpg');
  background-image: radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .45), rgba(55, 70, 101, .5) 35%, rgba(55, 70, 101, .45) 59%, hsla(33, 69%, 65%, .45)), url('../images/slide-vergleichen.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.slide.slide2 {
  color: #fff;
}

.slide.slide3 {
  background-image: -webkit-radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .45), rgba(55, 70, 101, .5) 35%, rgba(55, 70, 101, .5) 60%, hsla(33, 69%, 65%, .45)), url('../images/slide-veranlagung.jpg');
  background-image: radial-gradient(circle farthest-corner at 2% 8%, hsla(33, 69%, 65%, .45), rgba(55, 70, 101, .5) 35%, rgba(55, 70, 101, .5) 60%, hsla(33, 69%, 65%, .45)), url('../images/slide-veranlagung.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section {
  padding: 90px 10px;
}

.section.vorteile {
  /* background-image: -webkit-linear-gradient(270deg, rgba(55, 70, 101, .95), rgba(55, 70, 101, .95)), url('../images/ihre-vorteile-background.jpg');
  background-image: linear-gradient(180deg, rgba(55, 70, 101, .95), rgba(55, 70, 101, .95)), url('../images/ihre-vorteile-background.jpg'); */
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-style: normal;
}

.section.vergleich {
  padding-bottom: 0px;
  background-image: url('../images/background-wood.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}

.section.footer {
  padding-bottom: 55px;
  background-color: #374665;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #c4d7ff;
  font-size: 18px;
  font-style: normal;
}

.section.pattern-triangle {
  background-image: url('../images/grey-background-triangle-ueber-mich.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern {
  background-image: url('../images/uebermich-pattern.png');
  background-position: 0px 0px;
}

.section.pattern.lupebg {
  background-image: url('../images/Lupe.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.plus {
  background-image: url('../images/plus-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.shield {
  background-image: url('../images/shield-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.herz {
  padding-top: 0px;
  background-image: url('../images/heart-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.diagramm {
  background-image: url('../images/diagramm-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.haus {
  border-bottom: 1px solid silver;
  background-image: url('../images/house-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 5% 90%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.download {
  background-image: url('../images/uebermich-pattern.png'), url('../images/download-icon.svg');
  background-position: 0px 0px, 90% 25%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.section.pattern.faq {
  background-image: url('../images/uebermich-pattern.png'), url('../images/fragezeichen-icon.svg');
  background-position: 0px 0px, 90% 25%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.section.pattern.datenschutz {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section.pattern.calc {
  border-bottom: 1px solid silver;
  background-image: url('../images/calculator-icon.svg'), url('../images/uebermich-pattern.png');
  background-position: 90% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.section.pattern.informationen {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}

.uebermich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uebermich-text {
  width: 50%;
  padding-right: 8%;
  font-family: 'PT Sans', sans-serif;
}

.uebermich-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr {
  width: 60px;
  height: 4px;
  margin-top: -5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.hr.blue {
  background-color: #374665;
}

.hr.blue.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hr.blue.center.margin {
  margin-bottom: 50px;
}

.hr.yellow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #e4ad69;
}

.hr.yellow.left {
  margin-left: 0px;
}

.hr.sliderhr {
  margin-bottom: 10px;
  background-color: #fce092;
}

.aboutme-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif', sans-serif;
  font-style: italic;
}

.aboutme-check.first {
  margin-top: 30px;
}

.check-image {
  margin-right: 20px;
}

.mehr-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 45px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 25px;
  background-color: #374665;
  color: #fff;
}

.mehr-button.white {
  border: 1px solid #fff;
  background-color: transparent;
}

.mehr-button.white.dividerbtn {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 16px;
}

.mehr-button.dividerbig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
}

.mehr-button.transparent {
  margin-top: 0px;
  margin-right: 0px;
  border: 1px solid #374665;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #374665;
}

.p-noto-i.slidertext {
  max-width: 440px;
}

.uebermich-image-backgr {
  width: 380px;
  height: 260px;
  margin-top: 30px;
  padding-top: 30px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(88deg, #374665, #987f67 47%, #e4ad69);
  background-image: linear-gradient(2deg, #374665, #987f67 47%, #e4ad69);
}

.uebermich-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 20px 50px -15px rgba(55, 70, 101, .7);
}

.uebermich-bild-text {
  margin-top: 60px;
}

.bildtext-name {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.bildtext-beschreibung {
  max-width: 330px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-style: normal;
  text-align: center;
}

.vorteile {
  text-align: center;
}

.vorteile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vorteile-row.margin {
  margin-top: 100px;
}

.vorteil-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vorteil-block.vorteil-page {
  max-width: 335px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-top: 70px;
}

.vorteil-block.vorteil-page.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}

.vorteil-head {
  display: block;
  max-width: 270px;
  margin: 10px auto;
  color: #e4ad69;
  font-size: 20px;
  font-style: normal;
  text-align: center;
}

.vorteil-text {
  max-width: 250px;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3b55;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-style: normal;
}

.divider-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold {
  font-size: 26px;
  font-weight: 700;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  margin-top: 35px;
  margin-left: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
}

.footer-link-h {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #c4d7ff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  margin-right: 30px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #c4d7ff;
}

.hr-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: #c4d7ff;
  opacity: 0.25;
}

.footer-link-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(196, 215, 255, .25);
}

.footer-store-image {
  margin-right: 20px;
  margin-left: 20px;
}

.copyright {
  margin-top: 50px;
}

.copyright-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
}

.divider-text {
  margin-right: 20px;
  text-align: center;
}

.divider-text.transparent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.topnav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.topnav-logo-link:hover {
  -webkit-transform: scale(1.28);
  -ms-transform: scale(1.28);
  transform: scale(1.28);
}

.vorteile-h1 {
  margin-top: 0px;
}

.vergleich-ipad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  background-image: url('../images/vergleich-ipad-background2x.png');
  background-position: 50% 100%;
  background-size: 884px;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 15px rgba(0, 0, 0, .5);
}

.vergleich-ipad-inner {
  margin-right: 60px;
  margin-left: 60px;
  padding-bottom: 80px;
}

.vergleich-h1 {
  text-align: center;
}

.vergleich-inner-text {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  text-align: center;
}

.vergleich-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.vergleich-box {
  width: 300px;
  padding: 35px 40px;
  border-radius: 5px;
}

.vergleich-box.blue {
  border: 1px solid #374665;
}

.vergleich-box.yellow {
  border: 1px solid #e4ad69;
}

.vergleich-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.vergleich-check.last {
  margin-bottom: 0px;
}

.vergleich-starten {
  display: block;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans Caption', sans-serif;
  color: #374665;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.image.noradius {
  max-width: 170px;
  margin-right: 30px;
  border-radius: 0px;
}

.madeby-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
}

.made-by-logo {
  width: 115px;
  height: 25px;
  margin-bottom: -2px;
  background-image: url('../images/FLAQSHIP-Logo-grey.png');
  background-position: 50% 100%;
  background-size: 112px;
  background-repeat: no-repeat;
}

.made-by-logo:hover {
  background-image: url('../images/FLAQSHIP-Logo-glow.png');
  background-size: contain;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content.content-right {
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-content.slide2 {
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-h2 {
  max-width: 440px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: normal;
}

.textshadow {
  text-shadow: 1px 1px 5px #000;
}

.fynup-chart {
  max-width: 50%;
  margin-left: 40px;
  border-radius: 0px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  display: block;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  box-shadow: 0 20px 70px -2px rgba(55, 70, 101, .5);
}

.container-2-col-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-wrapper {
  display: block;
  width: 100%;
  max-width: 760px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
}

.center {
  text-align: center;
}

.h1-sub-text {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.h1-sub-text.faq {
  margin-bottom: 35px;
}

._2-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  max-width: 335px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-col-left.lastitem {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._2-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  max-width: 335px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._2-col-right.vorsorge {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-col-stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hr-small {
  width: 60px;
  height: 1px;
  margin-top: -5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.hr-small.blue {
  background-color: #374665;
}

.hr-small.blue.padding {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hr-small.yellow {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #e4ad69;
}

.h2 {
  margin-bottom: 10px;
  color: #374665;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.h2.yellow {
  color: #e4ad69;
  line-height: 26px;
  font-style: normal;
}

.h-tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  padding-top: 100px;
}

.h-tooltip.small {
  margin-top: 0px;
  padding-top: 75px;
}

.tooltip-icon {
  margin-left: 5px;
  padding-bottom: 10px;
}

.header-image-wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.header-image-text {
  position: absolute;
  top: 12%;
  right: 0px;
  padding: 10px 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(55, 70, 101, .8);
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  line-height: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.header-image-text.left {
  left: 0px;
  right: auto;
  border-radius: 0px 5px 5px 0px;
}

.blue-center {
  display: block;
  max-width: 540px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #374665;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.blue-center.yellow {
  color: #e4ad69;
  font-style: normal;
}

.blue-center.yellow.wide {
  max-width: 750px;
}

.dropdown-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  min-height: 45px;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #374665;
  background-image: url('../images/plus-drop-down.svg');
  background-position: 5% 50%;
  background-repeat: no-repeat;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  cursor: pointer;
}

.dropdown-block.light {
  background-color: #495673;
}

.dropdown-block.shadow.yellow {
  margin-bottom: 0px;
  background-color: #e4ad69;
}

.dropdown-block.shadow.yellow:hover {
  text-decoration: none;
}

.dropdown-block.pkw {
  background-color: #29334a;
}

.dropdown-block.motorrad {
  background-color: #2e3a53;
}

.dropdown-block.unfall {
  background-color: #32405c;
}

.dropdown-block.beunf {
  background-color: #495673;
}

.dropdown-block.existenz {
  background-color: #5b6781;
}

.dropdown-block.privat {
  background-color: #6d788f;
}

.dropdown-block.rechtschutz {
  background-color: #7f899d;
}

.dropdown-block.fahrrad {
  background-color: #919aab;
}

.dropdown-block.photovoltaik {
  background-color: #a4aab9;
}

.dropdown-block.reisevers {
  background-color: #b6bbc7;
}

.dropdown-block.eigenheim {
  background-color: #232d41;
}

.dropdown-block.grey {
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f1f1f1;
  background-image: url('../images/plus-grey.svg');
  background-position: 20px 10px;
  background-size: auto;
  color: #6b6d71;
}

.dropdown-block.grey.shadow {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-position: 15px 15px;
  line-height: 24px;
}

.dropdown-block.grey.shadow.first {
  margin-top: 0px;
}

.h1-half {
  max-width: 520px;
}

.caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
}

.shadow {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .35);
}

.divider-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1100px;
  min-height: 100px;
  margin: 75px auto 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e4ad69;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  font-style: normal;
}

.divider-big.shadow.kredit {
  margin-bottom: 50px;
}

.divider-big.blue {
  background-color: #374665;
}

.fullwidth {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.h1-vorsorge {
  max-width: 70%;
  margin-top: 75px;
}

.body {
  font-family: 'Noto Serif', sans-serif;
  font-style: italic;
}

.list-item {
  margin-bottom: 25px;
}

.yellow-text {
  color: #e4ad69;
}

.divider-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #374665;
}

.textlink {
  color: #6b6d71;
  cursor: pointer;
}

.textlink.fett {
  font-weight: 700;
}

.ul-simplr-li {
  margin-top: 13px;
  margin-bottom: 26px;
}

.simplr-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #374665;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #374665;
  font-style: normal;
  font-weight: 700;
}

.appstore-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.appstore-item {
  margin-top: 50px;
  margin-right: 25px;
  margin-left: 25px;
}

.paragraph {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 6em;
  column-gap: 6em;
}

.border-bottom {
  border-bottom: 1px solid silver;
}

.fin-eisl-logo-big {
  display: block;
  margin: 100px auto 50px;
}

.agb-download-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374665;
}

.agb-download-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.agb-download-item-link {
  margin-right: 30px;
  margin-left: 30px;
}

.agb-download-item-image {
  width: 100%;
  height: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-top {
  margin-top: 50px;
}

.impressum {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}

.impressum a {
  color: #6b6d71;
}

.impressum li {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
}

.impressum h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.impressum p {
  margin-top: 20px;
  margin-bottom: 15px;
}

.gmaps {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.navbar-small {
  background-color: #fff;
}

.navbar-small.shadow {
  box-shadow: 1px 1px 4px 0 rgba(60, 60, 60, .5);
}

.navigation {
  background-color: #fff;
}

.bg-euro {
  padding-top: 50px;
  background-image: url('../images/euro-icon.svg');
  background-position: 85% 38%;
  background-repeat: no-repeat;
}

.dropdown-element {
  overflow: hidden;
  width: 100%;
  max-width: 820px;
  margin-top: 1px;
  border-style: solid;
  border-width: 0px 2px 2px;
  border-color: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.dropdown-element-text {
  margin: 21px;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.contactme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.form-fields-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.form-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .65);
}

.close {
  position: absolute;
  top: -50px;
  right: -60px;
  z-index: 105;
  padding: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.close:hover {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.succeess-text {
  margin-bottom: 10px;
  text-align: left;
}

.succeess-text.compass {
  margin-top: 25px;
}

.succeess-text.h {
  color: #374665;
  font-size: 19px;
}

.success-massage {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e4ad69;
  background-color: #fff;
}

.contactme-outer {
  display: block;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-note {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  line-height: 11px;
}

.datenschutz-box {
  max-width: 100%;
}

.form-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #374665;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
}

.form-text {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}

.form-field {
  width: 200px;
  padding-bottom: 0px;
  padding-left: 5px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(220, 3%, 43%, .6);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.form-field:focus {
  border-bottom-color: #e4ad69;
}

.form-field.captcha {
  width: 80px;
}

.submit-button {
  display: block;
  width: 140px;
  height: 45px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  border-radius: 22.5px;
  background-color: #e4ad69;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #374665;
}

.datenschutz-text {
  font-size: 10px;
  line-height: 16px;
}

.datenschutz-link {
  color: #1a1b25;
}

.msg {
  margin-top: 10px;
  background-color: #ffdede;
  font-size: 12px;
  text-align: center;
}

.kommentar {
  max-height: 100px;
  max-width: 200px;
  min-height: 80px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(220, 3%, 43%, .6);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.kommentar:focus {
  border-color: #9a248e;
}

.form-h1 {
  margin-top: 20px;
  font-size: 28px;
  text-align: center;
}

.link-section {
  margin-top: -100px;
  padding-top: 100px;
}

.simplr-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .65);
}

.simplr-iframe {
  position: absolute;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 740px;
}

.simplr-iframe.modal {
  position: static;
  overflow: visible;
  height: 100%;
}

.vergleich-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vrechner-iframe {
  display: block;
  overflow: scroll;
  width: 100%;
  height: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block:hover {
  text-decoration: none;
}

.span-tooltip {
  position: relative;
  padding-right: 25px;
  background-image: url('../images/info-icon.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.tooltip-inner {
  position: absolute;
  left: -85px;
  bottom: 30px;
  display: none;
  overflow: hidden;
  width: 300px;
  max-height: 255px;
  margin: 200px auto 0px;
  padding: 20px;
  border-radius: 5px;
  background-color: #374665;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 300;
}

.mehr-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 45px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 25px;
  background-color: #374665;
  color: #fff;
  font-style: normal;
}

.mehr-button-link.white {
  border: 1px solid #fff;
  background-color: transparent;
}

.mehr-button-link.vergleich {
  width: auto;
  max-width: 90%;
  margin-top: 70px;
  padding-top: 10px;
  box-shadow: 0 9px 50px 3px rgba(55, 70, 101, .4);
  text-transform: uppercase;
}

.mehr-button-link.vergleich.yellow {
  background-color: #e4ad69;
  box-shadow: 0 9px 50px 3px hsla(33, 69%, 65%, .4);
}

.mehr-button-link.sliderbutton {
  margin-top: 20px;
  margin-left: 0%;
  background-color: #fce092;
  font-family: 'PT Sans', sans-serif;
  color: #6b6d71;
  font-style: normal;
}

.mehr-button-link.sliderbutton.slide3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  font-family: 'Noto Serif', sans-serif;
}

.simplr-image {
  margin-bottom: 50px;
}

.download-text {
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 18px;
  font-style: normal;
}

.close-register {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.close-register:hover {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.simplr-iframe-wrapper {
  position: relative;
  overflow: scroll;
  width: 90%;
  height: 90%;
  max-height: 700px;
  max-width: 740px;
}

.simplr-iframe-wrapper.modal {
  position: absolute;
  overflow: hidden;
  max-height: 600px;
}

.wko-image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fynup-video {
  display: block;
  width: 90%;
  max-width: 850px;
  margin: 75px auto 55px;
}

.iframe-div {
  overflow: auto;
  width: 100%;
  max-width: 695px;
}

.iframe-fallback {
  display: block;
  margin: 10px auto;
  color: #6b6d71;
  font-size: 12px;
  text-align: center;
}

.simplr-modal-inner {
  width: 100%;
  height: 100%;
}

.section-3 {
  display: block;
}

.inline-link {
  color: #6b6d71;
  font-weight: 700;
  cursor: pointer;
}

.link-wko {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.h1-link-yellow {
  color: #e4ad69;
}

.h1-link-yellow:hover {
  text-decoration: underline;
}

.mt50 {
  margin-bottom: 50px;
}

.veranlagung-grafik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.captcha-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.captcha-text {
  font-size: 12px;
}

.heading-2 {
  padding-top: 50px;
}

.footer-adresse {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.address {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .topnav-phone {
    margin-left: 30px;
  }
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .nav-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section.pattern {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section.pattern.calc {
    background-position: 95% 26%, 0px 0px;
  }
  .divider {
    padding-right: 10px;
    padding-left: 10px;
  }
  .divider-text {
    width: 70%;
    text-align: center;
  }
  .divider-text.transparent {
    margin-right: 20px;
  }
  .vergleich-ipad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 674px;
    height: 640px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
  }
  .vergleich-ipad-inner {
    padding-bottom: 10px;
  }
  .vergleich-inner-text {
    max-width: 98%;
  }
  .vergleich-box-wrapper {
    width: 96%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .vergleich-box {
    width: 260px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .vergleich-box.yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vergleich-check {
    font-size: 16px;
  }
  .vergleich-starten {
    margin-top: 40px;
  }
  .image {
    max-width: 160px;
  }
  .image.noradius {
    max-width: 140px;
  }
  .slide-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-content.content-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fynup-chart.shadow {
    display: none;
  }
  .dropdown-block {
    background-position: 5% 50%;
    font-size: 16px;
  }
  .paragraph {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .impressum {
    margin-right: 10px;
    margin-left: 10px;
  }
  .form-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .form-container {
    margin-top: 15px;
  }
  .vrechner-iframe {
    overflow: auto;
  }
  .tooltip-inner {
    left: -18px;
  }
  .mehr-button-link.vergleich {
    margin-top: 40px;
    font-size: 13px;
  }
  .mehr-button-link.sliderbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .close-register {
    position: absolute;
    top: 0px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  .topnav-wrapper {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navlink {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #374665;
  }
  .nav-container {
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu {
    padding-left: 30px;
    border-bottom: 1px solid rgba(51, 51, 51, .15);
    background-color: hsla(0, 0%, 100%, .95);
  }
  .nav-menu.small {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    max-height: 84vh;
  }
  .section.footer {
    padding-top: 40px;
  }
  .section.pattern {
    padding-right: 20px;
    padding-left: 20px;
  }
  .uebermich {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .uebermich-text {
    width: 90%;
    margin-bottom: 50px;
    padding-right: 10px;
  }
  .uebermich-image {
    width: 90%;
  }
  .mehr-button.white.dividerbtn {
    margin-top: 10px;
    font-size: 16px;
  }
  .mehr-button.dividerbig {
    width: 185px;
    font-size: 14px;
  }
  .mehr-button.transparent {
    margin-top: 20px;
    margin-left: 0px;
  }
  .vorteile-row.margin {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .vorteil-block {
    width: 200px;
    margin-top: 50px;
  }
  .vorteil-block.vorteil-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 20px auto 30px;
  }
  .vorteil-block.vorteil-page.last {
    max-width: 80%;
  }
  .divider {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .divider-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block {
    min-width: 170px;
    margin-left: 12%;
  }
  .footer-link.simplr {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .footer-link-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .divider-text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .divider-text.transparent {
    margin-right: auto;
    margin-left: auto;
  }
  .vergleich-ipad {
    width: 95%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 50px;
    background-image: none;
    box-shadow: none;
    color: #fff;
  }
  .vergleich-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vergleich-box.blue {
    border-width: 5px;
  }
  .vergleich-box.yellow {
    border-width: 5px;
  }
  .vergleich-starten {
    color: #fff;
  }
  .vergleich-inner-box {
    margin-bottom: 50px;
  }
  .footer-store-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .icon {
    color: #374665;
  }
  .container-2-col-text {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .container-2-col-text.switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-col-left {
    max-width: 100%;
    padding-right: 10px;
  }
  ._2-col-left.switch {
    width: 100%;
  }
  ._2-col-right {
    max-width: 100%;
  }
  ._2-col-right.switch {
    width: 100%;
  }
  .hr-small.blue.padding {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .hr-small.yellow {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blue-center {
    margin-top: 50px;
  }
  .dropdown-block {
    padding-left: 15%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 5% 50%;
    font-size: 14px;
  }
  .dropdown-block.yellow.shadow {
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h1-half {
    max-width: 580px;
  }
  .divider-big.shadow {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .divider-big.blue.shadow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h1-vorsorge {
    max-width: 100%;
  }
  .divider-transparent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .agb-download-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agb-download-item.kredit {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .form-fields-con {
    margin-bottom: 60px;
  }
  .form-wrapper {
    overflow: scroll;
  }
  .close {
    top: 15px;
    right: 15px;
  }
  .success-massage {
    margin-right: 5px;
    margin-left: 5px;
  }
  .contactme-outer {
    width: 100%;
  }
  .form-container {
    overflow: scroll;
    width: 100%;
    height: 100%;
  }
  .form-field {
    padding-bottom: 7px;
    padding-left: 5px;
  }
  .msg {
    margin-top: 20px;
  }
  .span-tooltip {
    padding-right: 0px;
    background-image: none;
    background-repeat: repeat;
  }
  .close-register {
    right: 15px;
  }
  .fynup-video {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 21px;
    line-height: 26px;
  }
  .topnav-linkbox {
    min-height: 65px;
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section.vergleich {
    background-image: -webkit-linear-gradient(270deg, hsla(220, 3%, 43%, .2), hsla(220, 3%, 43%, .2)), url('../images/background-wood.jpg');
    background-image: linear-gradient(180deg, hsla(220, 3%, 43%, .2), hsla(220, 3%, 43%, .2)), url('../images/background-wood.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .section.footer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section.pattern.plus {
    background-position: 100% 15%, 0px 0px;
    background-size: contain, auto;
  }
  .aboutme-check.first {
    margin-top: 20px;
  }
  .aboutme-check.last {
    margin-bottom: 20px;
  }
  .mehr-button.dividerbig {
    margin-top: 15px;
  }
  .p-noto-i.slidertext {
    line-height: 20px;
  }
  .uebermich-image-backgr {
    position: relative;
    height: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
  .uebermich-img {
    position: relative;
    top: 35px;
    width: 90%;
    height: 90%;
  }
  .vorteile-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vorteil-block.vorteil-page {
    width: 100%;
  }
  .bold {
    font-size: 23px;
  }
  .footer-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .footer-block {
    max-width: 130px;
    min-width: 130px;
    margin-right: 5px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-link-h {
    font-size: 17px;
    line-height: 25px;
  }
  .footer-link {
    font-size: 16px;
  }
  .footer-link-row {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-store-image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .copyright-inner {
    height: 125px;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .divider-text {
    width: 100%;
    font-size: 16px;
  }
  .vergleich-ipad {
    padding-top: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
  }
  .vergleich-starten {
    margin-top: 16vw;
  }
  .slide-h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .fynup-chart {
    display: none;
  }
  .container-wrapper {
    width: 100%;
  }
  ._2-col-left {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  ._2-col-right {
    width: 100%;
    max-width: 100%;
  }
  .hr-small.blue.padding {
    margin-bottom: 20px;
  }
  .hr-small.yellow {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .header-image-text {
    padding: 8px 20px;
    font-size: 14px;
  }
  .dropdown-block {
    padding: 10px 5px 10px 15%;
    font-size: 14px;
    line-height: 18px;
  }
  .divider-big.shadow {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vorteil-text-block {
    text-align: center;
  }
  .agb-download-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agb-download-item {
    width: 260px;
    margin-bottom: 20px;
  }
  .agb-download-item-image {
    margin-top: 10px;
  }
  .form-fields-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-wrapper {
    overflow: scroll;
  }
  .close {
    top: 10px;
  }
  .succeess-text.h {
    margin-bottom: 20px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .success-massage {
    margin-top: 20px;
  }
  .form-note {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .datenschutz-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .form-container {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
  }
  .form-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-field {
    width: 90%;
  }
  .kommentar {
    width: 90%;
    max-height: 130px;
    max-width: 100%;
    margin-top: 30px;
  }
  .form-h1 {
    margin-top: 40px;
  }
  .mehr-button-link.vergleich {
    width: 90%;
  }
}

