@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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
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;
}

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

input {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 900px) {
  :root {
    font-size: 12px;
  }
}

body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, input, select, li, button {
  font-family: "Inter", sans-serif;
}

h1 {
  line-height: 6rem;
  font-weight: 600;
  font-size: 5rem;
  color: #1c1c1c;
}

h2 {
  font-weight: 600;
  line-height: 4.2rem;
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
  color: #1c1c1c;
}

h3 {
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}

h4 {
  padding: 0;
  margin: 0;
  line-height: 1.75rem;
  font-size: 1.5rem;
}

h5 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  color: #1c1c1c;
  line-height: 1.5rem;
}

.btn {
  display: inline-flex;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  line-height: 1.8rem;
  border: none;
}
.btn:after {
  padding-left: 0.4rem;
  content: "➜";
  transition: transform 0.2s ease;
}
.btn:hover:after {
  transform: translateX(30%);
}

.blue {
  background: #4295d1;
}
.blue:hover {
  color: white;
  background: #4295d1;
}
.blue:active {
  color: white !important;
  background: #4295d1 !important;
  border: none !important;
}

.red {
  background: #bd2020;
}
.red:hover {
  color: white;
  background: #bd2020;
}
.red:active {
  color: white !important;
  background: #bd2020 !important;
  border: none !important;
}

