@font-face	                { font-family: "CPD-Bundesschrift"; src: url("../fonts/CPDBUNDESSCHRIFT.TTF") format('truetype');}
.cpk-font                   { font-family: CPD-Bundesschrift, arial, sans-serif !important; }

a							{ text-decoration: none; }
a:link						{ color: #1C806C; }
a:visited					{ color: #1C806C; }

/* Hintergründe */

.cpk-green                  { background-color: #1C806C; }
.cpk-hover-green:hover      { background-color: #1C806C; }
.cpk-blue                   { background-color: #245878; }
.cpk-hover-blue:hover		{ background-color: #245878; }
.cpk-light-blue             { background-color: #005979; }
.cpk-hover-light-blue:hover { background-color: #005979; }
.cpk-dark-blue              { background-color: #0E2431; }
.cpk-hover-dark-blue:hover  { background-color: #0E2431; }
.cpk-gold                   { background-color: #FDF100; }
.cpk-black                  { background-color: #000000; }
.cpk-white                  { background-color: #FFFFFF; }

/* Text-Farben */
.cpk-text-green             { color: #1C806C; }
.cpk-text-blue              { color: #245878; }
.cpk-text-light-blue        { color: #005979; }
.cpk-text-dark-blue         { color: #0E2431; }
.cpk-text-gold              { color: #FDF100; }
.cpk-text-black             { color: #000000; }
.cpk-text-white             { color: #FFFFFF; }

/* Displays */
.cpk-hide                   { display: none; }
.cpk-show                   { display: block; }
.cpk-inline                 { display: inline; }
.cpk-inline-block           { display: inline-block; }

/* Diverses */
.cpk-clear                  { clear: both; }
.cpk-padding-left           { padding-left: 15px; }
.cpk-ul, .cpk-ul-horizontal { list-style-type: none; padding: 0; margin: 0; }
.cpk-margin					{ margin-left: 30px; margin-top: 30px; }
.cpk-navButton				{ background-color: #0E2431; border: none; cursor: pointer; color: white; height: 30px; line-height: 30px;}
.cpk-navButton:hover		{ background-color: #1C806C; }
.cpk-button					{ border: none; cursor: pointer; padding: 16px 32px; margin: 8px 0;}
.cpk-input[type=text]		{ width: 100%; padding: 12px 20px; margin: 0; box-sizing: border-box; }

/* Responsive */
.cpk-flex-horizontal        { display: flex; flex-wrap: wrap; justify-content: space-around; }
.cpk-flex-third             { flex: 1 }
.cpk-flex-half              { flex: 1 }
.cpk-flex-twothird			{ flex: 2 }

/* Tabellen */
.cpk-table					{ border-collapse: collapse;}
.cpk-table thead			{ font-weight: bold; }
.cpk-table td				{ width: 500px; line-height: 21px; padding: 5px 0 5px 0;}
.cpk-table tr				{ border-bottom: 1px solid lightgrey; }
.cpk-table tbody tr:hover	{ background-color: #1c806c; color: white;}
.cpk-table tbody tr td dl dt{ font-weight: bold; }

/* Big Nav Menu */
.cpk-featured             	{ float: left; height: 40vh; width: 30vh; position: relative; margin-top: 5vh; }
.cpk-featured img         	{ float: left; height: 40vh; width: 30vh; z-index: 0; object-fit: cover;}
.cpk-overlay              	{ float: left; z-index: 1; width: 30vh; height: 100px; position:absolute; bottom: 0; left: 0; color: white; text-align: center; font-size: 45px; line-height: 100px;}
.cpk-featured:hover   	    { filter:grayscale(1); }