/*==================================================
 * LAYOUT
 * ================================================*/
html {
  font-family: 'PT Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
  font-size: 16px;
  font-size: 100%; /* do not change font size here */
  color: #000000;
}
html, body {
	background-color: #c6c6c6;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
}
strong, b {
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin: 0px;
}
a {
  color: #009aa3;
  text-decoration: none;
	font-weight: bold;
}
a:hover,
a:focus {
  color: #009aa3;
  text-decoration: underline;
	outline: none;
}
a img {
  border: 0px;
}
figcaption {
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1rem;
}
em, i {
  font-style: italic;
}
fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #000;
}
iframe {
	border: 0px;
}



/*==================================================
 * FONT BASICS 
 * ================================================*/
.global {
  font-size: 15px;
  font-size: 0.938em;
  line-height: 1.267em; /*19px*/
}


/*==================================================
 * HELPER CLASSES
 * ================================================*/
.text-hidden {
	font-size: 0px;
	text-indent: -9999em;
	color: transparent;
}
.visually-hidden,
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


/*==================================================
 * SPRITES
 * ================================================*/
.sprite-download {
	background-image: url('/fileadmin/layout/images/icons/spritesheet-icons.png');
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	background-position: -5px -5px;
}


/*==================================================
 * ALERT BOX
 * ================================================*/
.alert-box {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0px;
	margin: 0 0 21px 0;
}
.alert-box.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-box.success a {
  color: #3c763d;
}
.alert-box.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-box.info a {
  color: #31708f;
}
.alert-box.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-box.error a {
  color: #8a6d3b;
}
.alert-box.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-box.error a {
  color: #a94442;
}
.alert-box.error ul:not(.mm-listview) li {
	background-image: url('/fileadmin/layout/images/icons/circle.png');
	background-size: 9px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	background-position: 1px 4px;
}
.alert-box.error ul:not(.mm-listview) li:before {
	display: none;
}
.alert-box.error ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}



/*==================================================
 * HEADLINE STYLES
 * ================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
  padding: 0px;
  line-height: 1;
  margin: 0 0 0.711em;
}
h1 {
  font-size: 24px;
	font-size: 1.500rem;
	font-weight: bold;
	font-weight: 500;
	letter-spacing: -0.01em;
}
h2 {
  font-size: 16px;
	font-size: 1rem;
	margin-bottom: 12px;
}
h3 {
  font-size: 16px;
	font-size: 1rem;
	margin-bottom: 3px;
}
h4 {
  font-size: 16px;
	font-size: 1rem;
	color: #009aa3;
	font-weight: bold;
	margin-bottom: 0px;
}
h5 {
  font-size: 18px;
	font-size: 1.125rem;
}
h6 {
  font-size: 16px;
	font-size: 1rem;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	h1 {
		font-size: 30px;
		font-size: 1.875rem;
		font-weight: 400;
	}
}

/* 1024px */
@media screen and (min-width: 64.000em) {
	h1 {
		font-size: 38px;
		font-size: 2.375rem;
	}
}


/*==================================================
 * HEADLINE ORIENTATION
 * ================================================*/
.csc-header-alignment-center {
  text-align: center;
}
.csc-header-alignment-center hr {
  margin: 0 auto;
}
.csc-header-alignment-left {
  text-align: left;
}
.csc-header-alignment-left hr {
  margin: 0;
}
.csc-header-alignment-right {
  text-align: right;
}
.csc-header-alignment-right hr {
  float: right;
}


/*==================================================
 * BACKGROUND COLORS
 * ================================================*/
.bg-gray {
  background-color: #9c9d9d;
}
.bg-turquoise {
  background-color: #009ba3;
  color: #ffffff;
}
.bg-turquoise-light {
  background-color: #9ce3e7;
}
.bg-turquoise hr {
	background-color: #fff;
}
.bg-gray .container,
.bg-turquoise .container {
	padding: 0 24px;
}
.bg-gray,
.bg-gray a {
	color: #fff;
}
.bg-gray hr {
	background-color: #fff;
}


/*==================================================
 * DISABLE TELEPHONE LINKS ON DESCTOP
 * ================================================*/
