/* titillium-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/titillium-web-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media only screen and (max-width: 950px) {
    body {
        font-size: 1.3em;
        width: 98%;
        margin:5px;
    }
}

@media only screen and (min-width: 950px) {
    body {
        font-size: 1em;
        margin:auto;
        width:950px;
        padding:10px;
    }
}

body {
    font-family:'Titillium Web';
}

#breadcrumb-div {
    margin:10px;
}

#content-div {
    margin:0;
    padding:0;
}

#main_structure_header {
    font-size: 1.8em;
    margin-top: 24px;
    background-color: #75ca2a;
    padding-left:10px;
    color: white;
}

#title {
    font-weight:400;
    color:#75ca2a;
    text-transform:none;
    line-height:1.15em;
    font-size:2.5em;
    -webkit-transition:color .2s linear;
    -o-transition:color .2s linear;
    transition:color .2s linear
}

#title:hover {
    color: #447618;
}



h1 {
    margin-top:0;
    margin-bottom:0;
}

@media only screen and (max-width: 950px) {
    div#content-overview {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 950px) {
    div#content-overview {
        float:right;
        margin:0;
        margin-left:15px;
    }
}

div#content-overview {
    padding:10px;
    border:1px solid gray
}

div#content-overview ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#footer {
    margin-top:25px;
}

#sprachauswahl {
    text-align:right; 
    margin-bottom:15px;
    margin-right:10px;
}

div.image-left-div {
    float:left;
    width:100px;
    margin:0;
    margin-right:10px;
}

div.createEditDate {
    margin:0px;
    padding:0px;
    color:gray; 
    font-size: 0.9em;
}