@font-face {
    font-family: 'icomoon';
    src: url('../Fonts/icomoon.eot?10uzdr');
    src: url('../Fonts/icomoon.eot?10uzdr#iefix') format('embedded-opentype'),
    url('../Fonts/icomoon.ttf?10uzdr') format('truetype'),
    url('../Fonts/icomoon.woff?10uzdr') format('woff'),
    url('../Fonts/icomoon.svg?10uzdr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* Space Grotesk Bold */

@font-face {
    font-family: 'Space Grotesk Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Space Grotesk Bold'), local('SpaceGrotesk-Bold'),
    url('../Fonts/SpaceGrotesk-Bold.ttf') format('truetype')
}

/* Space Grotesk Regular */

@font-face {
    font-family: 'Space Grotesk Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Space Grotesk Regular'), local('SpaceGrotesk-Regular'),
    url('../Fonts/SpaceGrotesk-Regular.ttf') format('truetype')

}


/* Graphik Regular */

@font-face {
    font-family: 'Graphik Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Graphik Regular'),
    url('../Fonts/Graphik-Regular.otf') format('opentype')

}

/* Graphik Bold */

@font-face {
    font-family: 'Graphik Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Graphik Bold'),
    url('../Fonts/Graphik-Semibold.otf') format('opentype')

}

/* Graphik Italic */

@font-face {
    font-family: 'Graphik Italic';
    font-style: italic;
    font-weight: 400;
    src: local('Graphik Italic'),
    url('../Fonts/Graphik-Italic.otf') format('opentype')

}


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

    html, body {
        min-width: 320px;
        overflow-x: hidden;
    }

    .easy-autocomplete {
        padding-left: 6px;
        padding-right: 6px
    }

}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* Type */

html {
    font-size: 16px;
}

body {

    color: #000;
}

body, input, select, textarea {
    font-family: 'Graphik Regular', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-decoration: none;
}


a:hover:before, a:hover strong {
    color: inherit !important;
}

strong, b {
    font-family: 'Graphik Bold';
    font-weight: 700;
}

em, i {
    font-family: 'Graphik Italic';
}

p {
    margin: 0;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
    line-height: 1.3;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 1.5rem;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
}

h4 {
    font-size: 1.1rem;

}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.7rem;
}

@media screen and (max-width: 736px) {

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: 0.9rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    h6 {
        font-size: 0.7rem;
    }

}

sub {

    font-size: 14px;
    position: relative;

}

sup {
    font-size: 14px;
    position: relative;
    top: -0.5rem;
    line-height: 16px;

}

blockquote {
    border-left: solid 4px;
    font-style: italic;
    margin: 0 0 2rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
}

code {
    border-radius: 4px;
    border: solid 1px;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    overflow-x: auto;
}

hr {
    border: 0;
    border-bottom: solid 1px;
    margin: 2rem 0;
}

hr.major {
    margin: 3rem 0;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

input, select, textarea {
    color: #3f3f3f;
}

a {
    color: inherit;
}

a:hover {
    color: #A9C8F4
}

strong, b {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

blockquote {

}

code {
    background: rgba(143, 143, 143, 0.075);
    border-color: rgba(143, 143, 143, 0.25);
}

hr {
    border-bottom-color: rgba(143, 143, 143, 0.25);
}

/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row > * {
    box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row > .imp {
    order: -1;
}

.row > .col-1 {
    width: 8.3333333333%;
}

.row > .off-1 {
    margin-left: 8.3333333333%;
}

.row > .col-2 {
    width: 16.6666666667%;
}

.row > .off-2 {
    margin-left: 16.6666666667%;
}

.row > .col-3 {
    width: 25%;
}

.row > .off-3 {
    margin-left: 25%;
}

.row > .col-4 {
    width: 33.3333333333%;
}

.row > .off-4 {
    margin-left: 33.3333333333%;
}

.row > .col-5 {
    width: 41.6666666667%;
}

.row > .off-5 {
    margin-left: 41.6666666667%;
}

.row > .col-6 {
    width: 50%;
}

.row > .off-6 {
    margin-left: 50%;
}

.row > .col-7 {
    width: 58.3333333333%;
}

.row > .off-7 {
    margin-left: 58.3333333333%;
}

.row > .col-8 {
    width: 66.6666666667%;
}

.row > .off-8 {
    margin-left: 66.6666666667%;
}

.row > .col-9 {
    width: 75%;
}

.row > .off-9 {
    margin-left: 75%;
}

.row > .col-10 {
    width: 83.3333333333%;
}

.row > .off-10 {
    margin-left: 83.3333333333%;
}

.row > .col-11 {
    width: 91.6666666667%;
}

.row > .off-11 {
    margin-left: 91.6666666667%;
}

.row > .col-12 {
    width: 100%;
}

.row > .off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
}

.row.gtr-0 > * {
    padding: 0 0 0 0rem;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0rem;
}

.row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
}

.row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
}

.row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
}

.row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
}

.row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
}

.row {
    margin-top: 0;
    margin-left: 0;
}

.row > * {
    padding: 0;
}

.row.gtr-uniform {
    margin-top: -1.5rem;
}

.row.gtr-uniform > * {
    padding-top: 1.5rem;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
}

.row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
}

.row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
}

.row.gtr-200 > * {
    padding: 0 0 0 3rem;
}

.row.gtr-200.gtr-uniform {
    margin-top: -3rem;
}

.row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
}

