@font-face {
	font-family: 'EncodeSansCondensed';
	src: url('/wp-content/themes/oceanwp-child/assets/fonts/EncodeSansCondensed/EncodeSansCondensed-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/Merriweather/Merriweather-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'AbrilFatface';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/AbrilFatface/AbrilFatface-Regular.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'MinionPro';
  src: url('/wp-content/themes/oceanwp-child/assets/fonts/MinionPro/MinionPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}





/*
.legal-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4vw 3vw 6vw 3vw;
}
*/

.legal-page .legal-header {
    margin-bottom: 60px;
}

.legal-page .legal-header p:last-child {
    margin-bottom: 0;
}

.legal-page .legal-toc {
    margin-bottom: 60px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: rgba(127, 128, 149, 0.06);
}

.legal-page .legal-toc h2 {
    margin-bottom: 20px;
}

.legal-page .legal-toc ul {
    margin: 0;
    padding-left: 20px;
}

.legal-page .legal-toc li {
    margin-bottom: 10px;
}

.legal-page .legal-section {
    margin-bottom: 55px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.legal-page .legal-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.legal-page h1,
.legal-page h2,
.legal-page h3 {
    color: var(--farbe-schwarz);
}

.legal-page h1 {
    margin-bottom: 20px;
}

.legal-page h2 {
    margin-bottom: 10px;
}

.legal-page h3 {
    margin-bottom: 20px;
    font-style: normal;
}

.legal-page p {
    margin-bottom: 18px;
    line-height: 1.75;
}

.legal-page ul {
    margin: 0 0 24px 0;
    padding-left: 24px;
}

.legal-page ol {
    margin: 0 0 24px 0;
    padding-left: 24px;
}

.legal-page ul li,
.legal-page ol li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-page a {
    color: var(--farbe-blau);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.legal-page a:hover {
    opacity: 0.7;
}

.legal-page strong {
    font-weight: 700;
}

.legal-page em {
    color: var(--farbe-blaugrau);
}

.legal-page .legal-note {
    color: var(--farbe-blaugrau);
}

@media all and (max-width: 959px) {
    .legal-page {
        padding: 40px 20px 60px 20px;
    }

    .legal-page .legal-header {
        margin-bottom: 40px;
    }

    .legal-page .legal-toc {
        margin-bottom: 40px;
        padding: 20px;
    }

    .legal-page .legal-section {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .legal-page ul,
    .legal-page ol {
        padding-left: 20px;
    }
}

@media all and (max-width: 600px) {
    .legal-page {
        padding: 30px 15px 50px 15px;
    }

    .legal-page .legal-toc {
        padding: 18px;
    }

    .legal-page p,
    .legal-page ul li,
    .legal-page ol li {
        line-height: 1.6;
    }
}