.res-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 30px;
}

.res-header {
 background: rgba(139, 148, 155, 0.3);
    color: var(--schrift);
    border: 1px solid rgba(47, 52, 56, 0.15);
 border-radius: 18px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 50px;
	   text-align: center;
    font-size: 25px;
    letter-spacing: 3px;
    opacity: .6;
    margin-bottom: 25px;
  padding: 5px;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  text-transform: uppercase;
  font-family: 'Quicksand';

 
}

.res-country {
    margin-bottom: 70px;
}

.res-country-title {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: .8;
}

.res-zone {
    margin-bottom: 60px;
}

.res-zone-title {
 background: rgba(139, 148, 155, 0.25);
    color: var(--schrift);
    border: 1px solid rgba(47, 52, 56, 0.15);
 border-radius: 18px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 25px;
  padding: 5px;
  letter-spacing: 4px;
  text-align: center;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  text-transform: uppercase;
  font-family: 'Quicksand';
  letter-spacing: 2px;
  font-size: 25px;
  
}

.res-zone-homes {
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: start;
}

.res-card {
    min-height: 220px;
    padding: 20px;
    background: rgba(139, 148, 155, 0.15);
    border: 1px solid rgba(139, 148, 155, 0.25);
    backdrop-filter: blur(4px);
	color: var(--schrift);
    border-radius: 18px;
   
}

.res-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.res-card-name {
    font-weight: 600;
}

.res-card-kind {
    font-size: 11px;
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px;
}

.res-card-body {
	height: 150px;
    font-size: 12px;
    line-height: 1.5;
overflow: scroll;
-ms-overflow-style: none;  /* Internet Explorer und Edge */
  scrollbar-width: none; 
}

.res-card-footer {
    margin-top: 12px;
    font-size: 11px;
    opacity: .8;
}
