/* Webfonts */
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/source-sans-pro-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'),
       url('/fonts/source-sans-pro-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('/fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* Basics */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #D0E2EC;
  color: #000;
  font-family: 'Source Sans Pro',Helvetica,Arial,Verdana,sans-serif;
  font-stretch:normal;
  font-style: normal;
  font-kerning: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #313131;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: .1em;
}
h1, h2,h3,h4,h5,h6 {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-family: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  word-wrap: break-word;
  position: relative;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  color: #313131;
  margin: 0 0 32px 0;
}
h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 18px 0;
}
h4, h5, h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
p {
  padding: 0;
  margin: 0 0 1em 0;
  color: inherit;
  letter-spacing: 0;
  text-indent: 0;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ol[type="a"] { list-style-type: lower-latin; }

ul, ol {
  margin: 0 0 0.4em 1em;
  padding: 0 0 0.4em 1em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
li {
  margin: 0 0 .6em 0;
  font-size: inherit;
  line-height: inherit;
}
a {
  font-family: inherit;
  color: inherit;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
a:link, a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: 1px dotted;
  outline-offset: 2px;
}
.skiplink{position:absolute;top:0;left:-30000px;z-index:1000;width:100%;margin:0;padding:0;}
.skiplink .skip:focus,.skiplink .skip:active{left:30000px;outline:0 none;position:absolute;width:100%;}

b, strong {
  font-weight: 700;
}
small,.kleingedrucktes {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
}
i, em, dfn {
  font-style: italic;
}
blockquote {
  margin: 0 1rem 1rem 1rem;
  padding: 0;
}
blockquote p cite:before {
  content: "\2212 020";
}
dfn {
  font-style: italic;
}
hr {
  clear: both;
  height: 1px;
  display: block;
  margin: 1rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
ins {
  text-decoration: none;
  color: #000;
  background: #ff9;
}
mark {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
  font-weight: 600;
}
pre, code, kbd, samp {
  font: 1em monospace, monospace;
  _font-family: 'courier new', monospace;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 85%;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

dd {
  margin: 0 0 0 20px;
  margin: 0 0 0 2rem;
  padding: 0;
}
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style: none;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width:100%;
  height:auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
  color: inherit;
}
fieldset {
  margin: 0 0 0.25em 0;
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  padding: 0;
  border: 0;
  *margin-left: -7px;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: baseline;
	font-size: 100%;
	*vertical-align: middle
}
button, input {
	*overflow: visible
}
table button, table input {
	*overflow: auto
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}
::-webkit-input-placeholder {
	color: #999
}
:-moz-placeholder {
	color: #999;
}
.placeholder {
	color: #999;
}
.clearfix::after, .clearfix::before {
	content: " ";
	display: table;
	clear: both
}
::-moz-selection {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
}
::selection {
  color: #000;
  background: #faf5a1;
  text-shadow: none;
}

/* Contao-Basis */
#container, .inside {
	position: relative
}
.block {
	overflow: hidden
}
.clear, #clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both
}
.invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}


/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  h1 {
    font-size: 52px;
    font-weight: 300;
    line-height: 64px;
    color: #313131;
    margin: 0 0 32px 0;
  }
  h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px 0;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 18px 0;
  }
  h4, h5, h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
  }
}


/* ---- WRAPPER ---- */
#wrapper {
  background-color: #F6F6F6;
  color: #000;
  position: relative;
  min-height: 100%;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  #wrapper { max-width: 768px; margin: 0 auto; }
}
@media only screen and (min-width: 801px) {
  #wrapper { max-width: 1280px; }
}

/* ---- HEADER ---- */
#header {
  background-color: #00619A;
  color: #fff;
  overflow: hidden;
}
.home #header {
  padding-bottom: 65px;
}
#header-bg {
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 240px;
}
.home #header-bg {
  background-image: url("/files/header/header-bg-home.jpg");
  min-height: 660px;
}

#header a:link, #header a:visited,
#header a:hover, #header a:focus, #header a:active {
  text-decoration: none;
}
#logo, #logo-text { display: block; }

