﻿/* maashorst.css */

@font-face {
    font-family: 'Tenorite Regular';
    font-style: normal;
    font-weight: normal;    
    src: url('../fonts/Tenorite.woff') format("woff");
}
@font-face {
    font-family: 'Tenorite Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Tenorite-bold.woff') format("woff");
}
@font-face {
    font-family: "Horstenslenk Bold";
    src: url('../fonts/Horstenslenk-bold-webfont.woff2') format("woff2");
    font-weight: normal;
    font-style: normal;
}
:root {
    /* defaults */
    --default-color: #8c1978;
    --default-font-family: "Tenorite Regular",Arial,sans-serif;
    /* font */
    --font-family-headings: "Tenorite Bold",Arial,sans-serif;
    --text-color: #645a55;
    --text-size: 1.3125rem; /*21px*/
    --text-font-weight: normal;
    --line-height: 1.6;
    /* h1 */
    --h1-color: #000;
    --h1-text-size: 3rem; /* 48px */
    --h1-font-weight: 600;
    /* h2 */
    --h2-color: #000;
    --h2-text-size: 2rem; /* 32px */
    --h2-font-weight: 600;
    /* h3 */
    --h3-color: #000;
    --h3-text-size: 1.5rem; /*24px*/
    --h3-font-weight: 600;
    /* h4 */
    --h4-color: #000;
    --h4-text-size: 1.3125rem; /*21px*/
    --h4-font-weight: 600;
    /* h5 */
    --h5-color: #000;
    --h4-text-size: 1.3125rem; /*21px*/
    --h5-font-weight: 600;
    /* link */
    --link-color: #8c1978;
    --link-hover-color: #000;
    --link-font-weight: normal;
    /* button */
    --button-text-color: #FFF;
    --button-text-size: 1.3125rem; /*21px*/
    --button-font-weight: normal;
    --button-height: 3rem;
    --button-padding: 6px 18px;
    --button-border-radius: 8px;
    --button-background-color: var(--default-color);
    --button-hover-text-color: #FFF;
    --button-hover-background-color: #69135a;
    /* logo */
    --logo-width: 150px;
    --logo-margin: 5px 0;
    /* menu */
    --menu-text-color: #FFF;
    --menu-background-color: var(--default-color);
    /* footer */
    --footer-text-color: var(--default-color);
    --footer-icon-color: var(--default-color);
    --footer-background-color: #f0efee;
}

body h1 {
    font-family: "Horstenslenk Bold", Arial, sans-serif;
}
body .container .content{
    background:#FFF;
}
    body .container .content .contentinner {
        box-shadow: none;
    }
    /* maashorst.css*/