.wbox-button-toggle.btn {
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #776e67;    
    border-radius: 20px;
    color: white;
    display: block;
    margin: 1.5rem 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: 0;
    font-size: 18px;
}

.wbox-button-toggle.btn:hover {
    background-color: #A9A19B;
}

.wbox-button-toggle.btn:after {
    content: '';
    width: 20px;
    height: 16px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M2 7l10 10L22 7' stroke-linecap='square' stroke-width='2' fill='none' stroke='%23ffffff' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.wbox-button-toggle.btn.showless:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}




/* Box Transition */
.collapsebox {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: .5s max-height ease-in-out;
    transition: .5s max-height ease-in-out;
    padding: 0 !important;
    margin-bottom: 0;
}
.collapsebox.show {
    max-height: 1500px;
    -webkit-transition: .5s max-height ease-in-out;
    transition: .5s max-height ease-in-out;
}

/* Style Types */

.wbox-button-toggle.btn.type1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 8rem;
    margin-bottom: 5rem;
}

/* Overrides Schule Landquart */

html .wbox-button-toggle.btn {
    color: #ccc;
    background-color: #505050;
    border-radius: 3px;
    font-size: 16px;
}
html .wbox-button-toggle.btn::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M2 7l10 10L22 7' stroke-linecap='square' stroke-width='2' fill='none' stroke='currentColor' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    color: #505050;
}

.bereich_4 .wbox-button-toggle.btn {
    color: #22808d;
    background-color: #95dce6;
}

.bereich_4 .wbox-button-toggle.btn::after {
    color: #22808d;
}