<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
    font-size:14px;
}

.navi-title{
    font-weight: bold;
    color: #BC0016;
    line-height: 18px;
    padding-top: 10px;
}

.middle{
    display:flex;
}

.middle .navi{
    width: 14%;
    margin-right: 4%;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 24px;
}

.middle .navi ul{
    list-style: none;
    padding: 10px 0;
    margin: 0 22px;
}

.middle .navi li{
    padding:2px 0;
}

.middle .navi li a{
    color: #1A1A1A;
    line-height: 16px;
    text-decoration: none;
}

.middle .navi li a:hover{
    color: #BC0016;
}

.middle .content{
    width: 82%;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 4%;
}

#newsForm,#aboForm,#katForm, #generator{
    display: flex;
    flex-wrap: wrap;
}

#generator input:not([type^="submit"]),
#generator select,
#generator label{
    width:calc(100% / 6);
    box-sizing:border-box;
    padding:6px 5px;
}

#generator input[type^="checkbox"]{
    margin: 6px 0;
}

#newsForm input:not([type^="submit"]),
#aboForm input:not([type^="submit"]),
#katForm input:not([type^="submit"]),
#katForm select,
#newsForm select,
#aboForm select{
    width:75%;
    box-sizing:border-box;
    padding:6px 5px;
    margin-bottom: 7px;
}

#newsForm label,
#katForm label,
#aboForm label{
    width:25%;
    box-sizing:border-box;
    padding:6px 5px;
    margin-bottom: 7px;
}

#aboForm textarea,
#katForm textarea,
#generator textarea,
#newsForm textarea{
    width:75%;
    overflow:hidden;
    box-sizing:border-box;
}

.mce-tinymce.mce-container{
    margin-bottom: 7px !important;
}

#templateContainer{
    width:100%;
}

.generator_container{
    margin:0 auto;
    width:1200px;
}

@media all and (max-width:1200px){
    .generator_container{
        width:100%;
    }
}

table thead tr th{
    position: relative;
}

table tbody tr.aktiv{
    background-color: rgba(0,255,0,0.15) !important;
}

table tbody tr.inaktiv{
    background-color: rgba(255,0,0,0.15) !important;
}

table thead tr th:not(:last-child):after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
}

table thead:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
}

table:not(.dataTable){
    display:none;
}

#newsTable, #aboTable, #katTable{
    width:100%;
    position: relative;
}

#newsTable tr:not(:first-child):after, #katTable tr:not(:first-child):after, #aboTable tr:not(:first-child):after, #generator tr:not(:first-child):after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
}


.mce-tinymce{
    box-sizing: border-box !important;
}

label[for^="form_image"]{
    height: auto !important;
    overflow: hidden;
}

label[for^="form_image"] img{
    width: 50%;
    height: auto;
}

.simple{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}

.extendet{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height:0;
    overflow:hidden;
}

#generator .extendet{
    transition: all ease 500ms;
}

#generator input[type^="checkbox"]:checked + .extendet{
    max-height:300px;
}

.iframe{
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top:30px;
    margin-top:30px;
}

.iframe_preview{
    background-color: #595959;
    overflow: hidden;
}

.iframe_preview textarea{
    padding: 25px;
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: transparent;
    border:none;
    width:100%;
    min-height: 430px;
}

textarea:focus, input:focus{
    outline: none;
}

.iframe_preview textarea::selection {
    background: rgba(0,0,255,0.5);
}

.iframe_preview textarea::-moz-selection {
    background: rgba(0,0,255,0.5);
}

#iframe_preview {
    color: #FFFFFF;

}</pre></body></html>