.home #logo {
  padding-top: 104px;
  padding-bottom: 95px;
  text-align: center;
  margin: 0 auto;
}
.home #logo-text {
  padding-bottom: 75px;
}
.home #header .logo-text-1 {
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}
.home #header .logo-text-2 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  color: #FFFFFF;
  text-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
  text-transform: uppercase;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 768px) {
  .home #header .logo-text-1 {
    font-size: 144px;
    line-height: 144px;
  }
  .home #header .logo-text-2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.home #header .logo-text-2::after {
  margin: 0 auto;
  display: block;
  content: " ";
  width: 187px;
  height: 47px;
  background: url("/files/theme/images/wave-light.svg") repeat-x left bottom;
}

#logo svg:hover, #logo svg:focus, #logo svg:active { outline: 2px dotted #fff; }
.home #logo svg:hover, .home #logo svg:focus, .home #logo svg:active { outline: 0px none; }

#linkboxen ul { 
  list-style: none;
  padding: 0 20px;
}
#linkboxen span {
  display: block;
  padding: 0 15px;
}
#linkboxen a {
  display: block;
  padding: 75px 10px 10px 10px;
  border: 1px solid #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
}
/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  #linkboxen ul { 
    padding: 0 80px;
  }
  #linkboxen a {
    padding: 95px 30px 30px 30px;
  }
}

#logo-wrapper {
  width: 130px;
  min-height: 168px;
  background-color: #fff;
  color: #333;
  margin-left: 80px;
  padding: 20px;
  text-align: center;
  font-size: 13px;	
  line-height: 14px;
}
#logo-wrapper a {
  text-decoration: none;
  display: block;
}
.sub .logo-text-1 {
  display: block;
  font-size: 21px;	
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
.sub .logo-text-2 {
  display: block;
  font-size: 13px;	
  line-height: 14px;	
  font-weight: 400;	
  text-align: center;
  text-transform: uppercase;
}

/* Breadcrumb */
#bcrumb {
  background-color: rgba(255,255,255,0.9);
  color: #333;
  padding: 10px;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  #bcrumb {
    position: absolute;
    top: 0;
    right: 72px;
    padding: 20px 30px;
    min-width: 210px;
  }

}

#bcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;	
  line-height: 23px;	
  text-align: right;
  font-weight: 700;
  letter-spacing: 1px;
}
#bcrumb li { float: left; }
#bcrumb li::after {
  display: inline-block;
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
}
#bcrumb li.last::after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
#bcrumb a {
  color: #145992;
}


/* ---------- CONTENT ---------- */
#container {
  margin: 0 auto;
  padding: 0;
}

/* Main */
#main .inside { 
  min-height:5em; 
  color: #333;
}

/* Right */
#right::before {
  margin: 130px auto 30px auto;
  display: block;
  content: " ";
  width: 100%;
  height: 18px;
  background: url("/files/theme/images/wave-dark.svg") repeat-x left bottom;
}
#right .inside {
  padding: 10px;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  
  #right .inside {
    padding: 0 80px 0 0;
  }
}


/* Allgemein */
.image_container > a {
  display: block;
}
.wichtig {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
.wichtig p:last-child {
  margin-bottom: 0;
}
.hyphenate {
 -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

/* Abwechselnde Artikelfarben */
#main .mod_article {
  padding: 75px 20px;
  background-color: #F6F6F6;
}
/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {


  .wichtig {
    padding: 30px;
  }
  #main .mod_article {
    padding: 95px 80px;
  }

}



#main .mod_article:nth-child(even) {
  background-color: #EAF0F4;
}