/* 1024px */
@media screen and (min-width: 64.000em) {
  a[href^=tel],
  a.phone {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}

/*==================================================
 * BUTTONS
 * ================================================*/
.btn {
  background: #009aa3;
  color: #ffffff;
  padding: 12px 32px;
  display: inline-block;
  margin-top: 25px;
	border: 0px;
  font-size: 16px;
  font-size: 1.067em;
  letter-spacing: 0.03em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active {
  background: #9c9d9d;
}


/*==================================================
 * TABLES
 * ================================================*/
table.primary {
  background-color: transparent;
	width: 100%;
	color: #000;
}
table.primary  thead {
  background-color: #ebebeb;
}
table.primary  thead tr {
 	
}
table.primary thead tr th {
  text-align: left;
  padding: 7px 25px;
  font-weight: normal;
  font-style: normal;
	font-weight: bold;
}
table.primary tbody tr {
	border: 1px solid #e5e5e5;
}
table.primary tbody tr:nth-child(2n) {
    background-color: #ebebeb;
}
table.primary tbody td {
	text-align: left;
	padding: 4px 25px 4px 23px;
	vertical-align: top;
}
table.primary tbody td span {
	display: block;
}
table.primary tbody td:nth-child(1) span {
	padding-left: 36px;
}



/* Mobile friendly table
 * ================================================*/
.table-responsive {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-responsive::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}


/*==================================================
 * LISTS
 * ================================================*/

/* Unordered and ordered list
 * ----------------------------------------------- */
ul, ol {
	padding: 0 0 0 0;
	margin: 0 0 0 14px;
	list-style: none;
}
ul li,
ol li {
	padding: 0 0 0 7px;
	position: relative;
}
ul ul,
ol ol {
	margin-bottom: 0px;
}
ol {
  counter-reset: list-counter;
}
ol li:before {
  counter-increment: list-counter;
  content: counters(list-counter,".") ") "; 
	display: block;
	position: absolute;
	left: -10px;
	font-size: 0.933em;
}
ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #000;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
	ul, ol {
		margin-left: 0 0 0 22px;
	}
}
/* 1024px */
@media screen and (min-width: 64.000em) {
	ul, ol {
		margin-left: 0 0 0 36px;
	}
}



/*==================================================
 * PAGINATION
 * ================================================*/
ul.f3-widget-paginator {
  list-style: none;
  left: 50%;
  text-align: center;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
ul.f3-widget-paginator li {
  right: 50%;
  display: block;
  float: left;
  list-style: none;
  margin: 1px;
  padding: 0;
  position: relative;
  right: 50%;
}
ul.f3-widget-paginator li:before {
  display: none;
}
ul.f3-widget-paginator li.current,
ul.f3-widget-paginator li a {
  display: inline-block;
  background-color: #9b9d9d;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
ul.f3-widget-paginator li.current,
ul.f3-widget-paginator li a:hover,
ul.f3-widget-paginator li a:focus {
  background-image: none !important;
  background: #d20027;
  text-decoration: none;
  color: #fff;
}


/*==================================================
 * ACCESSIBILITY
 * ================================================*/
.secret {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
a.jump:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  padding: 10px 15px;
  background-color: #bea862;
  font-size: 1.500em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  z-index: 1100;
}


/*==================================================
 * FORMS
 * ================================================*/
.form-subheadline {
  font-family: 'PT Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
  padding: 0px;
  line-height: 1;
  margin: 0 0 0.711em;
  font-size: 16px;
	font-size: 1rem;
	margin-bottom: 10px;
  color: #009aa3;
}
.form-subheadline-description {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.375rem; /*22px*/
  width: 100%;
  padding: 5px;
  resize: none;
	-webkit-appearance: none;
	border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #fafaf7;
	border: 1px solid #cccccc;
}
.radio-group-container,
.checkbox-group-container {
	margin: 0 -11px 17px;
}
.radio-group-container .radio-group,
.checkbox-group-container .checkbox-group{
	padding: 0 11px;
}
.checkbox-group,
.radio-group {
	position: relative;
	display: inline-block;
}
.checkbox-group .input-container,
.checkbox-group .label-container,
.radio-group .input-container,
.radio-group .label-container {
	display: table-cell;
}
.checkbox-group .input-container,
.radio-group .input-container {
	padding-right: 10px;
}
form label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.375rem; /*22px*/
	display: block;
}
textarea.form-control {
  padding: 5px;
  min-height: 200px;
}

.form-control.error {
  color: #de0000;
}
textarea.form-control.error {
	background: transparent;
	border-style: solid;
	border-width: 2px;
  padding: 2px 5px;
  min-height: 251px;
}
form label.error {
  color: #de0000;
}

/*==================================================
 * Responsive video
 * ================================================*/
.mediaelement-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mediaelement-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*==================================================
 * Barrier-free
 * ================================================*/
.invisible {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
#accessibleNav {
	height: 0px;
}
#accessibleNav ul {
	list-style: none;
}
#accessibleNav ul li:before {
	display: none;
}
a.jump:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  padding: 10px 15px;
  background-color: #d20026;
  font-size: 1.500em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  z-index: 1100;
}


/*==================================================
 * Datenschutzerklärung
 * ================================================*/
.privacy p {
  margin: 1em 0;
}