/* CSS Document */

body {
  background-color: var(--bg-body);
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  color: var(--color-allgemein);
}

header.fixed-top {
  position: sticky;
}
@media (min-width: 992px) {
  header.fixed-top {
  position: fixed;
}
}

h1, h2, h3, h4, h5, h6 {
  font-family: hobo-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: hobo-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  /*color: #29589b;*/
  color: var(--color-a);
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #f9a61f;
}
.fs-normal {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;	
}
.fs-review {
  font-size: 1.25rem;	
}
.text-shadow {
  text-shadow: 2px 2px 2px #333;	
}
.nowrap {
	white-space: nowrap;
}
#start .icon {
  max-width: 5rem !important;
  align-items: center !important;
  display: flex !important;
  float: left !important;
  margin: auto !important;
}
.space {
  margin: 50px;
}

/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #40a629; /*dunkel grün*/
}
.color-02 {
  color: #b3dc1d; /*hell grün*/
}
.color-16 {
  color: #29589b; /*dunkel blau*/
}
.color-03 {
  color: #459eb5; /*hell blau*/
}
.color-04 {
  color: #f9a61f; /*orange*/
}
.color-05 {
  color: #f5f21e; /*gelb*/
}
.color-06 {
  color: #633012; /*mittel braun*/
}
.color-07 {
  color: #be894a; /*hell braun*/
}
.color-08 {
  /*color: #4d1f03; /*dunkel braun*/
  color: var(--color-08);
}
.btn-mieten .color-08 {
  color: var(--color-btn-mieten);
}
.color-09 {
  color: #C89C66; /*beige*/
}
.color-10 {
  color: var(--color-10); /*schwarz*/
}
.color-11 {
  color: #fff; /*weiß*/
}
.color-12 {
  background-image: linear-gradient(45deg, #40a629 0%, #b3dc1d 100%); /*Verlauf grün*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-13 {
  background-image: linear-gradient(45deg, #29589b 0%, #459eb5 100%); /*Verlauf blau*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-14 {
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%); /*Verlauf gelb*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-15 {
  background-image: linear-gradient(45deg, #633012 0%, #be894a 100%); /*Verlauf braun*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-16 {
	color: #1F85C4;
}

.bg-color-01 {
  background-color: #40a629; /*dunkel grün*/
}
.bg-color-02 {
  /*background-color: #b3dc1d; hell grün*/
  background-color: var(--bg-color-02);

}
.bg-color-16 {
  background-color: #29589b; /*dunkel blau*/
}
.bg-color-03 {
  background-color: #459eb5; /*hell blau*/
}
.bg-color-04 {
  background-color: #f9a61f; /*orange*/
}
.bg-color-05 {
  background-color: #f5f21e; /*gelb*/
}
.bg-color-06 {
  background-color: #633012; /*mittel braun*/
}
.bg-color-07 {
  background-color: #be894a; /*hell braun*/
}
.bg-color-08 {
  background-color: #4d1f03; /*dunkel braun*/
}
.bg-color-09 {
  /*background-color: #C89C66; beige*/
  background-color: var(--bg-color-09);
}
.bg-color-10 {
  background-color: #333; /*schwarz*/
}
.bg-color-11 {
  background-color: #fff; /*weiß*/
}
.bg-color-12 {
  /*background-image: linear-gradient(45deg, #40a629 0%, #b3dc1d 100%); Verlauf grün*/
  background-image: var(--bg-color-12);
  background-color: var(--bg-color-12-fallback);
}
.bg-color-13 {
  background-image: linear-gradient(45deg, #29589b 0%, #459eb5 100%); /*Verlauf blau*/
}
.bg-color-14 {
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%); /*Verlauf gelb*/
}
.bg-color-15 {
  background-image: linear-gradient(45deg, #633012 0%, #be894a 100%); /*Verlauf braun*/
}
.bg-color-17 {
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
    background:var(--bg-color-17);
}

/* -------------------- Farben ENDE -------------------- */



/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-top-info {
  background-image: url("");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/background/002--87918344.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.bg-footer-front {
  background-image: url("../images/background/001--27253368.svg");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.bg-content-back {
  background-image: url("../images/background/004--97158431-157865455.jpg");
  background-size: cover;
  background-blend-mode: color !important;
  background-position: top !important;
 /* background-color: rgba(255,255,255,0.65); /*weiß blur*/
  background-color: var(--bg-color-content-back);
  backdrop-filter: blur(7px);
}
.bg-review {
  background-image: url("../images/background/005--157865455.jpg");
  background-size: cover;
  background-blend-mode:color !important;
  background-position: top !important;
  /*background-color: rgba(255,255,255,0.65); weiß blur*/
  background-color:var(--bg-color-review);
  backdrop-filter: blur(7px);
}
.bg-footer {
  background-image: url("../images/background/005--157865455.jpg");
  background-color:var(--bg-color-review);
  background-blend-mode:color !important;
  background-size: cover;
  background-position: top !important;
}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}

/* -------------------- Hintergrundbilder ENDE -------------------- */


/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}

/* -------------------- Border ENDE -------------------- */

/* -------------------- Control Center Barrierefreiheit ANFANG -------------------- */
.button-control-center {
  position: fixed;
  bottom: 1.2em;
  left: 1.2em;
  cursor: pointer;
  z-index: 1050;
}
@media (max-width: 991px) {
	.button-control-center {
		bottom: 0.8em;
		left: 0.8em;
	}
}
.button-control-center svg {
	border: 3px solid #fff;
	border-radius: 2em;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	color: var(--color-akzent);
	outline: 3px solid #000;
	margin: 3px;
}
.access-panel {
	position: fixed;
	bottom: 5.6em;
	left: 1.2em;
	width: 280px;
	background: var(--bg-access-panel);
	border-radius: 0.2em;
	box-shadow: var(--access-panel-bs);
	z-index: 9980;
}
.access-panel-headline {
	background: #3b3b3b;
	border-radius: 0.2em 0.2em 0em 0em;
}
.panel-button {
	background: var(--bg-panel-button);
	border-radius: 0.2em;
	/*cursor: pointer;*/
	padding: 0.8em 0em;
	width: 100%;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.panel-button:hover {
	background: #c7c7c7;
}
.access-panel-close-button {
	background: #fff;
	color: #0c1520;
	border-radius: 0.2em;
	padding: 0.2em 0.5em;
}
.access-panel-close-button:hover {
	background: #E4E4E4;
	color: #0c1520;
}
.access-panel-auswahl span {
	font-size: 0.8em;
	color: var(--color-text);
}
.access-panel-auswahl svg {
	width: 1.4em;
	height: 1.4em;
	color: var(--color-text);
}
.icon-active {
  display: none;
}

/* Start Style Bedienhilfen */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9990;
  backdrop-filter: none;
}
body.font-large {
	font-size: 1.3em !important;
}
body.line-spacing {
	line-height: 1.8 !important;
}
body.underline-links a {
	text-decoration: underline !important;
}
/* Standard-Cursor für alle Elemente */
body.cursor-big * {
  cursor: var(--cursor-color) 10 0, auto;
}
body.cursor-big *[style*="position:fixed"],
body.cursor-big *[style*="position: fixed"],
body.cursor-big .fixed {
  cursor: var(--cursor-color) 10 0, auto;
}
/* Cursor für klickbare Elemente */
body.cursor-big a,
body.cursor-big a *,

body.cursor-big button,
body.cursor-big button *,

body.cursor-big [role="button"],
body.cursor-big [role="button"] *,

body.cursor-big label,
body.cursor-big label * {
  cursor: var(--cursor-pointer) 20 0, pointer !important;
}
body.no-images img {
	opacity: 0 !important;
}
body.no-images * {
	background-image: none !important;
}
@media (max-width: 991px) {
	body.no-images img {
		display: none;
	}
}
#readline {
  position: fixed;
  top: 0;
  height: 2px;
  width: 100vw;
  background: var(--color-readline);
  z-index: 999999;
  pointer-events: none;
  transition: top 0.1s linear;
  display: none;
}
body.readline #readline {
	display: block;
}
/* Tooltip für Icon */
.accessicon-tooltip {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	background-color: var(--access-icon-tooltip-color);
	color: var(--access-icon-tooltip-text);
	text-align: center;
	border-radius: 5px;
	padding: 0.6em 1.2em;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 2000;
	margin-left: 1em;
	font-size: 0.88em;
	width: 180px;
}
.accessicon-tooltip::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	border-width: 8px;
	border-style: solid;
	border-color: transparent var(--access-icon-tooltip-color) transparent transparent;
	transform: translateY(-50%);
}
.button-control-center:hover .accessicon-tooltip {
	visibility: visible;
	opacity: 1;
}
/* Ende Style Bedienhilfen */
/* --------------------- Control Center Barrierefreiheit ENDE --------------------- */

