/*hier kommt das custom css rein*/

@font-face {
  font-family: 'Gotham';
  src: url('/web-files/Gotham400book') format('woff');

}
@font-face {
  font-family: 'Gotham500';
  src: url('/Gotham500medium');
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
table,
thead,
tbody,
th,
tr,
td,
span,
div,
button,
input,
article,
label
{
font-family:'Gotham500' , sans-serif !important;
}
 

body, h1,h2,p, th,.entitylist , h3,h4,h6,h5{
  color: black !important;/*
  font-family: 'Gotham500' !important;*/
}

.contact-section {
  position: absolute;
  top: 33%;
  left: 53%;
  transform: translate(-50%, -50%);
  background-color: #a99170;
  color: black;
  border-radius: 12px;
  padding: 12px 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  box-sizing: border-box;
  width: calc(100% - 32px); /* ← Abstand zu beiden Seiten: 16px */
  max-width: 480px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}


@media (max-width: 360px) {
  .contact-section {
    width: calc(100% - 16px); /* je 8px Rand */
  }
}

@media screen and (min-width: 640px) {
  .contact-section {
    max-width: 768px;
  }
}

@media screen and (min-width: 1024px) {
  .contact-section {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1196px) {
  .contact-section {
    max-width: 1440px;
    width: calc(86% + 56px);
  }
}

@media screen and (min-width: 1680px) {
  .contact-section {
    max-width: 1440px;
  }
}

.contact-section h4 {
  margin: 0;
  padding-left: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact-section button {
  margin-left: 15px;
  padding: 8px 16px;
  border: none;
  background-color: transparent;
  color: black;
  cursor: pointer;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.contact-section button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.footer {
  position: relative;
  padding-top: 80px;
}

.button1 {
  border-radius: 32px !important;
  font-weight: normal !important;
}

.footer-links a {
  text-decoration: none;
  color: white;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-media a svg {
  fill: white;
  transition: fill 0.3s;
}
.social-media a  {
  color: white;
}

.social-media a:hover svg {
  fill: white;
}
a:hover{
  color:white !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
#aboutSection{
  color:white;
  background-color: #f1efed !important;
}
.description {
  color: white !important;
}
.nav-link.headerSignInButton{
  color:white !important;
}
.navbar-dark .navbar-nav > li > a, .navbar-dark .navbar-nav > li.dropdown > a {
  color: white !important;
  font-family: 'Gotham500';
  font-weight: 400;
  font-size: 16px;
 }
  .static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: 'Gotham500';
  font-weight: normal;
  font-size: 16px !important;
  border: 1px solid transparent; 
}  
  