.link {
  display: flex;
  align-items: center;
}
.link:after {
  padding-left: 0.4rem;
  content: "➜";
  transition: transform 0.2s ease;
  font-size: 0.8rem;
  font-weight: lighter;
}
.link:hover {
  color: #bd2020;
}
.link:hover p {
  color: #bd2020;
}
.link:hover:after {
  transform: translateX(25%);
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.tinymce-image-right {
  float: right;
  padding-left: 2rem;
}
@media screen and (max-width: 900px) {
  .tinymce-image-right {
    float: none;
    padding-left: 0;
    display: none;
  }
}

.tinymce-image-left {
  float: left;
  padding-right: 2rem;
}
@media screen and (max-width: 900px) {
  .tinymce-image-left {
    float: none;
    padding-right: 0;
  }
}

b {
  font-weight: bold;
}

small {
  font-size: small;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body #header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #cccdcd;
}
body #header .header-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1200px;
}
body #header .header-background .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 6rem;
}
body #header .header-background .header-inner .lettering .lettering-inner {
  display: flex;
  align-items: center;
}
body #header .header-background .header-inner .lettering .lettering-inner a {
  text-decoration: none;
}
body #header .header-background .header-inner .lettering .lettering-inner a .lettering-firstText {
  line-height: 2.25rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3b5873;
}
@media screen and (max-width: 1235px) {
  body #header .header-background .header-inner .lettering .lettering-inner a .lettering-firstText {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body #header .header-background .header-inner .lettering .lettering-inner a .lettering-linkText {
  font-weight: normal;
  color: #bd2020;
}
@media screen and (max-width: 1235px) {
  body #header .header-background .header-inner .lettering .lettering-inner a .lettering-linkText {
    font-size: 0.8rem;
  }
}
body #header .header-background .header-inner nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
body #header .header-background .header-inner nav ul li {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #1c1c1c;
  display: flex;
  align-items: center;
}
body #header .header-background .header-inner nav ul li a {
  text-decoration: none;
  color: #1c1c1c;
}
body #header .header-background .header-inner nav ul li:before {
  content: "";
  display: flex;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #bd2020;
  margin: 0.5rem;
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
}
body #header .header-background .header-inner nav ul li:hover:before {
  transform: scale(1);
}
body .relativeHeader {
  transition: all 0.3s ease;
}
body .notVisible {
  transform: translateY(-200%);
}
@media screen and (max-width: 1024px) {
  body #header {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  body #header .header-background {
    width: 75%;
  }
}
body #header-responsive {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #cccdcd;
}
body #header-responsive #navResponsive {
  width: 100%;
}
body #header-responsive #navResponsive .slicknav_menu {
  background: none;
  width: 100%;
}
body #header-responsive #navResponsive .slicknav_menu .slicknav_btn {
  display: none;
}
body #header-responsive #navResponsive .slicknav_menu ul {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body #header-responsive #navResponsive .slicknav_menu ul li {
  padding: 0.7rem;
  width: 75%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body #header-responsive #navResponsive .slicknav_menu ul li {
    width: 90%;
  }
}
body #header-responsive #navResponsive .slicknav_menu ul li a {
  display: flex;
  text-align: center;
}
body #header-responsive .header-background {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  body #header-responsive .header-background {
    width: 90%;
  }
}
body #header-responsive .header-background .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 6rem;
}
body #header-responsive .header-background .header-inner .lettering .lettering-inner {
  display: flex;
  align-items: center;
}
body #header-responsive .header-background .header-inner .lettering .lettering-inner a {
  text-decoration: none;
}
body #header-responsive .header-background .header-inner .lettering .lettering-inner a .lettering-firstText {
  font-weight: bold;
  color: #3b5873;
  font-size: 1rem;
  line-height: 1.5rem;
}
body #header-responsive .header-background .header-inner .lettering .lettering-inner a .lettering-linkText {
  font-weight: normal;
  color: #bd2020;
  font-size: 0.8rem;
}
body #header-responsive .header-background .header-inner .menuButton {
  background: none;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  border: none;
  outline: none;
}
body #header-responsive .header-background .header-inner .menuButton i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d0f12;
}
body #header-responsive .header-background .header-inner nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
body #header-responsive .header-background .header-inner nav ul li {
  margin-left: 0.5rem;
  font-size: 1rem;
  color: #1c1c1c;
  display: flex;
  align-items: center;
}
body #header-responsive .header-background .header-inner nav ul li a {
  text-decoration: none;
  color: #1c1c1c;
}
body #header-responsive .header-background .header-inner nav ul li:before {
  content: "";
  display: flex;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #bd2020;
  margin: 0.5rem;
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
}
body #header-responsive .header-background .header-inner nav ul li:hover:before {
  transform: scale(1);
}
@media screen and (min-width: 1025px) {
  body #header-responsive {
    display: none;
  }
}
body main {
  flex: 1;
  position: relative;
  z-index: 0;
  padding-top: 8rem;
}
body main #content section {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
body main #content section .section-inner {
  width: 60%;
  max-width: 1200px;
}
@media screen and (max-width: 1300px) {
  body main #content section .section-inner {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  body main #content section .section-inner {
    width: 90%;
  }
}
body main #content .start {
  margin-bottom: 2rem;
}
body main #content .start .section-inner {
  margin: 0;
  align-items: center;
}
body main #content .start .section-inner .text-start-container {
  padding-left: 0;
}
body main #content .start .section-inner .text-start-container h1 {
  color: #1c1c1c;
}
@media screen and (max-width: 1740px) {
  body main #content .start .section-inner .text-start-container h1 {
    font-size: 4.3rem;
    line-height: 5.3rem;
  }
}
@media screen and (max-width: 1514px) {
  body main #content .start .section-inner .text-start-container h1 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  body main #content .start .section-inner .text-start-container h1 {
    text-align: center;
  }
}
body main #content .start .section-inner .appointments-start-container {
  padding: 0;
}
body main #content .start .section-inner .appointments-start-container .appointments-start {
  height: auto;
  width: 100%;
  background: #c6cad8;
  border-radius: 1rem;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul {
  padding: 0.5rem;
  margin: 0;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li {
  padding: 0.5rem;
  height: 20rem;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .start-img-container {
  border-radius: 1rem 1rem 0 0;
  height: 50%;
  width: 100%;
  background: #ffffff;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .start-img-container img {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .appointment-start-simple-container {
  padding: 0.5rem;
  border-radius: 0 0 1rem 1rem;
  height: 50%;
  background: #d7dee6;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .appointment-start-simple-container i {
  display: flex;
  width: 1.5rem;
  justify-content: center;
  padding-right: 0.3rem;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .appointment-start-simple-container time {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .appointment-start-simple-container h5 {
  padding-block: 0.3rem 0.6rem;
}
body main #content .start .section-inner .appointments-start-container .appointments-start ul li .appointment-start-simple-container p {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
}
body main #content .allAppointments {
  margin-bottom: 2rem;
}
body main #content .allAppointments .section-inner {
  margin: 0;
  align-items: center;
}
body main #content .allAppointments .section-inner .appointments-all {
  padding: 0;
}
body main #content .allAppointments .section-inner ul {
  height: 100%;
}
body main #content .allAppointments .section-inner ul li {
  padding-block: 0.5rem;
  height: 25rem;
  transition: transform 0.2s ease;
}
body main #content .allAppointments .section-inner ul li:hover {
  transform: translateY(-0.2rem);
}
body main #content .allAppointments .section-inner ul li .appointment-all-img-container {
  border-radius: 1rem 1rem 0 0;
  height: 50%;
  width: 100%;
  background: #ffffff;
  padding: 0;
  border: #d7dee6 0.5rem solid;
  border-bottom: none;
}
body main #content .allAppointments .section-inner ul li .appointment-all-img-container img {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body main #content .allAppointments .section-inner ul li .appointment-all-simple-container {
  padding: 0.5rem;
  border-radius: 0 0 1rem 1rem;
  height: 50%;
  background: #d7dee6;
}
body main #content .allAppointments .section-inner ul li .appointment-all-simple-container i {
  display: flex;
  width: 1.5rem;
  justify-content: center;
  padding-right: 0.3rem;
}
body main #content .allAppointments .section-inner ul li .appointment-all-simple-container time {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  font-size: 0.8rem;
}
body main #content .allAppointments .section-inner ul li .appointment-all-simple-container h5 {
  padding-block: 0.3rem 0.6rem;
}
body main #content .allAppointments .section-inner ul li .appointment-all-simple-container p {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
body main #content .sponsors {
  background: #9da9bf;
}
body main #content .sponsors .section-inner {
  padding-block: 3rem;
}
body main #content .sponsors .section-inner ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
body main #content .sponsors .section-inner ul .memberCard {
  background-color: transparent;
  height: 10rem;
  perspective: 1000px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  body main #content .sponsors .section-inner ul .memberCard:hover .memberCard-inner {
    transform: rotateY(180deg);
  }
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardFront, body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardBack {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0.6rem;
  overflow: hidden;
  background: white;
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardFront {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardFront img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardBack {
  padding: 2rem 1rem;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main #content .sponsors .section-inner ul .memberCard .memberCard-inner .cardBack a {
  font-size: 0.8rem;
}
body main #content .allMember .section-inner table {
  width: 100%;
}
body main #content .allMember .section-inner table tbody {
  margin: 0;
  width: 100%;
}
body main #content .allMember .section-inner table tbody tr {
  margin: 0;
}
body main #content .allMember .section-inner table tbody tr .alignCentre {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main #content .allMember .section-inner table tbody tr td {
  height: 10rem;
  padding: 1rem;
  mix-blend-mode: multiply;
}
body main #content .allMember .section-inner table tbody tr td .contact {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
body main #content .allMember .section-inner table tbody tr td .small {
  line-height: 1rem;
  padding-top: 0.3rem !important;
}
body main #content .allMember .section-inner table tbody tr td i {
  padding-right: 0.25rem;
  width: 2rem;
  display: flex;
  justify-content: center;
}
body main #content .allMember .section-inner table tbody tr td img {
  object-fit: contain;
  vertical-align: top;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  padding-inline: 1rem;
}
@media screen and (max-width: 1700px) {
  body main #content .allMember .section-inner table tbody tr .responsiveNotVisible1 {
    display: none !important;
  }
}
@media screen and (max-width: 1150px) {
  body main #content .allMember .section-inner table tbody tr .responsiveNotVisible2 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  body main #content .allMember .section-inner table tbody tr {
    padding-block: 1rem;
  }
  body main #content .allMember .section-inner table tbody tr .noImg {
    display: none;
  }
  body main #content .allMember .section-inner table tbody tr .logoMember {
    padding-bottom: 1.5rem;
  }
  body main #content .allMember .section-inner table tbody tr td {
    height: auto;
    max-height: 8rem;
    padding-block: 0.5rem;
  }
}
body main #content .allMember .section-inner table tbody tr:nth-child(even) {
  background: #d3e0ef;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body main #content .allMember .section-inner table tbody tr td {
    padding-block: 0.5rem;
    height: auto;
  }
  body main #content .allMember .section-inner table tbody tr .logoMember {
    height: 5rem;
    padding-block: 1rem;
  }
  body main #content .allMember .section-inner table tbody tr:nth-child(4n+1), body main #content .allMember .section-inner table tbody tr:nth-child(4n) {
    background: #fff;
  }
  body main #content .allMember .section-inner table tbody tr:nth-child(4n+2), body main #content .allMember .section-inner table tbody tr:nth-child(4n+3) {
    background: #d3e0ef;
  }
}
body main #content .team .section-inner ul {
  display: flex;
  justify-content: center;
}
body main #content .team .section-inner ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 1rem;
}
body main #content .team .section-inner ul li .description {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  color: #0e70ca;
}
body main #content .team .section-inner ul li .address {
  padding-bottom: 0.5rem;
  text-align: center;
}
body main #content .team .section-inner ul li .address p {
  line-height: 1.2rem;
}
body main #content .team .section-inner ul li a {
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
body main #content .team .section-inner ul li a i {
  width: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
}
body main #content .team .section-inner ul li .img-con {
  height: 9rem;
  width: 9rem;
  margin-bottom: 1rem;
}
body main #content .team .section-inner ul li .img-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
body main #content .gemeinden .section-inner ul {
  display: flex;
  justify-content: center;
}
body main #content .gemeinden .section-inner ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-block: 2rem 4rem;
}
body main #content .gemeinden .section-inner ul li .address {
  padding-bottom: 0.5rem;
  text-align: center;
}
body main #content .gemeinden .section-inner ul li .address p {
  line-height: 1.2rem;
}
body main #content .gemeinden .section-inner ul li a {
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
body main #content .gemeinden .section-inner ul li a i {
  width: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
}
body main #content .gemeinden .section-inner ul li .img-con {
  width: 80%;
  margin-bottom: 1rem;
}
body main #content .gemeinden .section-inner ul li .img-con img {
  height: auto;
  width: 100%;
}
body main #content .default h1 {
  padding: 0;
  margin: 0;
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.7rem;
}
body main #content .default h2 {
  padding: 0;
  margin: 0;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
