/* Schriftarten laden */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter.woff2') format('woff2');
  font-weight: 100 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('/fonts/Segoe-UI.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('/fonts/Segoe-UI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    color: black;
}

/* ===== DROHNEN-ARTIKEL (Präfix: .dra-) ===== */

.dra-wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #d4dae8;
}

.dra-header {
  border-left: 3px solid #e8a838;
  padding-left: 24px;
  margin-bottom: 48px;
}

.dra-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8a838;
  margin-bottom: 12px;
}

.dra-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1.25;
  color: #8b8d90;
  letter-spacing: -0.01em;
  margin: 0;
}

.dra-title em {
  font-style: italic;
  color: #e8a838;
}

.dra-meta {
  margin-top: 14px;
  font-size: 13px;
  color: #7a8499;
}

.dra-lead {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.75;
  color: #b0bcd4;
  border-left: 1px solid #2a3452;
  padding-left: 24px;
  margin-bottom: 40px;
}

.dra-section {
  margin-bottom: 36px;
}

.dra-card {
  background: #161b27;
  border: 1px solid #1e2840;
  border-radius: 2px;
  padding: 28px 32px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}

.dra-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px;
  height: 100%;
  background: #e8a838;
  opacity: 0;
  transition: opacity 0.3s;
}

.dra-card:hover {
  border-color: #2e3d5c;
}

.dra-card:hover::before {
  opacity: 1;
}

.dra-section-num {
  position: absolute;
  top: -10px;
  right: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #e8a838;
  opacity: 0.06;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.dra-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #f0f4ff;
  margin: 0 0 12px 0;
}

.dra-text {
  color: #d4dae8;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
}

.dra-highlight {
  background: rgba(232, 168, 56, 0.1);
  border: 1px solid rgba(232, 168, 56, 0.2);
  border-radius: 2px;
  padding: 16px 20px;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dra-highlight-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.dra-highlight-text {
  font-size: 15px;
  color: #c8a84e;
  line-height: 1.6;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.dra-conclusion {
  border-top: 1px solid #2a3452;
  padding-top: 36px;
  margin-top: 48px;
}

.dra-conclusion-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8a838;
  margin-bottom: 16px;
}

.dra-conclusion-text {
  font-size: 18px;
  font-style: italic;
  color: #353535;
  line-height: 1.75;
  border-left: 3px solid #e8a838;
  padding-left: 22px;
  margin: 0;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 570px) {
  .dra-wrapper {
    padding: 0;
  }
  .dra-card {
    padding: 28px 15px;
  }
}
/* ===== ENDE DROHNEN-ARTIKEL ===== */

#refresh-indicator {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

#refresh-indicator.show {
    transform: translateY(0);
}

/* Install Button */
#install-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2196F3;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* Termine Zeitleiste */
 .timeline-wrapper {
    max-width: 800px;
    margin: 40px auto;
    color: #222;
}

.timeline-month {
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 15px;
    border-left: 6px solid #ffa800;
    padding-left: 10px;
}

table.timeline {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

table.timeline tr {
    border-bottom: 1px solid #eee;
}

table.timeline td:first-child {
    width: 120px;
    font-weight: 600;
    padding: 8px 0;
    color: #444;
    white-space: nowrap;
}

table.timeline td:last-child {
    padding: 8px 0;
}

/* Hover Effekt */
table.timeline tr:hover td {
    background: #fff7e0;
    transition: 0.2s ease-in-out;
}
/* Ende Termine Zeitleiste */

.haseimg {
  height: 100px;
  position: fixed;
  bottom:0;
  left:-10%;
  z-index: 999; 
}
.hideFormular {
  display:none !important;
}
.whitespace {
  white-space: normal !important;
}

h5 {
  font-size: 1rem !important;
}
a {
  color: #ffa800;
}

body {
  	/*background-image: url('/media/templates/site/gdfwebsite/images/background.jpg'); */
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 115%;
  	font-family: 'Inter';
}
.readonly {
  background-color: #efefef !important;
}
.article-separator{
  border-top: 1px solid #b1b0b0;
  display: block;
}
.gdf-weblinks{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index:999;
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 0 20px 20px 0;
    position: relative;
    left: -20px; /* Startposition außerhalb des Bildschirms */
    transition: left 0.3s ease-in-out;
  }

.social:hover {
    left: 0; /* Beim Hover herausfahren */
  }
.ru5umfrage {
    position: absolute;
    bottom: unset;
    left: unset;
    top: unset;
    right: unsetx;
    transform: rotate(0deg);
    padding: 5px;
    color: white;
    width: 100px;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
    background-color: #ffa800;
    border-radius: 5px;
}
.vis-submenu {
  font-size: smaller;
  margin-left: 10px;
  width: max-content;
}
.oneRow .form-check {
  width:100% !important;
}
.visform-margin-top {
  margin-top: 12px;
}
.visform-margin-left {
  margin-left:30%;
}
.vislabelbold {
  font-weight:bold;
}
.vislabelnormal {
  font-weight:normal !important;
}
.form-group {
  margin:5px; 
}
.checkboxdropdown1 {
  display: block;
  margin: 10px 10px 10px 0;
}
.checkboxdropdown2 {
  display:inline;
}
.checkboxdropdown3 {
    flex: 1;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    width: auto;
    padding:5px;
}
.blog-item .item-content {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid gray;
}


#read-you-five-link , #gdf-on-air-link {
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  opacity: 0.5;
  filter: grayscale(1);
  transition: opacity 0.25s ease-in-out, filter 0.25s ease-in-out;
}