@media screen and (max-width: 1680px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-xlarge {
        order: -1;
    }

    .row > .col-1-xlarge {
        width: 8.3333333333%;
    }

    .row > .off-1-xlarge {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-xlarge {
        width: 16.6666666667%;
    }

    .row > .off-2-xlarge {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-xlarge {
        width: 25%;
    }

    .row > .off-3-xlarge {
        margin-left: 25%;
    }

    .row > .col-4-xlarge {
        width: 33.3333333333%;
    }

    .row > .off-4-xlarge {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-xlarge {
        width: 41.6666666667%;
    }

    .row > .off-5-xlarge {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-xlarge {
        width: 50%;
    }

    .row > .off-6-xlarge {
        margin-left: 50%;
    }

    .row > .col-7-xlarge {
        width: 58.3333333333%;
    }

    .row > .off-7-xlarge {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-xlarge {
        width: 66.6666666667%;
    }

    .row > .off-8-xlarge {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-xlarge {
        width: 75%;
    }

    .row > .off-9-xlarge {
        margin-left: 75%;
    }

    .row > .col-10-xlarge {
        width: 83.3333333333%;
    }

    .row > .off-10-xlarge {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-xlarge {
        width: 91.6666666667%;
    }

    .row > .off-11-xlarge {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-xlarge {
        width: 100%;
    }

    .row > .off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;

    }

    .row > * {
        padding: 0;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 1280px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-large {
        order: -1;
    }

    .row > .col-1-large {
        width: 8.3333333333%;
    }

    .row > .off-1-large {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-large {
        width: 16.6666666667%;
    }

    .row > .off-2-large {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-large {
        width: 25%;
    }

    .row > .off-3-large {
        margin-left: 25%;
    }

    .row > .col-4-large {
        width: 33.3333333333%;
    }

    .row > .off-4-large {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-large {
        width: 41.6666666667%;
    }

    .row > .off-5-large {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-large {
        width: 50%;
    }

    .row > .off-6-large {
        margin-left: 50%;
    }

    .row > .col-7-large {
        width: 58.3333333333%;
    }

    .row > .off-7-large {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-large {
        width: 66.6666666667%;
    }

    .row > .off-8-large {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-large {
        width: 75%;
    }

    .row > .off-9-large {
        margin-left: 75%;
    }

    .row > .col-10-large {
        width: 83.3333333333%;
    }

    .row > .off-10-large {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-large {
        width: 91.6666666667%;
    }

    .row > .off-11-large {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-large {
        width: 100%;
    }

    .row > .off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5rem;
    }

    .row > * {
        padding: 0 0 0 1.5rem;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 980px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-medium {
        order: -1;
    }

    .row > .col-1-medium {
        width: 8.3333333333%;
    }

    .row > .off-1-medium {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-medium {
        width: 16.6666666667%;
    }

    .row > .off-2-medium {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-medium {
        width: 25%;
    }

    .row > .off-3-medium {
        margin-left: 25%;
    }

    .row > .col-4-medium {
        width: 33.3333333333%;
    }

    .row > .off-4-medium {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-medium {
        width: 41.6666666667%;
    }

    .row > .off-5-medium {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-medium {
        width: 50%;
    }

    .row > .off-6-medium {
        margin-left: 50%;
    }

    .row > .col-7-medium {
        width: 58.3333333333%;
    }

    .row > .off-7-medium {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-medium {
        width: 66.6666666667%;
    }

    .row > .off-8-medium {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-medium {
        width: 75%;
    }

    .row > .off-9-medium {
        margin-left: 75%;
    }

    .row > .col-10-medium {
        width: 83.3333333333%;
    }

    .row > .off-10-medium {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-medium {
        width: 91.6666666667%;
    }

    .row > .off-11-medium {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-medium {
        width: 100%;
    }

    .row > .off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5rem;
    }

    .row > * {
        padding: 0 0 0 1.5rem;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 736px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-small {
        order: -1;
    }

    .row > .col-1-small {
        width: 8.3333333333%;
    }

    .row > .off-1-small {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-small {
        width: 16.6666666667%;
    }

    .row > .off-2-small {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-small {
        width: 25%;
    }

    .row > .off-3-small {
        margin-left: 25%;
    }

    .row > .col-4-small {
        width: 33.3333333333%;
    }

    .row > .off-4-small {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-small {
        width: 41.6666666667%;
    }

    .row > .off-5-small {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-small {
        width: 50%;
    }

    .row > .off-6-small {
        margin-left: 50%;
    }

    .row > .col-7-small {
        width: 58.3333333333%;
    }

    .row > .off-7-small {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-small {
        width: 66.6666666667%;
    }

    .row > .off-8-small {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-small {
        width: 75%;
    }

    .row > .off-9-small {
        margin-left: 75%;
    }

    .row > .col-10-small {
        width: 83.3333333333%;
    }

    .row > .off-10-small {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-small {
        width: 91.6666666667%;
    }

    .row > .off-11-small {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-small {
        width: 100%;
    }

    .row > .off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5rem;
    }

    .row > * {
        padding: 0 0 0 1.5rem;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 480px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-xsmall {
        order: -1;
    }

    .row > .col-1-xsmall {
        width: 8.3333333333%;
    }

    .row > .off-1-xsmall {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-xsmall {
        width: 16.6666666667%;
    }

    .row > .off-2-xsmall {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-xsmall {
        width: 25%;
    }

    .row > .off-3-xsmall {
        margin-left: 25%;
    }

    .row > .col-4-xsmall {
        width: 33.3333333333%;
    }

    .row > .off-4-xsmall {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-xsmall {
        width: 41.6666666667%;
    }

    .row > .off-5-xsmall {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-xsmall {
        width: 50%;
    }

    .row > .off-6-xsmall {
        margin-left: 50%;
    }

    .row > .col-7-xsmall {
        width: 58.3333333333%;
    }

    .row > .off-7-xsmall {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-xsmall {
        width: 66.6666666667%;
    }

    .row > .off-8-xsmall {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-xsmall {
        width: 75%;
    }

    .row > .off-9-xsmall {
        margin-left: 75%;
    }

    .row > .col-10-xsmall {
        width: 83.3333333333%;
    }

    .row > .off-10-xsmall {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-xsmall {
        width: 91.6666666667%;
    }

    .row > .off-11-xsmall {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-xsmall {
        width: 100%;
    }

    .row > .off-12-xsmall {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5rem;
    }

    .row > * {
        padding: 0 0 0 1.5rem;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

@media screen and (max-width: 360px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-xxsmall {
        order: -1;
    }

    .row > .col-1-xxsmall {
        width: 8.3333333333%;
    }

    .row > .off-1-xxsmall {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-xxsmall {
        width: 16.6666666667%;
    }

    .row > .off-2-xxsmall {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-xxsmall {
        width: 25%;
    }

    .row > .off-3-xxsmall {
        margin-left: 25%;
    }

    .row > .col-4-xxsmall {
        width: 33.3333333333%;
    }

    .row > .off-4-xxsmall {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-xxsmall {
        width: 41.6666666667%;
    }

    .row > .off-5-xxsmall {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-xxsmall {
        width: 50%;
    }

    .row > .off-6-xxsmall {
        margin-left: 50%;
    }

    .row > .col-7-xxsmall {
        width: 58.3333333333%;
    }

    .row > .off-7-xxsmall {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-xxsmall {
        width: 66.6666666667%;
    }

    .row > .off-8-xxsmall {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-xxsmall {
        width: 75%;
    }

    .row > .off-9-xxsmall {
        margin-left: 75%;
    }

    .row > .col-10-xxsmall {
        width: 83.3333333333%;
    }

    .row > .off-10-xxsmall {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-xxsmall {
        width: 91.6666666667%;
    }

    .row > .off-11-xxsmall {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-xxsmall {
        width: 100%;
    }

    .row > .off-12-xxsmall {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0rem;
    }

    .row.gtr-0 > * {
        padding: 0 0 0 0rem;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0rem;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375rem;
    }

    .row.gtr-25 > * {
        padding: 0 0 0 0.375rem;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375rem;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75rem;
    }

    .row.gtr-50 > * {
        padding: 0 0 0 0.75rem;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75rem;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5rem;
    }

    .row > * {
        padding: 0 0 0 1.5rem;
    }

    .row.gtr-uniform {
        margin-top: -1.5rem;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5rem;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25rem;
    }

    .row.gtr-150 > * {
        padding: 0 0 0 2.25rem;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25rem;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3rem;
    }

    .row.gtr-200 > * {
        padding: 0 0 0 3rem;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3rem;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem;
    }

}

/* Box */

.box {
    border-radius: 4px;
    border: solid 1px;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.box {
    border-color: rgba(143, 143, 143, 0.25);
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'TiemposHeadlineRegular', sans-serif;
    font-weight: normal;
    font-size: 1rem;

    line-height: 1rem;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next,
.button.next {
    text-decoration: none;
}

input[type="submit"].next:before,
input[type="reset"].next:before,
input[type="button"].next:before,
button.next:before,
.button.next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}


input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5rem;
    margin-left: -0.25rem;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.6rem;
    height: 2.25rem;
    line-height: 2.30625rem;
    padding: 0 1.5rem;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: 1rem;
    height: 3.75rem;
    line-height: 3.84375rem;
    padding: 0 2.5rem;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {

    color: #000 !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: #ccc;
    color: #ffffff !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: #348bde;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(143, 143, 143, 0.25);
    color: #3f3f3f !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background-color: rgba(143, 143, 143, 0.075);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
    color: #bfbfbf;
}

/* Form */

form {
    margin: 0 0 2rem 0;
}

form > :last-child {
    margin-bottom: 0;
}

form > .fields {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
}

form > .fields > .field {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
}

form > .fields > .field.half {
    width: calc(50% - 0.75rem);
}

form > .fields > .field.third {
    width: calc(100% / 3 - 0.5rem);
}

form > .fields > .field.quarter {
    width: calc(25% - 0.375rem);
}

@media screen and (max-width: 480px) {

    form > .fields {
        width: calc(100% + 3rem);
        margin: -1.5rem 0 2rem -1.5rem;
    }

    form > .fields > .field {
        padding: 1.5rem 0 0 1.5rem;
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.half {
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.third {
        width: calc(100% - 1.5rem);
    }

    form > .fields > .field.quarter {
        width: calc(100% - 1.5rem);
    }

}

label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.multi {
    padding-left: 20px;
}

.field__normal input {
    margin-bottom: 20px;
}

#c1749 .text {
    margin-left: 20px;
}

#c1753 .text {
    margin-left: 20px;
}

.submitButton input {
    font-family: 'Graphik Bold';
    font-weight: 700;
    margin-left: 20px
}

#c1749 .text label {
    margin: 4px 0 0 0;
}

#c1753 .text label {
    margin: 4px 0 0 0;
}


input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 100px;
    border: none;
    border: solid 1px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

select {
    font-family: 'Space Grotesk Bold', sans-serif;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    height: 3rem;
    padding-right: 3rem;
    text-overflow: ellipsis;
    background-color: #32327D;
    color: white;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2rem;
}

textarea {
    padding: 0.75rem 1rem;
}

#wrapper input[type="checkbox"],
#wrapper input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2rem;
    opacity: 0;
    width: 1rem;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 2.55rem;
    padding-right: 0.75rem;
    position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    border-radius: 4px;
    border: solid 1px;
    content: '';
    display: inline-block;
    height: 1.8rem;
    left: 0;
    line-height: 1.725rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.8rem;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    content: '\f00c';
}

input[type="checkbox"] + label:before {
    border-radius: 4px;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    opacity: 1.0;
}

:-moz-placeholder {
    opacity: 1.0;
}

::-moz-placeholder {
    opacity: 1.0;
}

:-ms-input-placeholder {
    opacity: 1.0;
}

label {
    color: #3f3f3f;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    border-color: #32327D;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #32327D;
    box-shadow: 0;
}

select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 1)' /%3E%3C/svg%3E");
}


select option {
    font-family: 'Space Grotesk Regular', sans-serif;
    color: white;
    background: #32327D;
}


input[type="checkbox"] + label,
input[type="radio"] + label {
    color: #3f3f3f;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    border-color: rgba(143, 143, 143, 0.25);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-color: #32327D;
    border-color: #32327D;
    box-shadow: 0 0 0 1px #32327D;
    color: #ffffff;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #32327D;
    box-shadow: 0 0 0 1px #32327D;
}

::-webkit-input-placeholder {
    color: #bfbfbf !important;
}

:-moz-placeholder {
    color: #bfbfbf !important;
}

::-moz-placeholder {
    color: #bfbfbf !important;
}

:-ms-input-placeholder {
    color: #bfbfbf !important;
}

.formerize-placeholder {
    color: #bfbfbf !important;
}


/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

/* Image */

.image {
    display: inline-block;
    position: relative;

    border: 0;
}

.image[data-position] img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image[data-position="top left"] img {
    -moz-object-position: top left;
    -webkit-object-position: top left;
    -ms-object-position: top left;
    object-position: top left;
}

.image[data-position="top"] img {
    -moz-object-position: top;
    -webkit-object-position: top;
    -ms-object-position: top;
    object-position: top;
}

.image[data-position="top right"] img {
    -moz-object-position: top right;
    -webkit-object-position: top right;
    -ms-object-position: top right;
    object-position: top right;
}

.image[data-position="right"] img {
    -moz-object-position: right;
    -webkit-object-position: right;
    -ms-object-position: right;
    object-position: right;
}

.image[data-position="bottom right"] img {
    -moz-object-position: bottom right;
    -webkit-object-position: bottom right;
    -ms-object-position: bottom right;
    object-position: bottom right;
}

.image[data-position="bottom"] img {
    -moz-object-position: bottom;
    -webkit-object-position: bottom;
    -ms-object-position: bottom;
    object-position: bottom;
}

.image[data-position="bottom left"] img {
    -moz-object-position: bottom left;
    -webkit-object-position: bottom left;
    -ms-object-position: bottom left;
    object-position: bottom left;
}

.image[data-position="left"] img {
    -moz-object-position: left;
    -webkit-object-position: left;
    -ms-object-position: left;
    object-position: left;
}

.image[data-position="center"] img {
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
}

.image[data-position="25% 25%"] img {
    -moz-object-position: 25% 25%;
    -webkit-object-position: 25% 25%;
    -ms-object-position: 25% 25%;
    object-position: 25% 25%;
}

.image[data-position="75% 25%"] img {
    -moz-object-position: 75% 25%;
    -webkit-object-position: 75% 25%;
    -ms-object-position: 75% 25%;
    object-position: 75% 25%;
}

.image[data-position="75% 75%"] img {
    -moz-object-position: 75% 75%;
    -webkit-object-position: 75% 75%;
    -ms-object-position: 75% 75%;
    object-position: 75% 75%;
}

.image[data-position="25% 75%"] img {
    -moz-object-position: 25% 75%;
    -webkit-object-position: 25% 75%;
    -ms-object-position: 25% 75%;
    object-position: 25% 75%;
}

.image img {
    display: block;

}

.image.left, .image.right {
    max-width: 40%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 1.5rem 1rem 0;
    top: 0.25rem;
}

.image.right {
    float: right;
    margin: 0 0 1rem 1.5rem;
    top: 0.25rem;
}

.image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

a.image {
    overflow: hidden;
}

a.image img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
}

a.image:hover img {
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}


/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1rem;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1rem;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1.3rem 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1rem);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

ul.actions.fit li > * {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

/* Icons */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25rem 0 0;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.375rem;
}

/* kastl */

ul.kastl {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

ul.kastl li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    text-align: center;
    margin: 0 0 0 4rem;
}

ul.kastl li:first-child {
    margin-left: 0;
}

ul.kastl li > :last-child {
    margin-bottom: 0;
}

ul.kastl li .image {

    margin: 0 0 1.5rem 0;
}

ul.kastl li .image img {

    width: 8rem;
}

ul.kastl li h3 {
    font-size: 0.8rem;
    margin: 0 0 0.25rem 0;
}

ul.kastl li p {
    font-size: 0.8rem;
}

@media screen and (max-width: 1280px) {

    ul.kastl li:nth-child(3) {
        display: none;
    }


    ul.kastl li {
        margin: 0 0 0 3rem;
    }

}

@media screen and (max-width: 980px) {

    ul.kastl li:nth-child(3) {
        display: none;
    }

    ul.kastl li:nth-child(2) {
        display: none;
    }


    ul.kastl li {
        margin: 0 0 0 2rem;
    }

    ul.kastl li:nth-child(3) {
        display: none;
    }


}

@media screen and (max-width: 736px) {

    ul.kastl li:nth-child(3) {
        display: none;
    }

    ul.kastl li:nth-child(2) {
        display: none;
    }

    ul.kastl li .image img {
        width: 6rem;
    }

}

@media screen and (max-width: 480px) {


    ul.kastl li:nth-child(3) {
        display: none;
    }

    ul.kastl li:nth-child(2) {
        display: none;
    }

    ul.kastl li {
        margin: 0 0 2rem 0;
    }

    ul.kastl li .image img {
        width: 10rem;
    }

    ul.kastl li h3 {
        font-size: 1rem;
    }

    ul.kastl li p {
        font-size: 1rem;
    }

    ul.kastl li:last-child {
        margin-bottom: 0;
    }

}

/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2rem 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
}

table td {
    padding: 0.75rem 0.75rem;
}

table th {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left;
}

table thead {
    border-bottom: solid 2px;
}

table tfoot {
    border-top: solid 2px;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

table tbody tr {
    border-color: rgba(143, 143, 143, 0.25);
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(143, 143, 143, 0.075);
}

table th {
    color: #3f3f3f;
}

table thead {
    border-bottom-color: rgba(143, 143, 143, 0.25);
}

table tfoot {
    border-top-color: rgba(143, 143, 143, 0.25);
}

table.alt tbody tr td {
    border-color: rgba(143, 143, 143, 0.25);
}

/* Post */

.post {


    margin: 0;


}

.post > .content {
    padding: 5rem 4rem 5rem 0;
    width: 66.6666%;
}

.post > .content header .category {
    font-weight: 700;
    display: block;
    margin: 0 0 0.35rem 0;
}

.post > .content > :last-child {
    margin-bottom: 0;
}

.post > .image {
    align-self: stretch;
    width: 33.3333%;
    min-height: inherit;

}


.post.alt {

    flex-direction: row-reverse;
}

.post.alt > .content {
    padding: 5rem 0 5rem 4rem;
}

.post.style2 {

}

.post.style2 > .content {
    padding: 5rem 4rem;
}

.post.style2 > .image {

}

.post.style2 > .image img {

}

.post.style2.alt {
    flex-direction: row-reverse;
}

.post.style2.alt > .content {
    padding: 70px;
}

.post.style2.alt > .image {

}

.post.style2.alt > .image img {

}

@media screen and (max-width: 980px) {

    .post > .content {
        padding: 4rem 3rem 4rem 0;
        width: 50%;
    }

    .post > .image {
        width: 50%;
    }

    .post.alt > .content {
        padding: 4rem 0 4rem 3rem;
    }

    .post.style2 > .content {
        padding: 4rem 3rem;
    }

    .post.style2.alt > .content {
        padding: 4rem 3rem;
    }

}

@media screen and (max-width: 736px) {

    .post > .content {
        padding: 2.5rem 2rem 2.5rem 0;
        width: 50%;
    }

    .post > .image {
        width: 50%;
    }

    .post.alt > .content {
        padding: 2.5rem 0 2.5rem 2rem;
    }

    .post.style2 > .content {
        padding: 2rem;
    }

    .post.style2.alt > .content {
        padding: 2rem;
    }

}

@media screen and (max-width: 640px) {

    .post {

        flex-direction: column-reverse !important;

        padding-top: 0;
    }

    .post > .content {
        padding: 30px !important;
        width: 100% !important;
    }

    .post > .image {
        width: 100% !important;
        min-height: 200px;
        margin: 0;
    }

    .tx-peopledirectory-detail .post > .image {
        width: 100% !important;
        min-height: 400px;
        margin: 0;
    }


    .post:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .post.style2 {
        border-top: 0;
        padding-top: 0;
    }

    .post.style2 > .content {
        padding: 2rem !important;
        margin: 0;
    }

    .post.style2 > .image {
        margin-bottom: 0;
    }

    .post.style2.alt > .content {
        padding: 2rem !important;
    }

}

.post > .content header .category {
    color: #4a98e2;
}

.post.style2 {
    background-color: #ffffff;
}


/* Main */

#wrapper > .main {
    padding: 20px 0 20px 0;
}

#wrapper > .main > header {
    width: 100%;
    max-width: 35rem;
    text-align: center;
    margin: 0 auto 3rem auto;
}


#wrapper > .main > .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
}

#wrapper > .main > .inner.narrow {
    max-width: 48rem;
}

#wrapper > .main > .inner.style2 {
    padding: 40px 0 40px 0;
    background-color: #ffffff;

}

#Xwrapper > .main > .inner.style2 > .image.main:first-child {
    position: relative;
    top: -5rem;
    left: -4rem;
    width: calc(100% + 8rem);
    height: 25rem;
    margin-bottom: 0;

}

#wrapper > .main > .inner.style2 > .image.main:first-child img {

}

#wrapper > .main.special {
    text-align: center;
}

#wrapper > .main.accent1 {
    background-color: #4a98e2;
    color: #ffffff;
}

#wrapper > .main.accent1 input, #wrapper > .main.accent1 select, #wrapper > .main.accent1 textarea {
    color: #ffffff;
}

#wrapper > .main.accent1 a {
    color: inherit;
}

#wrapper > .main.accent1 a:hover {
    color: #4a98e2 !important;
}

#wrapper > .main.accent1 strong, #wrapper > .main.accent1 b {
    color: #ffffff;
}

#wrapper > .main.accent1 h1, #wrapper > .main.accent1 h2, #wrapper > .main.accent1 h3, #wrapper > .main.accent1 h4, #wrapper > .main.accent1 h5, #wrapper > .main.accent1 h6 {
    color: #ffffff;
}

#wrapper > .main.accent1 blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 .box {
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 input[type="submit"],
#wrapper > .main.accent1 input[type="reset"],
#wrapper > .main.accent1 input[type="button"],
#wrapper > .main.accent1 button,
#wrapper > .main.accent1 .button {
    background-color: #4a98e2;
    color: #ffffff !important;
}

#wrapper > .main.accent1 input[type="submit"]:hover,
#wrapper > .main.accent1 input[type="reset"]:hover,
#wrapper > .main.accent1 input[type="button"]:hover,
#wrapper > .main.accent1 button:hover,
#wrapper > .main.accent1 .button:hover {
    background-color: #60a5e6;
    color: #ffffff !important;
}

#wrapper > .main.accent1 input[type="submit"]:active,
#wrapper > .main.accent1 input[type="reset"]:active,
#wrapper > .main.accent1 input[type="button"]:active,
#wrapper > .main.accent1 button:active,
#wrapper > .main.accent1 .button:active {
    background-color: #348bde;
}

#wrapper > .main.accent1 input[type="submit"].alt,
#wrapper > .main.accent1 input[type="reset"].alt,
#wrapper > .main.accent1 input[type="button"].alt,
#wrapper > .main.accent1 button.alt,
#wrapper > .main.accent1 .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
}

#wrapper > .main.accent1 input[type="submit"].alt:hover,
#wrapper > .main.accent1 input[type="reset"].alt:hover,
#wrapper > .main.accent1 input[type="button"].alt:hover,
#wrapper > .main.accent1 button.alt:hover,
#wrapper > .main.accent1 .button.alt:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

#wrapper > .main.accent1 input[type="submit"].alt.icon:before,
#wrapper > .main.accent1 input[type="reset"].alt.icon:before,
#wrapper > .main.accent1 input[type="button"].alt.icon:before,
#wrapper > .main.accent1 button.alt.icon:before,
#wrapper > .main.accent1 .button.alt.icon:before {
    color: #ffffff;
}

#wrapper > .main.accent1 label {
    color: #ffffff;
}

#wrapper > .main.accent1 input[type="text"],
#wrapper > .main.accent1 input[type="password"],
#wrapper > .main.accent1 input[type="email"],
#wrapper > .main.accent1 select,
#wrapper > .main.accent1 textarea {
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 input[type="text"]:focus,
#wrapper > .main.accent1 input[type="password"]:focus,
#wrapper > .main.accent1 input[type="email"]:focus,
#wrapper > .main.accent1 select:focus,
#wrapper > .main.accent1 textarea:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

#wrapper > .main.accent1 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}

#wrapper > .main.accent1 select option {
    color: #ffffff;
    background: #4a98e2;
}

#wrapper > .main.accent1 input[type="checkbox"] + label,
#wrapper > .main.accent1 input[type="radio"] + label {
    color: #ffffff;
}

#wrapper > .main.accent1 input[type="checkbox"] + label:before,
#wrapper > .main.accent1 input[type="radio"] + label:before {
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 input[type="checkbox"]:checked + label:before,
#wrapper > .main.accent1 input[type="radio"]:checked + label:before {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
    color: #4a98e2;
}

#wrapper > .main.accent1 input[type="checkbox"]:focus + label:before,
#wrapper > .main.accent1 input[type="radio"]:focus + label:before {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

#wrapper > .main.accent1 ::-webkit-input-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent1 :-moz-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent1 ::-moz-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent1 :-ms-input-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent1 .formerize-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent1 ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 table tbody tr {
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

#wrapper > .main.accent1 table th {
    color: #ffffff;
}

#wrapper > .main.accent1 table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25);
}

#wrapper > .main.accent1 .post > .content header .category {
    color: #4a98e2;
}

#wrapper > .main.accent1 .post.style2 {
    background-color: #4a98e2;
}

@media screen and (max-width: 480px) {

    #wrapper > .main.accent1 .post {
        border-top-color: rgba(255, 255, 255, 0.25);
    }

}

#wrapper > .main.accent2 {
    background-color: #d1c9c2;
    color: #000;
}

#wrapper > .main.accent2 input, #wrapper > .main.accent2 select, #wrapper > .main.accent2 textarea {
    color: #000;
}

#wrapper > .main.accent2 a {
    color: inherit;
}

#wrapper > .main.accent2 a:hover {
    color: #4a98e2 !important;
}

#wrapper > .main.accent2 strong, #wrapper > .main.accent2 b {
    color: #000;
}

#wrapper > .main.accent2 h1, #wrapper > .main.accent2 h2, #wrapper > .main.accent2 h3, #wrapper > .main.accent2 h4, #wrapper > .main.accent2 h5, #wrapper > .main.accent2 h6 {
    color: #000;
}

#wrapper > .main.accent2 blockquote {
    border-left-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 hr {
    border-bottom-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 .box {
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 input[type="submit"],
#wrapper > .main.accent2 input[type="reset"],
#wrapper > .main.accent2 input[type="button"],
#wrapper > .main.accent2 button,
#wrapper > .main.accent2 .button {
    background-color: #4a98e2;
    color: #ffffff !important;
}

#wrapper > .main.accent2 input[type="submit"]:hover,
#wrapper > .main.accent2 input[type="reset"]:hover,
#wrapper > .main.accent2 input[type="button"]:hover,
#wrapper > .main.accent2 button:hover,
#wrapper > .main.accent2 .button:hover {
    background-color: #60a5e6;
    color: #ffffff !important;
}

#wrapper > .main.accent2 input[type="submit"]:active,
#wrapper > .main.accent2 input[type="reset"]:active,
#wrapper > .main.accent2 input[type="button"]:active,
#wrapper > .main.accent2 button:active,
#wrapper > .main.accent2 .button:active {
    background-color: #348bde;
}

#wrapper > .main.accent2 input[type="submit"].alt,
#wrapper > .main.accent2 input[type="reset"].alt,
#wrapper > .main.accent2 input[type="button"].alt,
#wrapper > .main.accent2 button.alt,
#wrapper > .main.accent2 .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
    color: #ffffff !important;
}

#wrapper > .main.accent2 input[type="submit"].alt:hover,
#wrapper > .main.accent2 input[type="reset"].alt:hover,
#wrapper > .main.accent2 input[type="button"].alt:hover,
#wrapper > .main.accent2 button.alt:hover,
#wrapper > .main.accent2 .button.alt:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

#wrapper > .main.accent2 input[type="submit"].alt.icon:before,
#wrapper > .main.accent2 input[type="reset"].alt.icon:before,
#wrapper > .main.accent2 input[type="button"].alt.icon:before,
#wrapper > .main.accent2 button.alt.icon:before,
#wrapper > .main.accent2 .button.alt.icon:before {
    color: #ffffff;
}

#wrapper > .main.accent2 label {
    color: #ffffff;
}

#wrapper > .main.accent2 input[type="text"],
#wrapper > .main.accent2 input[type="password"],
#wrapper > .main.accent2 input[type="email"],
#wrapper > .main.accent2 select,
#wrapper > .main.accent2 textarea {
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 input[type="text"]:focus,
#wrapper > .main.accent2 input[type="password"]:focus,
#wrapper > .main.accent2 input[type="email"]:focus,
#wrapper > .main.accent2 select:focus,
#wrapper > .main.accent2 textarea:focus {
    border-color: #4a98e2;
    box-shadow: 0 0 0 1px #4a98e2;
}

#wrapper > .main.accent2 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.125)' /%3E%3C/svg%3E");
}

#wrapper > .main.accent2 select option {
    color: #ffffff;
    background: #292f33;
}

#wrapper > .main.accent2 input[type="checkbox"] + label,
#wrapper > .main.accent2 input[type="radio"] + label {
    color: #ffffff;
}

#wrapper > .main.accent2 input[type="checkbox"] + label:before,
#wrapper > .main.accent2 input[type="radio"] + label:before {
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 input[type="checkbox"]:checked + label:before,
#wrapper > .main.accent2 input[type="radio"]:checked + label:before {
    background-color: #4a98e2;
    border-color: #4a98e2;
    box-shadow: 0 0 0 1px #4a98e2;
    color: #ffffff;
}

#wrapper > .main.accent2 input[type="checkbox"]:focus + label:before,
#wrapper > .main.accent2 input[type="radio"]:focus + label:before {
    border-color: #4a98e2;
    box-shadow: 0 0 0 1px #4a98e2;
}

