/********************************
/user/themes/t2b5/css/custom.css
Hans-Jürgen Götze
goetze-net.de
Stand: 2025-05-16
*********************************/

html {
  background-color: #ace;
  margin: 0 auto;
}

@media screen and (min-width: 721px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 60%;
  }
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

body {
  background-color: #def;
  color: #159;
  max-width: 120rem;
  margin: 0 auto  1rem auto;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

div.container {
  margin: 0 0.5rem;
  padding: 0 0.5rem;
  max-width: 99%;
}

nav.navbar {
  margin: 0.5rem 0 !important;
  border-radius: 0 !important;
  padding: 0 0.5rem;
}
a.navbar-brand {
  color: #159;
}
.navbar {
  background: #ace !important;
}
a.nav-link {
  color: #159;
  font-weight: bold;
}
li.nav-item:hover {
  background: #159;
  border-radius: 0.5rem;
}
a.nav-link:hover {
  color: #fff;display
}

#body div.container {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

ul.nav-tabs {
  border-bottom: solid 1px #159;
}
ul.nav-tabs li a {
  color: #159;
  font-weight: bold;
}
ul.nav-tabs a.nav-link.active {
  background: #159;
  color: #fff;
}

ul.nav-tabs li:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.carousel-inner {
  border-radius: 1rem;
  margin-top:0.5rem;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  font-weight: bold;
}

.accordion-item {
  margin-bottom: 0.5rem;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.accordion-button {
  background: #ace !important;
  border: solid 1px #ace;
  border-bottom: 0;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  padding: 0.5rem 1rem;
}
.accordion-body {
  background: #def;
  color: #159;
  border: solid 1px #ace;
  border-top: 0;
  padding: 0.5rem;
}
.accordion-body .container {
  padding: 0rem;
  margin: 0rem;
}
#freeware-highlights img {
   width: 3vi;
   height: auto;
}
<!--
#werbung div.alert {
  text-align: center;
  background: #698;
  color: #e6eee6;
}
#werbung .accordion-button {
  background: #cdc !important;
  color: #131;
  border: solid 1px #cdc;
  border-bottom: 0;
}
#werbung .accordion-body {
  background: #e5eee6;
  color: #131;
  border: solid 1px #cdc;
  border-top: 0;
}
#werbung img {
  max-width: 100%;
  height: auto;
}
-->
.apps {
  text-align: center;
}

.footer .container {
  margin: 0 0.5rem;
  max-width: 100% !important;
}
.footer {
  background: #159;
  padding: 0.5rem;
  color: #def;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 1rem;
}
.footer a {
  color: #ace;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
