﻿/* libre-franklin-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    src: url('./dist/fonts/libre-franklin-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/libre-franklin-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/libre-franklin-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./dist/fonts/libre-franklin-v13-latin-regular.svg#LibreFranklin') format('svg'); /* Legacy iOS */
}

/* libre-franklin-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    src: url('./dist/fonts/libre-franklin-v13-latin-500.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/libre-franklin-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/libre-franklin-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-500.woff') format('woff'), /* Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* libre-franklin-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    src: url('./dist/fonts/libre-franklin-v13-latin-600.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/libre-franklin-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/libre-franklin-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-600.woff') format('woff'), /* Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-600.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* libre-franklin-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    src: url('./dist/fonts/libre-franklin-v13-latin-700.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/libre-franklin-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/libre-franklin-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-700.woff') format('woff'), /* Modern Browsers */
    url('./dist/fonts/libre-franklin-v13-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* material-symbols-rounded-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 400;
    src: url('./dist/fonts/material-symbols-rounded-v119-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/material-symbols-rounded-v119-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/material-symbols-rounded-v119-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-regular.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
}
/* material-symbols-rounded-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 700;
    src: url('./dist/fonts/material-symbols-rounded-v119-latin-700.eot'); /* IE9 Compat Modes */
    src: url('./dist/fonts/material-symbols-rounded-v119-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./dist/fonts/material-symbols-rounded-v119-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('./dist/fonts/material-symbols-rounded-v119-latin-700.svg#MaterialSymbolsRounded') format('svg'); /* Legacy iOS */
}


/*  INHALT  */
* {
    margin: 0;
    padding: 0;
}

body {
    margin:0;
    padding:0;
    color:rgb(51,51,51);
    background-color:rgb(192,192,192);
    font-family: 'Libre Franklin', Arial;
    font-size: 14px;
    line-height: 1.428571429;
}

/* Zentrierung des Inhalts vor grauem Hintergrund */
.flexcontainer {
    margin-top: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Inhalt (mit Header, Navigation und Footer) */
.flexmain {
    margin-top: 0px;
    background-color: white;
    width: 80%;
    min-width: 600px;
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: start;
}

/* Seiteninhalt */
.flexcontent {
    background-color: white;
    width: 100%;
}

/*  KOPF und FUß  */
header, footer {
    height: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

header {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer {
    -ms-flex-pack: start;
    justify-content: start;
    background-color: rgb(35,55,85);
}

.headchild_nw {
    color: rgb(60,80,110);
    font-size: 24px;
    line-height: 1.0;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
}

.headchild {
    color: rgb(60,80,110);
    font-size: 24px;
    line-height: 1.0;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}

.headlink:link, .headlink:visited, .headlink:active, .headlink:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.headlink:hover {
    text-decoration: underline;
}

.footchild {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

a.footchild:link, a.footchild:active, a.footchild:visited {
    color: inherit;
    text-decoration: none;
}

a.footchild:hover {
    color: inherit;
}

.footchild_rp {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

a.footchild_rp:link, a.footchild_rp:active, a.footchild_rp:visited {
    color: white;
    font-weight: 600;
}

a.footchild_rp:hover {
    text-decoration: underline;
    color: white;
    font-weight: 600;
}


/*  NAVIGATION  */
nav {
    background-color: rgb(60,80,110);
    height: auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

nav_rp {
    background-image: repeating-linear-gradient(90deg,#871d33,#871d33 2px,#a92440 0,#a92440 3px);
}

.navchild:active, .navchild:visited, .navchild:hover, .navchild:link {
    background-color: rgb(35,55,85);
    text-decoration: underline;
}

.navchild {
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 18px;
    text-decoration: none;
    overflow-wrap: break-word;
}

.navchild_rp:active, .navchild_rp:visited, .navchild_rp:hover, .navchild_rp:link {
    background-color: white;
    color: rgb(135,29,51);
    text-decoration: none;
}

.navchild_rp {
    color: #871D33;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 18px;
    text-decoration: none;
    overflow-wrap: break-word;
}

.navlink:link, .navlink:visited, .navlink:active {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.navlink:hover {
    text-decoration: underline;
}

.navlink_rp:link, .navlink_rp:visited, .navlink_rp:active {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.navlink_rp:hover {
    color: inherit;
    opacity: 0.5;
    text-decoration: none;
}

/*  Überschriften  */
h2 {
    font-size: 24px;
}

h1, h2, h3, h4 {
    margin-top: 12px;
    margin-bottom: 10px;
}

h3, h4 {
    padding-left: 24px;
    padding-right: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

.titel, .ueberschrift {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: inherit;
    font-size: 18px;
    height: auto;
    align-content: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

.titel {
    color: white;
    font-weight: 700;
    background-color: rgb(35,55,85);
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.titelchild {
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: rgb(35,55,85);
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

div.titeldreieck {
    width: 100%;
    height: auto;
    background-color: rgb(234,239,246);
    margin-top: 0px;
    margin-bottom: 0px;
}

span.titeldreieck {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 32px;
    background-color: rgb(234,239,246);
    border-top: 12px solid rgb(35,55,85);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 0px solid transparent;
}

.ueberschrift {
    background-color: rgb(234,239,246);
    text-transform: uppercase;
    min-height: 60px;
    -webkit-align-items: center;
    align-items: center;
}

.arrow {
    font-family: 'Material Symbols Rounded';
    font-size: 28px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    color: rgb(234,239,246);
    background-color: rgb(60,80,110);
    margin-left: 24px;
    text-align: center;
    place-content: center;
}

p {
    padding-left: 24px;
    padding-right: 24px;
}

button, .inputbutton {
    font-family: 'Libre Franklin', Arial;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin-top: 12px;
    margin-bottom: 24px;
    color: white;
    background-color: rgb(0,150,64);
    cursor: pointer;
}

a.wrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break:break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a:link, a:active, a:visited {
    color: rgb(60,80,110);
    font-weight: 700;
}

a:hover {
    color: rgb(120,160,220);
    font-weight: 700;
}

hr {
    color: rgb(128, 128, 128);
    height: 0px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid lightgrey;
}

ul {
    list-style-type: circle;
    padding-left: 40px;
    padding-right: 24px;
}

.listheader {
    color: rgb(60,80,110);
    font-weight: 600;
    margin-top:12px;
}

.listcontent {
    font-weight: 400;
}

.button {
    height: 30px;
    width: 100%;
    border-radius: 6px;
    background-color: skyblue;
    border: 2px solid gray;
    margin-top:2px;
}

.textbox {
    height: 150px;
    width: 98.5%;
}

.img-im-text {
    border: solid lightgrey 4px;
    width: 50%;
    margin: 15px;
}

.labelmessage {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.message {
    width: 100%;

    padding-top: 12px;
    padding-bottom: 12px;
}

.alert {
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) solid 1px;
    color: rgb(169,68,66);
}

.welldone {
    background-color: rgb(223,240,216);
    border: rgb(214,233,198) solid 1px;
    color: rgb(16,118,61);
}

#PanelFeedback {
    width: 100%;
}

/* Eine schmale Spalte (Formular) */
.flexslimcol {
    background-color: white;
    width: 100%;
    min-width: 450px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.panel-group {
    width: 410px;
    margin-top: 0px;
    margin-bottom: 24px;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    background-color: rgb(234,239,246);
}

.panel-heading {
    font-weight: 600;
    width: 100%;
    color: white;
    background-color: rgb(60,80,110);
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.panel-body {
    font-weight: 400;
    width: auto;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.panel-row {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.panel-col {
    margin-top: 14px;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