body main #content .default h3 {
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
body main #content .default h4 {
  padding: 0;
  margin: 0;
  line-height: 1.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
body main #content .default h5 {
  padding: 0;
  margin: 0;
  line-height: 1rem;
  font-size: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
body main #content .default p {
  text-wrap: pretty;
  padding-left: 0;
  padding-bottom: 0.6rem;
}
body main #content .default strong {
  font-weight: bold;
}
body main #content .default a {
  color: #154887;
}
body main #content .default a:hover {
  text-decoration: underline;
}
body main #content .default ul {
  list-style-type: disc;
}
body main #content .default ul li {
  line-height: 1.5;
  padding-bottom: 0.3rem;
}
body main #content .area .section-inner {
  padding: 4rem 7rem;
  background: #d3e0ef;
  border-radius: 1rem;
}
@media screen and (max-width: 1200px) {
  body main #content .area .section-inner {
    padding: 3rem 2rem;
  }
}
body main #content .area .section-inner .area-content {
  height: 100%;
}
body main #content .area .section-inner .area-content div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  body main #content .area .section-inner .area-content div {
    height: auto;
  }
}
body main #content .login-custom .section-inner .login-background {
  padding: 2rem;
  background: #d3e0ef;
  border-radius: 1rem;
}
body main #content .login-custom .section-inner .login-background h2 {
  text-align: center;
  padding-bottom: 2rem;
}
body main #content .login-custom .section-inner .login-background form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main #content .login-custom .section-inner .login-background form .label-outer {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 0.5rem 1rem 1rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
body main #content .login-custom .section-inner .login-background form .label-outer label {
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
body main #content .login-custom .section-inner .login-background form .label-outer input {
  border: none;
  outline: none;
}
body main #content .login-custom .section-inner .login-background form .label-outer input::placeholder {
  color: transparent;
}
body main #content .login-custom .section-inner .login-background form button {
  border-radius: 1rem;
}
body footer {
  background: #d3e0ef;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body footer {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
body footer .footer-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #d3e0ef;
  padding: 1rem 0 0 0;
}
body footer .footer-content .content-container {
  width: 60%;
  max-width: 1200px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-block: 2.5rem;
}
@media screen and (max-width: 1300px) {
  body footer .footer-content .content-container {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  body footer .footer-content .content-container {
    width: 90%;
  }
}
body footer .footer-content .content-container > * {
  display: flex;
}
body footer .footer-content .content-container li a:hover {
  text-decoration: underline;
}
body footer .footer-content .content-container .logo-con {
  justify-content: left;
}
body footer .footer-content .content-container .logo-con .logo {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  body footer .footer-content .content-container .logo-con {
    justify-content: center;
  }
  body footer .footer-content .content-container .logo-con .logo {
    width: 8rem;
    padding-bottom: 2rem;
  }
}
body footer .footer-content .content-container .text-con {
  justify-content: right;
}
@media screen and (max-width: 767px) {
  body footer .footer-content .content-container .text-con {
    justify-content: center;
    text-align: center;
  }
}
body footer .footer-content .content-container .text-con h4 {
  font-weight: 500;
  padding-bottom: 1rem;
}
body footer .footer-content .content-container .text-con ul {
  padding: 0;
  margin: 0;
}
body footer .footer-content .content-container .text-con ul li {
  padding-top: 0.4rem;
}
body footer .footer-content .content-container .text-con ul .contact {
  padding-bottom: 0.75rem;
}
body footer .footer-content .content-container .nav-con {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body footer .footer-content .content-container .nav-con {
    display: none;
  }
}
body footer .footer-content .content-container .nav-con ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
body footer .footer-content .content-container .nav-con ul li {
  padding-top: 0.8rem;
}
body footer .rights {
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
  background: #9da9bf;
  text-align: center;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  body footer .rights {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

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