h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #20638a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #40638a;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}

a {
  text-decoration: underline;
}

li {
  padding-bottom: 6px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.section {
  width: 100%;
  max-width: 685px;
  margin-top: 0px;
  padding: 15px;
  border-radius: 6px;
  background-color: #fff;
}

.body {
  background-color: #ece7dc;
  font-family: 'Open Sans', sans-serif;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #20638a;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.heading-3 {
  margin-top: -1px;
  font-size: 16px;
}

.row {
  margin-top: 15px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.03);
}

.nav-link {
  margin-right: 15px;
  border-radius: 15px;
}

.text-block {
  line-height: auto;
  font-weight: 400;
}

.text-block-2 {
  font-size: 13px;
}

.section-2 {
  border-radius: 15px;
}

.white-box {
  width: 100%;
  padding: 20px 30px;
  border-radius: 3px 3px 3px 0px;
  background-color: #fff;
  font-size: 12px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 20px;
  margin-bottom: 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;
  font-size: 10px;
}

.tabs {
  width: 100%;
  max-width: 700px;
  min-width: 660px;
}

.tab-link-tab-1 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #d6d0c2;
}

.tab-link-tab-1.w--current {
  padding-right: 15px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
}

.tab-link-tab-1.first {
  border-bottom-left-radius: 3px;
}

.tab-link-tab-1.last {
  border-bottom-right-radius: 3px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: auto;
}

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

.header {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #6d6d6d;
}

.content {
  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;
}

.image {
  display: block;
  border-radius: 3px;
}

.div-block-4 {
  margin-left: 25px;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.unordered-list {
  padding-left: 21px;
  font-size: 14px;
}

.list-item {
  list-style-type: disc;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.map {
  -webkit-box-flex: 259px;
  -webkit-flex: 259px;
  -ms-flex: 259px;
  flex: 259px;
}

.tab-link-impressum {
  background-color: #d6d0c2;
}

.tab-link-dsgvo {
  border-bottom-right-radius: 6px;
  background-color: #d6d0c2;
}

.tab-link-kontakt {
  background-color: #d6d0c2;
}

.text-block-3 {
  color: #3a352b;
}

.text-block-4 {
  color: #3a352b;
}

.text-block-5 {
  color: #3a352b;
}

.text-block-6 {
  font-size: 14px;
  font-weight: 400;
}

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

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

.heading-6 {
  margin-top: 9px;
}

.tabs-menu {
  font-size: 12px;
}

@media (max-width: 479px) {
  .heading {
    line-height: 22px;
  }
  .column {
    padding-left: 0px;
  }
}

