:root {
  --orange: #fcb040;
  --black: #151726;
  --white: white;
  --dim-grey: #424450;
  --grey: #919191;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: var(--orange);
  text-decoration: none;
}

.nav-bar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.body {
  color: var(--black);
  font-family: all-round-gothic, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.nav-bar-logo {
  width: 175px;
  padding-top: 15px;
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image {
  width: 30px;
  float: right;
  clear: none;
  margin-left: 40px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-bar-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.nav-bar-link:hover {
  border-bottom: 4px none var(--orange);
}

.hero-section {
  height: 90vh;
  color: var(--white);
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, .25)), url('../images/male-insurance-loss-adjuster-with-digital-tablet-i-NK7LXEG.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-big-heading {
  font-family: upgrade, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.hero-small-heading {
  margin-top: 10px;
  font-family: upgrade, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer {
  border: 0 solid #fcb242;
  border-top-width: 5px;
  padding: 35px 50px 25px;
}

.footer-link {
  color: var(--dim-grey);
  margin: 15px;
  font-family: upgrade-lights, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-block;
}

.footer-link.telephone {
  color: var(--orange);
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
}

.footer-link.telephone.less-margin {
  margin-top: 0;
}

.footer-link.text {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-column {
  text-align: center;
}

.footer-column.right {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  margin-top: 15px;
}

.columns {
  border-bottom: 1px solid var(--grey);
  padding-bottom: 20px;
}

.text-block {
  float: right;
  color: var(--grey);
  font-size: 1rem;
  line-height: 1rem;
}

.footer-signature {
  margin-top: 20px;
}

.footer-signature-link {
  color: var(--grey);
}

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

.section.bottom-margin {
  padding-bottom: 100px;
}

.div-block {
  max-width: 100%;
  border-top: 4px solid var(--orange);
  margin-bottom: 50px;
  padding: 25px;
  box-shadow: 3px 0 8px 2px rgba(0, 0, 0, .1);
}

.div-block.no-margin {
  margin-bottom: 0;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
}

.paragraph {
  font-family: upgrade-lights, sans-serif;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-3 {
  margin-top: 10px;
  font-family: upgrade-lights, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
}

.column {
  flex-direction: column;
  align-items: center;
  display: block;
}

.paragraph-2 {
  margin-top: 35px;
  font-family: upgrade-lights, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.div-block-3 {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
}

.text-block-2 {
  margin-left: 25px;
  font-family: upgrade, sans-serif;
  display: inline-block;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.grid {
  grid-column-gap: 50px;
  margin-top: 50px;
}

.paragraph-3 {
  font-family: upgrade-lights, sans-serif;
}

.div-block-5 {
  text-align: left;
  margin-bottom: 35px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.link-block {
  width: 350px;
  background-color: var(--white);
  color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 35px;
  padding: 9px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
}

.text-block-3 {
  color: var(--orange);
  letter-spacing: 1px;
  margin-left: 15px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7rem;
  text-decoration: none;
}

.image-2 {
  width: 18px;
  color: var(--orange);
}

.text-block-4 {
  font-family: upgrade-lights, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  display: inline;
}

.div-block-7 {
  margin-top: 50px;
  position: relative;
}

.image-3 {
  position: relative;
  top: -45px;
}

.div-block-11 {
  border: 1px solid #a5a5a5;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  font-family: upgrade-lights, sans-serif;
  display: block;
}

.div-block-12 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 2rem;
  display: block;
}

.text-block-5 {
  color: var(--orange);
  cursor: pointer;
  font-family: upgrade, sans-serif;
  font-size: 50px;
  line-height: 25px;
}

.paragraph-9 {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.div-block-13 {
  border: 1px solid #d82627;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  display: block;
}

.text-block-6 {
  color: #d82627;
  cursor: pointer;
  font-family: upgrade, sans-serif;
  font-size: 50px;
  line-height: 25px;
}

.columns-2 {
  margin-top: 45px;
}

.div-block-14 {
  border-top: 4px solid var(--orange);
  background-color: var(--white);
  padding: 25px;
  display: block;
  position: absolute;
  top: 115%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.text-block-7 {
  font-family: upgrade, sans-serif;
  font-size: 1.2rem;
}

.text-block-7.with-margin.middle {
  text-align: center;
  margin-top: 35px;
}

.text-block-8 {
  margin-top: 15px;
  font-family: upgrade-lights, sans-serif;
}

.text-block-8.less-margin {
  margin-top: 2px;
}

.text-block-8.less-margin.inline {
  display: inline;
}

.columns-3 {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 5px;
  display: flex;
}

.columns-3.less-margin {
  margin-top: 10px;
}

.image-4 {
  width: 15px;
  margin-right: 10px;
}

.map {
  height: 310px;
}

.div-block-15 {
  margin-top: 75px;
}

.text-block-9 {
  font-family: upgrade-lights, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}

.columns-4 {
  margin-top: 25px;
}

.text-block-10 {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-block-11 {
  text-align: center;
  margin-top: 5px;
  font-family: upgrade-lights, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.div-block-16 {
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.div-block-17 {
  width: 35%;
  margin-right: 45px;
  padding: 35px 25px;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, .1);
}

.div-block-18 {
  margin-top: 35px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  bottom: 35px;
}

.image-5 {
  height: 35px;
  max-width: none;
}

.text-span {
  background-color: var(--orange);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 5rem;
}

.text-span-2 {
  font-family: upgrade, sans-serif;
}

.link {
  color: var(--orange);
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.text-block-12 {
  margin-top: 10px;
  font-family: upgrade-lights, sans-serif;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.7rem;
  display: block;
}

.div-block-21 {
  display: none;
}

.impressum-section {
  min-height: 85vh;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.rich-text-block {
  font-family: upgrade, sans-serif;
}

.link-2 {
  text-decoration: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-banner_text {
  max-width: 90%;
  color: #616161;
  margin-bottom: 15px;
}

.fs-cc-prefs_label {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_trigger, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--orange);
  color: var(--orange);
  background-color: #fff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text_hidden {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-banner_component {
  z-index: 998;
  width: 385px;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  border-radius: 12px;
  padding: 35px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.fs-cc-banner_button {
  min-width: 140px;
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--orange);
  color: var(--orange);
  background-color: #f5f5f5;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 35px;
    padding-right: 35px;
  }

  .body {
    font-size: 17px;
    line-height: 22px;
  }

  .image {
    margin-bottom: 5px;
    margin-right: 15px;
    display: none;
  }

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 15px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 31px;
  }

  .heading-2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .heading-3 {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  .paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div-block-14 {
    display: none;
    right: 7%;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: var(--orange);
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-12 {
    text-align: left;
  }

  .div-block-21 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .footer-link.telephone {
    margin-top: 20px;
    margin-right: 35px;
  }

  .footer-link.text {
    margin-right: 0;
  }

  .footer-column {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .footer-column.right {
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block {
    margin-bottom: 25px;
  }

  .text-block-5, .text-block-6 {
    height: 25px;
    line-height: 25px;
  }

  .text-block-7 {
    font-size: 2rem;
    line-height: 30px;
  }

  .text-block-7.with-margin.middle {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .text-block-8 {
    font-size: 22px;
    line-height: 30px;
  }

  .map {
    margin-top: 35px;
  }

  .text-block-9 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-block-11 {
    margin-top: 15px;
  }

  .div-block-17 {
    width: 70%;
  }

  .div-block-19 {
    flex-direction: row;
    align-items: center;
  }

  .column-3 {
    margin-bottom: 25px;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .columns-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-logo {
    width: 110px;
    padding-top: 18px;
  }

  .hero-big-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .hero-small-heading {
    font-size: 1rem;
  }

  .footer-column.right {
    padding-left: 25px;
  }

  .text-block {
    font-size: .8rem;
  }

  .heading {
    font-size: 24px;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .heading-3 {
    padding-left: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .grid {
    grid-column-gap: 28px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .link-block {
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .text-block-4 {
    font-weight: 500;
  }

  .div-block-7 {
    padding-left: 0;
  }

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

  .div-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-8 {
    font-size: 1.5rem;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    font-size: 1.5rem;
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-8.less-margin {
    margin-left: 10px;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 35px;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-19 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    text-align: center;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    margin-left: -5px;
  }

  .text-span {
    line-height: 2.7rem;
  }

  .paragraph-10 {
    font-size: 1.5rem;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_close {
    background-color: #f5f6ff;
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_component {
    width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
}


