body{

}

.center{
    margin-left: auto;
    margin-right: auto;
}

.center-text{
    text-align: center;
}

.test{
    font-weight: bold;
    text-align: center;
    background-color: red;
}

.titelbildIndex{
    z-index: 0;
    transform: translate(0, -100px);
    width: 100%;
    height: 100%;
    //top: -100px;

    background: url(../background.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.titelbildText{
    position: absolute;
    z-index: 1;
    top: 30%;
    text-align: center;
    width: 100%;
}
     
.hnr{
    font-size: 8em;
    font-weight: bold;
    color: rgb(138, 138, 138);
}

.immobilien{
    font-size: 2em;
    color: rgb(138, 138, 138);
    letter-spacing: 0.35em;
}

.uebersicht{
    color: black;
}

.card{
    -webkit-box-shadow: 0 0 8px rgba(200, 200, 200, 1);
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s; 
}

.card:hover{
    -webkit-box-shadow: 0 0 8px rgba(66, 66, 66, 1);
}

.uebersicht a{
    color: black;
}

.uebersicht a{
    color: black;
    text-decoration: none;
}



.uebersicht img{ 
    margin: 10px;
}

.ueberschrift-card, .wert-card{
    color: rgb(66, 66, 66);
}

.ueberschrift-card{
    //font-weight: bold;
    letter-spacing: 0.2em;
}

.wert-card{
    font-weight: bold;
    font-size: 2em;
    margin-top: 30%;
}

.red{
    background-color: red;
    border: 1px solid black;
}

.button_weiterlesen{
    width: 80%;
    background-color: white;
    border: 2px solid rgba(90, 90, 90, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(90, 90, 90, 1);
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.button_weiterlesen:hover{
    background-color: rgba(90, 90, 90, 1);
    border: 2px solid rgba(90, 90, 90, 1);
    color: white;
}

.button2{
    width: 80%;
    background-color: white;
    border: 2px solid rgba(90, 90, 90, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(90, 90, 90, 1);
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.button2:hover{
    background-color: rgba(90, 90, 90, 1);
    border: 2px solid rgba(90, 90, 90, 1);
    color: white;
}