#wrapper > .main.accent2 ::-webkit-input-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent2 :-moz-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent2 ::-moz-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent2 :-ms-input-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent2 .formerize-placeholder {
    color: #ffffff !important;
}

#wrapper > .main.accent2 ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 table tbody tr {
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

#wrapper > .main.accent2 table th {
    color: #ffffff;
}

#wrapper > .main.accent2 table thead {
    border-bottom-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 table tfoot {
    border-top-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.125);
}

#wrapper > .main.accent2 .post > .content header .category {
    color: #4a98e2;
}

#wrapper > .main.accent2 .post.style2 {
    background-color: #292f33;
}

@media screen and (max-width: 480px) {

    #wrapper > .main.accent2 .post {
        border-top-color: rgba(255, 255, 255, 0.125);
    }

}

#wrapper > .main.alt {

}

@media screen and (max-width: 1280px) {

    #wrapper > .main {
        padding: 20px 0 20px 0;
    }


    #wrapper > .main.alt {
        background-attachment: scroll;
    }

}

@media screen and (max-width: 980px) {

    #wrapper > .main > .inner.style2 {
        padding: 20px 0 20px 0;
    }


}

@media screen and (max-width: 736px) {

    #wrapper > .main {
        padding: 10px 0 10px 0;
    }

    #wrapper > .main > .inner.style2 {
        padding: 10px 0 10px 0;
    }


}

@media screen and (max-width: 480px) {


}

@media screen and (max-width: 360px) {

    #wrapper > .main {
        padding: 10px 0 10px 0;
    }

}

/* Wrapper */

#wrapper {
    background-color: #ffffff;
}

/* Banner */

#banner {

    display: flex;

    flex-direction: column;


    justify-content: flex-start;

    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

#banner > .content {

    color: #ffffff;

    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    padding: 0 2.75rem;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    opacity: 1;
}

#banner > .content input, #banner > .content select, #banner > .content textarea {
    color: #ffffff;
}


#banner > .content strong, #banner > .content b {
    color: #ffffff;
}