#read-you-five-link:hover , #gdf-on-air-link:hover{
  opacity: 1;
  filter: grayscale(0);
}

.readmore > .btn.btn-secondary {
  font-size: 11px;
}
/*rotation class for acfts*/
.rotateImg {
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*phocadownload*/
#fileordering, #limit {
    width: auto;
}
.pd-subcategory {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  color: #0f1111;
  
  line-height: 29px;
  padding: 5px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}
.pd-subcategory > a {
  text-decoration: none;
}
.pd-subcategory > small {
  display: none;
}

.pagination {
  justify-content: center;
  align-items: center;
}

/*phocadownload */

/*menu dropdown*/
.showit {
  
  /*inset: 0px auto auto 0px !important;*/
  margin: 0px;
  
}

.dropdown-item {
  color:white;
}
.navbar-collapse {
  position: relative;
}

.dropdown-menu {
  background-color: #ffa800;
  position:absolute !important;
  font-size: .9rem;
  left:10px;
}
.dropdown-menu .dropdown-menu {
  left:60%;
  top:10px;
}
/*menu dropdown ende*/

/*menu icons to stay in one row */
.nowrap {
  white-space: nowrap;
}
/*menu icons to stay in one row */


#jtl {
  display:flex;
  margin: 5px;
}

#jtl button.modal-toggle, #jtl button.login-toggle, #jtl button.register-toggle {
  background-color: rgba(255, 255, 255, 0.87);
}

.btn-primary {
    color: gray;
    background-color: #fff;
    border-color: #c7c7c7;
  	margin:5px;
  	font-size:small;
    width: max-content;
}
.btn-primary:hover {
    color: #ffcc00;
    background-color: #fff;
    border-color: #c7c7c7;
}
.gdf-stoerer {
	position: absolute;
	left: 10vw;
	top: 18vw;
}

.gdf-navbar {
    position: initial;
    display: flex;
    flex-wrap: initial;
    align-items: center;
    justify-content: flex-end;
    padding-top: 2.0rem;
    padding-bottom: .5rem;
  	
}
.navbar-nav {
  	width:90%;
  	justify-content:space-evenly;
}

.gdf-topmenu > .navbar-nav {
  justify-content: right;
}

.gdf-topmenu-mobile {
  display: none;
}

.gdf-mainmenu {
  background-color: #ffa800;
  border-radius: 5px 0 0 5px;
  width: 100%;
}
.gdf-topmenu {
    display: flex;
    align-items: center;
  	margin-right:13%;
}
.gdf-topmenu.me-auto {
  margin-right: 0;
}


.gdf-container-fluid {
  	width:80%;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    /*font-size: .9rem;*/
    margin-right: 15px;
    padding-left: 1rem;
}
.gdf-header {
    display: flex;
    margin: 50px 10% 50px 30%;
}
.gdf-header-logo-responsive {
  display:none;
}
.gdf-header-logo-web {
  font-family: 'Segoe UI';
  line-height: 4vw;
  font-size: 2.5vw;
  vertical-align: bottom;
}

.gdf-header .mod-custom.custom {
	width: 100% !important;
}
/*main page with main and contents */
.gdf-main {
  width: 90%;
  margin: auto;
  border: 1px solid gray;
  margin-top: 2em;
  background-color: #fbfbfa;
  border-radius: 5px;
  padding:30px;
}
.gdf-home-content {
  	
    margin-left:auto;
  	margin-top: 30px;
    display: flex;
    gap: 16px;
  	justify-content: right;
}
.gdf-home-box {
  width: -webkit-fill-available;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: #fdfdfd;
  padding: 16px;
  margin: 5px;
  font-size: 14px;
  font-weight:bold;

  display: flex;
  flex-direction: column;
  align-items: center;

  box-shadow: 10px 10px 48px -9px rgba(0,0,0,0.3);
  -webkit-box-shadow: 10px 10px 48px -9px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 10px 48px -9px rgba(0,0,0,0.3);
}

.gdf-home-box p:first-child {
  font-weight: bolder;
  margin-bottom: 25px;
  width:100%;
}

