* {
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: none;
}

body,
input,
textarea,
select,
a {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.3;
	color: #1b1b1b;
}

a {
	text-decoration: underline;
	color: #ae2929;
}

a:hover {
	text-decoration: none;
}

a:focus,
select:focus,
textarea:focus,
button:focus,
input:focus {
	outline: 2px dotted currentColor;
}

a img {
	border: 0px;
}

body {
	font-size: 100%;
}

h1 {
	margin: 0px 0px 15px;
	font-size: 1.750em;
	
}

h1,
h1 a {
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 11px;
	font-size: 1.35em;
	font-weight: normal;
}

h2,
h2 a {
	line-height: 1.3;
	text-decoration: none;
	color: #212323;
}

h3 {
	margin: 0px 0px 13px;
	font-size: 1.1em;
}

h3,
h3 a {
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
}

h4 {
	margin: 0px 0px 3px;
	font-size: 1.05em;
}

h4,
h4 a {
	line-height: 1.3;
	font-weight: normal;
	text-decoration: none;
}

p,
ul,
ol,
dl {
	font-size: 1.03em;
	line-height: 1.3;
}

p,
ul,
ol {
	margin: 0px 0px 10px;
}

ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: url('../gfx/icon/square_green.png') 0px 8px no-repeat;
}

ul li ul {
	margin-top: 5px;
}

ul li ul li {
	background: url('../gfx/icon/square_grey.png') 0px 8px no-repeat;
}

ul li ul li ul li{
	background: url('../gfx/icon/ndash.gif') 0px 12px no-repeat;
}

ol li {
	margin: 0px 0px 5px 25px;
}