#banner > .content h1, #banner > .content h2, #banner > .content h3, #banner > .content h4, #banner > .content h5, #banner > .content h6 {
    color: #ffffff;
}

#banner > .content blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

#banner > .content code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#banner > .content hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#banner > .content > * {
    margin: 0.25rem 0 0 0;
}

#banner > .content > :first-child {
    margin-top: 0;
}

#banner > .content > :last-child {
    margin-bottom: 0;
}

#banner > .content h1 {
    font-size: 2rem;

    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
}


.other-font {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
}

#banner > .content p {
    font-size: 1rem;
    margin-top: 20px;
}

#banner > .more {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg zoomAndPan='disable' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='20px' viewBox='0 0 40px 20px'%3E%3Cstyle type='text/css'%3Eline %7B stroke: %23ffffff%3B stroke-width: 0.75px%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='20' x2='40' y2='0' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem 1.5rem;
    width: 6rem;
    height: 6rem;
    text-align: center;
    color: #ffffff;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 3rem);
    text-indent: 6rem;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

#banner:before {
    pointer-events: none;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3f3f3f;
    opacity: 0;
}

#banner:after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#header + #banner {
    margin-top: -40px;
}

body.is-preload #banner > .content {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
}

body.is-preload #banner:before {
    opacity: 1;
}

@media screen and (max-width: 1280px) {

    #banner {
        background-attachment: scroll;
    }

}

@media screen and (max-width: 980px) {

    #banner > .content {
        margin-top: 0;
    }

}

@media screen and (max-width: 736px) {

    #banner > .content {
        padding: 1.75rem;
    }

    #banner > .content h1 {
        font-size: 1.75rem;
    }

    #banner > .content p {
        font-size: 1rem;
    }

    #header + #banner {
        margin-top: -44px;
    }

}

@media screen and (max-width: 480px) {

    #banner {
        padding: 12rem 0;
        min-height: 0;
    }

    #banner > .more {
        display: none;
    }

}

/* Footer */

#footer {
    padding: 0;
    color: #000;
    background-color: #32327D;
    text-align: center;
    margin-top: 80px;
    clear: both;
    line-height: 1.25em;
}


#footer p {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #A9C8F4;
}

#footer a {
    color: #A9C8F4;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0
}

#footer li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #32327D;
}

#footer .offices-navigation {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer .footer-navigation {
    margin-top: 20px;
    margin-bottom: 20px;
}

.frame-type-menu_pages {
    display: none;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte h1 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 20px
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte p {
    margin-right: 20px;
}

.podcast {
    margin-bottom: 30px;
}

.podcast audio {
    margin-left: 20px;
}

.podcast-photo img {
    max-width: 280px;
}


#header .side-right-button {
    width: 60px;
    float: right;
    cursor: pointer;
    margin-top: 15px;
}

.has-sub .level-1 {
    display: none;
}

.level-1 {
    margin-left: 10px;
}

.active.has-sub .level-1 {
    display: block
}

#c354 li {
    padding-left: 20px;
}

#c860 li {
    padding-left: 20px;
}

#c872 li {
    padding-left: 20px;
}

#c357 li {
    padding-left: 20px;
}

#c881 li {
    padding-left: 20px;
}

#c851 li {
    padding-left: 20px;
}

#c1822 li {
    padding-left: 20px;
}

#c1827 li {
    padding-left: 20px;
}

#c1829 li {
    padding-left: 20px;
}

#c1831 li {
    padding-left: 20px;
}

#c1833 li {
    padding-left: 20px;
}

#c1837 li {
    padding-left: 20px;
}

#c1824 li {
    padding-left: 20px;
}


#banner > .content a {
    color: #32327D !important;
}

#banner > .content a:hover {
    color: #fff !important;
}

.corona {
    margin-top: 20px !important;
}

.corona a {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #dbe120;
    color: #32327D;
    border-radius: 4px;
    font-weight: 700
}

@media screen and (min-width: 1020px) {
    .corona {
        margin-top: 30px !important;
    }

    .corona a {
        font-size: 24px;
        padding: 10px 20px;
    }
}


@media screen and (min-width: 880px) {

    #header .side-right-button {
        margin-top: 13px;
    }

    #banner > .content {
        width: 50%;
    }


    .frame-type-menu_pages {
        display: block;
        max-width: 1111px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #32327D
    }

    .frame-type-menu_pages ul {
        margin: 0;
        padding: 20px 0 20px 0;
        text-align: center
    }

    .frame-type-menu_pages li {
        list-style-type: none;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px
    }

    .frame-type-menu_pages .current {
        font-weight: 700;
    }


    .frame-type-menu_subpages {
        display: block;
    }

    .frame-type-menu_subpages h2 {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .frame-type-menu_subpages ul {
        margin: 0 20px 0 0;
    }

    .frame-type-menu_subpages li {
        list-style-type: none;
        padding: 8px 20px;
        font-size: 16px;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0
    }

    .frame-type-menu_subpages .current {
        font-weight: 700;
        background-color: #A9C8F4;
        color: white;
    }

    #c127 li {
        list-style-type: none;
        padding-top: 2px;
        padding-bottom: 12px
    }

    .frame-type-gridelements_pi1 .col-3-9 .rechte-spalte h1 {
        padding-top: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }
}


.underheader-nav {
    max-width: 1111px;
    border-bottom: 1px solid #efefef;
    margin-left: auto;
    margin-right: auto
}

.underheader-nav a {
    font-size: 16px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 700;
}


/* Tabs-Nav-Bild */
.frame-layout-6 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0;
    clear: both;
    background-color: #32327D;
    position: relative;
}

.frame-layout-6 .content {
    clear: both;
}

.frame-layout-6 .ce-bodytext {
    width: 100%;
}

.frame-layout-6 .ce-gallery {
    width: 100%;
}

.frame-layout-6 h2 {
    display: none;
}

.frame-layout-6 h5 {
    clear: both;
    display: block;
    color: white;
    padding: 50px 50px 0px 50px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase
}

.frame-layout-6 h3 {
    clear: both;
    display: block;
    color: white;
    padding: 0px 50px 10px 50px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
}

.frame-layout-6 p {
    color: white;
    padding: 10px 50px;
    font-size: 16px;
}

.frame-layout-6 blockquote {
    background-color: #32327D;
    border: none;
    padding: 0;
    font-style: normal;
}

