@charset "UTF-8";
/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Open Sans";
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
.width {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
img, picture, video {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  font-size: 16px;
  line-height: 130%;
  font-weight: 100;
  margin: 0px 0px 20px 0px;
  color: #000000;
}
a, a:link, a:visited {
  color: #ee8720;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #0967a6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button, a.button:link, a.button:visited, input[type="submit"].button, span.button, button.button {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
  background: #ee8720;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button:hover, a.button:focus, a.button:active, input[type="submit"].button:hover, input[type="submit"].button:focus, input[type="submit"].button:active, span.button:hover, span.button:focus, span.button:active, button.button:hover, button.button:focus, button.button:active {
  background: #0967a6;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 100;
  text-align: center;
  color: #ee8720;
}
h2 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 100;
  text-align: center;
  color: #000000;
}
h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 100;
  color: #000000;
}
h4 {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 100;
  color: #000000;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis {
  background: #fdfdfd;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #fdfdfd;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
/***********************
Content
***********************/
.content {
  margin-bottom: clamp(50px, 4vw, 100px);
}
.content.kein_abstand_unten {
  margin-bottom: 0px;
}
.content.linie_unten {
  border-bottom: 1px solid #fdfdfd;
}
.content.weiss {
  padding: 0px;
  padding-top: clamp(50px, 4vw, 100px);
}
.content.beige {
  background: #fff4f4;
  padding: 0px;
  padding-top: clamp(50px, 4vw, 100px);
  padding-bottom: clamp(40px, 4vw, 80px);
}
.content.hellblau {
  background: #c1d1e8;
  padding: 0px;
  padding-top: clamp(50px, 4vw, 100px);
  padding-bottom: clamp(40px, 4vw, 80px);
}
.content.orange {
  background: #ee8720;
  padding: 0px;
  padding-top: clamp(50px, 4vw, 100px);
  padding-bottom: clamp(40px, 4vw, 80px);
}
.content.orange h1, .content.orange h2, .content.orange h3, .content.orange h4, .content.orange h5, .content.orange p, .content.orange ul, .content.orange ol {
  color: #ffffff;
}
.content.orange.linie_unten {
  border-bottom: 1px solid #ffffff;
}
/***********************
Swiper allgemein
***********************/
.swiper-horizontal {
  position: relative;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  z-index: 50;
  /*&:after {
			display: none;
		}*/
}
.swiper-horizontal .swiper-button-prev {
  left: -10px;
}
.swiper-horizontal .swiper-button-next {
  right: -10px;
}
.swiper-horizontal .swiper-pagination {
  position: relative;
  top: inherit;
  padding-top: 10px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000000;
  margin: 0px 8px;
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fdfdfd;
}
/***********************
Share-Box
***********************/
.share_box {
  padding: 10px 0px 30px 0px;
  text-align: right;
}
.share_box a.link, .share_box a.link:link, .share_box a.link:visited {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  margin: 3px 2px;
}
.share_box a.link.twitter, .share_box a.link:link.twitter, .share_box a.link:visited.twitter {
  background-color: #000000;
  background-image: url(/basics/images/share-icons/x.svg);
}
.share_box a.link.telegram, .share_box a.link:link.telegram, .share_box a.link:visited.telegram {
  background-color: #54a9eb;
  background-image: url(/basics/images/share-icons/telegram.svg);
}
.share_box a.link.whatsapp, .share_box a.link:link.whatsapp, .share_box a.link:visited.whatsapp {
  background-color: #25d366;
  background-image: url(/basics/images/share-icons/whatsapp.svg);
}
.share_box a.link.facebook, .share_box a.link:link.facebook, .share_box a.link:visited.facebook {
  background-color: #0866ff;
  background-image: url(/basics/images/share-icons/facebook.svg);
}
.share_box a.link.linkedin, .share_box a.link:link.linkedin, .share_box a.link:visited.linkedin {
  background-color: #2867b2;
  background-image: url(/basics/images/share-icons/linkedin.svg);
}
.share_box a.link.xing, .share_box a.link:link.xing, .share_box a.link:visited.xing {
  background-color: #005a5f;
  background-image: url(/basics/images/share-icons/xing.svg);
}
.share_box a.link.pinterest, .share_box a.link:link.pinterest, .share_box a.link:visited.pinterest {
  background-color: #e60023;
  background-image: url(/basics/images/share-icons/pinterest.svg);
}
.share_box a.link.threads, .share_box a.link:link.threads, .share_box a.link:visited.threads {
  background-color: #000000;
  background-image: url(/basics/images/share-icons/threads.svg);
}
.share_box a.link.mastodon, .share_box a.link:link.mastodon, .share_box a.link:visited.mastodon {
  background-color: #6364FF;
  background-image: url(/basics/images/share-icons/mastodon.svg);
}
.share_box a.link.bluesky, .share_box a.link:link.bluesky, .share_box a.link:visited.bluesky {
  background-color: #208bfe;
  background-image: url(/basics/images/share-icons/bluesky.svg);
}
.share_box a.link.mail, .share_box a.link:link.mail, .share_box a.link:visited.mail {
  background-color: #bbbbbb;
  background-image: url(/basics/images/share-icons/mail.svg);
}
.share_box a.link.copy, .share_box a.link:link.copy, .share_box a.link:visited.copy {
  background-color: #bbbbbb;
  background-image: url(/basics/images/share-icons/link.svg);
}
.share_box a.link:hover, .share_box a.link:focus, .share_box a.link:active {
  transform: scale(1.1);
  -webit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/***********************
Header
***********************/
.header {
  padding: 13px 0px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.header .logo {
  width: 150px;
}
.header ul {
  display: block;
  text-align: right;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.header ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.header ul li:first-child {
  margin-left: 0px;
}
.header ul li a, .header ul li a:link, .header ul li a:visited {
  display: block;
  color: #777777;
}
.header ul li a:hover, .header ul li a:focus, .header ul li a:active, .header ul li.active a, .header ul li.active a:link, .header ul li.active a:visited {
  color: #000000;
}
.header button.mobilebutton {
  background: none;
  border: none;
  display: block;
  text-align: right;
  cursor: pointer;
  margin: 0px 0px 0px auto;
}
.header button.mobilebutton p {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}
.header button.mobilebutton .icon {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 48px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header button.mobilebutton .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  width: calc(100% - 20px);
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header button.mobilebutton .icon span:nth-child(1) {
  top: 11px;
}
.header button.mobilebutton .icon span:nth-child(2) {
  top: 21px;
}
.header button.mobilebutton .icon span:nth-child(3) {
  top: 31px;
}
.header button.mobilebutton.open .icon span:nth-child(1) {
  top: 21px;
  width: 100%;
  width: calc(100% - 20px);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2) {
  opacity: 0;
}
.header button.mobilebutton.open .icon span:nth-child(3) {
  top: 21px;
  width: 100%;
  width: calc(100% - 20px);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .mobilemenu {
  position: absolute;
  left: 0px;
  top: 61px;
  z-index: 2000;
  width: 100%;
  background: #000000;
  padding: 0px;
  text-align: left;
}
.header .mobilemenu ul {
  text-align: left;
}
.header .mobilemenu ul li {
  display: block;
  margin: 0px;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  color: #999;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  background: rgba(255, 255, 255, 0.03);
  color: #ddd;
}
.header#scrollnavi {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 100%;
  background: #ffffff;
}
/***********************
Headerbild
***********************/
.headerbild_leer {
  /*height: 50px;*/
}
.headerbild {
  padding: 200px 0px 160px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.headerbild h1 {
  color: #ee8720;
  font-weight: 100;
  text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.7);
  margin: 0px;
}
.headerbild img, .headerbild picture {
  width: 100%;
  height: auto;
}
/***********************
Headline & text
***********************/
.headline_text ul, .headline_text ol {
  padding-left: 17px;
}
/***********************
Boxenliste
***********************/
.boxenliste .box {
  margin-bottom: 20px;
}
.boxenliste .box img {
  width: 100%;
  margin-bottom: 20px;
}
.boxenliste .box .iconbox .icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
  display: inline-block;
  font-family: "FontAwesome";
  background: #ffffff;
  color: #ee8720;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 4px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 20px;
}
.boxenliste .box .iconbox .icon.sprechblasen:before {
  content: "";
}
.boxenliste .box .iconbox .icon.stift_blatt:before {
  content: "";
}
.boxenliste .box .iconbox .icon.arzt:before {
  content: "";
}
.boxenliste .box .iconbox .icon.herz:before {
  content: "";
}
.boxenliste .box .iconbox .icon.sprechblasen_2:before {
  content: "";
}
.boxenliste .box .iconbox .icon.kalender:before {
  content: "";
}
.boxenliste .box h2, .boxenliste .box h3 {
  text-align: left;
}
.boxenliste .box.mitte {
  text-align: center;
  padding-bottom: 50px;
}
.boxenliste .box.mitte h2, .boxenliste .box.mitte h3 {
  text-align: center;
}
/***********************
Akkordeon im Akkordeon
***********************/
.akkordeon_2 h2 {
  text-align: left;
}
.akkordeon_2 .block_1 .akkordeon {
  position: relative;
  cursor: pointer;
  padding: 10px 0px 15px 40px;
  border-bottom: 1px solid #c2690e;
  margin-bottom: 15px;
}
.akkordeon_2 .block_1 .akkordeon:before {
  position: absolute;
  top: 9px;
  left: 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 4px 0px 0px 0px;
  content: "+";
  color: #ee8720;
  font-weight: normal;
  line-height: 19px;
}
.akkordeon_2 .block_1 .akkordeon.akkordeon_offen:before {
  content: "−";
}
.akkordeon_2 .block_1 h4.akkordeon:before {
  top: 7px;
}
.content.hellblau .akkordeon_2 .block_1 .akkordeon {
  border-bottom: 1px solid #8a9eba;
}
.content.hellblau .akkordeon_2 .block_1 .akkordeon:before {
  color: #c1d1e8;
}
/***********************
Newsliste
***********************/
.newsliste h1, .newsliste h2 {
  text-align: left;
}
.newsliste .box {
  margin-bottom: 40px;
}
.newsliste .box img {
  width: 100%;
  margin-bottom: 20px;
}
/***********************
Newsartikel
***********************/
.newsartikel h1, .newsartikel h2 {
  text-align: left;
}
.newsartikel img {
  margin-bottom: 20px;
}
/***********************
Arztliste
***********************/
.arztliste h1, .arztliste h2 {
  text-align: left;
}
.arztliste h2.weitere {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}
.arztliste .box {
  margin-bottom: 40px;
}
.arztliste .box.weniger {
  margin-bottom: 10px;
}
.arztliste .box img {
  width: 100%;
  margin-bottom: 20px;
}
.arztliste .box h3 {
  font-weight: normal;
}
.arztliste .box h3 span {
  display: block;
  font-size: 15px;
  line-height: normal;
  font-weight: 100;
  margin: 0px 0px 20px 0px;
}
/***********************
Arzt
***********************/
.arzt h1, .arzt h2 {
  text-align: left;
}
.arzt img {
  margin-bottom: 40px;
}
.arzt .einstieg {
  padding-bottom: 40px;
}
.arzt .zeile {
  padding-top: 30px;
}
.arzt .box {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.arzt .box h4 {
  font-weight: normal;
}
.arzt .box h4 span {
  display: inline-block;
  vertical-align: top;
}
.arzt .box h4 span.icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #ee8720;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px 10px 5px 0px;
  text-align: center;
  color: #ffffff;
}
.arzt .box h4 span.icon.pfeil:before {
  content: "➔";
}
.arzt .box h4 span.icon.uhr:before {
  content: "↻";
  font-family: "FontAwesome";
  content: "";
}
.arzt .box h4 span.text {
  width: 95%;
  width: calc(100% - 40px);
}
.arzt .box p {
  margin: 0px;
  color: #777777;
}
/***********************
Stelle
***********************/
.stelle h1, .stelle h2 {
  text-align: left;
}
.stelle hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #cccccc;
  margin: 50px 0px;
}
/***********************
Stellenliste
***********************/
.stellenliste h1, .stellenliste h2 {
  text-align: left;
}
.stellenliste .box {
  margin-bottom: 30px;
}
/***********************
Kontakt
***********************/
.kontakt .box {
  background: #ffffff;
  padding: calc(var(--bs-gutter-x) * .5);
  margin-bottom: 30px;
}
.kontakt .box p {
  margin-top: calc(var(--bs-gutter-x) * .5);
  margin-bottom: calc(var(--bs-gutter-x) * .5);
}
/***********************
Kontaktformular
***********************/
.kontaktformular h1, .kontaktformular h2 {
  text-align: left;
}
.kontaktformular input[type="text"], .kontaktformular select, .kontaktformular textarea {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  background: #ffffff;
  color: #000000;
  margin-bottom: 15px;
  border: none;
}
.kontaktformular textarea {
  height: 150px;
  line-height: normal;
  padding: 10px;
}
.kontaktformular .parsley-error-list {
  position: relative;
  margin: -15px 0px 10px 0px;
  padding: 3px;
  background: #ff0000;
}
.kontaktformular .parsley-error-list li {
  color: #ffffff;
  font-weight: normal;
}
/***********************
Footer
***********************/
.footer {
  background: #8E8E8E;
  padding: 0px;
  padding-top: clamp(30px, 2vw, 50px);
  padding-bottom: clamp(30px, 2vw, 50px);
}
.footer hr {
  border: none;
  height: 1px;
  wifth: 100%;
  background: #ffffff;
  margin-bottom: 20px;
}
.footer p, .footer ul {
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  margin: 0px 0px 15px 0px;
  list-style-type: none;
}
.footer p li, .footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.footer p li a, .footer p li a:link, .footer p li a:visited, .footer ul li a, .footer ul li a:link, .footer ul li a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.footer p li a:hover, .footer p li a:focus, .footer p li a:active, .footer p li.active a, .footer p li.active a:link, .footer p li.active a:visited, .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active, .footer ul li.active a, .footer ul li.active a:link, .footer ul li.active a:visited {
  color: #000000;
  text-decoration: none;
}
.footer ul {
  text-align: right;
}
.footer .termin {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 1000;
  width: auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.footer .termin:hover, .footer .termin:focus, .footer .termin:active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.footer .termin .box {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
  display: inline-block;
  font-family: "FontAwesome";
  background: #ee8720;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 4px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 2px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 10px;
  text-align: center;
}
.footer .termin .box:before {
  content: "";
}
.footer .termin p {
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: normal;
  margin: 0px;
  color: #ee8720;
}
/***********************
Media Query
***********************/
@media (prefers-reduced-motion: reduce) {
  body, html {
    scroll-behavior: auto;
  }
}
@media (max-width: 575.98px) {
  .footer {
    text-align: center;
  }
  .footer ul {
    padding: 0px;
    text-align: center;
  }
  .footer .termin {
    bottom: 10px;
    right: 10px;
  }
  .footer .termin .box {
    margin: 0px;
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .footer .termin p {
    display: none;
  }
}
