:root>* {
    --md-primary-fg-color: #1db1be;
    --md-primary-fg-color--light: #1d7ebe;
    --md-primary-fg-color--dark: #1db1be;
    --md-accent-fg-color: #1d7ebe;
    --md-default-fg-color--light: #000000;
}

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 {
    border: 1px solid #000;
    border-radius: 3px;
    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: 3px !important;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

iframe[title="YouTube video player"] {
    border-radius: 3px;
    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-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;
}


/* 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(/dmscmf/de/assets/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;
    }
}