ul.tabs-list {
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.tabs-list li {
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

ul.tabs-list a {
    padding: 10px;
    text-decoration: none;
    color: #d1c9c2;
}

ul.tabs-list a:first-child {
    padding-right: 5px
}

ul.tabs-list a:last-child {
    padding-left: 5px
}

ul.tabs-list a:hover {
    color: #32327D;
}

ul.tabs-list .current {
    border-width: 0;
}

ul.tabs-list .current a {
    color: #32327D;
    text-decoration: underline;
}

@media screen and (min-width: 550px) {
    ul.tabs-list a:first-child {
        padding-right: 10px
    }

    ul.tabs-list a:last-child {
        padding-left: 10px
    }
}

@media screen and (min-width: 768px) {
    ul.tabs-list a:first-child {
        padding-right: 15px
    }

    ul.tabs-list a:last-child {
        padding-left: 15px
    }

    ul.tabs-list li {
        font-size: 16px;
        letter-spacing: 1;
    }
}

@media screen and (min-width: 1025px) {
    ul.tabs-list a:first-child {
        padding-right: 25px
    }

    ul.tabs-list a:last-child {
        padding-left: 25px
    }

    ul.tabs-list li {
        font-size: 18px;
    }
}

@media screen and (min-width: 1140px) {
    ul.tabs-list a:first-child {
        padding-right: 35px
    }

    ul.tabs-list a:last-child {
        padding-left: 35px
    }
}

/* Columns 3-6-3 --> */

.frame-type-gridelements_pi1 .col-3-6-3 {
    max-width: 1440px;
    padding: 0 1rem;
    margin: 80px auto 0;
    display: grid;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .frame-type-gridelements_pi1 .col-3-6-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .frame-type-gridelements_pi1 .col-3-6-3 .mittlere-spalte {
        grid-column: span 2 / span 2;
    }
}

@media screen and (min-width: 1440px) {
    .frame-type-gridelements_pi1 .col-3-6-3 {
        padding: 0;
    }
}

.frame-type-gridelements_pi1 .col-3-6-3 .linke-spalte img {
    width: 80%;
    height: auto;
}

/**
 * Set orders for Food Law Corner
 */
@media screen and (max-width: 768px) {
    .page-351 .frame-type-gridelements_pi1 .col-3-6-3 .linke-spalte {
        order: 3;
    }

    .page-351 .frame-type-gridelements_pi1 .col-3-6-3 .mittlere-spalte {
        order: 1;
    }

    .page-351 .frame-type-gridelements_pi1 .col-3-6-3 .rechte-spalte {
        order: 2;
    }
}

/* <-- Columns 3-6-3 */

.frame-type-gridelements_pi1 .col-3-9,
.frame-type-gridelements_pi1 .col-9-3 {
    max-width: 1280px;
    padding: 0 1rem;
    margin: 80px auto 0;
    display: grid;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .frame-type-gridelements_pi1 .col-3-9,
    .frame-type-gridelements_pi1 .col-9-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .frame-type-gridelements_pi1 .col-3-9 .rechte-spalte {
        grid-column: span 3 / span 3;
    }

    .frame-type-gridelements_pi1 .col-9-3 .linke-spalte {
        grid-column: span 3 / span 3;
    }
}

@media screen and (min-width: 1280px) {
    .frame-type-gridelements_pi1 .col-3-9,
    .frame-type-gridelements_pi1 .col-9-3 {
        padding: 0;
    }
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte img {
    width: 80%;
    height: auto;
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte li {
    border-bottom: 1px solid #BED732;
    border-right: 1px solid #BED732;
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte li:last-child {
    border-bottom: 0
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte h3 {
    font-weight: 700;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte h4 {
    font-weight: 700;
    font-size: 20px;
    padding-right: 35px;
    padding-left: 20px;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte li a {
    margin-left: 0;
    font-size: 16px;
}

.frame-type-gridelements_pi1 .col-9-3 .rechte-spalte li {
    list-style-type: none;
}

.frame-type-gridelements_pi1 .col-9-3 .rechte-spalte a {
    text-decoration: underline
}

.frame-type-gridelements_pi1 .col-9-3 .rechte-spalte h1 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    padding-top: 20px;
    padding-bottom: 10px;
}


.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte h2 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    padding-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left: 20px
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte p {
    margin-bottom: 15px;
    margin-left: 20px;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte li {

    margin-left: 20px;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte .news p {
    margin-left: 0;
}


.frame-type-bullets ul {
    background-color: #A9C8F4;
    margin-top: 25px;
    padding-left: 30px;

}

.frame-type-bullets li {
    font-size: 18px !important;
    font-family: 'Space Grotesk Regular', sans-serif;
    padding: 8px 0 20px 5px;
    margin: 5px 5px 15px 5px;
    color: #32327D;
    border-bottom: 1px solid white;
}

.frame-type-bullets li:first-child {
    padding-top: 30px;
}

.frame-type-bullets li:last-child {

    padding-bottom: 30px;
    border: 0;
}

/* Press and Career Contact */
#c1429, #c1436, #c14 {
    padding-bottom: 40px;
}

#c1430, #c1437 {
    padding-bottom: 40px;
}

#c14 img, #c15 img, #c2730 img {
    width: 200px;
    height: auto;
    margin-top: 5px;
}

#c1429 img, #c1430 img, #c1431 img, #c1437 img, #c1436 img, #c1438 img {
    margin-top: 5px;
}

#c1429 h4, #c1430 h4, #c1431 h4, #c1436 h4, #c1437 h4, #c1438 h4, #c14 h4, #c15 h4, #c2730 h4 {
    color: #32327D;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: 30px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

#c1429 h5, #c1430 h5, #c1431 h5, #c1436 h5, #c1437 h5, #c1438 h5, #c14 h5, #c15 h5, #c2730 h5 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    color: #32327D;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
    font-size: 16px
}

#c1429 p, #c1430 p, #c1431 p, #c1436 p, #c1437 p, #c1438 p, #c15 p, #c14 p, #c2730 p {
    margin-left: 30px;
}


/* Header-Bild-Text erste Farbe */
.frame-layout-1 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 0;
    clear: both;
}

.frame-layout-1 h1 {
    font-weight: 700;
    margin-bottom: 20px;
}

.frame-layout-1 h2 {
    margin-bottom: 20px;
    color: black;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-1 p {

    font-size: 16px;
}

.frame-layout-1 em {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-1 .ce-bodytext {
    width: 100%;
    padding: 30px
}

.frame-layout-1 .ce-gallery {
    width: 100%;
}

.ce-intext.ce-right .ce-gallery {
    margin: 0;
}


/* Header-Bild-Text zweite Farbe */
.frame-layout-2 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 0;
    clear: both;
}

.frame-layout-2 h1 {
    color: #A9C8F4;
    font-weight: normal;
    margin-bottom: 20px;
}

.frame-layout-2 h2 {
    margin-bottom: 20px;
    color: #A9C8F4;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-2 h4 {
    color: #A9C8F4;
    font-size: 16px;

}

.frame-layout-2 p {
    color: white;
    font-size: 16px;
}

.frame-layout-2 em {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-2 .ce-bodytext {
    width: 100%;
    padding: 30px
}

.layout-2 .ce-gallery {
    width: 100%;
}

.frame-layout-2 .ce-bodytext a {

    font-weight: 700;
    background-color: #BED732;
    color: #32327D;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #BED732;
    border-radius: 100px;
    padding: .1rem 1rem .3rem;
    transition: color .5s ease 0s, background-color .5s ease;

}

.frame-layout-2 .ce-bodytext a:hover {

    background-color: #32327D;
    color: white;
    border: 1px solid #BED732;
    border-radius: 100px;
    padding: .1rem 1rem .3rem;

}

.ce-intext.ce-left .ce-gallery {
    margin: 0;
}


/* Info */
.frame-layout-3 {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
}

.frame-layout-3 h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.frame-layout-3 p {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
}

.frame-layout-3 h2 em {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-3 p em {
    font-style: italic;
}

.frame-layout-3 ul {
    margin-left: 38px;
}

.frame-layout-3 li {
    font-size: 16px;
}

.frame-layout-3 a {
    text-decoration: underline
}

.col-3-9 .linke-spalte h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}

.col-3-9 .linke-spalte h2 em {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-type-text.frame-layout-4 {
    text-align: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
}

.frame-type-text.frame-layout-4 h1 {
    color: white;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    padding: 80px 20px 80px 20px;
    font-size: 32px;
}

.frame-type-text.frame-layout-4 h5 {
    color: white;
    padding: 80px 20px 5px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.frame-type-header.frame-layout-4 {
    text-align: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
}

.frame-type-header.frame-layout-4 h1 {
    color: white;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    padding: 80px 20px 80px 20px;
    font-size: 32px;
}


.testimonials {
    margin-top: 80px
}

.testimonials .inner {
    padding-top: 80px;
}

.testimonial-text {
    width: 100%;
}

.testimonial-image {
    width: 100%;
}

.testimonial-image img {
    width: 100%;
    height: auto
}

.testimonial-text h2 {
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 16px;
}

.testimonial-text h3 {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 14px;
}

.testimonial-text h4 {
    font-size: 16px;
    line-height: 26px;
    padding: 30px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.quotation-marks {
    padding-left: 30px;
}

.quotation-marks svg {
    fill: #DBE120;
}

.frame-layout-7 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0;
    clear: both;
}

.frame-layout-7 h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.frame-layout-7 h3 {
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 16px;
}

.frame-layout-7 h4 {
    margin-bottom: 40px;
    padding-left: 40px;
    font-size: 14px;
}

.frame-layout-7 p {
    font-size: 18px;
    line-height: 26px;
    padding: 80px 40px 10px 40px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-7 .ce-bodytext {
    width: 100%;
}

.frame-layout-7 .ce-gallery {
    width: 100%
}

.frame-layout-7 .ce-gallery img {
    width: 100%;
    height: auto;
    padding: 40px
}

.frame-layout-7 blockquote {
    border: none;
    margin: 0;
    padding: 0;
    background-image: url("../Images/quotation-marks.png");
    background-repeat: no-repeat;
    background-position: 40px 40px;
    background-size: 26px;
}


/* Bild-Text-Offices-Overview */

.frame-layout-8 h2 {
    color: #A9C8F4;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
}

.frame-layout-8 h4 {
    color: black;
    font-size: 16px;
    font-weight: 700
}

.frame-layout-8 p {
    color: black;
    font-weight: 700;
    font-size: 16px;
}

.frame-layout-8 em {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}

.frame-layout-8 .ce-bodytext {
    width: 100%;
    padding: 30px;
    text-align: center;
}

.frame-layout-8 .read-more-link {
    color: #FFF !important;
}

.frame-layout-8 .ce-gallery {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .frame-layout-2 .ce-gallery img {
        width: 100%;
        height: auto;
    }

    .frame-layout-1 .ce-gallery img {
        width: 100%;
        height: auto;
    }

    .frame-layout-8 .ce-gallery img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 900px) {
    .frame-layout-6 .ce-gallery {
        display: none;
    }
}


@media screen and (min-width: 900px) {
    .frame-layout-6 .ce-bodytext {
        width: 50%;
    }

    .frame-layout-6 .ce-gallery {
        width: 50%;
    }

    ul.tabs-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
    }

    .frame-layout-6 h5 {
        clear: both;
        display: block;
        color: white;
        padding: 80px 80px 10px 80px;
        font-size: 20px;
        line-height: 30px;
    }

    .frame-layout-6 h3 {
        clear: both;
        display: block;
        color: white;
        padding: 0px 80px 10px 80px;
        font-size: 40px;
        line-height: 50px;
    }

    .frame-layout-6 p {
        color: white;
        padding: 10px 80px;
        font-size: 16px;
    }
}

.frame-type-gridelements_pi1 .col-3-9 .linke-spalte .news {
    display: none
}

@media screen and (min-width: 768px) {

    #c2136 p, #c2143 p {
        padding-left: 55px
    }

    #c2136 ul, #c2143 ul {
        padding-left: 55px
    }


    .frame-type-gridelements_pi1 .col-3-9 .rechte-spalte li a {
        margin-left: 0;
    }

    .frame-type-gridelements_pi1 .col-3-9 .linke-spalte h3 {
        font-size: 22px;
        padding-left: 0;
    }

    .frame-type-gridelements_pi1 .col-3-9 .rechte-spalte h2 {
        margin-left: 0
    }

    .frame-type-gridelements_pi1 .col-3-9 .rechte-spalte p {
        margin-right: 0;
        margin-left: 0;
    }

    .podcast audio {
        margin-left: 0
    }

    .frame-type-gridelements_pi1 .col-3-9 .linke-spalte .news {
        display: block
    }

    .testimonial-text {
        float: left;
        width: 50%
    }

    .testimonial-image {
        float: left;
        width: 50%;
    }

    .testimonial-text h2 {
        font-weight: 700;
        margin-bottom: 0;
        padding-left: 80px;
        font-size: 16px;
        padding-top: 25px;
    }

    .testimonial-text h3 {
        margin-bottom: 20px;
        padding-left: 80px;
        font-size: 14px;
    }

    .testimonial-text h4 {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 40px 10px 80px;
    }

    .quotation-marks {
        padding-left: 80px;
    }

    .submitButton input {
        margin-left: 0
    }

    #c1749 .text {
        margin-left: 0
    }

    #c1753 .text {
        margin-left: 0
    }

    .multi {
        padding-left: 0
    }

    .frame-layout-1 .ce-textpic {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .frame-layout-1 .ce-bodytext {
        width: 50%;
        padding: 50px
    }

    .frame-layout-1 .ce-gallery {
        width: 50%;
        align-self: stretch;
    }


    .frame-layout-2 .ce-textpic {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .frame-layout-2 .ce-bodytext {
        width: 66.6666%;
        padding: 50px
    }

    .frame-layout-2 .ce-gallery {
        width: 33.3333%;
        align-self: stretch;
    }

    .frame-layout-2 .ce-left .ce-gallery .ce-column {
        float: none;
    }


    .frame-layout-8 .ce-textpic {

    }

    .frame-layout-8 .ce-bodytext {
        width: 100%;
        padding: 45px
    }

    .frame-layout-8 .ce-gallery {
        width: 100%;

    }


    .frame-layout-7 .ce-bodytext {
        width: 50%;
    }

    .frame-layout-7 .ce-gallery {
        width: 50%;
    }


    .frame-layout-3 {
        margin-top: 80px;
        margin-bottom: 0;
        display: flex;
    }

    .frame-layout-3 h2 {
        float: left;
        width: 35%;
        margin-right: 0;
    }

    .frame-layout-3 p {
        width: 65%;
        padding-right: 20px;
        padding-left: 0;
        float: left;
    }


    .frame-layout-7 .ce-gallery img {
        width: 100%;
        height: auto;
        padding: 80px
    }

    .frame-layout-7 h3 {
        font-weight: 700;
        margin-bottom: 0;
        padding-left: 80px;
        font-size: 16px;
    }

    .frame-layout-7 h4 {
        margin-bottom: 80px;
        padding-left: 80px;
        font-size: 14px;
    }

    .frame-layout-7 p {
        font-size: 24px;
        line-height: 32px;
        padding: 120px 80px 10px 80px;
    }

    .frame-layout-7 blockquote {
        background-position: 80px 80px;
        background-size: 30px;
    }


}


@media screen and (min-width: 1024px) {

    .tx-peopledirectory-detail .row li {
        margin-left: 30px;
    }

    .frame-layout-1 .ce-bodytext {
        width: 50%;
        padding: 40px
    }

    .frame-layout-1 .ce-gallery {
        width: 50%;
        align-self: stretch;
    }

    .frame-layout-1 .ce-gallery img {
        width: 100%;
        height: auto;
    }


    .frame-layout-2 .ce-bodytext {
        width: 66.6666%;
        padding: 40px 60px
    }

    .frame-layout-2 .ce-gallery {
        width: 33.3333%;
        align-self: stretch;
    }

    .frame-layout-2 .ce-gallery img {
        width: 100%;
        height: auto;
    }


    .frame-layout-8 .ce-bodytext {
        width: 100%;
        padding: 44px
    }

    .frame-layout-8 .ce-gallery {
        width: 100%;

    }


}


@media screen and (min-width: 1111px) {


    .frame-layout-1 .ce-bodytext {
        width: 66.6666%;
        padding: 40px 60px
    }

}


.bg-erste-farbe, .frame-layout-1, .frame-layout-4 {
    background-color: #32327D
}

.bg-erste-farbe h1, .frame-layout-1 h1 {
    color: #fff
}

.bg-erste-farbe h2, .frame-layout-1 h2 {
    color: #fff
}

.bg-erste-farbe h3, .frame-layout-1 h3 {
    color: #fff
}

.bg-erste-farbe h4, .frame-layout-1 h4 {
    color: #fff
}

.bg-erste-farbe h5, .frame-layout-1 h5 {
    color: #fff
}

.bg-erste-farbe p, .frame-layout-1 p {
    color: #fff
}

.bg-zweite-farbe, .frame-layout-2, .frame-layout-7, .frame-layout-8 {
    background-color: #32327D
}

.bg-zweite-farbe h1 {
    color: #A9C8F4
}

.bg-zweite-farbe h2 {
    color: #A9C8F4
}

.bg-zweite-farbe h3 {
    color: #A9C8F4
}

.bg-zweite-farbe h4 {
    color: #A9C8F4
}

.bg-zweite-farbe p {
    color: #A9C8F4
}

.bg-dritte-farbe {
    background-color: #5e62a5
}

.bg-cv-farbe {
    background-color: #A9C8F4;
}

.career h3 {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal
}

#c4 {
    border: 30px solid transparent;
    border-image-source: url(../Images/career-border-full.jpg);
    border-image-slice: 30;
}


.deals-container {
    display: none;
    margin-top: 50px;
    margin-bottom: 40px
}

.deals-container h3 {
    padding-left: 50%;
}

.tx-peopledirectory-filtered-list a {
    text-decoration: none;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte .tx-peopledirectory-filtered-list a {
    text-decoration: none;
}

.tx-peopledirectory-detail a:hover {
    color: #fff;
}

.tx-peopledirectory-detail .cv {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.tx-peopledirectory-detail .cv .post {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
}


.tx-peopledirectory-detail #first {
    padding-top: 30px;
}

.tx-peopledirectory-detail h5 {
    color: white;
    background-color: #32327D;
    font-size: 15px;
    padding: 20px;
    text-align: center;
    height: 275px;
    list-style-type: none;
    border: 1px solid silver;
    float: left;
    width: 215px;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 1.4em;
    -webkit-box-shadow: -10px 10px 5px -2px rgba(204, 204, 204, 1);
    -moz-box-shadow: -10px 10px 5px -2px rgba(204, 204, 204, 1);
    box-shadow: -10px 10px 5px -2px rgba(204, 204, 204, 1);
}

.cv h1 {
    padding-bottom: 0;
    margin: 0;
    font-size: 26px;
    color: #32327D;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal
}

.cv h2 {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    font-size: 24px;
    color: #32327D;
    font-family: 'Space Grotesk Regular', sans-serif;
}

.cv h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 22px;
}


.cv-headline h3 {
    font-family: 'Space Grotesk Regular', sans-serif;
    font-size: 22px;
}

.tx-peopledirectory-detail .row {
    padding-top: 40px;
}

.tx-peopledirectory-detail .row li {
    list-style-type: disc;
    margin-left: 48px;
    margin-right: 20px;
}

.tx-peopledirectory-detail .services li {
    font-size: 16px;
}

.tx-peopledirectory-detail .position li {
    font-size: 16px;
}

.tx-peopledirectory-detail .membership li {
    font-size: 16px;
}

.tx-peopledirectory-detail .languages li {
    font-size: 16px;
}

.tx-peopledirectory-detail .education li {
    font-size: 16px;
}

.tx-peopledirectory-detail .cv-publications li {
    font-size: 16px;
}


.quotes {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.quote-logo {
    padding-top: 80px;
}

.quote-logo img {
    max-height: 76px;
    width: auto;
}


.cv-publications li a {
    text-decoration: underline
}

.cv-text {
    min-height: 300px;
}

.cv-image {
    min-height: 300px;
    margin-top: 20px;
    background-image: url("../Images/3293_Hintergrund_Internet_3x2_1200x800_2024071711_23_36-Bearbeitet.jpg");
    background-size: cover;
}

.cv .country {
    padding-top: 30px;
}

.cv .country:before {
    content: "\e904";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 5px;
    color: #32327D;
}

.cv .e-mail {
    padding-top: 30px
}


.owl-dots {
    margin-top: 40px !important;
    padding-bottom: 40px;
}

.w-1111 {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto
}


.w-1111 p {
    padding-right: 30px;
    padding-left: 30px
}

.w-1111 h3 {
    padding-left: 30px;
    padding-right: 30px
}


#c262 {
    margin-top: 80px;
}

.tx-peopledirectory-list {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.lawyer-section {
    margin-top: 10px;
}

.lawyer-list .list-item {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.lawyer-list-portrait {
    width: 100%;
}

.lawyer-list-portrait img {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.lawyer-list-name {
    width: 100%;
    font-weight: 700;
    float: left;
    padding-top: 10px;
}

.lawyer-list-function {
    width: 100%;
    float: left
}

.lawyer-list-country {
    width: 100%;
    float: left
}

.lawyer-list-phone {
    width: 100%;
    float: left
}

.lawyer-list-mail {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 20px;
}

.lawyer-list-mail a {
    font-size: 12px;
    border: 1px solid #32327D;
    border-radius: 3px;
    padding: 4px 8px;
    text-transform: uppercase;
    background-color: #A9C8F4
}

.e-mail {
    font-weight: 700;
    font-size: 16px;
    color: #32327D;
}

.phone {
    font-weight: 700;
    color: #32327D;
    font-size: 16px;
}

.country {
    font-size: 14px;
    color: #32327D;
}

.admitted {
    margin-top: 30px;
    font-size: 14px;
    color: #32327D;
}

.admitted li {
    list-style-type: none;
}

.download-pdf {
    float: left;
    width: 60px;
    font-size: 14px;
    padding-top: 30px;
    color: #32327D;
}

.download-pdf a {
    background-image: url('../Icons/download.svg');
    padding-left: 15px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #32327D;
}

.download-vcard {
    float: left;
    width: 60px;
    font-size: 14px;
    padding-top: 30px;
    color: #32327D;
}

.download-vcard a:before {
    content: "\e901";
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 5px;
    color: #32327D;
}

.lawyer-list-row {
    display: block;
    margin: 0;
    padding: 0;
    position: static !important;
}


@media screen and (min-width: 480px) {


    .lawyer-list .list-item {
        padding-right: 20px;
        font-size: 14px;
    }

    .lawyer-list-portrait {
        width: 50%;
        float: left;
    }

    .lawyer-list-portrait img {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .lawyer-list-name {
        width: 50%;
        font-weight: 700;
        float: left;
        padding-top: 10px;
    }

    .lawyer-list-function {
        width: 50%;
        float: left
    }

    .lawyer-list-country {
        width: 50%;
        float: left
    }

    .lawyer-list-phone {
        width: 50%;
        float: left
    }

    .lawyer-list-mail {
        width: 50%;
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .lawyer-list-row {
        display: block;
        clear: both;
        min-height: 90px;
    }

}

@media screen and (min-width: 680px) {
    .cv-image {
        min-height: 400px;
    }
}


@media screen and (min-width: 680px) {


    .lawyer-list-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #BED732;
    }

    .lawyer-list .list-item {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }

    .lawyer-list-portrait {
        width: 15%;
        display: flex;
        align-items: flex-end;
    }

    .lawyer-list-portrait img {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: -6px;
        align-self: flex-end;
    }

    .lawyer-list-name {
        width: 25%;
        font-weight: 700;
        padding-top: 0
    }

    .lawyer-list-function {
        width: 13%
    }

    .lawyer-list-country {
        width: 17%
    }

    .lawyer-list-phone {
        width: 20%
    }

    .lawyer-list-mail {
        width: 10%;
        padding-top: 0;
        padding-bottom: 0
    }

    .cv-image {
        margin-top: 0;
    }

}


#c261 .auto-c-field {
    padding-top: 50px;
    height: 100px;
    background-color: #32327D;
    display: flex;
    align-items: center;
    justify-content: center;
}


.media-boxes-drop-down {
    display: inline-block;

    position: relative;
    width: 100%;
    padding-right: 20px;
}

@media screen and (min-width: 400px) {
    .media-boxes-drop-down {
        padding-right: 0
    }
}

@media screen and (min-width: 770px) {
    .media-boxes-drop-down {

    }


    #c261 .auto-c-field {
        padding-top: 40px;
        height: 200px;
    }

}

@media screen and (min-width: 1111px) {
    .media-boxes-drop-down {

    }
}


@media screen and (min-width: 980px) {

    #footer .offices-navigation {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .media-boxes-drop-down {

    }

    .w-1111 p {
        padding-right: 40px;
    }

    .w-1111 h3 {
        padding-left: 40px;
    }

    .cv h1 {
        font-size: 33px;
    }

    .cv h2 {
        font-size: 28px;
    }

    .cv h3 {
        font-size: 24px;
    }

    .cv-text {
        min-height: 500px;
    }

    .cv-image {
        min-height: 500px;
    }

}

@media screen and (min-width: 1200px) {

    .media-boxes-drop-down {

    }

    .w-1111 p {
        padding-right: 0;
    }

    .w-1111 h3 {
        padding-left: 0;
    }
}


.center {
    text-align: center
}


ul.dashed {
    list-style-type: none;
    margin-left: 0;
    padding-left: 30px;
}

ul.dashed > li {
    text-indent: -10px;
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}

ul.dashed > li:before {
    content: "- ";
    text-indent: -10px;
    padding-left: 0;
}


.owl-carousel .item {
    font-size: 20px;
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}


.quote-text {
    font-family: 'TiemposHeadlineRegular', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.quote-subtext {
    display: none;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: 'Graphik Bold';
    font-weight: 700;
    font-size: 16px;
}

.quote-subtext-2 {
    display: none;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: 'Graphik Regular';
    font-weight: 300;
    font-size: 14px;
}

.quotes-item {
    text-align: center
}

.quotes-item p {
    font-family: 'Space Grotesk Regular', sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px
}


.news-templatelayout-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
}


#c88, #c228, #c1501 {
    background-color: #A9C8F4
}

#c88 h3, #c228 h3, #c1501 h3 {
    background-color: #A9C8F4;
    color: #32327D;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 80px
}

#c88 .teaser-text {
    display: none;
}

#c228 .teaser-text {
    display: none;
}

