

@font-face {
  font-family: "gotham";
  src: url("assets/gotham-book.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "gotham";
  src: url("assets/gotham-bold.otf") format("opentype");
  font-weight: 700;
}

html, body {
    height: 100%;
    font-family:"gotham";
    margin: 0;
}

.pirata-one-regular {
  font-family: "gotham", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1{
    font-weight: 700 !important;
    font-family:  "gotham" !important;
    font-weight: 600;
    text-align: center;
}
h1{
   font-size: 3rem !important; 
}
h2{
    font-family:  "gotham" !important;
    font-weight: 600;
}
p{
    font-family: "gotham";
}

/* volle Bildschirmhöhe */
.full-height {
    height: 100vh;
}

/* wichtig: sorgt dafür, dass columns korrekt strecken */
.row.full-height {
    display: flex;
}

/* beide spalten */
.col-md-5,
.col-md-7 {
    height: 100%;
    overflow-y: auto; /* 👉 beide scrollen unabhängig */
}

/* iframe füllt linke seite komplett */
iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
}
.col-md-8{
    height: 100%;
    overflow-y: auto;
}
.col-md-4{
    height: 100%;
    overflow-y: auto;
}

summary {
    color: #F05351;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family:  gotham;
  font-weight: 600;
}

/* remove default arrow */
summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2.5px solid #F05351;
  border-bottom: 2.5px solid #F05351;
  transform: rotate(-45deg);
  margin-right: 12px;
  transition: transform 0.2s ease;
  display: inline-block;

  position: relative;
  top: -2px; /* 👈 adjust this value */
}

details[open] summary::before {
  transform: rotate(45deg);
}

.abstand-rechts{
    padding: 0; 
}
.abstand{
    padding: 20px 0 0 0;
}
h1{
    color: #ff5546 !important;
}
.umrandung-normal{
     background-color:#fbe3f0;
    border-radius: 40px;
    padding: 20px;
}
.umrandung{
    transform: rotate(-2deg);
   
    border-radius: 40px;
   
}
.umrandung2{
    transform: rotate(4deg);
  
    border-radius: 40px;
   
}
.umrandung3{
   transform: rotate(-2deg);
    background-color:#fbe3f0;
    border-radius: 40px;
    padding: 20px;
   
}
.col-md-4{
    background-color: black;
}
.col-md-8{
    background-color: black;
}

h3{
    font-family: gotham;
    font-weight: 600;
    font-size: 1.2rem !important;
}
p{
    max-width: 700px;
}
video{

  width: 100%;
  height: auto;
  display: block;

}
.rahmen{
    max-width: 800px !important;
}
@media (max-width: 80.625rem) {
    summary {
  font-size: 1.8rem;
}
summary::before {
  content: "";
  width: 10px;
  height: 10px;
}
}

@media (max-width: 56.875rem) {
    .full-height {
        height: auto;
    }
 .col-md-8 {
        height: auto;
        overflow-y: visible;
    }

     .col-md-4 {
        height: auto;
        overflow-y: visible;
    }

    iframe {
        height: 600px; /* or whatever feels good */
    }
     .row.full-height {
        flex-direction: column;
    }

}
.pad{
    padding: 20px; 
}
.raamlogo{
    width:150px;
}
a{
    color: #F05351 !important;
}
.info-buttons button{
    display: none !important;
}
.info-buttons{
    display: none !important;
}


.spenden {
  display: block;
  margin: 0 auto;

  font-family: gotham;
  padding: 2px 15px;
  font-size: 2rem;
  cursor: pointer;
  background-color: #ff5546;
  border: 3px solid #F05351;
  color: #fbe3f0;
  border-radius: 20px;
}

.spenden:hover {
  background-color: #fbe3f0;
  color: #ff5546;
  border-color: #F05351;
}

.unterstutzung{
    text-align: center;
    color:#ff5546;
font-size: 2.5rem;
}

.centr{
    text-align: center;
}
.raam-logo{
width: 90px;
}