/* -------------------- Cookie Modal Styling ANFANG -------------------- */
.cookieModalBrandIcon {
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 3em;
	padding: 0.6em;
	display: flex;
}
@media (max-width: 767px) {
	#cookieModal .modal-body {
		font-size: 0.72em;
	}
}
#cookieModal .modal-content {
	background-color: var(--bg-modal-content);
	color: var(--modal-content-text-color);
	border-radius: 0.5em;
}
#cookieModal .modal-header {
	background-color: var(--modal-header-bg);
	color: var(--modal-header-text-color);
}
#cookieModal .modal-footer {
	background-color: var(--modal-footer-bg);
}
#cookieModal a {
	color: var(--color-akzent);
	text-decoration: underline;
}
#cookieModal a:hover {
	opacity: 0.9;
}
/* Blur zum Modal Backdrop hinzufügen */
body:has(#cookieModal.show) .modal-backdrop {
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.35) !important;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
#a11yOpenBtnInModal {
	height: fit-content;
	width: fit-content;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 1.5em;
	color: #fff;
}
.consent-placeholder {
	background-color: var(--placeholder-background);
	padding: 1em;
	border: 1px solid #cfcfcf;
	border-radius: 0.2em;
}
.btn-custom-reject {
	background-color: #cdcdcd;
}
.btn-custom-reject:hover, .btn-custom-reject:focus {
	background-color: #ADADAD;
}
.btn-custom-accept {
	background-color: var(--color-btn-custom-accept-normal);
	color: #fff;
}
.btn-custom-accept:hover, .btn-custom-accept:focus {
	background-color: var(--color-btn-custom-accept-hover);
	color: #fff;
}
.consent-icons {
	background-color: var(--bg-consent-icons);
	border-radius: 0.2em;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
}
.consent-icons svg {
	font-size: 1.6em;
}
.consent-icons p {
	font-size: 0.75em;
	margin: 0;
}
.icontrenner {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ccc;
}
/* -------------------- Cookie Modal Styling ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 140px;
  bottom: 4.5%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 999;
}
.scroll-top:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */


