
:root {
    --md-primary-fg-color:        #7b31ad;
    --md-primary-fg-color--light: #7b31ad;
    --md-primary-fg-color--dark:  #7b31ad;
  }

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans/IBMPlexSans-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans/IBMPlexSans-Bold.ttf') format('truetype'); /* Bold */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans/IBMPlexSans-Italic.ttf') format('truetype'); /* Italic*/
    font-weight: 400;
    font-style: italic;
}

/* Standard-Styles für Body und Code-Abschnitte*/
body {
    font-family: 'Computer Modern Serif', serif;
}

code, pre {
    font-family: 'Computer Modern Serif', monospace;
}

.md-header {
    background-color: #7b31ad;
}

@media only screen and (max-width:76.1875em) {
    html .md-nav--primary .md-nav__title[for=__drawer] {
        background-color: #7b31ad;
    }
}
@media only screen and (max-width:59.9375em) {
    .md-nav__source {
        background-color: #7b31ad;
    }
}
@media only screen and (min-width:60em) {
    .md-search__input:hover {
        background-color: rgba(0, 0, 0, 0.452)
    }
}

.md-typeset img {
    padding: 2px;
    margin: 0;
    display: inline-block;
    height: auto;
/*  #width: 100%;
    #max-width: 100%;
*/
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
}

.md-typeset mark {
    margin: 0 .25em;
    padding: .0625em 0;
    color: #94088d;
    font-weight: 700;
    border-radius: .1rem;
    background-color: transparent;
    box-shadow: none;
    word-break: break-word;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

/*
article > ol li {
    min-height: 4em;
    counter-increment: li;
    position: relative;
    margin: 0 0 1.4em 2em;
    padding: 4px 8px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.14);
}

article > ol li::before {
    content: counter(li);
    position: absolute;
    top: -1px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #707070;
    font-weight: 700;
    text-align: center;
}
*/


.md-typeset dl {
    padding: 0;
    margin-bottom: 16px;
}

.md-typeset p {
    text-align: justify;
}
.md-typeset dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
}

.md-typeset dl dd {
    padding: 0 16px;
    margin: 0px;
    margin-bottom: 16px;
}