figcaption,
p.news-img-caption {
	margin: 5px 0px 20px;
	font-size: 0.85em;
	line-height: 1.2;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	margin: 0px 0px 3px;
	font-size: 1.03em;
	line-height: 1.3;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

select,
textarea,
input[type="text"],
input[type="password"] {
	border: 1px solid #d3d3d3;
	padding: 1px;
	-webkit-appearance: none;
	font-size: 0.875em;
}

button,
input[type="submit"] {
	border: 0px;
	padding: 4px 10px;
	font-size: 1.03em;
	line-height: 1;
	color: #fff;
	background: #005380;
	cursor: pointer;
}

button:focus,
input[type="submit"]:focus {
	outline-color: #005380;
}

table {
	width: 100%;
	margin: 0px 0px 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr td,
table tr th {
	border: 1px solid #fff;
	padding: 4px 4px;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.2;
}

table tr th {
	font-weight: normal;
	text-align: left;
	background: #ae2929;
}

table tr th,
table tr th a {
	color: #fff;
}

table tr td {
	background: #EEEEED;
	
}

acronym,
dfn,
abbr,
span.abbr {
	border: 0px;
	/*background: url('../gfx/background/dottedline.gif') 0px bottom repeat-x;*/
}

img.altpic {
	display: none !important;
}

a.tx-glossary:hover acronym,
a.tx-glossary:hover dfn,
a.tx-glossary:hover abbr,
a.tx-glossary:hover span.abbr {
	border-color: #ccc;
}

form .row {
	margin: 0px 0px 12px;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

.invisible {
	display: none;
}

.columns {
	position: relative;
	min-height: 1px;
	margin: 0px 0px 0px -50px;
}

.columns .col {
	float: left;
	position: relative;
	min-height: 1px;
}

.columns .col .colwrap {
	min-height: 1px;
	margin: 0px 0px 0px 30px;
}

.columns.width-1-1 > .col {
	width: 50%;
}

.flexslider {
	margin: 0px;
	background: transparent;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

ul.slides,
ul.slides li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}

.imagerow {
	margin: 0px 0px 15px;
}

.imagerow.last {
	margin-bottom: 0px;
}

.no-news-found {
	margin: 0px 0px 25px;
}

/*.news.latest.topnews {
	margin-left: 20px;
}*/

.news.latest.columns {
	margin-left: -32px;
}

.news.latest .divider {
	display: none;
}

.news .date {
	display: inline-block;
	margin: 0px 0px 6px;
	padding: 3px 5px;
	font-size: 0.9em;
	line-height: 1;
	color: #fff;
	background: #737373;
}

.lt-ie8 .news .date {
	display: inline;
}

.news.list .entry .image {
	float: left;
	margin-left: -10px;
}

.news.list .entry .teaser p {
	margin: 0px 0px 4px;
	font-size: 0.95em;
	line-height: 1.2;
}

.news.list .entry .teaser a.more {
	display: inline-block;
	padding: 0px 11px 0px 0px;
	font-weight: 600;
	text-decoration: none;
	color: #ae2929;
	background: url('../gfx/icon/arrow_red_small_right.png') right 7px no-repeat;
}

.news.list .entry .teaser a.more:hover {
	text-decoration: underline;
}

.news.listview .entry {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.news.listview .entry.last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.news.list .page-navigation {
	overflow: hidden;
	margin: 15px 0px;
}

.news.list .page-navigation p {
	float: left;
	margin: 0px 10px 0px 0px;
}

.news.list .page-navigation ul {
	float: right;
	margin: 0px;
}

.news.list .page-navigation ul li {
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	background: none;
	list-style: none;
}

.news.news-single .teaser {
	font-weight: 600;
}

.news-single .article .news-img-wrap {
	float: right;
	max-width: 40%;
	margin: 0px 0px 5px 25px;
}

.news-single .newsfiles {
	margin-bottom: 20px;
}

.news-single .newsfiles ul li {
	margin: 0px 0px 4px;
	padding: 0px;
	list-style: none;
	background: none;
}

.news-single .newsfiles ul li .news-related-files-link,
.news-single .newsfiles ul li .news-related-files-size {
	display: inline-block;
}

.news-single .newsfiles ul li .description {
	margin-top: 3px;
	font-size: 0.9em;
	color: #666;
}

.news .article .news-img-wrap a {
	border: 0px;
	padding: 0px;
}

.topnews .entry {
	margin-bottom:20px;
}

.downloads {
	margin-bottom: 20px;
}

.downloads .entry  {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.2;
}

.downloads .entry .dlimage {
	float: left;
	margin: 0px 15px 5px 0px;
}

.downloads .entry .dlimage img {
	border: 1px solid #aaa;
}

.colorgreen {
	color: #3A9C00;
}

.colorblue {
	color: #005380;
}

.colorred {
	color: #ae2929;
}

.arrowblueleft {
	padding: 0px 11px 0px 0px;
	font-weight: 600;
	text-decoration: none;
	color: #005380;
	/*background: url('../gfx/icon/arrow_green_small_right.png') right 7px no-repeat;*/
}

span.arrowblueleft,
a.arrowblueleft {
	display: inline-block;
}

.bluearrowleft {
	padding: 0px 0px 0px 25px;
	background: url('../gfx/icon/arrow_greenbg_right.png') 0px 3px no-repeat;
}

.external-link, .external-link-new-window {
	padding: 0px 11px 0px 0px;
	margin-right:4px;
	background: url('../gfx/icon/link-external.png') right 4px no-repeat;
}

.internal-link-new-window {
	padding: 0px 11px 0px 0px;
	margin-right:4px;
	background: url('../gfx/icon/link-external.png') right 4px no-repeat;
}

.email-link {
	padding: 0px 0px 0px 25px;
	margin-left:4px;
	background: url('../gfx/icon/link-mail.png') 5px 3px no-repeat;
}

.mail {
	padding: 0px 0px 0px 25px;
	margin-left:4px;
	background: url('../gfx/icon/link-mail.png') 5px 3px no-repeat;
}



span.bluearrowleft,
a.bluearrowleft {
	display: inline-block;
}

.pdf,
.csc-uploads-element-pdf {
	padding: 0px 0px 0px 25px;
	background: url('../gfx/icon/pdf.gif') 0px 2px no-repeat;
}

.doc {
	padding: 5px 0px 5px 40px;
	background: url('../gfx/icon/doc.png') 0px 0px no-repeat;
}

span.doc ,
a.doc,
span.pdf,
a.pdf {
	display: inline-block;
}

.box {
	margin: 0px 0px 20px;
}



/*.colrightwrap>div:nth-child(2) {
	border-left: 2px solid #3A9C00 !important;
}*/
/*.colrightwrap>div strong {
	color: #005380 !important;
}*/

/*.colrightwrap>div:nth-child(1n+3) {
	border-left: 2px solid #ae2929 !important;
	
}*/

.box.green {
	background-color: #eeeeed;
}

.box.green h3 {
	font-size: 1.5em;
}

.box.green p {
	margin-bottom: 7px !important;
}

.box.green a {
	text-decoration: none;
	color: #555;
}

.box.green a:hover {
	text-decoration: underline;
}

.box.darkgreen {
	background-color: #03a390;
}

.box.darkgreen,
.box.darkgreen a {
	color: #fff;
}

.box.imageteaser {
	position: relative;
}

.box.mail-icon {
	background-image: url('../gfx/icon/newsletter.png');
	background-repeat: no-repeat;
	background-position: right 12px;
}

.box .image.align-left {
	float: left;
	margin: 0px 15px 0px 0px;
	max-width: 40%;
}

.box .image.align-right {
	float: right;
	margin: 0px 0px 0px 15px;
	max-width: 40%;
}

.box > .boxcontent {
	padding: 15px;
	font-size: 90%;
}

.box > .boxcontent > *:last-child,
.box > .boxcontent > *:last-child > *:last-child,
.box > .boxcontent > *:last-child > *:last-child > *:last-child,
.box > .boxcontent > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0px !important;
}

.box.mail-icon .boxcontent {
	padding-right: 55px;
}

.box.green .boxcontent ul li,
.box.imageteaser .boxcontent ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 28px;
	line-height: 1.2;
    background: url('../gfx/icon/arrow_greenbg_right.png') 0px 3px no-repeat;
}

.box.imageteaser .boxcontent {
	position: absolute;
	left: 0px;
	top: 3px;
}

.csc-frame-frame1 {
	margin: 0px 0px 20px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 11px 0px 0px;
}

.csc-frame-frame1 p,
.csc-frame-frame1 ul,
.csc-frame-frame1 ol {
	margin: 0px 0px 13px;
}

.csc-sitemap a {
	text-decoration: none;
}

.csc-sitemap a:hover {
	text-decoration: underline;
}

.csc-sitemap ul ul {
	font-size: 100%;
}

.csc-sitemap li {
	margin-bottom: 2px;
}

.csc-sitemap li ul {
	margin-bottom: 5px;
}

.csc-sitemap > ul > li,
.csc-sitemap > ul > li > ul > li {
	background: none;
	padding-left: 0px;
}

.csc-sitemap > ul > li > a {
	font-size: 110%;
	font-weight: bold;
}

.csc-sitemap > ul > li > ul {
	margin: 5px 0px 25px 20px;
}

.csc-sitemap > ul > li > ul > li > a {
	font-size: 105%;
}

.csc-sitemap > ul > li > ul > li > ul {
	margin: 5px 0px 10px 20px;
}

.accordion {
	margin: 0px 0px 20px;
}

.accordion .show_close_all {
	float: right;
	margin: 0px 0px 8px;
	font-size: 0.9em;
}

.accordion {
	border-bottom: 1px solid #d9d9d9;
}

.accordion > .csc-default {
	border: 1px solid #d9d9d9;
	border-bottom: 0px;
}

.accordion > .csc-default > .csc-header > h2 {
	margin: 0px;
	padding: 6px 10px;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../gfx/icon/toggle-down.png');
	background-repeat: no-repeat;
	background-position: right 12px;
}

.accordion > .csc-default > .csc-header > h2:hover {
	background-color: #f6f6f6;
}

.accordion > .csc-default.current > .csc-header > h2 {
	background-color: #eee;
	background-image: url('../gfx/icon/toggle-up.png');
}

.accordion .accordion-element {
	padding: 10px;
}

.svgmap_wrapper {
	position: relative;
	height: 0px;
	padding-top: 70%;
}

.lt-ie9 .svgmap_wrapper {
	display: none;
}

.svgmap_wrapper svg {
    height: 100%;
    display:block;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}

.svgmap_wrapper svg a {
	text-decoration: none;
}

.svgmap_wrapper svg path {
	transition: .3s fill;
	fill: #eee;
}

.svgmap_wrapper svg a:hover path {
	fill: #03a390;
}

.svgmap_wrapper svg text {
	transition: .3s fill;
	fill: #000;
}

.svgmap_wrapper svg a:hover text {
	fill: #fff;
}

.taste {
  display: inline-block;
  min-width: 28px;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px;
  text-align: center;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.15);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.15);
}

