@import 'https://fonts.googleapis.com/css?family=Roboto:700,regular,italic,700italic&display=swap';
@import 'https://fonts.googleapis.com/css?family=Montserrat:700,regular,italic,700italic&display=swap';

textarea {
    font-size: 14px;
    width: 100%;
}

.rahmen0 {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 5px;
}

.rahmen {
    WIDTH: 100%;
    HEIGHT: auto;
    background-color: #ffffff;
    color: #ffffff;
    PADDING: 0px;
    TEXT-ALIGN: center;
}

.pro {
    font-size: 12px;
}

.SterneAnzeige {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #666666;
    padding-bottom: 10px;
}

.SterneGesamt {
    font-size: 16px;
    float: right;
}

.btnSpeichern {
    width: 99%;
    height: 50px;
    border: none;
    background-color: #FFFFFF;
    border-top: 5px solid #31BCE8;
    color: white;
    padding: 2px 15px;
    font-size: 14px;
    cursor: pointer;
    color: #31BCE8;
    font-family: Montserrat;
}

.btnSpeichern:hover {
    background-color: #111111;
}

.mehrDetails1 {
    width: 100%;
}

.mehrDetails2 {
    color: #BBBBBB;
    width: 50%;
    font-size: 12px;
    float: left;
    text-align: left;
}

.mehrDetails3 {
    color: #BBBBBB;
    width: 50%;
    font-size: 12px;
    float: right;
    text-align: right;
}