#c1501 .teaser-text {
    display: none;
}


#c88 .events-item, #c228 .events-item, #c1501 .events-item {
    text-align: center;
    background-color: white;
    height: 100%;
}

#c88 .events-date, #c228 .events-date, #c1501 .events-date {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 26px;
    color: #32327D;
    font-family: 'Graphik Bold', sans-serif;
    font-weight: 700;
}

#c88 .events-location, #c228 .events-location, #c1501 .events-location {
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #333;
    padding-bottom: 30px
}

.events-item h6 {
    padding-top: 40px;
    font-size: 26px;
    color: #32327D;
    font-family: 'Graphik Bold', sans-serif;
    font-weight: 700
}

.events-item h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-left: 15%;
    margin-right: 15%;
    font-weight: 300
}

#c88 .events-item h4, #c228 .events-item h4, #c1501 .events-item h4 {
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 18px;
    font-weight: 700;
    padding-top: 40px;
}

.detail-event-date-location {
    font-weight: 700;
    font-size: 20px;
}

.detail-event-location {
    margin-left: 10px;
}


#c93, #c89 {
    min-height: calc(100vh - 145px);
}

#c261 {
    min-height: calc(100vh - 185px);
}

#c93 .news-list-date {
    display: none;
}

#c91, #c90, #c87, #c226, #c1027, #c1266, #c1282, #c1258, #c1275, #c1304, #c1356, #c1377, #c1370, #c1340, #c1244, #c1363, #c3804, #c3805 {
    background-color: #A9C8F4
}

#c226 .news-list-category {
    display: none;
}

#c91 h3, #c90 h3, #c87 h3, #c226 h3, #c1027 h3, #c1266 h3, #c1282 h3, #c1258 h3, #c1275 h3, #c1244 h3, #c1304 h3, #c1356 h3, #c1377 h3, #c1370 h3, #c1340 h3, #c1363 h3, #c3804 h3, #c3805 h3 {
    background-color: #A9C8F4;
    color: #32327D;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 80px
}

.news-item {
    height: 100%;
    position: relative;
    background-color: white;
    padding-bottom: 30px;
}

.news-item:after {
    content: "\e905" !important;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: .75rem;
    color: #A9C8F4;
}

.news-item h4, .news-item h5, .news-item h6 {
    color: black;
    font-family: 'Graphik Bold', sans-serif;
}

.news-item h4 {
    padding-left: 15px;
    float: left;
    font-size: 14px;
}

.news-item h2 {
    clear: both;
    font-size: 18px;

    color: #32327D;
    padding-top: 20px;
    padding-bottom: 20px
}

.news-item .news-list-date {
    float: left;
    font-size: 14px;

}

.news-list-category {
    display: none;
    float: left;
    font-size: 14px;
    font-family: 'Graphik Regular', sans-serif;
    font-weight: 300;
    margin-left: 10px;
}

.news-list-date-overview {
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    color: #A3A3A3
}

.news-list-category-overview {
    display: none;
    background-image: url('../Icons/location-pin.svg');
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
    font-size: 14px;
    font-family: 'Graphik Regular', sans-serif;
    font-weight: 300;
    margin-left: 10px;
    padding-left: 10px;
    color: #A3A3A3
}

.news-item p {
    color: black;
    font-size: 16px;
    padding: 0 0 20px 0;
}

.news-item-inner {
    padding: 20px;
}

/* Awards */
#c1612 {
    margin-top: 40px;
}

#c1612 .ce-column {
    float: left;
    padding: 5px;
    margin: 20px 50px;
    text-align: center;
}

#c1612 .image-caption {
    padding-top: 20px;
    font-weight: 700;
    line-height: 1.2rem
}

#c1612 img {
    height: auto;
    width: auto;
}

/* Events */
#news-container-94 .article {
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    color: black
}

#news-container-94 .events-date {
    font-size: 16px;
    float: left;
}

#news-container-94 .events-location {
    font-size: 16px;
    float: left;
    margin-left: 13px;
    padding-left: 12px;
    background-position: 0 7px;
    background-image: url('../Icons/location-pin.svg');
    background-repeat: no-repeat
}

#news-container-94 h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 5px
}

#news-container-94 .header {
    clear: both
}

#c1292 p, #c714 p {
    margin-left: 20px;
    margin-bottom: 30px;
}


/* Events Archive */
#news-container-712 .article, #news-container-1290 .article {
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    color: black
}

#news-container-712 .events-date, #news-container-1290 .events-date {
    font-size: 16px;
    float: left;
}

#news-container-712 .events-location, #news-container-1290 .events-location {
    font-size: 16px;
    float: left;
    margin-left: 10px
}

#news-container-712 h3, #news-container-1290 h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 5px
}

#news-container-712 .header, #news-container-1290 .header {
    clear: both
}

#news-container-712 p, #news-container-1290 p {
    font-size: 16px;
}


/* Career Events */
#news-container-1504 .article {
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    color: black
}