ul.sitemap_float li {
	float: left;
	width: 136px;
}

.divider {
	height: 1px;
	margin: 25px 0px;
	background-color: #d9d9d9;
	clear: both;
}

.divider hr {
	display: none;
}

.backlink {
	margin-bottom: 20px;
}

div.csc-default >.news .columns {
	width: 50%;
	float:left;
	padding-right:20px;
}
.news.columns.width-1-1 > .col {
	width:100%;
} 

.main div div.news div.no-news-found {
	display: none;
}
.news .date {
	margin-top:30px;
}
.tx-cal-controller dl {
	font-size: 100%;
	line-height:1;
}
.tx-cal-controller .vevent .dtstart-container{
	display: inline-block;
	margin: 0px 0px 6px;
	padding: 3px 5px;
	font-size: 0.9em;
	line-height: 1;
	color: #fff;
	background: #545454;
	margin-top: 30px;
	border: none;
}
.tx-cal-controller .vevent .summary{
	color: #1b1b1b;
}

.tx-cal-controller .vevent .summary p {
	margin: 0px 0px 4px;
	font-size: 0.95em;
	line-height: 1.2;
}

.tx-cal-controller .vevent img{
	max-width: 150px !important;
	max-height: 150px !important;
	margin-left: 0px !important;
	float: left !important;
}