.content-top-info {
  background: var(--bg-content-top-info-mobile), var(--bg-content-top-info-fallback);
  background-size: cover;
  background-repeat: no-repeat;
}

.content-top-info {
  background: var(--bg-content-top-info), var(--bg-content-top-info-fallback);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .top-info a {
    color: var(--color-top-info-a);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
  }
}

.top-info p.text-white {
   color: var(--color-top-info-a) !important;
   font-weight: bold;
}

.top-info a:hover {
  color: #4d1f03;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #b09e80;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 20px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
  margin-top: 0;
}

/* -------------------- hr style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  /*color: #333;*/
  color:var(--color-table);
}
.table-success, .table-success > th, .table-success > td {
  /* background-color: #f9a61f; */
  background-color: #2b701c;
  color: #fff;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-image: linear-gradient(45deg, #40a629 0%, #b3dc1d 100%);
  border-color: #40a629;
}
.btn-success:hover {
  color: #633012;
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%);
  border-color: #40a629;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #633012;
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%) !important;
  border-color: #40a629 !important;
  box-shadow: 0 0 0 .25rem rgba(176, 158, 128, 0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #633012;
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%);
  background-image: none;
  border-color: #40a629
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176, 158, 128, 0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #633012;
  background-image: linear-gradient(45deg, #f9a61f 0%, #f5f21e 100%);
  background-image: none;
  border-color: #40a629;
}

