:root>* {
    --md-primary-fg-color: #78a077;
    --md-primary-fg-color--light: #96b695;
    --md-primary-fg-color--dark: #5d835d;
    --md-accent-fg-color: #78a077;
    --md-default-fg-color--light: #000000;
    --border-radius-visuals: 3px;
    --border-radius-elements: 12px;
    --padding-elements: 10px 18px;
}

font-face {
    font-family: "Lato Light";
}

img[alt=KatarGo_Dokumentation] {
    width: 300px;
}

img[alt$=">"] {
    float: right;
}

img[alt$="<"] {
    float: left;
}

img[alt$="><"] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    float: none!important;
}

#grad {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(190, 188, 29, 1) 0%, rgba(0, 183, 136, 1) 100%);
    width: 400px;
    height: 20px;
}

p img,
.gallery-img {
    outline: 1px solid #000000;
    outline-offset: -1px;
    border-radius: var(--border-radius-visuals);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.gallery {
    display: flex;
    justify-content: space-between;
}

.gallery-img {
    width: 95%;
    height: auto;
}

img.icon {
    vertical-align: middle !important;
    width: 45px !important;
    height: auto;
}

.video {
    border: 1px solid #000 !important;
    border-radius: var(--border-radius-visuals);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

iframe[title="YouTube video player"] {
    border-radius: var(--border-radius-visuals);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.md-banner__inner {
    display: flex;
}

.md-banner__push {
    margin-left: auto;
}

main {
    padding-bottom: 5em;
}

.no-border {
    border: none !important;
}

.no-outline {
    outline: none;
}

.no-shadow {
    box-shadow: none !important;
}

.text-wrap {
    float: left;
    margin-right: 20px;
}

.dms-logo {
    width: 100px;
}

nav.md-nav {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


/* JS Buttons */

.sharePointConverter {
    display: flex;
    gap: 7px;
    border: none;
}

.sharePointConverter__input {
    background-color: #3b3b3b;
    color: white;
    font-size: .85em;
    padding: var(--padding-elements);
    width: 80%;
    border-top-left-radius: var(--border-radius-elements);
    border-bottom-left-radius: var(--border-radius-elements);
}

.sharePointConverter__btn {
    background-color: #fc840d;
    color: white;
    font-size: .85em;
    padding: var(--padding-elements);
    width: 20%;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-top-right-radius: var(--border-radius-elements);
    border-bottom-right-radius: var(--border-radius-elements);
}

.sharePointConverterLink {
    margin-top: 15px;
    background-color: #f3f3f3;
    width: 100%;
    padding: var(--padding-elements);
    border-radius: var(--border-radius-elements);
}

.sharePointConverterLink__inner {
    margin: auto;
    text-align: center;
}

::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: white;
}


/* External image source: https://www.svgrepo.com/svg/489731/external-link - No copyright or CC0 1.0 Universal Public Domain Dedication license */

a.external {
    background-image: url(../images/external-link.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.2em;
    padding-right: 1.2em;
}

@media (max-width: 480px) {
    .md-banner__inner {
        display: block;
        text-align: center;
    }
    .dms-logo {
        width: 150px !important;
    }
}


/* Volle Seite wird ab 1220px angezeigt */

@media (min-width: 1080px) and (max-width: 1219px) {
    .screen-size-dependent-margin {
        margin-bottom: 45px !important;
    }
}


/* Suchleiste wird ab 960px angezeigt */

@media (min-width: 840px) and (max-width: 960px) {
    .screen-size-dependent-margin {
        margin-bottom: 35px !important;
    }
}