@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Icons";
    src: url("hsmv-icons.woff") format("woff"), url("hsmv-icons.ttf") format("truetype"), url("hsmv-icons.svg") format("svg");
    font-display: swap;
}

@font-face {
	font-family: 'howabu';
    src: url("howabu.woff") format("woff"), url("howabu.ttf") format("truetype"), url("howabu.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    src: url(BebasNeue-latin_latin-ext-regular.eot);
    src: local("BebasNeue Regular"), local("BebasNeue-Regular");
    src: url(BebasNeue-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype");
    src: url(BebasNeue-latin_latin-ext-regular.woff2) format("woff2");
    src: url(BebasNeue-latin_latin-ext-regular.woff) format("woff");
    src: url(BebasNeue-latin_latin-ext-regular.ttf) format("truetype");
    src: url(BebasNeue-latin_latin-ext-regular.svg#BebasNeue) format("svg");
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 400;
    src: url(BebasNeue-latin_latin-ext-regular.woff) format("woff")
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url(Nunito-normal.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 200 1000;
    font-display: swap;
    src: url(Nunito-italic.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Bebas-normal.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ca-gov-icon-carousel-pause::before {
    content: "\e648";
    font-family: "howabu";
}

.ca-gov-icon-carousel-play::before {
    content: "\e647";
    font-family: "howabu";
}

.return-top {
	position: fixed;
	z-index: 99999;
	right: 0;
	bottom: 125px;
	padding: 0 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	background: #007E97;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}


.return-top.is-visible {
	opacity: 1;
	visibility: visible;
	display: inline;
	-webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.return-top::before {
    content: "\0042";
    font-weight: 900;
    font-family: "howabu";
}
/*
html,
body {
    height: 100%;
}
#footer {
    height: 100%;
    border-collapse: collapse;
}
*/


h5,
.headline {
    color: #007E97;
    font-family: BebasNeue;
    font-size: 24px;

}

h5 {
    letter-spacing: 1.3px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.titel {
    color: #007E97;
    font-family: BebasNeue;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.2px;
}


.tabelle {
    border: 1px solid #000;
}

.tabelle tbody>tr>td {
    padding: 8px;
    border-color: #999;
}

p {
    margin-bottom: 4.0pt;
    font-size: 1.1em;
}

table {
    font-size: 1.1em;
}

li {
    font-size: 1.1em;
}

.trenn {
    padding: 1px !important;
}

.tabelle tbody>tr>td:first-child,
.tabelle th {
    background-color: #F0F8FF;
    border: 1px solid black;
    text-align: left;
}

.chart {
    width: 101%;
    height: auto;
}

canvas {
    border: 1px solid #000;
    padding: 12px;
}

.breadcrumbBorder {
    border-top: 1px solid black;
    border-radius: 0;
}

a:not(.btn) {
    background-image: linear-gradient(to right, #007E97 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: center bottom 4%;
    color: #007E97;
    background-origin: padding-box;
    text-decoration: none !important;
}

.image-geometry-roundedrectangle-1 {
    border-radius: 12px
}

.footnote {
    font-size: 0.9em;
}

/* tabelle Feuerwehr */
.f-table td {
    border: 1px solid black;
    text-align: left;
}

.f-table tr td:first-child,
.f-table tr td:nth-child(3),
.f-table th {
    background-color: #F0F8FF;
}

.th-center {
    text-align: center;
}

/* tabelle tsv */
.tsv-table td {
    border: 1px solid black;
    text-align: left;
}

.tsv-table tr td:first-child,
.tsv-table tr td:nth-child(3),
.tsv-table tr td:nth-child(5),
.tsv-table th {
    background-color: #F0F8FF;
}

/* vz */
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dark {
    background-color: #F9F9F9;
    padding-top: 12px;
    padding-bottom: 24px;
}

.adress_tabelle {
    border: 1px solid #000;
    width: 100%;
}

.adress_tabelle tbody>tr>td {
    padding: 8px;
    border-color: #999;
    vertical-align: top;
}

p.liste {
    margin-bottom: 0pt;
}

p.leer {
    font-size: xx-small;
}

/* his */
.titel_his {
    color: #007E97;
    font-family: BebasNeue;
    font-size: 28px;
    line-height: 43px;
    letter-spacing: 1.2px;
}

.pad_his {
    padding-left: 25%;
}

.imgBorder {
    border: 1px solid #000;
}

#didyounow {
    text-indent: hanging 2.4em;
}

#didyounow::before {
margin-top: 0.2em;
width: 2.0em;
font-size: 1.2em;
content: '\e98b';
display: inline-block;
font-family: 'howabu';
    position: relative;
    right: 5px;
    top: 5px;
color: #007E97;
}


.zitat, .wort {
		font-style: italic;
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 0.96em;;
}

.wort::before {
    content: "\201e";
}


.wort::after {
    content: "\201C";
}


.zitat::before {
    content: "\006c";
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
    font-family: 'howabu';
    text-rendering: auto;
    color: #007E97;
}

.pdf::before {
    content: "\e92e";
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: medium;
    font-family: 'howabu';
    text-rendering: auto;
    color: #007E97;
}


 .header-link {
 	font-size: 0.8em;
 }

.external-link::before {
    content: "\e65d";
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    font-family: 'howabu';
    text-rendering: auto;
    color: #007E97;
}

.maps-link::before {
    content: "\e081";
    display: inline-block;
    margin-right: 8px;
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    font-family: 'howabu';
    text-rendering: auto;
    color: #007E97;
}

.mail-link::before {
    content: "\e609";
    margin-right: 6px;
    font-family: 'howabu';
    color: #007E97;
    position: relative;
    top: 3px;
}

.title-chart {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M343.5-743.5Q320-767 320-800t23.5-56.5Q367-880 400-880t56.5 23.5Q480-833 480-800t-23.5 56.5Q433-720 400-720t-56.5-23.5ZM731-269q29-29 29-71t-29-71q-29-29-71-29t-71 29q-29 29-29 71t29 71q29 29 71 29t71-29ZM864-80 756-188q-22 14-46 21t-50 7q-75 0-127.5-52.5T480-340q0-75 52.5-127.5T660-520q75 0 127.5 52.5T840-340q0 26-7 50t-21 46l108 108-56 56Zm-424 0v-121q15 24 35.5 44t44.5 36v41h-80Zm-160 0v-520q-61-5-121-14.5T40-640l20-80q84 23 168.5 31.5T400-680q87 0 171.5-8.5T740-720l20 80q-59 16-119 25.5T520-600v41q-54 35-87 92.5T400-340v10q0 5 1 10h-41v240h-80Z"/></svg>') no-repeat;
    height: 2em;
}

.title-footprint {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23007E97"><path d="M260-840q-45 0-72.5 50T160-680q0 63 17.5 111.5T210-496l110-22q13-32 26.5-73t13.5-89q0-60-27.5-110T260-840Zm55 520q19 0 32-14t13-39q0-17-8-35t-16-32l-96 20q0 40 17.5 70t57.5 30Zm385-320q-45 0-72.5 50T600-480q0 48 13.5 88.5T640-318l110 22q15-24 32.5-72T800-480q0-60-27.5-110T700-640Zm-55 520q40 0 57.5-30t17.5-70l-96-20q-8 14-16 32t-8 35q0 20 12.5 36.5T645-120ZM315-240q-77 0-117-57t-38-128l-18-27q-11-17-36.5-77T80-680q0-103 51-171.5T260-920q85 0 132.5 75.5T440-680q0 58-16 107t-28 79l8 13q8 14 22 44.5t14 63.5q0 57-35.5 95T315-240ZM645-40q-54 0-89.5-38T520-173q0-33 14-63.5t22-44.5l8-13q-12-30-28-79t-16-107q0-89 47.5-164.5T700-720q78 0 129 68.5T880-480q0 91-25.5 150.5T818-253l-18 28q1 71-38.5 128T645-40Z"/></svg>') no-repeat;
    height: 2em;
}

.title-book {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M97 543 c-4 -3 -7 -100 -7 -214 0 -234 -4 -221 79 -232 26 -3 62 -18 88 -36 24 -17 45 -31 46 -31 1 0 0 96 -3 214 l-5 215 -29 30 c-40 42 -147 76 -169 54z'/%3E%3Cpath d='M457 538 c-21 -6 -56 -27 -78 -48 l-39 -37 0 -211 0 -212 43 30 c26 19 63 34 95 39 29 4 58 13 63 18 6 6 8 94 7 219 l-3 209 -25 2 c-14 1 -42 -3 -63 -9z'/%3E%3Cpath d='M27 453 c-4 -3 -7 -106 -7 -229 l0 -222 125 1 c69 1 125 3 125 4 0 11 -82 46 -127 53 -34 6 -63 17 -70 27 -9 12 -13 68 -13 195 0 142 -3 178 -13 178 -8 0 -17 -3 -20 -7z'/%3E%3Cpath d='M580 283 c0 -128 -4 -184 -12 -196 -8 -10 -37 -21 -71 -27 -45 -7 -127 -42 -127 -53 0 -1 56 -3 125 -4 l125 -1 -2 226 c-3 207 -5 227 -20 230 -17 3 -18 -10 -18 -175z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-village {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M77 477 c-42 -40 -77 -75 -77 -79 0 -5 55 -8 122 -8 111 0 124 2 145 22 l23 21 -62 56 c-33 31 -64 57 -67 58 -3 1 -41 -30 -84 -70z'/%3E%3Cpath d='M413 491 c-60 -56 -62 -59 -44 -75 16 -15 19 -15 24 -1 10 24 68 20 74 -5 5 -18 14 -20 89 -20 46 0 84 4 84 8 0 8 -155 153 -162 152 -2 -1 -31 -27 -65 -59z'/%3E%3Cpath d='M250 517 c0 -8 9 -22 20 -32 20 -18 20 -17 20 13 0 25 -4 32 -20 32 -11 0 -20 -6 -20 -13z'/%3E%3Cpath d='M570 517 c0 -8 9 -22 20 -32 20 -18 20 -17 20 13 0 25 -4 32 -20 32 -11 0 -20 -6 -20 -13z'/%3E%3Cpath d='M235 350 l-80 -80 165 0 165 0 -80 80 c-44 44 -82 80 -85 80 -3 0 -41 -36 -85 -80z'/%3E%3Cpath d='M414 396 c-6 -17 11 -46 28 -46 14 0 5 53 -9 58 -7 2 -16 -4 -19 -12z'/%3E%3Cpath d='M32 293 l3 -78 68 -3 c62 -3 67 -1 67 18 0 11 -7 20 -15 20 -27 0 -16 34 27 77 l42 43 -97 0 -98 0 3 -77z'/%3E%3Cpath d='M470 341 c0 -16 7 -34 15 -41 8 -7 15 -21 15 -31 0 -11 -7 -19 -15 -19 -8 0 -15 -9 -15 -20 0 -19 5 -21 68 -18 l67 3 3 78 3 77 -71 0 -70 0 0 -29z'/%3E%3Cpath d='M194 237 c-3 -8 -4 -45 -2 -83 l3 -69 33 -3 c32 -3 32 -3 32 40 0 56 22 88 60 88 38 0 60 -32 60 -88 0 -43 0 -43 33 -40 l32 3 0 80 0 80 -123 3 c-97 2 -123 0 -128 -11z'/%3E%3Cpath d='M303 182 c-6 -4 -13 -27 -14 -52 l-4 -45 35 0 35 0 -4 45 c-2 39 -13 60 -31 60 -3 0 -10 -4 -17 -8z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-stories {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M101 623 c-20 -17 -21 -28 -23 -246 -3 -199 -1 -226 12 -220 8 5 120 9 248 11 l232 3 0 219 c0 120 -3 225 -6 234 -5 14 -28 16 -145 16 l-139 0 0 -65 c0 -71 -11 -82 -45 -45 l-18 20 -22 -20 c-36 -34 -45 -26 -45 45 0 71 -10 80 -49 48z m320 -163 c0 -5 0 -30 0 -55 0 -25 0 -49 0 -55 -1 -6 -41 -10 -101 -10 l-100 0 0 65 0 65 100 0 c60 0 100 -4 101 -10z m-22 -163 c18 -22 3 -27 -79 -27 -82 0 -97 5 -79 27 16 18 142 18 158 0z m-19 -72 c0 -12 -13 -15 -60 -15 -55 0 -70 6 -53 23 3 4 30 7 60 7 40 0 53 -4 53 -15z'/%3E%3Cpath d='M250 405 c0 -24 2 -25 70 -25 68 0 70 1 70 25 0 24 -2 25 -70 25 -68 0 -70 -1 -70 -25z'/%3E%3Cpath d='M189 638 c0 -2 -1 -14 -3 -28 -1 -23 2 -26 31 -26 29 0 33 3 33 28 0 24 -4 28 -30 28 -16 0 -30 -1 -31 -2z'/%3E%3Cpath d='M97 112 c-25 -27 -22 -77 5 -96 19 -13 59 -16 240 -16 l218 0 6 23 c3 13 4 41 2 63 l-3 39 -226 3 c-209 2 -227 1 -242 -16z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-school {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M175 556 c-122 -62 -140 -75 -143 -98 -2 -19 3 -30 17 -37 17 -9 41 -1 145 51 l126 63 130 -65 130 -64 22 22 c18 17 20 26 12 40 -8 14 -279 162 -294 161 -3 -1 -68 -33 -145 -73z'/%3E%3Cpath d='M205 442 l-110 -57 -3 -132 -3 -133 231 0 230 0 0 133 0 132 -115 58 c-63 31 -116 57 -118 57 -1 -1 -51 -26 -112 -58z m237 -63 c15 -8 18 -23 18 -106 0 -94 0 -95 -22 -88 -13 4 -38 7 -55 7 -49 -2 -79 -2 -120 -1 -21 0 -47 -1 -58 -3 -19 -3 -20 3 -23 87 -2 74 0 92 14 102 20 14 219 16 246 2z'/%3E%3Cpath d='M217 354 c-4 -4 -7 -35 -7 -68 l0 -61 50 0 51 0 -3 65 -3 65 -40 3 c-23 2 -44 0 -48 -4z'/%3E%3Cpath d='M347 354 c-4 -4 -7 -35 -7 -68 l0 -61 45 0 46 0 -3 65 -3 65 -35 3 c-20 2 -39 0 -43 -4z'/%3E%3Cpath d='M54 76 c-3 -8 -4 -25 -2 -38 l3 -23 268 -3 268 -2 -3 37 -3 38 -263 3 c-221 2 -263 0 -268 -12z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-people {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M208 524 c-60 -32 -76 -121 -32 -173 14 -17 32 -31 40 -31 29 0 12 -16 -29 -27 -69 -19 -134 -95 -152 -181 l-7 -32 291 0 291 0 0 23 c0 39 -47 123 -84 152 -20 15 -53 33 -73 41 -21 7 -30 13 -19 14 10 0 33 15 52 34 29 29 34 41 34 81 0 81 -70 130 -151 106 -27 -8 -45 -9 -58 -1 -27 14 -71 12 -103 -6z m257 -39 c36 -35 35 -96 -2 -125 -36 -28 -100 -25 -95 5 2 11 6 34 9 51 3 18 0 42 -7 54 -10 18 -9 24 1 31 26 17 70 9 94 -16z m-106 -164 c10 -6 5 -11 -18 -16 -36 -8 -53 1 -31 15 19 12 31 12 49 1z m121 -70 c36 -18 83 -78 95 -118 6 -21 3 -23 -39 -23 -35 0 -46 4 -46 15 0 26 -30 78 -69 119 l-36 39 30 -7 c17 -4 46 -15 65 -25z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-mill {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M127 602 c-20 -21 -37 -42 -36 -47 0 -6 31 -33 69 -62 l68 -51 27 28 27 28 -53 71 c-30 38 -56 70 -59 70 -3 1 -23 -16 -43 -37z'/%3E%3Cpath d='M413 568 l-52 -70 27 -28 27 -27 72 56 73 55 -42 43 c-23 24 -45 43 -48 43 -3 -1 -28 -33 -57 -72z'/%3E%3Cpath d='M277 442 c-23 -25 -21 -68 3 -92 39 -39 100 -12 100 44 0 58 -66 89 -103 48z'/%3E%3Cpath d='M162 316 c-83 -67 -81 -61 -37 -106 21 -22 42 -40 46 -40 6 0 67 78 92 118 7 11 -29 71 -43 71 -3 0 -29 -19 -58 -43z'/%3E%3Cpath d='M392 329 l-24 -29 48 -65 c26 -36 51 -65 54 -65 8 0 80 74 80 82 0 6 -127 109 -132 107 -2 0 -13 -13 -26 -30z'/%3E%3Cpath d='M274 238 c-26 -35 -57 -74 -69 -88 -24 -26 -54 -117 -47 -138 5 -15 317 -17 327 -2 7 12 -23 118 -37 126 -5 3 -36 42 -68 85 l-59 79 -47 -62z m86 -48 c24 -24 27 -82 4 -104 -8 -9 -28 -16 -44 -16 -52 0 -76 51 -49 103 23 42 57 49 89 17z'/%3E%3Cpath d='M307 164 c-4 -4 -7 -18 -7 -31 0 -17 6 -23 21 -23 16 0 20 5 17 27 -3 26 -18 39 -31 27z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-gut {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M407 584 c-4 -4 -7 -15 -7 -25 0 -17 -13 -19 -157 -21 l-158 -3 -38 -80 c-22 -44 -40 -91 -40 -105 -2 -25 -1 -25 85 -28 82 -3 88 -1 88 17 0 13 23 38 66 71 37 27 70 50 74 50 4 0 37 -23 74 -50 43 -33 66 -58 66 -71 0 -18 6 -20 88 -17 86 3 87 3 85 28 0 14 -18 61 -40 105 l-38 80 -47 3 c-39 3 -47 6 -50 25 -3 22 -36 35 -51 21z'/%3E%3Cpath d='M277 363 l-37 -26 0 -149 0 -148 24 0 c23 0 25 4 28 53 3 48 5 52 28 52 23 0 25 -4 28 -52 3 -49 5 -53 28 -53 l24 0 0 149 0 148 -38 27 c-21 14 -40 26 -43 26 -2 0 -21 -12 -42 -27z'/%3E%3Cpath d='M55 260 c-4 -6 -5 -43 -4 -83 2 -68 1 -72 -20 -75 -27 -4 -38 -27 -21 -47 9 -11 34 -15 91 -15 l79 0 0 115 0 115 -59 0 c-33 0 -63 -5 -66 -10z'/%3E%3Cpath d='M460 155 l0 -115 79 0 c57 0 82 4 91 15 16 20 6 43 -21 47 -20 3 -22 9 -23 83 l-1 80 -62 3 -63 3 0 -116z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-forge {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M447 634 c-4 -4 -7 -24 -7 -45 l0 -39 -177 -2 c-160 -3 -178 -5 -181 -20 -3 -17 11 -18 177 -18 l181 0 0 -45 c0 -51 13 -59 91 -53 l44 3 0 110 0 110 -60 3 c-34 2 -64 0 -68 -4z'/%3E%3Cpath d='M295 348 c-3 -7 -6 -56 -7 -108 l-3 -95 -61 -16 c-96 -26 -104 -33 -104 -84 l0 -45 230 0 230 0 0 44 c0 51 -7 58 -82 82 -54 17 -58 20 -58 49 0 29 3 32 49 44 77 19 91 34 91 92 l0 49 -140 0 c-103 0 -142 -3 -145 -12z'/%3E%3Cpath d='M65 330 c-4 -6 1 -31 11 -55 17 -47 14 -45 117 -71 9 -2 26 -7 37 -10 19 -5 20 -1 20 70 l0 76 -89 0 c-51 0 -93 -4 -96 -10z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-adress {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M80 625 c-15 -18 -5 -31 25 -37 27 -5 25 -32 -2 -36 -13 -2 -23 -7-23 -12 0 -5 10 -10 23 -12 30 -4 28 -31 -3 -38 -22 -5 -25 -12 -28 -58 -3 -46 -1 -52 16 -52 27 0 46 -24 30 -38 -7 -5 -22 -12 -33 -15 -19 -4 -19 -5 1 -6 29 -1 47 -24 32 -39 -7 -7 -20 -12 -30 -12 -17 0 -19 -7 -16 -57 3 -52 5 -58 28 -63 31 -7 33 -34 3 -38 -13 -2 -23 -7 -23 -12 0 -5 10 -10 23 -12 27 -4 29 -31 2 -36 -59 -11 -34 -52 31 -52 l44 0 0 320 0 320 -44 0 c-27 0 -48 -6 -56 -15z'/%3E%3Cpath d='M200 320 l0 -320 188 0 c133 0 192 4 200 12 17 17 17 599 0 616 -8 8 -67 12 -200 12 l-188 0 0 -320z m260 194 c55 -33 76 -105 46 -163 -21 -40 -59 -61 -110 -61 -118 0 -164 152 -67 217 40 27 92 30 131 7z m90 -394 l0 -30 -155 0 -155 0 0 30 0 30 155 0 155 0 0 -30z'/%3E%3Cpath d='M369 474 c-11 -13 -10 -19 0 -37 10 -15 11 -22 2 -25 -18 -6 -41 -32 -41 -48 0 -11 16 -14 70 -14 79 0 85 8 39 51 -17 16 -26 29 -20 29 17 0 13 47 -5 54 -23 9 -30 8 -45 -10z'/%3E%3Cpath d='M40 570 c0 -5 16 -10 35 -10 19 0 35 5 35 10 0 6 -16 10 -35 10 -19 0 -35 -4 -35 -10z'/%3E%3Cpath d='M40 510 c0 -5 16 -10 35 -10 19 0 35 5 35 10 0 6 -16 10 -35 10 -19 0 -35 -4 -35 -10z'/%3E%3Cpath d='M45 360 c-8 -12 17 -23 41 -18 10 1 19 9 22 16 5 15 -54 17 -63 2z'/%3E%3Cpath d='M47 304 c-12 -13 4 -24 34 -24 20 0 29 4 27 13 -5 13 -50 22 -61 11z'/%3E%3Cpath d='M40 130 c0 -5 16 -10 35 -10 19 0 35 5 35 10 0 6 -16 10 -35 10 -19 0 -35 -4 -35 -10z'/%3E%3Cpath d='M40 70 c0 -5 16 -10 35 -10 19 0 35 5 35 10 0 6 -16 10 -35 10 -19 0 -35 -4 -35 -10z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-train {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0.000000,64.000000) scale(0.100000,-0.100000)' fill='%23007E97' stroke='none'%3E%3Cpath d='M295 596 c-28 -28 -30 -38 -14 -68 21 -40 -30 -118 -88 -132 -28 -7 -83 -52 -83 -68 0 -14 84 -9 114 7 16 9 36 13 46 10 9 -3 25 2 36 10 10 8 29 15 42 15 13 0 37 14 54 30 24 25 29 36 23 58 -3 15 -14 35 -23 45 -10 11 -15 31 -14 51 3 34 -8 49 -45 60 -17 5 -29 1 -48 -18z'/%3E%3Cpath d='M430 250 l0 -80 65 0 65 0 0 59 c0 33 5 63 10 66 6 3 10 13 10 21 0 11 -16 14 -75 14 l-75 0 0 -80z m90 20 c0 -27 -3 -30 -30 -30 -27 0 -30 3 -30 30 0 27 3 30 30 30 27 0 30 -3 30 -30z'/%3E%3Cpath d='M110 290 c0 -6 -10 -24 -21 -40 -15 -20 -20 -36 -15 -54 l6 -26 165 0 165 0 0 50 0 50 -120 0 c-100 0 -120 3 -120 15 0 10 -10 15 -30 15 -16 0 -30 -5 -30 -10z'/%3E%3Cpath d='M88 133 c-16 -8 -28 -20 -28 -27 0 -17 21 -36 41 -36 9 0 24 -11 33 -24 8 -14 25 -27 36 -31 25 -8 70 18 70 40 0 22 18 18 25 -5 15 -47 86 -50 107 -5 12 28 28 33 28 10 0 -22 45 -48 70 -40 11 4 28 17 36 31 9 13 25 24 35 24 15 0 19 7 19 40 l0 40 -222 -1 c-174 -1 -229 -4 -250 -16z m126 -29 c19 -18 20 -28 6 -55 -20 -37 -80 -18 -80 26 0 42 44 59 74 29z m134 4 c20 -20 15 -66 -8 -73 -48 -15 -81 25 -53 64 16 23 43 27 61 9z m133 2 c37 -20 18 -80 -26 -80 -42 0 -59 44 -29 74 18 19 28 20 55 6z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-infobook {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 64 64'%3E%3Cg transform='translate(0,64) scale(0.1,-0.1)' fill='%23007E97' stroke='none'%3E%3Cpath d='M94 537 c-2 -7 -3 -104 -2 -216 l3 -204 64 -13 c43 -9 77 -24 102 -44 21 -16 39 -30 41 -30 2 0 1 97 -2 215 l-5 216 -32 33 c-47 47 -156 75 -169 43z'/%3E%3Cpath d='M442 537 c-18 -7 -48 -27 -67 -46 l-34 -33 -3 -214 c-2 -118 -2 -214 0 -214 2 0 20 14 41 30 25 20 59 35 102 44 l64 13 0 214 0 214 -35 2 c-19 1 -50 -4 -68 -10z m1 -173 c-4 -12 -2 -15 8 -12 8 3 13 11 12 17 -4 17 15 13 37 -9 30 -30 27 -83 -6 -109 -34 -27 -64 -27 -98 0 -33 26 -36 79 -6 109 25 25 62 27 53 4z'/%3E%3Cpath d='M425 288 c0 -30 4 -44 15 -46 11 -2 15 8 17 43 1 36 -2 45 -15 45 -13 0 -17 -9 -17 -42z'/%3E%3Cpath d='M27 453 c-4 -3 -7 -105 -7 -225 0 -166 3 -220 13 -223 6 -3 41 -2 77 3 36 4 87 5 114 2 l49 -6 -28 22 c-28 22 -94 44 -133 44 -10 0 -26 8 -35 18 -15 16 -17 45 -17 195 0 141 -3 177 -13 177 -8 0 -17 -3 -20 -7z'/%3E%3Cpath d='M580 282 c0 -161 -2 -181 -18 -195 -10 -10 -26 -17 -36 -17 -37 0 -104 -23 -131 -44 l-28 -22 49 6 c27 3 78 2 114 -2 36 -5 71 -6 78 -3 10 3 12 54 10 227 -3 203 -5 223 -20 226 -17 3 -18 -10 -18 -176z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    height: 2em;
}

.title-firetruck {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M195-155q-35-35-35-85h-40q-33 0-56.5-23.5T40-320v-200h440v-160q0-33 23.5-56.5T560-760h80v-40q0-17 11.5-28.5T680-840h40q17 0 28.5 11.5T760-800v40h22q26 0 47 15t29 40l58 172q2 6 3 12.5t1 13.5v267H800q0 50-35 85t-85 35q-50 0-85-35t-35-85H400q0 50-35 85t-85 35q-50 0-85-35Zm113.5-56.5Q320-223 320-240t-11.5-28.5Q297-280 280-280t-28.5 11.5Q240-257 240-240t11.5 28.5Q263-200 280-200t28.5-11.5Zm400 0Q720-223 720-240t-11.5-28.5Q697-280 680-280t-28.5 11.5Q640-257 640-240t11.5 28.5Q663-200 680-200t28.5-11.5ZM120-440v120h71q17-19 40-29.5t49-10.5q26 0 49 10.5t40 29.5h111v-120H120Zm440 120h31q17-19 40-29.5t49-10.5q26 0 49 10.5t40 29.5h71v-120H560v120Zm0-200h276l-54-160H560v160ZM40-560v-60h40v-80H40v-60h400v60h-40v80h40v60H40Zm100-60h70v-80h-70v80Zm130 0h70v-80h-70v80Zm210 180H120h360Zm80 0h280-280Z"/></svg>') no-repeat;
    height: 2em;
}

.title-firecheck {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M655-80 513-222l56-56 85 85 170-170 56 57L655-80ZM480-470Zm-68 260 89 89q-5 0-10.5.5t-10.5.5q-134 0-227-93t-93-227q0-129 86.5-245T480-880v132q0 34 23.5 57t57.5 23q18 0 33.5-7.5T622-698l18-22q74 42 117 117t43 163h-80q0-25-5-48.5t-14-46q-9-22.5-22.5-42.5T648-614q-20 13-42 19.5t-45 6.5q-62 0-107.5-41T401-730q-78 66-119.5 140.5T240-440q0 82 48.5 145T412-210Z"/></svg>') no-repeat;
    height: 2em;
}

.title-soccer {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><svg fill="%23007E97" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 438.162 438.161" xml:space="preserve"><g><g><circle cx="330.536" cy="46.147" r="36.911"/><path d="M24.306,304.66l99.45-0.163c21.085,0.746,29.003-9.056,29.003-9.056l49.027-54.688l57.021,55.472l-23.123,102.797c-0.487,1.941-0.745,3.959-0.745,6.034c0,13.187,10.7,23.868,23.868,23.868c11.542,0,21.161-8.176,23.39-19.049l28.171-125.393c5.967-19.575-4.58-29.357-4.58-29.357l-50.185-50.184l54.793-63.352l35.027,35.247c0,0,13.933,14.679,31.279-2.648l57.136-57.528c2.706-3.328,4.322-7.525,4.322-12.154c0-10.585-8.587-19.221-19.201-19.221c-4.676,0-8.989,1.702-12.336,4.523l-47.354,47.287L302.116,79.96c-4.331-4.217-10.27-6.847-16.839-6.847h-89.658c-5.757,0-10.931,2.639-14.344,6.77l-61.889,71.25c-3.844,3.414-6.292,8.367-6.292,13.933c0,10.232,8.338,18.58,18.608,18.58c5.775,0,10.921-2.63,14.334-6.799l57.442-66.345l33.076,0.153l-126.482,146.66l-85.537-0.221c-1.999-0.057-4.026,0.135-6.053,0.564c-12.861,2.879-20.77,15.463-17.892,28.353C3.116,297.259,13.204,304.842,24.306,304.66z"/><circle cx="375.891" cy="382.106" r="46.809"/></g></g></svg>') no-repeat;
    height: 2em;
}

.title-playing {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M360-120v-200q-62-5-121.5-14T120-360l20-80q83 23 168 31.5t172 8.5q86 0 171-8.5T820-440l20 80q-60 17-119.5 26T600-320v200H360Zm120-320q-34 0-57-23t-23-57q0-33 23-56.5t57-23.5q33 0 56.5 23.5T560-520q0 34-23.5 57T480-440ZM180-560q-26 0-43-17t-17-43q0-25 17-42.5t43-17.5q25 0 42.5 17.5T240-620q0 26-17.5 43T180-560Zm600 0q-26 0-43-17t-17-43q0-25 17-42.5t43-17.5q25 0 42.5 17.5T840-620q0 26-17.5 43T780-560ZM290-710q-26 0-43-17t-17-43q0-25 17-42.5t43-17.5q25 0 42.5 17.5T350-770q0 26-17.5 43T290-710Zm380 0q-26 0-43-17t-17-43q0-25 17-42.5t43-17.5q25 0 42.5 17.5T730-770q0 26-17.5 43T670-710Zm-190-50q-26 0-43-17t-17-43q0-25 17-42.5t43-17.5q25 0 42.5 17.5T540-820q0 26-17.5 43T480-760Z"/></svg>') no-repeat;
    height: 2em;
}

.title-hello {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="m430-500 283-283q12-12 28-12t28 12q12 12 12 28t-12 28L487-444l-57-56Zm99 99 254-255q12-12 28.5-12t28.5 12q12 12 12 28.5T840-599L586-345l-57-56ZM211-211q-91-91-91-219t91-219l120-120 59 59q7 7 12 14.5t10 15.5l148-149q12-12 28.5-12t28.5 12q12 12 12 28.5T617-772L444-599l-85 84 19 19q46 46 44 110t-49 111l-57-56q23-23 25.5-54.5T321-440l-47-46q-12-12-12-28.5t12-28.5l57-56q12-12 12-28.5T331-656l-64 64q-68 68-68 162.5T267-267q68 68 163 68t163-68l239-240q12-12 28.5-12t28.5 12q12 12 12 28.5T889-450L649-211q-91 91-219 91t-219-91Zm219-219ZM680-39v-81q66 0 113-47t47-113h81q0 100-70.5 170.5T680-39ZM39-680q0-100 70.5-170.5T280-921v81q-66 0-113 47t-47 113H39Z"/></svg>') no-repeat;
    height: 2em;
}

.title-question {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M480-40q-112 0-206-51T120-227v107H40v-240h240v80h-99q48 72 126.5 116T480-120q75 0 140.5-28.5t114-77q48.5-48.5 77-114T840-480h80q0 91-34.5 171T791-169q-60 60-140 94.5T480-40ZM40-480q0-91 34.5-171T169-791q60-60 140-94.5T480-920q112 0 206 51t154 136v-107h80v240H680v-80h99q-48-72-126.5-116T480-840q-75 0-140.5 28.5t-114 77q-48.5 48.5-77 114T120-480H40Zm475.5 225.5Q530-269 530-290t-14.5-36Q501-341 480-341t-35.5 14.5Q430-312 430-291t14.5 36q14.5 15 35.5 15t35.5-14.5ZM444-392h73q0-36 8.5-54t34.5-44q35-35 46.5-56.5T618-598q0-56-40-89t-98-33q-50 0-86 26t-52 74l66 28q7-26 26.5-43t45.5-17q27 0 45.5 15.5T544-595q0 17-8 34t-34 40q-33 29-45.5 56.5T444-392Z"/></svg>') no-repeat;
    height: 2em;
}

.title-know {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M120-160v-80h480v80H120Zm378.5-338.5Q440-557 440-640t58.5-141.5Q557-840 640-840t141.5 58.5Q840-723 840-640t-58.5 141.5Q723-440 640-440t-141.5-58.5ZM120-480v-80h252q7 22 16 42t22 38H120Zm0 160v-80h376q23 14 49 23.5t55 13.5v43H120Zm500-280h40v-160h-40v160Zm34 74q6-6 6-14t-6-14q-6-6-14-6t-14 6q-6 6-6 14t6 14q6 6 14 6t14-6Z"/></svg>') no-repeat;
    height: 2em;
}

.title-database {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23007E97"><path d="M433-121q-63-2-119.5-15T214-170.5Q171-192 145.5-220T120-280q0 32 25.5 60t68.5 49.5q43 21.5 99.5 34.5T433-121Zm-50-205q-23-3-48-7.5t-49-11q-24-6.5-46-15.5t-40-19q18 10 40 19t46 15.5q24 6.5 49 11t48 7.5Zm97-274q88 0 178.5-25.5T760-679q-11-29-100.5-55T480-760q-91 0-178.5 25.5T200-679q15 29 104.5 54T480-600ZM120-280v-400q0-33 28.5-62t77.5-51q49-22 114.5-34.5T480-840q74 0 139.5 12.5T734-793q49 22 77.5 51t28.5 62q0 33-28.5 62T734-567q-49 22-114.5 34.5T480-520q-85 0-157-15t-123-44v101q34 31 82.5 48T383-406q17 2 27.5 14t10.5 29q0 16-11 27.5t-27 9.5q-47-5-97-18.5T200-379v99q12 23 72 43.5T434-206q17 2 27.5 15t10.5 30q0 17-11 29t-28 11q-63-2-119.5-15T214-170.5Q171-192 145.5-220T120-280Zm540 160q-75 0-127.5-52.5T480-300q0-75 52.5-127.5T660-480q75 0 127.5 52.5T840-300q0 26-7.5 50T812-204l80 80q11 11 11 28t-11 28q-11 11-28 11t-28-11l-80-80q-22 13-46 20.5t-50 7.5Zm71-109q29-29 29-71t-29-71q-29-29-71-29t-71 29q-29 29-29 71t29 71q29 29 71 29t71-29Z"/></svg>') no-repeat;
    height: 2em;
}


.title-inner {
    display: inline;
    margin-left: 1.6em;
}

.tabelle tbody>tr>td:first-child,
.tabelle th {
    background-color: #F0F8FF;
    border: 1px solid black;
    text-align: left;
}

/* internal / archiv */
.internal_container {
    font-family: "Nunito", sans-serif;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px;
}

#archivTable td {
    vertical-align: top;
}
/* schule */
.zitat-border {
border: 1px solid #000;
padding: 24px;
font-size: 1.1em;
font-style: italic;
}
.image-wrapper, .image-wrapper-2 {
width: 100%;
text-align: center;
}

.image-wrapper img{
border: 1px solid #000;
width:100%;
max-width:1024px;
height: auto;
}

.image-wrapper-2 img{
border: 1px solid #000;
width:50%;
max-width:600px;
height: auto;
}
/* datenbank.php */
        table.zusatzTable {
            margin: 0;
            padding: 0;

        }

        .closeB {
            background: #99bfe6;
            border-bottom: 1px solid gray;
        }

        #close {
            float: right;
            display: inline-block;
            padding: 2px 5px;
            background: #99bfe6;
            cursor: pointer;
        }

        .zusatzContainer {
            left: 50%;
            top: 50%;
            position: fixed;
            transform: translate(-50%, -50%);
            width: auto;
            border: 1px solid gray;
            background: white;
            display: none;
        }

        #zusatzInner {
            padding: 8px;
        }