.gdf-home-box p {
  font-weight: 400;
  font-size: small;
}

a.btn-gdf-ylo {
  color: #4385a1;
  width: 100%;
  text-align: right;
  transition: color 0.25s ease-in-out;
}

a.btn-gdf-ylo:hover, a.btn-gdf-ylo:active {
  color: #FFA800
}

a.btn-gdf-primary {
  background-color: #ffa800;
  color: white;
  transition: background-color 0.25s ease-in-out;
}

a.btn-gdf-primary:active, a.btn-gdf-primary:hover {
  background-color: #f09f02;
  color: white;
}

a.btn-gdf-ylo.btn-center {
  text-align: center;
}

.mod-articlesnews__item {
  font-weight: lighter;
  font-size: small;
}

div.gdf-home-box h5{
  font-weight: 600;
  width: 100%;
}
/*main page with main and contents */

/*bottom weblinks */
.weblinksContainer {
  display: flex;
  justify-content: center;
  margin: 3em 0 3em 0;
}
.bottom-b.card {
  margin:5px;
  box-shadow: 6px 6px 36px -9px rgba(0,0,0,0.15);
  -webkit-box-shadow: 6px 6px 36px -9px rgba(0,0,0,0.15);
  -moz-box-shadow: 6px 6px 36px -9px rgba(0,0,0,0.15);
}
.card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
  min-height: 60px;
}

h6.card-header {
  font-weight: bold;
}
/*bottom weblinks */

.footer {
  margin-top:50px !important;
  background-color: #ffa800 !important;
  color: white;
  font-family: 'Open Sans';
  font-size: 12px;
  padding-bottom: 100px !important;
}

ul.weblinks {
  list-style: none;
}

ul.weblinks a {
  color: #7E7E7E;
  transition: color 0.25s ease-in-out
}

ul.weblinks a:hover, ul.weblinks a:active {
  color: #ffa800;
}

ul.weblinks li::marker {
  content: "» ";
  padding-right: 0.8em;
}


/*Bundesvorstand Übergangseffekt*/

.overlay {
  opacity: 0.7;
  position: absolute;
  bottom: 100%;
  left: 5%;
  right: 0;
  background-color: #FFA800;
  overflow: hidden;
  width: 90%;
  height: 0;
  transition: .5s ease;
}

.text {
  opacity: 1;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.textslide {
  opacity: 1;
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.b1:hover .overlay, .b2:hover .overlay, .b3:hover .overlay, .b4:hover .overlay, .b5:hover .overlay, .b6:hover .overlay, .b7:hover .overlay, .b8:hover .overlay {
  height: 100%;
  position:relative;
}

.portfolio {
  background-color: #fff;
}

.portfolio img {
  width: 90%;
}

.col-sm-4 {
    margin-bottom:10px;
  }

.image {
  display: block;
  width: 100%;
  height: auto;
}

/* ENDE Bundesvorstand */

/* =====================================================
   Phoca Download – Pagination Bar
   Einbinden z.B. in: templates/DEIN_TEMPLATE/css/custom.css
   ===================================================== */

/* ── Wrapper ── */
.phoca-pagination-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #e0dbd3;
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  margin: 1.5rem 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.03);
  font-family: 'DM Sans', system-ui, sans-serif;
}

/* ── Controls (Sortierung + Limit) ── */
.phoca-pagination-controls {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.phoca-select-group {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.phoca-select-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8c8680;
  white-space: nowrap;
  margin-bottom: 0; /* Joomla-Reset */
}

/* Selects – überschreibt Joomla/Bootstrap-Defaults */
.phoca-pagination-bar select.form-select,
.phoca-pagination-bar select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f5f3ef;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238c8680' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 12px;
  border: 1px solid #e0dbd3;
  border-radius: 8px;
  padding: 0.4rem 2rem 0.4rem 0.7rem;
  font-family: inherit;
  font-size: 0.82rem;
  color: #1a1714;
  cursor: pointer;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  height: auto;
  line-height: 1.4;
}

.phoca-pagination-bar select:hover,
.phoca-pagination-bar select:focus {
  border-color: #2d4a3e;
  box-shadow: 0 0 0 3px rgba(45,74,62,0.12);
}

/* ── Trenner ── */
.phoca-divider {
  width: 1px;
  height: 22px;
  background: #e0dbd3;
  flex-shrink: 0;
  align-self: center;
}

/* ── Rechter Block: Counter + Links ── */
.phoca-pagination-nav {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  flex-wrap: wrap;
}

/* Seitenzähler */
.phoca-pages-counter {
  font-size: 0.76rem;
  font-family: 'DM Mono', 'Courier New', monospace;
  color: #8c8680;
  background: #f5f3ef;
  border: 1px solid #e0dbd3;
  border-radius: 6px;
  padding: 0.28rem 0.6rem;
  white-space: nowrap;
}

