  
  
/*****************************************
		CUSTOM CSS
******************************************/


@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Italic_1.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular_1.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Open Sans'; src: url('../fonts/OpenSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap;}

@font-face {font-family: 'Lora'; src: url('../fonts/Lora-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Italic_1.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-Regular_1.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'Lora'; src: url('../fonts/Lora-SemiBoldItalic.ttf') format('truetype'); font-weight: 600; font-style: italic; font-display: swap;}

@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;}
@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap;}
@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap;}
@font-face {font-family: 'Quicksand'; src: url('../fonts/Quicksand-Light_1.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap;}

/* Grundsätzliche Template Farben und Einstellungen */

:root {

    --cassiopeia-color-primary: #fffbbd;
    --cassiopeia-color-link: #000000;
    --cassiopeia-color-hover: #000000;

    /*--cassiopeia-font-family-body: "Roboto", sans-serif;
    --cassiopeia-font-family-headings: "Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;
    
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family: var(--cassiopeia-font-family-body);
    --body-font-family: var(--cassiopeia-font-family-body);
    --body-font-size: 2rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #000000;
    --body-bg: #fffbbd;*/
}


/* Schrift auf der Seite nutzen: Auf Google findest du auch die CSS Anweisung für die Nutzung der Schrift. Wenn du diese in das body element einfügst dann wird die Schrift auf der ganzen Webseite genutzt. */

body {font-family: 'Open Sans', sans-serif; background:#fffbbd; min-height:10vh;}
p {font-family: 'Open Sans', sans-serif;font-size: 0.85em; color:#000;}
h2 {font-family: 'Georgia', sans-serif; color:#4aa881; font-weight: normal; padding: 26px 0 16px 0;}
h3 {font-family: 'Georgia', sans-serif; color:#000000; font-weight: bold; padding: 20px 0 14px 0;}
h4 {font-family: 'Georgia', sans-serif; color:#000000; font-weight: normal; padding: 20px 0 14px 0;}
a.btn-maps {background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); background-repeat: repeat-x; border-color:#2b669a; color:#fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);}
body > header > div.grid-child.container-nav > ul > li > a {color:#000;}

.header {background: #fffbbd; color: #000; font-family: 'Quicksand';}
.header a {color: #000;}

div.header-slogan {width: 1080px;position: relative; padding: 20px 0 10px 0; margin: 0 auto;}
div.header-slogan p {margin:0;}

div.site-grid {background:#fff;}

.mod-menu {margin: 20px 0 0 0 !important;}

span.slogan-part {position:absolute;bottom:-15px; left:0; line-height: 30px; font-style:italic; margin-top: -10px; font-family: 'Quicksand', sans-serif; color: #9e9e92; font-size: 14px;}

.footer {background: #fffbbd; color: #000;}

