/* CSS styles for the custom back button */
.backtext {
    margin-top: -50000px;
}

.back {
    padding: 5px;
    background-color: transparent;
    color: black;
    position: relative;
    left: 20px;
    display: table-cell;
    vertical-align: middle;
}

.back::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-right: 12.5px solid #231e5d;
    margin-top: 5px;
}

.rahmen {
    border: 2px solid #231e5d;
    border-radius: 5px;
    display: inline-block;
    width: 90px;
}


.ae {
    padding: 5px;
    background-color: transparent;
    color: black;
    position: relative;
    left: 0px;
    display: table-cell;
    vertical-align: middle;
}

.rahmenae {
    border: 2px solid #231e5d;
    border-radius: 5px;
    display: none;
    width: 182px;
}
