* {
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/Lato/Lato-Regular.ttf')
}
html,body{
    padding:1em;
    border:none;
    font-size:16px;
}
body {width:100%; height:100%; overflow:hidden; margin:0}
body::-webkit-scrollbar { display: none; overflow-y: scroll; }

.acenter { text-align: center }
.aright { text-align: right }
.disabled { opacity: 30% }
.has-border-bottom { border-bottom: 1px solid black }

br { clear: both }

a.textlink {
    color: rgb(83,149,53);
    text-decoration: underline;
}

h3.title {
    font-family: 'Roboto Serif', sans-serif;
    color: rgb(83,149,53);
}
.title.is-5 {
    margin-top: 1.25em;
}

select, .select {
    width: 100%;
}

label {
    font-size: smaller;
    margin-bottom: 1em;
    display: block
}

button {
    background-color: rgb(83,149,53);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    border-radius: 4px;
    transition-duration: 0.4s;
    border: 1px solid transparent;
}
button:hover {
    background-color: white;
    color: rgb(83,149,53);
    border: 1px solid rgb(83,149,53);
}
.buttondiv {
    width: 100%;
    text-align: center;
    padding: 1em 0 0.5em 0;
}

#actiontoggler ul { margin-left: 0 }
#actiontoggler li { width: 50% }
.umtausch { display:none }

.musterwf {
    border: 1px solid black;
    padding: 1em;
}

@media only screen and (max-width: 480px) {
    .column33 {
        width: 100%;
    }
    .column50 {
        width: 100%;
    }
}