#news-container-1504 .events-date {
    font-size: 16px;
    float: left;
}

#news-container-1504 .events-location {
    font-size: 16px;
    float: left;
    margin-left: 13px;
    padding-left: 12px;
    background-position: 0 7px;
    background-image: url('../Icons/location-pin.svg');
    background-repeat: no-repeat
}

#news-container-1504 h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 5px
}

#news-container-1504 .header {
    clear: both
}


#news-container-85 .article,
.postlist .post {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BED732;
}


#news-container-85 .header {
    clear: both;
}

#news-container-85 h3 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 20px;
    padding-bottom: 20px;
    color: #32327D;
}

#news-container-94 p, #news-container-85 p {
    font-size: 16px;
}


.postlist .readmore,
.tx-blog-post-list .readmore {
    padding-top: 20px;
}

.bloglist .bloglist__item--archiveyear h2 {
    font-size: 1rem;
}

.tx-blog-post-list .readmore a {
    color: #32327D;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
}


#c85 .news .page-navigation ul {
    float: left;
    border-top: 1px solid silver;
    margin-top: 50px
}

#c85 .news .page-navigation p {
    display: none;
}

#c85 a {
    text-decoration: none;
}

#c85 .page-navigation:first-child {
    display: none;
}

#c85 .page-navigation ul {
    background-color: white;
    width: 100%;
    margin-left: 20px
}

#c85 li {
    margin: 4px 20px 4px 0;
    border-bottom: 0;
    display: inline-block
}

#c85 li.current {
    font-weight: 700;
}

#c85 li:first-child {
    padding-top: 0;
}

#c92 li {
    border: none;
    margin: 0 30px 0 0;
    list-style-type: none;
    padding: 0;
}

#c92 .active {
    font-weight: 700;
    border-left: 1px solid black;
}

#c92 li a {
    border-left: 1px solid silver;
    padding: 12px 16px;
    display: block;
    font-size: 16px;
}


.news-single .news-list-category {
    display: none;
}

.news-single-date-category {
    margin-top: 30px;
    background-color: #32327D;
    text-align: center;
    padding-top: 60px;
}

.news-single .header {
    background-color: #d1c9c2;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 60px;
}

.news-single .frame-layout-3 {
    max-width: 850px
}

.news-single .frame-layout-3 p {
    width: 100%;
    padding-right: 0;
}

.tx-blog-post-list .post {
    display: block;
    border-bottom: 1px solid #efefef;
    margin-right: 0;
    margin-bottom: 0;
}

.tx-blog-post-list h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte .tx-blog-post-list h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 5px;
}

.frame-type-gridelements_pi1 .col-3-9 .rechte-spalte .tx-blog-post-list a {
    text-decoration: none;
}

.tx-blog-post-list p {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 0;
}


.post .comments-link,
.tx-blog-post-list .comments-link {
    display: none;
}

.tx-blog-post-list .sep {
    display: none;
}

.tx-blog-post-list .entry-meta {
    font-size: 14px;
    font-family: 'Graphik Bold', sans-serif;
    font-weight: 700;
    color: #A3A3A3;
    margin-left: 20px;
}

.postlist h2 {
    font-size: 1.5rem;
    padding-bottom: 20px !important;
    color: #32327D !important;
}

.postlist p {
    padding-top: 10px !important;
}

.postlist .sep {
    display: none;
}

.blogicon {
    padding-left: 10px;
    padding-right: 5px;
}


.tx-blog-post-list .label-tag {
    margin-left: 20px;
}

.bloglist--tag h2 {
    font-size: 1rem
}

.tx-blog-header {
    background-color: #32327D;
    margin-bottom: 80px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 80px;

}

.tx-blog-header .news-date {
    padding-top: 50px;
    display: inline-block;
    color: #A9C8F4;
    padding-top: 30px;
    padding-bottom: 15px;
}

.tx-blog-header .news-title h1, .news-single h1 {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    text-align: center;
    color: #A9C8F4;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem
}

.news-single .news-list-date {
    font-size: 0.75em
}

.news-tags {
    margin-top: 30px;
    display: block;
    color: white;
}

.news-tags .fa-tag {
    padding-left: 20px;
}

#c1659 li, #c1655 li, #c1913 li, #c1917 li, #c1980 li, #c1981 li, #c1950 li, #c1951 li, #c1969 li, #c1968 li, #c2022 li, #c2023 li, #c2064 li, #c2065 li {
    list-style-type: none;
    border: none;
    margin-left: 20px;
}

#c1659 a, #c1655 a, #c1913 a, #c1917 a, #c1980 a, #c1981 a, #c1950 a, #c1951 a, #c1969 a, #c1968 a, #c2022 a, #c2023 a, #c2064 a, #c2065 a {
    text-decoration: underline
}

#c1682 p, #c1682 h3 {
    margin-left: 20px;
}


#c1659 h1, #c1655 h1, #c1913 h1, #c1917 h1, #c1980 h1, #c1981 h1, #c1950 h1, #c1951 h1, #c1969 h1, #c1968 h1, #c2022 h1, #c2023 h1, #c2064 h1, #c2065 h1 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px;
}


#c1648 .tx-blog-post-list {
    margin-top: 40px;
}

#c1648 .tx-blog-post-list .post {
    margin-bottom: 30px;
}

#c1664, #c1661, #c1912, #c1916, #c1964, #c1977, #c1976, #c1967, #c2018, #c2020, #c2060, #c2062 {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}

#c1664 h1, #c1661 h1, #c1912 h1, #c1916 h1, #c1964 h1, #c1977 h1, #c1976 h1, #c1967 h1, #c2018 h1, #c2020 h1, #c2060 h1, #c2062 h1 {
    float: none;
    font-size: 18px;
    width: 95%;
    padding-top: 60px;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}

#c1664 .tx-blog-post-list, #c1661 .tx-blog-post-list, #c1912 .tx-blog-post-list, #c1916 .tx-blog-post-list, #c1964 .tx-blog-post-list, #c1977 .tx-blog-post-list,
#c1976 .tx-blog-post-list, #c1967 .tx-blog-post-list, #c2018 .tx-blog-post-list, #c2020 .tx-blog-post-list, #c2060 .tx-blog-post-list, #c2062 .tx-blog-post-list {
    float: none;
    width: 95%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}


.news-single .news-text-wrap {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.news-single .news-text-wrap p {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.news-single .news-text-wrap li {

    font-size: 16px;
}


.news-single h1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    color: #A9C8F4
}

.news-single .news-text-wrap a {
    text-decoration: underline
}

.news-single .teaser-text {
    display: none;
}

.news-single .article .news-img-wrap {
    text-align: center;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.news-single .article .news-img-wrap img {
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


.filters-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 1111px;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

#c3630 .filters-container {
    display: none;
}

#c1557 .filters-container,
#c1540 .filters-container,
#c1232 .filters-container,
#c1538 .filters-container,
#c1545 .filters-container,
#c1199 .filters-container,
#c1549 .filters-container,
#c1551 .filters-container,
#c1286 .filters-container,
#c1553 .filters-container,
#c1559 .filters-container,
#c1563 .filters-container,
#c1702 .filters-container,
#c1563 .filters-container,
#c1565 .filters-container,
#c1561 .filters-container,
#c1637 .filters-container,
#c1555 .filters-container,
#c1536 .filters-container,
#c1547 .filters-container {
    position: relative;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
}


@media only screen and (max-width: 768px) {
    .filters-container > * {
        float: left !important;
        display: block;
        margin-bottom: 5px !important;
        margin-right: 5px !important;
    }

    .filters-container .media-boxes-filter {
        margin-top: -5px !important;
    }

    .filters-container .media-boxes-filter > li {
        margin-top: 5px !important;
    }
}

.media-boxes-filter {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: left;
}

.media-boxes-filter > li {
    display: inline-block;
    line-height: 16px;
    margin: 0 8px 0 0;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.media-boxes-filter > li:last-child {
    background: none;
}

.media-boxes-filter > li a {
    border: 1px solid #EBEBEB;
    display: block;
    cursor: pointer;
    color: #676767;
    font-size: 12px;
    text-decoration: none;
    margin: 0 0px 0px 0;
    padding: 11px 14px;
    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;

    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    -ms-transition: background-color .1s;
    transition: background-color .1s;
    /*
    -webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
       -moz-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
         -o-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
        -ms-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
            box-shadow: 0 1px 1px rgba(34,25,25,0.2);
    */
}

.media-boxes-filter > li a:hover {
    text-decoration: none;
    background: #333333;
    color: #fff;
}

.media-boxes-filter > li a.selected {
    background: #e54e53 !important;
    color: #fff !important;

    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}


.media-boxes-drop-down,
.media-boxes-drop-down-header,
.media-boxes-drop-down-menu,
.media-boxes-drop-down-menu > li > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.media-boxes-drop-down-header {
    background-color: white;
    cursor: pointer;
    border: 1px solid #EBEBEB;
}

.media-boxes-drop-down-header .fa {
    float: right;
}

.media-boxes-drop-down-menu {
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99999;
    position: absolute;
    width: 100%;
    display: none;
    border: 1px solid #EBEBEB;
    border-top: 0 !important;
}

.media-boxes-drop-down-menu > li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.media-boxes-drop-down-header,
.media-boxes-drop-down-menu > li > a {
    font-size: 15px;
    font-weight: 700;
    margin: 0 !important;
    display: block;
    padding: 5px 14px !important;
    text-decoration: none;
    background-color: white;
    color: #000000;
}

.media-boxes-drop-down-menu > li > a {
    color: #000000;
}

.media-boxes-drop-down-menu > li > a:hover,
.media-boxes-drop-down-menu > li > a:focus {
    color: #000;
}

.media-boxes-drop-down-menu > li.selected > a,
.media-boxes-drop-down-menu > li > a.selected {
    color: #32327D;
}

.media-boxes-drop-down .country-10 {
    display: none
}

@media only screen and (min-width: 768px) {
    #c1557 .media-boxes-drop-down,
    #c1540 .media-boxes-drop-down,
    #c1232 .media-boxes-drop-down,
    #c1538 .media-boxes-drop-down,
    #c1545 .media-boxes-drop-down,
    #c1199 .media-boxes-drop-down,
    #c1549 .media-boxes-drop-down,
    #c1551 .media-boxes-drop-down,
    #c1286 .media-boxes-drop-down,
    #c1553 .media-boxes-drop-down,
    #c1559 .media-boxes-drop-down,
    #c1563 .media-boxes-drop-down,
    #c1702 .media-boxes-drop-down,
    #c1565 .media-boxes-drop-down,
    #c1561 .media-boxes-drop-down,
    #c1637 .media-boxes-drop-down,
    #c1555 .media-boxes-drop-down,
    #c1536 .media-boxes-drop-down,
    #c1547 .media-boxes-drop-down {
        position: absolute;
        right: 0;
        bottom: 45px;
        margin-left: 0;
        margin-right: 0
    }
}

#c457 .auto-c-field {
    padding-top: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-lawyers-headline {
    text-align: center;
}

.search-lawyers-headline h2 {
    margin: 0;
    padding: 60px 0 0 0;
    font-size: 2rem;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-style: normal
}


.auto-c-field p {
    display: none
}


.easy-autocomplete.eac-plate-dark input {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-size: 26px;
    padding: 6px 12px;
    min-width: 350px;
}

.easy-autocomplete.eac-plate-dark ul {
    background: #efefef;
    border-radius: 6px;
    border-width: 0;
    top: 10px;
}

.easy-autocomplete.eac-plate-dark a {
    color: black;

}


.frame-layout-9 {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}

.frame-layout-9 h1 {
    font-size: 24px;
    font-weight: 800;
    color: black;
    padding-top: 0;
    padding-bottom: 40px;
}

.frame-layout-9 h4 {
    font-weight: 700;
    font-size: 18px;
    color: black
}

.frame-layout-9 p {
    font-size: 16px;
    padding: 5px 0;
    color: black;
}

.frame-layout-9 p a {
    text-decoration: underline
}

/* Publikationen */
.frame-layout-11 li {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 38px;
    font-size: 16px;
}

.frame-layout-11 p:first-of-type {
    margin-top: 5px;
}

.frame-layout-11 ol ol {
    margin-left: 40px;
}

/* Directories Quelle */
#c30 p, #c110 p {
    font-size: 16px;
    color: black;
    padding-top: 40px;
}

.accordion-trigger {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    margin: 0;
    cursor: pointer;
    background-image: url('../Icons/drop-down-arrow.svg');
    background-position: right 28px;
    background-repeat: no-repeat;

}