/* Nachrichten */
.layout_latest {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.latest_prim .grid-col {
  background-color: #fff;
}
.layout_latest figure.image_container{
  margin: 0 auto;
  float: none;
}
.latest_prim figure.image_container{
  margin: 0;
  float: none;
}
.layout_latest .image_container a,
.layout_prim .image_container a {
  display: block;
  overflow: hidden;
}
.latest_text {
  padding: 10px;
  overflow: hidden;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  .latest_prim .latest_text {
    padding: 50px 30px 0 0;
  }
  .mod_newslist .latest_prim .headline {
    font-size: 40px;
    line-height: 40px;
  }
  
  .latest_text {
    padding: 30px;
  }
  .latest_prim .latest_text {
    padding: 10px;
  }
}


.mod_newslist h2 {
  margin: 0 0 24px 0;
}
.mod_newslist .latest_prim h2 {
  margin: 0 0 32px 0;
}
.category {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mod_newslist .headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  min-height: 4em;
} 
.mod_newslist .latest_prim .headline {
  font-size: 26px;
  line-height: 30px;
  min-height: 1em;
}
.mod_newslist .headline a {
  font-weight: 700;
  text-decoration: none; 
  color: #333;
  display: block;
}
.mod_newslist .more {
  font-size: 16px;
  line-height: 24px;
  color: #00619A;
  margin: 0;
}
.mod_newslist .latest_prim .more {
  font-size: 22px;
  line-height: 32px;
}
.mod_newslist .more a {
  font-weight: 700;
  text-decoration: underline; 
}
.news_full .teaser {
  color: #000;
  font-weight: 700;
}
.mod_newsreader h1 {
  line-height: 16px;
}
.mod_newsreader .headline,
.mod_newsreader .latest_prim .headline {
  display: block;
  line-height: 64px;
}

/* Events */
.mod_eventlist .date {
  font-size: 16px;
  line-height: 16px;
}
.mod_eventlist .headline {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.events-all {
  background-color: #145992;
  color: #fff;
  padding: 10px;
}
.events-all ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events-all li {
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.events-all li:last-child {
  padding-bottom: 0;
  margin: 0;
}
.events-all .date {
  display: block;
  width: 50%;
  float: left;
}
.events-all .category {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.events-all a {
  clear: both;
  display: block;
}

.event_prim {
  background-color: #fff;
  color: #333;    
  height: 100%;
  position: relative;
  width: 100%;
}
.event_prim .grid-inside {
  height: 100%;
  width: 100%;
  position: relative;
}
.event_prim .star {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #145992;
  width: 72px;
  height: 72px;
  padding: 15px;
}
.event_prim figure.image_container {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
.event_prim .headline {
  background-color: #145992;
  color: #fff;
  display: block;
  overflow: visible;
  padding: 60px 10px 10px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.event_prim .date {
  background-color: #fff;
  color: #145992;
  left: 30px;
  position: absolute;
  top: -10px;
  z-index: 10;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px;
  white-space: nowrap;
}
.layout_full .teaser {
  color: #000;
  font-weight: 700;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {

  .event_prim .headline {
    padding: 60px 30px 30px 30px;
    font-size: 32px;
    line-height: 36px;
  }
  .events-all {
    padding: 60px 30px;
  }

}

/* Event - Teaser */
.layout_teaser .grid-col {
  background-color: #fff;
}
.layout_teaser .image-wrapper {
  background-color: #D0E2EC;
  margin: 10px;
  display: block;
  width: 100%;
  min-height: 6rem;
}
.layout_teaser h2 {
  margin-bottom: 0;
}
.layout_teaser.text {
  padding: 10px;
}

/* CE Text */
.content-text a {
  color: #00619a;
}

/* CE Hyperlink */
.content-hyperlink a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #145992;
}
.double-hyper {
  overflow: hidden;
}

.double-hyper a {
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  float: right;
  text-transform: uppercase;
  text-underline: none;
  background: url("/files/theme/images/arrow-right.svg") no-repeat right center;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {
  .double-hyper h1, 
  .double-hyper h2,
  .double-hyper h3,
  .double-hyper h4,
  .double-hyper h5,
  .double-hyper h6 {
    float: left;
  }

  .double-hyper a {
    margin: 37px 0 0 0;
  }

}

/* ---- Zitate ---- */
blockquote { margin: 0 2rem 0.5rem 2rem; }
blockquote::after { content: " " attr(cite) " "; font-size: 0.75rem; }
blockquote p:before { content: ' „ ' ' '; color: #000; }
blockquote p:after { content: ' ' ' “ '; color: #000; }

q { quotes: none; color: #000; }
q:before { content: '„'; color: #000; }
q:after { content: '“'; color: #000; }

/* ---- Tabellen ---- */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem 0;
  padding: 0;
  border: 0px none;
}
caption, th, td {
  vertical-align: top;
  text-align: left;
  padding: 10px;
  border: 0px none;
}
th.col_first, td.col_first { padding: 10px 10px 10px 0; }
th.col_last, td.col_last { padding: 10px 0 10px 10px; }
thead { border-bottom: 4px solid #000; }
tbody tr { border-bottom: 1px solid #000; }
caption, thead th, tbody th {
  font-family: inherit;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-feature-settings: "kern" 1, "liga" 1, "swsh" 1;
  color: #000;
  word-wrap: break-word;
  position: relative;
  text-rendering: optimizeLegibility;
}
thead th:last-child, td:last-child {
  border-right: 0px none;
}
caption {
  padding: 10px 0;
}

/* ---- Bilder ---- */
figure.image_container {
  margin-bottom: 1.25rem;
}
figure.float_left {
  float: left;
  margin-right: 20px;
}
figure.float_right {
  float: right;
  margin-left: 20px;

}

/* Figcaption nicht zu breit werden lassen */
figure { display: table; }
figure img { display: block; width: 100%; }
figcaption { display: table-caption; caption-side: bottom; }

/* Galerie */
.content-gallery ul { list-style: none; padding: 0; }
.content-gallery li { margin: 0 0 30px 0; }
.home .content-gallery li { margin: 0; }
.content-gallery figure { margin: 0; background-color: #fff; }
.content-gallery figcaption {
  background-color: #fff; 
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 15px;
}
.pageteaser figcaption { 
  padding: 30px 15px;
}
.content-gallery figcaption a {
  color: #145992;
  font-weight: 700;
  display: block;
}
.pageteaser figcaption span {
  display: block;
  min-height: 2.5em;
}


/* Colorbox */
#cboxTitle { background-color: #000; color: #fff; padding-right: 50px; }
#cboxCurrent { display: none !important; }

/* ---- Downloads ---- */
.content-downloads ul, .ce_downloads ul { margin: 0; padding: 0; list-style: none; }
.content-downloads ul, .ce_download,
.content-downloads ul, .ce_downloads li {
  background: transparent;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 0;
}
.content-downloads a, .ce_download a,
.content-downloads a, .ce_downloads a {
    display: inline;
}
.content-downloads a, .ce_download .additional-info,
.content-downloads a, .ce_downloads .additional-info {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  margin-top: 1em;
}
.content-downloads a, .ce_download .type,
.content-downloads a, .ce_downloads .type {
  width: 8em;
  display: inline-block;
}

/* Formular */
#main form {
  margin-bottom: 2em;
}
form .widget {
  margin-bottom: 0.5em;
}
legend {
  font-family: inherit;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3em;
  margin: 0 0 0.25em;
  border: 0px none;
  display: block;
  width: 100%;
}
/* ---- MIN 600 Pixel ---- */
@media only screen and (min-width: 600px) {
  legend {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.34em;
  }
}

/* ---- MIN 801 Pixel ---- */
@media only screen and (min-width: 801px) {
  legend {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.35em;
  }
}
label {
  display: block;
  width: 100%;
  max-width: 22em;
}
select {
  width: 100%;
  max-width: 22em;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  height: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input.text, input.captcha, textarea {
  width: 100%;
  max-width: 22em;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  height: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input.captcha {
  width: 4em;
}
textarea {
  min-height: 10em;
}
.checkbox_container > span, .radio_container > span {
  display: block;
}
input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  margin: 0 0.05em 0 0;
  width: 1em;
  height: 1em;
  line-height: auto;
}
.checkbox_container label, .radio_container label {
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  margin-bottom: 0;
}

input[name="plz"], input[name="postal"] { width: 5em; }

.widget-orderlist label {
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  margin-bottom: 0;
}
input.order-number { width: 3em; }

input[type="submit"] {
  background-color: #A9A9A9;
  color: #000;
  border: 2px solid #A9A9A9;
  line-height: inherit;
  height: auto;
  padding: 0 8px;
}
input.text:hover, input.text:focus, input.text:active,
input.captcha:hover, input.captcha:focus, input.captcha:active,
select:hover, select:focus, select:active,
textarea:hover, textarea:focus, textarea:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
button:hover, button:focus, button:active {
  outline: 2px dotted #000;
  outline-offset: 1px;
}


/* Pagination */
.pagination { margin: 0 0 1.5em 0; }
.pagination p {
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
  border-bottom: 1px solid #000;
}
.pagination ul { list-style: none; padding: 0; margin: 0; overflow: hidden; }
.pagination li { float: left; margin: 0 8px 0 0 !important; }

@media (min-width: 1226px) {
  .pagination li  {
    margin-right: 14px;
  }
}
.pagination a, .pagination span.current {
  min-width: 1.45em;
  display: inline-block;
  text-align: center;

}
.pagination span.current {
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #000;
  padding-bottom: 0.1em;
}

/* Suche */
.mod_search a[href^="https://"]::after,
.mod_search a[href^="http://"]::after {
 content: "";
	display: inline;
	width: 0;
	margin-left: 0;
  background-image: none;
}
.mod_search .header { font-size: smaller; margin: 0 0 0.5em 0; color: #575756; }
.relevance { font-size: smaller; margin: 0; color: #575756; }
.highlight { color: #000; background-color: #FFFFC0; }

/* iFrame */
iframe { max-width: 100%; margin-bottom: 2em; border: 0px none; }


/* Footer */
#footer {
  padding: 10px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
#footer p:last-child, #footer li {
  margin: 0;
}
#footer a {
  text-decoration: none;
}
#footer .welcome {
  color: #145992;	
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 30px;
}
.footer-row1 .grid-col {
  margin-bottom: 0;
}
.footer-row2::before {
  margin: 0 auto;
  display: block;
  content: " ";
  width: 100%;
  height: 18px;
  background: url("/files/theme/images/wave-dark.svg") repeat-x left bottom;
}
.footer-row2 .grid-col {
  padding-top: 30px;
}
.footer-row2 .wappen {
  text-align: right;
  padding-top: 6px;
}

/* MIN-Width 1100px */
@media only screen and (min-width: 1100px) {

  #footer {
    padding: 90px 80px 0px 80px;
  }
}

.content-gallery ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
    margin-left: 0;
}

/* Spalten-Varianten */
.content-gallery--cols-1 ul { grid-template-columns: repeat(1, 1fr); }
.content-gallery--cols-2 ul { grid-template-columns: repeat(2, 1fr); }
.content-gallery--cols-3 ul { grid-template-columns: repeat(3, 1fr); }
.content-gallery--cols-4 ul { grid-template-columns: repeat(4, 1fr); }
.content-gallery--cols-5 ul { grid-template-columns: repeat(5, 1fr); }
.content-gallery--cols-6 ul { grid-template-columns: repeat(6, 1fr); }

/* Responsive */
@media only screen and (max-width: 1099px) {
    .content-gallery--cols-4 ul,
    .content-gallery--cols-5 ul,
    .content-gallery--cols-6 ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .content-gallery--cols-3 ul,
    .content-gallery--cols-4 ul,
    .content-gallery--cols-5 ul,
    .content-gallery--cols-6 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 479px) {
    .content-gallery ul {
        grid-template-columns: 1fr;
    }
}

.content-gallery li {
    margin: 0;
}

.content-text.media {
    display: flow-root; /* Clearfix */
}

.content-text.media--left figure {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 50%;
}

.content-text.media--right figure {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%;
}

.content-text.media--above figure,
.content-text.media--below figure {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
}

/* Figure innerhalb media */
.content-text.media figure img {
    display: block;
    width: 100%;
    height: auto;
}

/* Responsive */
@media only screen and (max-width: 767px) {
    .content-text.media--left figure,
    .content-text.media--right figure {
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%;
    }
}

.mod_eventlist li{
    list-style: none;
}