/**
 * Castaro Web Studio
 *
 * Copyright (C) 2026 Udo Winkenjohann
 *
 * This file is part of Castaro Web Studio.
 *
 * Castaro Web Studio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Castaro Web Studio is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Castaro Web Studio.  If not, see <https://www.gnu.org/licenses/>.
 */
/* Footer styles from winkenjohann.de (cid-rSxq10E82M) */
.cid-rSxq10E82M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rSxq10E82M .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rSxq10E82M .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rSxq10E82M .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rSxq10E82M .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rSxq10E82M .media-container-row .foot-menu li a {
  color: #fff;
  text-decoration: none;
}
.cid-rSxq10E82M .media-container-row .foot-menu li a:hover {
  text-decoration: underline;
}
.cid-rSxq10E82M .media-container-row .row-copirayt {
  word-break: break-word;
  text-align: center;
}
.cid-rSxq10E82M .mbr-white {
  color: #fff;
}
.cid-rSxq10E82M .display-7 {
  font-size: 1.1rem;
  line-height: 1.5;
}