.accordion-open {
    background-image: url('../Icons/drop-down-arrow-up.svg');
    background-position: right 28px;
    background-repeat: no-repeat;
}

.accordion-content {
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 15px 15px 15px 0;
}

.frame-space-before-large {
    margin-top: 80px;
}

.eventspre h3 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    text-align: center;
}

.offices-navigation {
    font-weight: 700;
}

#c1577 {
    margin-top: 80px;
}

#c1577 a {
    font-weight: 700;
    text-decoration: underline
}


#c123 h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#c122 .ce-bodytext a, #c123 .ce-bodytext a, #c294 .ce-bodytext a {

    background-color: #BED732;
    color: #32327D;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #BED732;
    border-radius: 100px;
    padding: .3em 1.2em;
    transition: color .5s ease 0s, background-color .5s ease;

}


#c122 .ce-bodytext a:hover, #c123 .ce-bodytext a:hover, #c294 .ce-bodytext a:hover {

    background-color: #32327D;
    color: white;
    border: 1px solid #BED732;
    border-radius: 100px;
    padding: .3em 1.2em;
}

.text-center {
    text-align: center
}

#c1450 img {
    margin-top: 48px
}

#c1453 img {
    margin-top: 48px
}

#c518 img {
    margin-top: 12px
}

#c521 img {
    margin-top: 48px;
    margin-left: 20px;
}


#c1507 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #A9C8F4;
}

#c2223, #c2224 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #d1c9c2;
    padding-top: 50px;
    margin-top: 80px;
}

.shariff {
    max-width: 510px;
    margin: 80px auto 5px auto
}

#c1507 blockquote {
    display: flex;
    flex-direction: column;
    width: 90%;
    min-height: 250px;
    background-color: white;
    margin: 0 20px 40px 20px;
    padding: 20px;
    list-style-type: none;
    font-style: normal;
    border: 10px solid white;
}

#c2223 blockquote, #c2224 blockquote {
    display: flex;
    flex-direction: column;
    width: 90%;
    min-height: 220px;
    background-color: white;
    margin: 0 20px 40px 20px;
    padding: 20px;
    list-style-type: none;
    font-style: normal;
    border: 10px solid white;
}

#c2223 blockquote h2, #c2224 blockquote h2 {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 10px;
}

#c1507 blockquote h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #32327D
}

#c2223 blockquote p,
#c1507 blockquote p {
    font-size: 16px;
}

#c2224 p:nth-of-type(2),
#c2223 p:nth-of-type(2),
#c1507 p:nth-of-type(2) {
    margin-top: 20px;
}

#c2223 blockquote a, #c2224 blockquote a {
    text-decoration: none
}

#c1507 blockquote a {

    color: #BED732;
    background-color: #32327D;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #32327D;
    border-radius: 100px;
    padding: .1rem 1rem .3rem;
    transition: color .5s ease 0s, background-color .5s ease;
}

#c1507 blockquote a:hover {
    color: #32327D;
    background-color: #BED732;
    padding: .1rem 1rem .3rem;
}

#c1508 {
    background-color: #A9C8F4;
    text-align: center;
}

#c1508 h2 {
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 80px;
    color: #32327D;
}

@media screen and (min-width: 450px) {

    .news-single .article .news-img-wrap {
        width: 400px;
    }

    .news-single .article .news-img-wrap img {
        height: auto;
        width: 100%;
    }

    #c1612 img {
        height: 150px;
        width: auto;
    }

}


@media screen and (min-width: 768px) {


    #c457 .auto-c-field {
        padding-top: 40px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news-single .article .news-img-wrap {
        width: 720px;
    }

    .news-single .article .news-img-wrap img {
        width: auto;
    }

    .tx-blog-header .news-title h1, .news-single h1 {
        font-size: 2rem
    }

    .news-single .news-list-date {
        font-size: 1.2em;
    }

    .news-single-date-category {
        margin-top: 70px;
        padding-bottom: 15px;
        padding-top: 40px;
        color: #A9C8F4;
    }

    .news-single .header {
        background-color: #32327D;
        margin-bottom: 50px;
        text-align: center;
        padding-bottom: 50px;
    }

    .news-single ul {
        margin-left: 50px;
    }

    .frame-layout-11 li {
        margin-left: 20px;
    }

    #c2224 blockquote,
    #c2223 blockquote,
    #c1507 blockquote {
        width: 30%
    }

    #c1612 img {
        height: 180px;
        width: auto;
    }

    .tx-blog-post-list .post {
        display: block;
        border-bottom: 1px solid #efefef;
        margin-right: 50px;
        margin-bottom: 30px;
    }

    #c1664 h1, #c1661 h1, #c1964 h1, #c1977 h1, #c1976 h1, #c1967 h1 {
        float: left;
        font-size: 18px;
        width: 30%;
        padding-top: 60px;
        font-weight: 700;
        padding-right: 50px;
        padding-left: 0;
    }

    #c1664 .tx-blog-post-list, #c1661 .tx-blog-post-list, #c1964 .tx-blog-post-list, #c1977 .tx-blog-post-list, #c1976 .tx-blog-post-list, #c1967 .tx-blog-post-list {
        float: left;
        width: 70%;
        margin-top: 40px;
        margin-bottom: 80px;
        padding-left: 0;
        padding-right: 0;
    }

    .tx-blog-post-list .entry-meta {
        margin-left: 0;
    }

    #c1655 h1, #c1659 h1 {
        margin-left: 0;
    }

    #c1659 li, #c1655 li {
        margin-left: 0;
    }

    #c1682 p, #c1682 h3 {
        margin-left: 0;
    }

    #c1648 .tx-blog-post-list {
        margin-top: 0;
    }

}

@media screen and (min-width: 1100px) {
    .news-single .article .news-img-wrap {
        width: 1000px;
    }

    #c2224 blockquote,
    #c2223 blockquote,
    #c1507 blockquote {
        width: 22%
    }
}


#c2597 .ce-inner, #c2598 .ce-inner {
    display: flex;
    flex-wrap: wrap;
}

#c2597, #c2598 {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}

#c2597 .ce-row, #c2598 .ce-row {
    width: 50%;
    margin: 0
}

#c2597 .ce-row img, #c2598 ce-row img {
    padding: 5px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    #c2597 .ce-row, #c2598 .ce-row {
        width: 33.3333%;
        margin: 0
    }
}

.cc_container .cc_message {
    color: #ccc;
    font-size: 1em !important;
    margin-top: 0.5em !important;
    line-height: 1.5em;
    margin-right: 10%;
}

.cc_container .cc_message b {
    color: #FFF;
}

.cc_btn_accept_all {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .cc_container .cc_btn {
        display: block !important;
        width: 100% !important;
        float: none;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .cc_container .cc_message {
        padding-bottom: 50px;
        margin-right: 0;
    }
}

#c375 ul {
    padding-left: 20px;
}

#c375 li {
    font-size: 16px;
    margin-bottom: 20px;
}

#c1920 figcaption {
    line-height: 1.25em;
    padding-top: 8px;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 20px;
}

#c1922 figcaption {
    line-height: 1.25em;
    padding-top: 8px;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 20px
}

.food-law-ticker__container {
    background-color: #d1c9c2;
    padding: 15px;
}

.food-law-ticker__header {
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #14148e;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.food-law-ticker__intro {
    margin-bottom: 15px;
    font-size: 16px;
}

/** React App Styles **/

.Case {
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.Case-header a {
    font-weight: bold;
    font-size: 18px;
}

.Case-header a:hover {
    color: #14148e;
    text-decoration: underline;
}

.Case-tags {
    list-style: none;
}

.Case-tag {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.Case-tag::before {
    content: "\F02B";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    padding-right: 5px;
}

#food-law-ticker-react button {
    color: #14148e !important;
    background: transparent;
    font-family: inherit;
    text-align: center;
    width: 100%;
    padding: 0;
}

#food-law-ticker-react button:disabled,
#food-law-ticker-react button[disabled] {
    display: none;
}

.tx-blog-post-list .pagination li {
    list-style-type: none;
    padding-right: 20px;
    font-size: 16px;
    text-decoration: underline;
    float: left;
}

.tx-blog-post-list .pagination li.active {
    font-weight: 800
}

#c3077 ol {
    padding-bottom: 0.5rem;
    padding-top: 0
}

#c3077 ol li {
    padding-bottom: 1rem;
    padding-top: 0.5rem
}

table h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
}


.page-4 .ce-gallery img {
    width: 100%;
    height: auto;
}


.clear {
    clear: both;
}

.start-claim-frame {
    margin-top: 70px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.claim-frame {
    margin-top: 100px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    background-color: #A9C8F4;
    display: flex;
    flex-wrap: wrap;
}

.introtext {

    width: 100%;
    background-color: #A9C8F4;
}


.introtext p {
    padding: 40px;
    color: #32327D;
    font-size: 20px;

}

.claim {
    position: relative;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #32327D;
    overflow: hidden;
    width: 100%;
    height: 480px
}


.start-claim {
    position: relative;
    font-family: 'Space Grotesk Bold', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #32327D;
    overflow: hidden;
    width: 100%;
    height: 77vh;
}

@media screen and (min-width: 1440px) {

    .introtext {
        height: 480px;
    }

    .introtext p {
        font-size: 24px;
    }

}


@media screen and (min-width: 1200px) {


    .introtext {

        width: 33.3333%;

    }

    .claim {
        width: 66.6666%;
    }
}


#content1 .start-maintext {
    font-size: 10vw;
    color: #BED732;
    animation-duration: 3s;
    animation-name: performance;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


#content2 .start-maintext {
    font-size: 10vw;
    color: #BED732;
    animation-duration: 3s;
    animation-name: agility;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


#content3 .start-maintext {
    font-size: 10vw;
    color: #BED732;
    animation-duration: 3s;
    animation-name: innovation;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#content4 .start-maintext {
    font-size: 10vw;
    color: #BED732;
    animation-duration: 3s;
    animation-name: diversity;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

#content5 .start-maintext {
    font-size: 10vw;
    color: #BED732;
    animation-duration: 3s;
    animation-name: sustainability;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.maintext {
    font-size: 10vw;
    color: #BED732;

    animation-duration: 3s;
    animation-name: about;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@media screen and (min-width: 1440px) {


    .maintext {
        font-size: 130px;
    }


    #content1 .start-maintext {
        font-size: 150px;

    }


    #content2 .start-maintext {
        font-size: 150px;

    }


    #content3 .start-maintext {
        font-size: 150px;

    }

    #content4 .start-maintext {
        font-size: 150px;

    }

    #content5 .start-maintext {
        font-size: 150px;

    }

}


.subtext {
    position: absolute;
    line-height: 1.1;
    bottom: 30px;
    left: 20px;
    text-align: left;
    color: #BED732;
    font-size: 24px;
    animation-duration: 4s;
    animation-name: sub;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.start-art {
    position: absolute;
    line-height: 1.1;
    bottom: 30px;
    right: 2%;
    text-align: left;
    color: #fff;
    font-size: 22px;
    animation-duration: 6s;
    animation-name: sub;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.start-subtext {
    position: absolute;
    line-height: 1.1;
    bottom: 30px;
    left: 2%;
    text-align: left;
    color: #BED732;
    font-size: 30px;
    animation-duration: 4s;
    animation-name: sub;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


@keyframes performance {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 17.7vw;
    }
}


@keyframes about {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 17.7vw;
    }
}

@keyframes agility {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 38vw;
    }
}


@keyframes diversity {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 27vw;
    }
}


@keyframes sustainability {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 16vw;
    }
}


@keyframes innovation {

    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    20% {
        font-size: 10vw;
    }
    50% {
        font-size: 10vw;
    }
    100% {
        font-size: 20.5vw;
    }
}

@media screen and (min-width: 1440px) {

    @keyframes sustainability {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 150px
        }
        50% {
            font-size: 150px
        }
        100% {
            font-size: 231px
        }
    }

    @keyframes diversity {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 150px
        }
        50% {
            font-size: 150px
        }
        100% {
            font-size: 390px
        }
    }

    @keyframes agility {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 150px
        }
        50% {
            font-size: 150px
        }
        100% {
            font-size: 540px;
        }
    }

    @keyframes innovation {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 150px
        }
        50% {
            font-size: 150px
        }
        100% {
            font-size: 296px
        }
    }

    @keyframes performance {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 150px
        }
        50% {
            font-size: 150px
        }
        100% {
            font-size: 250px
        }
    }

    @keyframes about {

        0% {
            opacity: 0
        }

        10% {
            opacity: 1
        }

        20% {
            font-size: 130px
        }
        50% {
            font-size: 130px
        }
        100% {
            font-size: 170px
        }
    }


}

@keyframes sub {
    0% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

