@import url(https://fonts.googleapis.com/css?family=Advent+Pro|Indie+Flower&display=swap);

.gesuchbg-nerdy {
width: 470px;
height: auto;
background: #1d2727;
color: #fff;
font-family: 'Indie Flower';
font-size: 35px;
text-align: right;
padding: 13px;
margin: auto;
}

.gesuchbox-nerdy {
width: 470px;
height: 250px;
margin-top: 10px;
padding: 1px;
}

.gesuchbox-nerdy .hover {
width: 470px;
height: 250px;
background: #f7eec6;
color: #000;
font-family: 'Advent Pro';
font-size: 12px;
text-align: justify;
overflow: auto;
padding: 1px;
opacity: 0;
transition: 1s;
}

.gesuchbox-nerdy:hover .hover {
opacity: 0.7;
transition: 1s;
}

.gesuchsminiueber-nerdy {
font-family: 'Advent Pro';
font-size: 15px;
text-decoration: underline;
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #000;
margin: 3px;
}

.gesuchsboxueb-nerdy {
color: #fff;
font-family: 'Indie Flower';
font-size: 25px;
text-align: left;
text-decoration: underline;
}

.gesuchsboxueb2-nerdy {
color: #fff;
font-family: 'Indie Flower';
font-size: 35px;
text-align: right;
text-decoration: underline;
}

.gesuchbox2-nerdy {
width: 470px;
height: 220px;
font-family: 'Advent Pro';
font-size: 12px;
text-align: justify;
color: #fff;
overflow: auto;
padding: 1px;
margin-top: 4px;
text-decoration: none;
}

.gesuchbildfarbe-nerdy {
position: relative;
}

.gesuchbildfarbe-nerdy::before {
content: "";
display: block;
background: rgba(140, 21, 17, 1, 1);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}