/*
Theme Name: Horgner-Schwan
Description: Horgner-Schwan Astra Child Theme
Author: VOIMA gmbh
Author URI: https://voima.ch
Template: astra
Version: 1.0.0
Text Domain: horgnerschwan
 */


div#codes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

div#codes-text {
    font-size: 1.5vh;
    font-weight: 500;
    text-align: center;
}

div#codes-text div {
    display: none;
}

div#codes-text div.active {
    display: block;
}

button#codes-button {
    width: 20vh;
    margin-top: 1vh;
}