.tx-cal-controller .vevent .summary a.url {
	font-size: 0.95em;
}
.tx-cal-controller .vevent .summary a.url {
	display: inline-block;
	padding: 0px 11px 0px 0px;
	font-weight: 600;
	text-decoration: none;
	color: #ae2929;
	font-size: 0.95em;
	background: url('/fileadmin/templates/gfx/icon/arrow_red_small_right.png') right 7px no-repeat;
}
.tx-cal-controller .scrolltime .timetable .wrapper .hours .cell .line {
	background-image: none;
}

.tx-cal-controller dl dt.even {
	background:none;
}

.tx-cal-controller .vevent .summary a{
	color: #1b1b1b;
	text-decoration: none;
}

.content .main img {
	margin: 10px;
}

.csc-textpic-caption {
	color: #666;
	font-weight: normal;
}

.fancybox-title-float-wrap .child {
	white-space: normal;
}

#calendar-event img {
	float: right;
	max-width: 40%;
	margin: 25px;
}

div#calendar-event>div {
	font-weight: bold;
}
div#calendar-event>div {
	margin-bottom: 10px;
	margin-top: 10px;

}

iframe.goog-te-banner-frame {
    padding: 0px;
}


a#leichtesprache {
    width: 20px;
    height: 20px;
    padding-top: 1px;
}

.cc_container {
	background: #eee;
}
.cc_container .cc_message {
	font-size: 1em !important;
	color: black;

}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
   color: #fff;
   background: #005380;
   text-decoration-color: none !important;
}
.cc_container .cc_more_info, .cc_container a:visited {
   text-decoration-color: red !important;
   text-decoration: underline;
   color: black;
}

.cookie-consent-container {
	margin: auto;
}

.cookie-consent-container .consent-modal .options {
	display: none !important;
}

.cookie-consent-container .hint {
	font-size: 1em !important;
        color: black;
}

.cookie-consent-container .hint span {
	background-color: transparent;
}

.cookie-consent-container .consent-modal .buttons {
	display: block;
}

.cookie-consent-container .buttons .btn.btn--secondary {
	background: #5b791c;
	color: #FFF;
	opacity: 1;
	border: 2px solid #5b791c; 
	margin: 5px 0;
}
  
.cookie-consent-container .buttons .btn.btn--secondary:hover {
	background: #30400f;
	color: #FFF;
	opacity: 1;
	border: 2px solid #30400f;
}

.cookie-consent-container a,
.cookie-consent-container a:visited,
.cookie-consent-container a:active,
.cookie-consent-container a:focus {
    color: #666 !important;
}

.cookie-consent-container a::after {
	filter: brightness(0.7) !important;
  }

.cookie-consent-container a:hover {
    color: #000 !important;
  
}

.cookie-consent-container a {
  font-size: 0.9rem !important;
}

.cookie-consent-container .label input:disabled:checked ~ .checkmark {
	display: none !important;
  }

.cookie-consent-container a.show-details:focus,
.cookie-consent-container a.show-details:focus-visible {
    outline: none !important;
}

.cookie-consent-container a.show-details:focus-visible .more,
.cookie-consent-container a.show-details:focus-visible .less {
    outline: 2px dotted currentColor;
    outline-offset: 2px;
}

figure {
   margin: 0;
}

.news .f3-widget-paginator {
  float: right;	
  margin-top: 5px;
}

.news .f3-widget-paginator li {
  float: left;
  background: unset;
  padding: 0px 0px 0px 5px;
}

.calendarize table {
	table-layout: fixed;
}



.calendarize table th {
	text-align: center;
	font-size: 1.750em;
	background: white !important;
	color: black;
}

.calendarize table th a {
	color: #005380;
}

.calendarize .calenderweekdays td {
	background: #005380 !important;
	color: white;
	text-align: center;
	height: auto;
}

.calendarize table th a {
	float: left;
}

.calendarize table th a:last-child {
        float: right;
}

.calendarize table td {
	height: 5em;
	width: 14%; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.calendarize table td a {
	color: black;
}

.calendarize .btn-group a {
	margin-right: 10px;
}