/* -------------------- Datenschutz Button ENDE -------------------- */


.camper {
  text-align: center;
  color: #fff;
}
.camper a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap !important;
}
.camper a:hover {
  /*color: #633012;*/
  color: var(--color-camper-hover);
}


/* -------------------- Inviewport Animation BEGINN -------------------- */

.wohnmobil {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.active.swap {
  -webkit-animation: swap 2s 1;
  animation-name: swap 2s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.reveal1 {
  opacity: 0;
}
.reveal1.active {
  opacity: 1;
}
@-webkit-keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0px);
    transform: scale(0, 0) translate(-700px, 0px); 
	}
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px); } 
}
@keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-700px, 0px);
    transform: scale(0, 0) translate(-700px, 0px); 
	}
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px); 
	} 
}

/* -----------------------------------*/

.wohnmobile {
  width: 75%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.reveal2 {
  opacity: 0;
}
.reveal2.active {
  opacity: 1;
}
.active.swashIn {
  -webkit-animation: swashIn 2s 1;
  animation-name: swashIn 2s 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes swashIn {
0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(1,1);
}
}
@keyframes swashIn {
0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(1,1);
}
}

/* -------------------- Inviewport Animation ENDE -------------------- */



/* -------------------- Button Mieten BEGINN -------------------- */

.btn-mieten {
  width: 100%;
  /*background-image: linear-gradient(to bottom, #f9a61f 0%, #f5f21e 100%);*/
  background-image: var(--bg-btn-mieten);
  box-shadow: 0px 15px 10px -15px #111; 
  /*color: #fff;*/
  
  border: 2px solid #40a629;
  border-radius: 15px;
  padding: 0.5rem 1em;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}
.btn-jittery button {
  animation: jittery 4s infinite;
}
.btn-jittery button:hover {
  animation: heartbeat 4s infinite;
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}

/* -------------------- Button Mieten ENDE -------------------- */

.drm-logo {
	box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.6);
	background: #dc1b22;
	padding: 0.4em;
}
.oscar-logo {
	max-width: 250px;
	padding: 0.5em;
	background-color: #232739;
	border-radius: 0.4em;
}

.bg-glass {
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-buchen {
  position: relative;
  background:url(../images/background/btn_339872274.jpg);
  background-position: bottom;
  border: 7px solid #40A62A;
  color: #4d1f03;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  border-radius: 15px;
  transition: all .35s;
  box-shadow: 0px 0px 10px #333;
}

.btn-buchen.vermietung {
  text-transform: none;
  font-weight: normal;
}

.btn-buchen:hover {
  color: #FFF;
  text-shadow: 1px 1px 0px #333;
  transform: scale(1.05);
}

.btn-buchen.pkw img {
  position: absolute;
  width: 115px;
  bottom: -40px;
  right: -10px;
}

@media (min-width: 768px) {
  .btn-buchen.pkw img {
    width: 190px;
    top: -70px;
    right: -75px;
  }
}
@media (min-width: 1024px) {
  .btn-buchen.pkw img {
    width: 150px;
    top: -60px;
    right: -30px;
  }
}

@media (min-width:1200px) {
  .btn-buchen.pkw img {
    width: 200px;
      top: -80px;
    right: -60px;
  }
}

.btn-buchen.vermietung .fa-arrow-right {
    transform: translateY(10px);
}

.img-negative {
  filter: var(--img-negative);
}

/* ---------- Landingpages List Buttons ANFANG ---------- */
.lp-btn-cta {
    background: #FDD218;
    color: #683C11;
    padding: 0.8rem 1.2rem;
    border: 5px solid #B3DC1C!important;
    border-radius: 10px;
    display: inline-block;
    display: flex;
    justify-content: center;
}
/* ---------- Landingpages List Buttons ENDE ---------- */  