/* ── Pagination Links (Joomla-generiert) ── */
.phoca-pages-links ul.pagination {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.phoca-pages-links .page-item .page-link,
.phoca-pages-links .page-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 0.4rem;
  border-radius: 7px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: #1a1714;
  background: transparent;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.1s;
  line-height: 1;
}

.phoca-pages-links .page-item a.page-link:hover {
  background: #e8f0ed;
  border-color: #e0dbd3;
  color: #2d4a3e;
}

.phoca-pages-links .page-item a.page-link:active {
  transform: scale(0.93);
}

/* Aktive Seite */
.phoca-pages-links .page-item.active .page-link {
  background: #2d4a3e;
  color: #ffffff;
  border-color: #2d4a3e;
  box-shadow: 0 2px 8px rgba(45,74,62,0.28);
}

/* Deaktiviert */
.phoca-pages-links .page-item.disabled .page-link,
.phoca-pages-links .page-item.disabled span {
  color: #d0cbc5;
  background: transparent;
  border-color: transparent;
  cursor: default;
  pointer-events: none;
}

/* ── Dateityp-Filter ── */
.phoca-filter-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.phoca-filetype-select {
  padding-right: 2.4rem !important; /* Platz für Indikator-Punkt */
}

/* Grüner Aktiv-Punkt wenn Filter gesetzt */
.phoca-filter-indicator {
  position: absolute;
  right: 1.65rem; /* links vom Chevron */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-flex;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .phoca-pagination-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .phoca-pagination-nav {
    margin-left: 0;
    width: 100%;
  }
}

/* ── Ende Phoca Pagination ── */

@media only screen and (max-width: 1399px) {
  .ru5umfrage {
    bottom: 325px;
    right: 0px;
    top: unset;
    left: unset;
    font-size: smaller;
  }
}

@media only screen and (max-width: 1200px) {
  
  
  .gdf-topmenu {
    margin-right: 10%;
  }
  .gdf-container-fluid {
    font-size: 0.8rem;
  }
  .footer {
    padding-bottom: 110px !important;
  }
  .row {
    /* margin: 0 5% 0 5%; */
    font-size:smaller;
  }
}

@media only screen and (max-width: 991px) {
  
  body {
    background-position-y: 40px;
    background-size:160%;
  }
  .gdf-stoerer2 {
    max-width:60%;
  }
	
  .gdf-container-fluid {
    width: 100%;
  }
  /*Burger Menu*/
  .burger-menu {
    background-color: #ffa800;
    position: relative;
  }
  /*Burger Menu ende*/
  .gdf-navbar {
    display: block;
    padding: 0px;
  }
  
  .dropdown-menu {
   	left:60%;
    top:30px;
  }
  .gdf-topmenu-mobile .dropdown-menu {
    left: 0;
}
  .ru5umfrage {
    top: 215px;
    bottom: unset;
    left: unset;
    right: 50px;
  }
  
  .gdf-stoerer {
    top: 40%%;
    left:10%;
    width:10em;
}
 
  .navbar-collapse {
	position: absolute;
	top: 100%;
    width: -webkit-fit-content;
  	width: -moz-fit-content;
    z-index: 9999 !important;
  }
  .gdf-topmenu > .navbar-nav {
    display: none;
	}
  .gdf-topmenu-mobile {
    display:flex;
  }
  .gdf-topmenu-mobile > .navbar-nav {
    flex-direction: row;
    justify-content: space-evenly;
    width:95%;
    margin-top:40px;
  }
  .gdf-topmenu-mobile .nav-link {
    color: white;
  }
  .gdf-container-fluid {
    display: flex;
    background-color: #ffa800;
    border: 1px solid #ffce6e;
    position: absolute;
    top:0;
  }
  .gdf-topmenu {
    margin: 0 0 0 auto;
  }
  .gdf-header {
    margin: auto;
  }
  .gdf-header-logo-web {
    display:none;
  }
  .gdf-header-logo-responsive {
    display: flex;
    margin: 15% auto 15% 10px;
    justify-content: center;
  }
  .gdf-sidebar {
    display:none;
  }
  .gdf-home-content {
    display: contents;
  }
  .weblinksContainer {
   display: block; 
  }
  .mar156 {
    position: relative !important;
    top:45px !important;
  }
  
}
@media only screen and (max-width: 720px) {
  
  .gdf-stoerer2 {
    width: 50%;
    margin-top:50px;
  }
  
}
@media only screen and (max-width: 500px) {
  .gdf-stoerer2 {
    position: fixed;
    right: 10px;
    top: 150px;
    width: 100px;
    z-index:999;
}
  .visCSSlabel {
    word-break: break-all;
  }
  .social {
    left: 0px; /* Startposition außerhalb des Bildschirms */
  }

}