@font-face{font-family:Rubik;src:url("/wp-content/themes/px-orchesterland/fonts/rubik.woff") format("woff");font-display:swap;}
@font-face{font-family:CDR;src:url("/wp-content/themes/px-orchesterland/fonts/cdr.woff") format("woff");font-display:swap;}

:root {
    --ovo-grau: #A0B3C6;
    --ovo-blau: #40668B;
    --transition: .2s;
    --green: #4B5;
    --cyan: #0CD;
    --yellow: #DB0;
    --orange: #F80;
    --red: #E26;
    --hover: #294159;
    --button: #BA1F27;
    --text1: #000;
    --text2: #294159;
    --text3: #FFF;
    --verlauf: linear-gradient(90deg,var(--ovo-grau),var(--ovo-blau));
    --verlauf-dunkel: linear-gradient(90deg,var(--ovo-grau),var(--hover));
    --verlauf-frage: linear-gradient(90deg,transparent,var(--hover));
    --wichtig: linear-gradient(90deg,var(--ovo-grau),var(--red));
    --kopf: linear-gradient(90deg,var(--ovo-grau),var(--hover),var(--ovo-grau));
    --wichtig2: linear-gradient(90deg,var(--ovo-grau),var(--red),var(--ovo-grau));
    --streifen: url("data:image/svg+xml,<svg width='40' height='40' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'><g fill='rgba(0,0,0,0.07)' fill-rule='evenodd'><path d='M0 4L4 0H2L0 2M4 4V2L2 4'/></g></svg>");
    --streifen-dunkel: url("data:image/svg+xml,<svg width='40' height='40' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'><g fill='rgba(0,0,0,0.2)' fill-rule='evenodd'><path d='M0 4L4 0H2L0 2M4 4V2L2 4'/></g></svg>");
    --ehrungsschrift: arial, helvetica, sans-serif;
}

.px-start-headline {
    margin-bottom: 25px; 
}

a {
    text-decoration: none;
    color: var(--button)
}

.breadcrumb {
    background-color: var(--ovo-blau);
    color: #fff;
    display: flex;
    margin-bottom: 2rem;
    padding-left: 1rem;
}

.breadcrumb li, .breadcrumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    text-decoration: none;
    color: #fff;
}
.breadcrumb li.active {
    color: #FC0 !important;
}

.entry-title {
    margin-bottom: 2rem;
}

.px-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 2rem;
    width: 100%;
    background: var(--ovo-grau);
    min-height: 3rem;
}

.px-container {
    width: 100%;
    max-width: 1200px;
    padding: 10px;
}

#copyright {
    text-align: center;
    font-size: 14px;
    color: var(--text2);
}

#copyright > a {
    font-size: 14px;
}

.px-float-right {
    float: right;
}

.pxframe {
    padding: 0 !important;
}

body {
    display: flex;
    align-items: center;
    flex-flow: column;
    position: relative;
    width: 100vw;
    height: 100vh;
}

body.admin-bar {
    height: calc(100vh - 32px);
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: Rubik,sans-serif;
    font-size: 18px;
    position: relative;
    padding: 0;
    margin: 0;
    letter-spacing: .3px;
}

.mmp-list-header-right {
    display: none !important;
}

#map { height: 600px; }

.mmp-popup-name {
    font-weight: bold !important;
    font-size: 1.4em !important;
}

a.chor-list-web:before {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    background-image: url('/wp-content/themes/px-orchesterland/img/globe-solid.svg') !important;
}

h1 {
    font-size: 2em;
    font-weight: bolder;
}

h2 {
    font-size: 1.5em;
    font-weight: bolder;
}

h3, .mmp-list-name {
    font-size: 1.17em !important;
    font-weight: bolder !important;
}