/* @font-face {
	font-family: 'Open Sans';
	font-display: swap;
	src: url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
} */

html,
body,
div,
span,
applet,
object,
figure,
figcaption,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: inherit;
  font-size: 100%;
  font-style: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}
body {
  color: #333;
  background: rgba(237, 237, 237, 1);
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
}
body {
  -webkit-text-size-adjust: 100%;
}

p:empty {
  display: none;
}

.cookie-set {
  position: relative;
  bottom: 0;
  z-index: 200;
  padding: 0 1em 1em;
  text-align: right;
  font-size: 1em;
}

#testseite {
  position: fixed;
  z-index: 1000;
  top: 1em;
  left: 1em;
  color: #ffffff;
  font-size: 3em;
  background: #990000;
  padding: 0.2em;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.75);
}
#backtotop {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 6%;
  right: 4%;
  z-index: 5000;
}
#skyscraper {
}

.header-box {
  position: fixed;
  margin: 0 auto;
}
.header-box,
.headerbox .sticky {
  top: 2em;
  height: 80px;
  z-index: 300;
  background: rgba(0, 40, 78, 1);
  background: -moz-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 60, 120, 1)),
    color-stop(53%, rgba(0, 50, 100, 1)),
    color-stop(100%, rgba(0, 40, 78, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4785', endColorstr='rgba(0,40,78,1)', GradientType=0 );
}

.container {
  display: block;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
	position: relative;
}

.steady-box {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1066px;
  z-index: 200;
  padding: 0.5em 2em 0;
  margin: 0 auto;
  height: 46px;
  color: #ffffff;
  background: rgba(46, 46, 46, 1);
}
.steady-box img {
  position: relative;
  top: 0.25em;
  left: 0.3em;
}
.steady-box span {
  position: relative;
  top: 0.2em;
  left: 0;
  color: #ffffff;
}
.steady-box a,
.steady-box a:hover {
  color: #ffffff;
}

.topline {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1130px;
  height: 136px;
  height: 226px;
  margin: 0 auto;
  z-index: 300;
  background: rgba(0, 40, 78, 1);
  background: -moz-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 60, 120, 1)),
    color-stop(53%, rgba(0, 50, 100, 1)),
    color-stop(100%, rgba(0, 40, 78, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 60, 120, 1) 0%,
    rgba(0, 50, 100, 1) 53%,
    rgba(0, 40, 78, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4785', endColorstr='rgba(0,40,78,1)', GradientType=0 );
}

.topline.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  max-width: 1130px;
  height: 72px;
  margin: 0 auto;
  z-index: 300;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
  -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;
}

/* navigation */
#demo2 {
  position: relative;
  bottom: 0;
}
.topline .slicknav_menu {
  position: relative;
  top: 5.3em;
  display: block;
  max-width: 50px;
}
.topline.sticky .slicknav_menu {
  display: block;
  position: relative;
  top: 1.3em;
}
.topline.sticky .social,
header.sticky .permalinks {
  display: none;
  z-index: 400;
}
.topline.sticky #menu2 {
  display: none;
}
.topline.sticky .navigation {
  top: -28px;
}
.slicknav_btn {
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: none !important;
}
.slicknav_nav {
  position: absolute;
  top: 90px;
  width: 220px; /*background: rgba(255, 255, 255, 1);*/
}
.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  margin: 0 0 0 1.4em;
}
.slicknav_nav a:hover {
  background: none;
}
.slicknav_nav a:visited,
.slicknav_nav a:active {
  color: #ffffff;
}
.slicknav_menu .slicknav_icon {
  width: 3em !important;
}
.slicknav_menu .labeltext {
  position: relative;
  top: -0.4em;
  left: -2em;
  font-size: 1em;
  text-transform: uppercase;
}

main {
  margin: 20px auto 0;
  max-width: 1130px;
  width: 100%;
  background: rgba(237, 237, 237, 1);
}

footer {
  display: table;
  position: relative;
  top: 1em;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  clear: both;
  font-size: 0.8em;
  color: #fff;
  background: rgba(0, 40, 78, 1);
  z-index: 10;
}

/* news-system */
.home-newsbox-view {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 100%;
  position: relative;
  display: table;
  margin: 3em auto 0;
}
.home-newsbox-view section:first-child {
  display: block;
}
.home-newsbox-view section:nth-child(2) {
  display: block;
}
.home-newsbox-view aside {
  display: flex;
}
.home-newsbox-view .teaser-text {
  padding: 0 2em;
  color: #fff;
}
.home-newsbox-view .teaser-text p {
  margin: 0;
}
/*.home-newsbox-view .teaser-text a.more	{ text-align: left; color: #85a0d9; }*/
.home-newsbox-view .teaser-text a.more {
  text-align: left;
  color: #ffffff;
  text-decoration: underline;
}
.home-newsbox-view h2 {
  display: block;
  line-height: 1.3em;
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 0.5em 0;
}
.home-newsbox-view span,
.home-newsbox-view .header span:hover,
.home-newsbox-view span a,
.home-newsbox-view .header span a:hover {
  display: block;
  line-height: 1.3em;
  margin: 0.5em 0;
  padding: 0;
  text-transform: none;
  font-size: 1.15em;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #e9eaed;
}
.home-newsbox-view .news-img-wrap {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  max-width: 720px;
  margin: 0;
  overflow: hidden;
}
.home-newsbox-view .news-img-wrap img {
  float: left;
}
.home-newsbox-view .news-text-wrap .header,
.newsbox-view .news-text-wrap .header {
  margin: 1em;
}
.home-newsbox-view .topnewsheadlinebox {
  max-width: 40%;
  float: left;
  padding: 10px 0;
}
.home-newsbox-view .topnewsheadline,
.home-newsbox-view h2 a {
  display: block;
  color: #ffffff;
  line-height: 1.3em;
  font-weight: bold;
}
.home-newsbox-view .no-media-element {
  max-height: 100%;
}
.home-newsbox-view .news-list-date {
  display: table;
  width: 96%;
  margin: 1em;
  text-align: right;
  color: #fff;
  padding: 10px 0;
  height: 1.5em;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid rgba(192, 192, 192, 1);
	font-family: "Open Sans", Arial, sans-serif;
}
.home-newsbox-view .news-list-date time {
  margin: 10px;
  font-size: 0.8em;
  position: relative;
  top: 4px;
}
.home-newsbox-view .news-related-wrap {
  position: static;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); /*width: 97%;*/
  max-width: 100%;
  display: none;
}
.home-newsbox-view .news-related-news ul.relatedNews {
  display: block;
}
.home-newsbox-view .news-related-news ul li {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.3em;
  padding: 0.5em 1em 1em 1em;
  margin: 0.8em 0.3em 0;
  background: #fff;
  border: 1px solid #dddddd;
}
.home-newsbox-view .medialement-alternative-content {
  display: none;
}
.home-newsbox-view .news-related-news p {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #444444;
  border-bottom: 1px solid rgba(0, 40, 78, 1);
}

/* ******************************************* */
/*.ce-gallery { max-width: 36.5%; }*/
.ce-gallery figure {
  margin: 0;
}
.ce-gallery iframe {
  width: 100%;
  border: 0;
	aspect-ratio: 16 / 9;
}
.ce-gallery figcaption {
  display: block;
  position: relative;
  top: -5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.05em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5em;
  background: #e2e1dd;
}
.ce-right .ce-media,
.ce-right .ce-gallery {
  float: right;
  margin: 0 0 1em 1em;
}

.alpha {
  margin: 0 10px;
}
.omega {
  margin: 0 0 0 0;
}
em {
  font-style: italic;
}
p {
  margin: 1.2em 0 0 0;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.2em;
  font-display: swap;
  line-height: 1.6em;
}
p.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.text-center {
  text-align: center;
}
strong,
b {
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
}
main ul {
  list-style-position: outside;
}
ul#menu {
  list-style-type: none;
  display: none;
}
.indent {
  margin: 0 0 20px 40%;
}
figure {
  display: block;
}
figure img {
  width: 100%;
  height: auto;
}
figcaption {
  display: inline-block;
  width: auto;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 3px 0;
  padding: 2%;
}
.flexslider img,
.news-single .article .news-img-wrap img {
  width: 100%;
  max-width: 1130px;
  height: auto;
}

/*permalinks*/
#top {
  max-width: 1130px;
  margin: 0 auto;
}
ul.toplinks {
  text-transform: uppercase;
}
.permalinks {
  position: relative;
  top: 20px;
  width: 100%;
  height: 0;
  z-index: 3000;
}
.permalinks li {
  float: left;
}
.permalink a {
  text-decoration: none;
  font-size: 0.95em;
  color: #fff;
  padding: 0.625em 1.45em 0 0.475em;
}
li.permalink a:hover,
li.permalink a.active {
  color: #fff;
  text-decoration: underline;
}
.permalinks ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0 1%;
}
.permalinks .trenner {
  visibility: hidden;
  margin: 0 3px;
}
.trenner2 {
  display: inline-block;
  width: 0;
  margin: 1em 0 0 0;
}
.homelink {
  display: table;
  width: 100%;
  height: 136px;
}
.homelink img {
  width: 100%;
  height: 100%;
  max-height: 136px;
}
.topline.sticky .homelink {
  position: absolute;
  top: -1em;
  height: 70px;
}

#c48 header {
  display: none;
}
#c229 header {
  margin: 2em 0 0 0;
}
#c309,
#c377 {
  margin: 0 0 2em 0;
}
#c77,
#c227,
#c325,
#c407 {
  margin: 0 0 2em 0;
}
#c327,
#c405,
#c415 {
  display: table;
  width: 100%;
  margin: 0 0 1em 0;
}
#c357,
#c359,
#c361,
#c363,
#c365 {
  display: grid;
}
#c353 .ce-textpic,
#c357 .ce-textpic,
#c359 .ce-textpic,
#c361 .ce-textpic,
#c363 .ce-textpic,
#c365 .ce-textpic,
#c371 .ce-textpic,
#c369 .ce-textpic,
#c373 .ce-textpic,
#c375 .ce-textpic,
#c379 .ce-textpic,
#c415 .ce-textpic {
  margin: 0;
}
#c357 div.ce-gallery,
#c359 div.ce-gallery,
#c361 div.ce-gallery,
#c363 div.ce-gallery,
#c365 div.ce-gallery,
#c415 div.ce-gallery {
  float: left;
  margin: 0 2em 1em 0;
}
#c357 .ce-textpic,
#c359 .ce-textpic,
#c361 .ce-textpic,
#c363 .ce-textpic,
#c365 .ce-textpic,
#c415 .ce-textpic {
  padding: 2em 6% 0.7em;
  margin: 0 0 2em;
}

/*farben*/
.background6,
.background8,
.background17,
.background18,
.background16,
.background26,
.background32,
.background69,
.background81,
.background105,
.background169 {
  background-color: #666564;
}
.background14,
.background34,
.background43,
.background49 {
  background-color: rgba(0, 40, 78, 1);
}
.background15 {
  background-color: #871a54;
}
.blue {
  color: #fff;
  background: none repeat scroll 0 0 #004188;
}
.green {
  color: rgba(134, 162, 11, 1);
}
.yellow {
  color: #e3db00;
}
.red {
  color: #fc0000;
}
.grey {
  color: #999;
}
.group13,
.group19,
.group24,
.group28,
.group29,
.group67,
.group135,
.groupNachricht,
.groupBericht,
.groupHintergrund,
.groupNachricht-Video,
.groupFotos,
.groupVideo,
.groupAboVertrieb,
.groupReportage,
.groupPorträt,
.groupInterview,
.groupKommentar,
.groupMeinung {
  background: rgba(0, 40, 78, 1);
}
.group27,
.group38 {
  background: #871a54;
}
.group5,
.group31,
.group53,
.group61,
.groupZeitung {
  background: #666564;
}
.groupImpuls {
  background: #871a54;
}
.groupService,
.groupLexikon {
  background: #666564;
}
.flex-caption0 {
  background: rgba(0, 40, 78, 1) !important;
}
.flex-caption1 {
  background: rgba(135, 26, 84, 0.8) !important;
}
.flex-caption2 {
  background: rgba(0, 40, 78, 0.8) !important;
}
.flex-caption3 {
  background: rgba(102, 101, 100, 0.8) !important;
}
.flex-caption10,
.flex-caption13,
.flex-caption19,
.flex-caption24,
.flex-caption28,
.flex-caption28 {
  background: rgba(0, 40, 78, 0.8) !important;
}
.flex-caption11,
.flex-caption27,
.flex-caption38 {
  background: rgba(135, 26, 84, 0.8) !important;
}
.flex-caption5,
.flex-caption31 {
  background: rgba(102, 101, 100, 0.8) !important;
}

/*headlines*/
.grid_12 header h1,
h1.ce-firstHeader,
legend.powermail_legend {
  font-size: 1.4em;
  color: rgba(0, 40, 78, 1);
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
}
.h3_right {
  line-height: 24px;
  font-weight: bold;
  font-size: 1em;
  color: #333;
  margin: 0 0 0 14px;
}
.subheader h2,
.subheader h5 {
  color: #060606;
  font-size: 1.5em;
}
hgroup h1 {
  font-size: 2em;
  margin-top: 0px;
}
hgroup h2 {
  font-size: 1.6em;
  margin-top: 0px;
}
.grid_12 .ce-bodytext h3 {
  display: block;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.45em;
  font-display: swap;
  color: rgba(0, 40, 78, 1);
  margin: 30px 0 20px 0;
  line-height: 1.2em;
}

/* anzeige k+l */
#c14 {
  display: table;
  width: 100%;
  margin: 0 0 2.4em 0;
  padding: 0;
  background: #ffffff;
}
#c14 header,
#c14 header.sticky {
  position: relative;
  display: table;
  width: 100%;
}
#c14 .ce-textpic {
  padding: 0;
}
#c14 p {
  line-height: 1.3em;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  width: 94%;
}
#c14 h2 {
  display: block;
  padding: 46px 0;
  color: rgba(255, 255, 255, 0);
  background: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/logokulanzeigetrans.png')
    rgba(0, 40, 78, 1) no-repeat right;
}
#c14 h1 {
  display: none;
}
#c14 h4 {
  color: rgba(0, 40, 78, 1);
  font-size: 0.9em;
}
#c14 .ce-gallery {
  width: 100%;
  float: left;
}
#c14 figure {
  width: 100%;
  max-width: 678px;
  background: #f5f5f5;
  margin: 0;
}
#c14 figcaption {
  line-height: 1.6em;
  background: none;
}
#c14 img {
  width: 100%;
  max-width: 678px;
  height: auto;
}
#c14 .ce-bodytext {
  float: left;
  width: 100%;
  padding: 1em 1em 0 1em;
}
#c14 a.bestellung {
  padding: 0.5em;
  margin: 0.5em;
  display: inline-block;
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
  width: 24.8426725555%;
  min-width: 55px;
}

#c35 h2 {
  color: #871a54;
}
#c53 h2,
#c53 h4 {
  display: inline;
  float: left;
  color: #333333;
  margin: 0;
  padding: 0.3em 1em 0 0;
  font-size: 1em;
  text-transform: inherit;
}

/*** Advertising ***/
.advertising {
  
}
.anzeige,
#c477 h5 {
  display: inherit;
  margin: 3em 0 0 0;
  font-size: 0.7em;
  text-align: left;
  margin: 2.5em 0 0.3em 0.5em;
}
#c183 .anzeige {
  display: block;
  margin: 1.5em 0 0.3em 0.5em;
}
#skyscraper {
  position: sticky;
	top: 0;
}
#skyscraper .flex-control-nav,
#skyscraper .flex-direction-nav {
  display: none;
}
#skyscraper2 {
  float: left;
  position: fixed;
  top: 2em;
  right: 1em;
  border: none;
  display: none;
}
#skyscraper2.sticky {
  float: left;
  position: fixed;
  top: 2em;
  right: 1em;
  border: none;
  display: none;
}
#c93,
#c183 {
  text-align: center;
}
div.adslot1,
div.adslot2 {
  margin: 0 0 2em 0;
}
div.adslot3,
div.adslot4,
div.adslot5 {
  float: left;
  display: inline-block;
  margin: 0 0 2em 0;
}
#c93 h6,
#c183 h6 {
  color: #ffffff;
  padding: 0 0.3em;
  text-align: left;
  font-size: 0.7em;
  font-family: 'Open Sans', Arial, 'sans-serif';
}
#c93 div:first-of-type,
#c183 div:first-of-type {
  padding: 0.5em 0 0.1em 0.6em;
  margin: 0 0 2em 0;
  background: rgba(255, 255, 255, 1);
}

/* Medium rectangle */
.articleAdDetail {
  width: 100%;
  max-width: 300px;
  min-width: 180px;
  margin: 0 0 1em 1em;
}
.news-single .articleAdDetail-claim {
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
}
.articleAdDetail .anzeige {
  margin: 0.5em 0.3em 1em;
}
.articleAdDetail .flex-direction-nav {
  display: none;
}
.articleAdDetail ul {
  list-style-type: none;
}
.news-single .news-text-wrap .articleAdDetail ul li {
  padding: 0;
}
.news-single .news-text-wrap .articleAdDetail ul li::before {
  list-style-type: none;
  content: initial;
}

/*advertising*/
.frame-layout-3 {
  display: table;
  width: 100%;
  margin: 0 0 2.4em 0;
  padding: 0;
  background: #ffffff;
}
.frame-layout-3 header,
.frame-layout-3 header.sticky {
  display: table;
  position: relative;
  z-index: 10;
  background-color: #666564;
  background-image: none;
  height: 2em;
}
.frame-layout-3 .ce-textpic {
  padding: 0;
  margin: 0;
}
.frame-layout-3 .ce-bodytext {
  padding: 1em 1em 0 1em;
}
.frame-layout-3 p {
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.3em;
  font-size: 0.8em;
  margin: 0 0 1em 0;
  width: 94%;
}
.frame-layout-3 h1 {
  display: none;
}
.frame-layout-3 h2 {
  color: #ffffff;
  padding: 0.4em 0.5em 0 0;
  font-size: 1em;
  text-align: right;
}
.frame-layout-3 .ce-bodytext h3 {
  font-size: 1.2em;
  margin: 0;
}
.frame-layout-3 .ce-bodytext h4 {
  color: rgba(0, 40, 78, 1);
  font-size: 0.9em;
  margin: 0 0 1em 0;
}
.frame-layout-3 .ce-gallery {
  width: 100%;
  float: left;
  padding: 0 1em 0 0;
}
.frame-layout-3 figure {
  width: 100%;
  max-width: 678px;
  background: #f5f5f5;
  margin: 0;
}
.frame-layout-3 figcaption {
  line-height: 1.6em;
  background: none;
}
.frame-layout-3 img {
  width: 100%;
  max-width: 678px;
  height: auto;
}
.frame-layout-3 a.external-link-new-window {
  float: left;
  padding: 0.5em;
  margin: 0.5em;
  display: inline-block;
  color: #ffffff;
  background: #666564;
}

/* structure */
.colophon {
  display: table;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0;
}
.logo {
  display: block;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 1130px;
  height: 135px;
  max-height: 136px;
  margin: 0 auto;
  background-image: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/customerlogo.svg');
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: 320px 100px;
}
.sticky .logo {
  position: fixed;
  top: 1.9em;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  max-height: 40px;
  margin: 0 auto;
  background-image: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/mobillogo.svg');
  background-repeat: no-repeat;
  background-position: right -2.5em bottom 0.5em;
  background-size: 320px 30px;
  -webkit-transition: width 1s, background-size 1s, ease-in-out;
  transition: width 1s, background-size 1s, ease-in-out;
}
.headerlogo img {
  width: 100%;
  max-width: 356px;
  height: auto;
  padding: 0 0 20px;
}
div.ce-textpic {
  background: #fff;
  margin: 0 0 30px 0;
  padding: 1% 6.8%;
}
footer div.ce-textpic {
  background: none;
  margin: 0 0 30px 0;
  padding: 0;
}
div.ce-textpic-intext-left .ce-textpic-imagewrap {
  float: left;
  width: 100%;
  max-width: 100%;
  border-right: 5px solid #ccc;
}
div.ce-textpic-intext-right div.ce-textpic-imagewrap figure,
div.ce-textpic-intext-left div.ce-textpic-imagewrap figure {
  max-width: 720px;
  width: 100%;
}
.ce-frame-frame1,
p.ce-frame-frame1,
table.ce-frame-frame1,
div.ce-frame-frame1 {
  display: block;
  max-width: 1130px;
  color: #333333;
  background-color: #eeeeee;
  margin: 2% 0;
  padding: 2%;
}
.ce-frame-frame2,
p.ce-frame-frame2,
table.ce-frame-frame2,
div.ce-frame-frame2 {
  display: block;
  max-width: 1130px;
  background-color: #efefef;
  margin: 2% 0;
  border: 1px solid #cccccc;
}
ul,
ol {
  padding: 2% 2% 2% 0;
}
ul li {
  margin: 0 0 0 3%;
  list-style-type: none;
}

/*Grids*/
.grid_12 {
  display: block;
  width: 100%;
}
h1.ce-firstHeader,
legend.powermail_legend {
  font-size: 1.4em;
  color: rgba(0, 40, 78, 1);
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
}
.grid_12 h3,
.grid_8 h4 {
  font-size: 1.5em;
  margin: 1px 0;
  text-decoration: none;
}

/* links */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
a,
a:visited,
a:active {
  color: rgb(33, 33, 33, 1);
  text-decoration: none;
}
a:visited {
  background: rgb(120, 160, 220, 0.1);
  text-decoration: none;
}
a:hover,
a.internal-link {
  color: #871a54;
  text-decoration: none;
}
a.bluelink {
  background: #003e8c;
  border-radius: 7px;
  color: #fff;
  display: block;
  float: left;
  margin: 10px 15px 10px 0;
  padding: 10px;
  text-decoration: none;
}
a.bluelink:hover {
  background: #8ebe24;
}
input.button1,
.button1 {
  padding: 8px;
  color: #333;
  background-color: #eee;
}
a.button1,
.button1 {
  display: inline-block;
  padding: 8px;
  color: #333;
  border-radius: 4px;
  -moz-box-shadow: 0 0 1px #888;
  -webkit-box-shadow: 0 0 1px#888;
  box-shadow: 0 0 1px #888;
}
a.button1:hover,
input.button1:hover,
.button1:hover {
  padding: 8px;
  color: #fff;
  background-color: rgba(0, 40, 78, 1);
}
a.more {
  display: block;
  width: 100%;
  text-align: right;
  color: #203669;
  font-size: 1.1em;
}
a.more:hover {
  color: #871a54;
  text-decoration: none;
}
a.mail:hover {
  color: #871a54;
  text-decoration: underline;
}
.article a {
  color: #222222;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
}
.anker {
  display: block;
}
.backlink {
  display: block;
  text-align: right;
  margin: 1em;
  line-height: 1.2em;
}
.backlink a,
.backlink a:hover {
  color: rgba(0, 40, 78, 1);
}
a#active.background5 {
  background-color: #666564;
}
a#active.background6 {
  background-color: rgba(0, 40, 78, 1);
}
a#active.background4 {
  background-color: #871a54;
}
.copyright a:active,
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.flaticon-squares112,
.flaticon-home153,
.flaticon-magnifying47,
.flaticon-black218,
.flaticon-world77,
.flaticon-newspaper11,
.flaticon-symbols3 {
  color: #444;
  margin: 0 10px 0 0;
}
.flaticon-couple80 {
  color: #bb0000;
  font-size: 20px;
}
.flaticon-users6 {
  color: #f39800;
  font-size: 20px;
}
.flaticon-man15 {
  color: #0055a0;
  font-size: 20px;
}
.flaticon-mind {
  color: #86a10b;
  font-size: 20px;
}
.flaticon-painter11 {
  color: #56368a;
  font-size: 20px;
}
i.fa:hover {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fa-user::before {
  color: #fff;
  font-size: 1.8em;
}
.fa-chevron-circle-up {
  display: inline;
  color: rgba(0, 40, 78, 0.8);
  font-size: 3em;
  box-shadow: 0 0 0.1em #ccc;
  background: #ddd;
  border-radius: 30px;
  line-height: 1.3em;
}
i.fa-chevron-circle-up:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#demo2 .fa-fw,
#demo2 .fal,
#demo2 .fas {
  padding: 0 0 0 1em;
}
.fa-bars {
  font-size: 2em;
  color: #fff;
}
.fa-rss {
  font-size: 1.5em;
  color: #f39900;
}
.fa-share-alt,
.fa-comments-o,
.fa-envelope-o,
.fa-reply,
.fa-print {
  font-size: 1.3em;
  color: rgba(0, 40, 78, 1);
  margin: 0;
}
.fa-share-alt:hover,
.fa-comments-o:hover,
.fa-envelope-o:hover,
.fa-reply:hover,
.fa-print:hover {
  color: #871a54;
}

/*datumsfeld*/
.datumsfeld {
  display: none;
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 0.95em;
  padding: 0 20px 0 0;
  text-transform: uppercase;
}

/*searchbox*/
.suchbox {
  position: relative;
  top: -6em;
  left: 4.6em;
  z-index: 1000;
  cursor: pointer;
  width: 30px;
  height: 26px;
  color: #fff;
  -webkit-transition: width 1s, height 1s, ease-in-out;
  transition: width 1s, height 1s, ease-in-out;
  overflow: hidden;
}
.sticky .suchbox {
  position: absolute;
  top: -0.25em;
  left: 4.6em;
}
.suchbox-out {
  position: absolute;
  top: 8.5em;
  width: 100%;
  max-width: 1066px;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding: 3em 2em;
}
.sticky .suchbox-out {
  position: absolute;
  top: 2.5em;
  z-index: 700;
}
.magnifying {
  position: relative;
  top: -2.36em;
  left: 2.8em;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.7em;
}
.sticky .magnifying {
  position: absolute;
  top: -0.15em;
  left: 3em;
}
div#indexedsearchbox {
  position: relative;
  top: -0.65em;
  left: 1.5em;
  width: 86%;
  z-index: 1000;
  font-size: 1.5em;
  line-height: 1em;
  border: none;
}
div#indexedsearchbox input {
  width: 70%;
  line-height: 2em;
  font-size: 0.75em;
  margin: 0;
  padding: 0.8em 1em;
}
input.searchbox-sword {
  float: left;
  width: 72%;
  padding: 6px;
  margin: 0;
  line-height: 1em;
  vertical-align: top;
  border: none;
  border-spacing: 0;
  font-size: 0.9em;
  color: #444;
}
.tx-indexedsearch-icon img {
  width: 20px;
}
#indexedsearchbox button {
  position: relative;
  top: 0.15em;
  left: -0.2em;
  cursor: pointer;
  line-height: 2em;
  font-size: 1em;
  border: none;
  padding: 0.4em 0.9em;
  color: rgb(255, 255, 255);
  background: rgba(0, 40, 78, 1);
}
#indexedsearchbox button:hover {
  background: rgba(75, 100, 145, 1);
}
button .fa-search {
  color: #fff;
  padding: 5px 0 0 0;
}
button .fa-search:hover {
  color: #871a54;
}
.grid_12 #tx-solr-search {
  width: 100%;
  margin: 0 0 2em 0;
}
div#indexedsearchbox label {
  display: inline-block;
  width: 0;
}

/* solr */
.tx-solr-q {
  color: #333;
  background: #fff;
}
.tx-solr-search-no-results {
  margin: 2em 0 4em;
  text-align: center;
}

/*** magnific popup***/
img.mfp-img {
  padding: 0;
}
.news .article .news-img-wrap a.magnificpopup {
  text-decoration: none;
}

/* social */
.social {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 200px;
  color: #fff;
  z-index: 100;
  right: 3%;
}
.social a {
  color: #333;
  background: #fff;
  border-radius: 2px;
  font-size: 1.1em;
  margin: 0 4px 0 0;
}
.social a:hover {
  color: #879fdb;
}

/* kesearch */
.tx-kesearch-pi1 form {
  margin: 0;
}
#kesearch_results .result-list-item span,
#kesearch_results .result-list-item span a {
  font-family: 'Lora', Arial, sans-serif;
}
div#kesearch_results
  div.result-list-item.result-list-item-type-news
  span.teaser_icon
  img::before {
  display: none;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #871a54;
  font-weight: bold;
}
#kesearch_results .result-list-item {
  clear: both;
  margin: 20px 0 0 0;
  padding: 1em;
}
.result-list-item {
  display: table;
  width: 97%;
  margin: 1em 0;
  border-bottom: 1px solid #cccccc;
  padding: 1em;
  background: rgba(0, 40, 78, 0.1);
}
.result-list-item .teaser_icon {
  float: left;
  margin: 0 2em 0 0;
}
.result-list-item .result-title a {
  font-size: 1em;
  color: #444444;
}
.result-list-item .add-info {
  display: table;
  width: 100%;
  text-align: right;
  margin: 0 1em 1em 0;
}
.result-list-item .teaser_icon img {
  max-width: 150px;
  height: auto;
}
.kesearch_pagebrowser ul {
  list-style-type: none;
  margin: 1em 0 2em 0;
}
.kesearch_pagebrowser li {
  float: left;
  margin: 0 0.5em;
}
.resetButton {
  font-size: 0.9em;
}
#kesearch_results {
  display: table;
  width: 100%;
  margin: 2em 0 0;
}
#kesearch_results .result-title {
  font-weight: bold;
}
#kesearch_num_results {
  display: table;
  text-align: right;
  width: 98%;
}
#ke_search_sword {
  padding: 0.5em;
}
span.submitbutt input {
  color: #444;
  padding: 0.45em;
  min-width: inherit;
  max-width: inherit;
}
#kesearch_results .result-list-item .result-teaser {
  color: #444;
}
#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 0.3em;
}
#kesearch_pagebrowser_bottom a.current {
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
  border-radius: 5em;
  padding: 0.2em 0.6em;
}

/* form */
.frame-type-form_formframework {
  display: block;
  max-width: 1060px;
  margin: 0 auto 2em;
  padding: 2em;
  background: rgba(255, 255, 255, 0.9);
}
.frame-type-form_formframework form {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-family: 'Open Sans', Arial, sans-serif;
}
.news-single .article .frame-type-form_formframework h2 {
  margin: 0 0 1em 0;
}
.frame-type-form_formframework p {
  margin: 1em 0;
}
.form-group {
  width: 90%;
  display: table;
  margin: 0.3em 0;
}
.control-label {
  display: none;
  width: 7em;
  float: left;
  padding: 0.75em 0.5em 0;
}
.form-control,
.input-list {
  width: 100%;
  max-width: 40em;
  padding: 0.5em;
  margin: 0.2em;
}
.inputs-list {
  display: inline-block;
  width: 80%;
}
.checkbox {
  display: table;
  width: 100%;
  background: #eee;
  margin: 1em 0 0 0;
  padding: 1em;
  border: 1px solid #dfdfdf;
}
.form-check {
  float: left;
  margin: 0.1em 0.3em 0 0;
}
.form-check-label {
  margin: 0.1em 0 0 0;
  display: inline-block;
}
.help-block {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
  color: #444444;
  line-height: 1.6em;
  display: block;
}
.actions {
  display: table;
  width: 90%;
  max-width: 15em;
  margin: 0 auto 1em;
}
.actions button {
  padding: 0.5em;
  font-size: 1em;
}
#kleinanzeigen p {
  margin: 0.5em 0;
}
#kleinanzeigen #kleinanzeigen-radiobutton-2 .form-check,
#kleinanzeigen #kleinanzeigen-radiobutton-3 .form-check,
#kleinanzeigen #kleinanzeigen-radiobutton-4 .form-check {
  float: none;
}
#kleinanzeigen-textarea-1 {
  height: 10em;
}
#kleinanzeigen-text-1 {
  width: 8em;
  border: none;
}
#kleinanzeigen .btn-group {
  margin: 2em auto 0;
}
#kleinanzeigen .help-block {
  display: inline;
}

/*main menu*/
.nav-layer-one-li {
  text-align: center;
}
.nav5 {
  background-image: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/home.png');
  background-repeat: no-repeat;
}

/*brotkrumenpfad*/
.rootline {
  display: none;
  width: 100%;
  height: 25px;
  background: #e2e1dd;
}
.rootline ul {
  list-style: none;
  padding: 2px 5px;
}
.rootline li {
  float: left;
  padding: 2px;
}
.rootline a {
  font-size: 0.875em;
  color: #665564;
  text-transform: uppercase;
  padding: 0 10px;
}
.fa-long-arrow-right {
  font-size: 0.8em;
  margin: 0 5px 0 0;
}

/****main****/
.ce-textpic-text {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 10px 10px 0;
}

/*logoleiste*/
.logoleiste {
  display: none;
}

/***footer***/
footer i {
  padding: 0 0.3em 0 0;
}
footer .adressfeld a {
  text-decoration: underline;
}
footer a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
}
footer a:link {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
}
footer a.Impuls:link {
  color: #871a54;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer a:active {
  color: #fff;
  text-decoration: underline;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #ffffff;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  font-size: 1.2em;
}
footer .ce-gallery {
  width: 100%;
}
footer .ce-header,
footer .ce-textpic-text {
  background: none;
}
footer .ce-header,
footer h1.ce-firstHeader,
footer .ce-textpic-text {
  margin: 0;
  padding: 0;
}
footer a.button {
  position: relative;
  top: 4em;
  color: #ffffff;
  background: rgba(100, 120, 170, 1);
  border-radius: 0.2em;
  margin: 1em 0;
  padding: 0.5em;
}

/*Colophon*/
.colophon {
  display: flow-root;
  justify-content: space-between;
  align-items: stretch;
  margin: 1em 1.5em;
  padding: 0 0 2.5em 0;
}
.colophon > div {
  width: 33%; /*margin: 0 8% 0 2%;*/
}
.colophon #c551 {
  width: 35%;
}
.colophon #c553 {
  width: 35%;
}
.colophon #c549 {
  width: 100%;
  padding: 4% 0;
}
.colophon ul {
  list-style-type: none;
}
.colophon p {
  margin: 0 0 1em 0;
  line-height: 2em;
}
.colophon .trenner {
  color: #fff;
  margin: 0;
  padding: 3px;
}
.colophon li a:active,
.colophon li a:hover {
  color: #fff;
  text-decoration: underline;
}
.colophon li a,
#colophon li a:visited {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 2%;
  text-transform: uppercase;
}
.colophon ul.smsubnav {
  float: left;
  margin: 0 0 10px;
  width: 50%;
}
.colophon p {
  font-family: 'Open Sans', Arial, sans-serif;
}

/*sitemap*/
.sitemap {
  display: table;
  width: 50%;
  margin: 0 20px;
  float: left;
}
ul.smsubnav {
  margin: 20px 0 0 0;
}
li.smsubnavli {
  clear: left;
  line-height: 1em;
  margin: 8px 0;
}
li.smsubnavli a {
  color: #fff;
  text-transform: none;
}
div.sitemap.grid_8,
div.copyright.grid_4 {
  padding: 20px 0;
}
div#c5.ce-default {
  border: 0;
}

/* footer logoleiste */
.logoleiste {
  display: none;
}
/*.logoleiste .ce-column { width: 18%; }*/

/*footer copyright*/
.copyright {
  position: relative;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid #c0c0c1;
}
.copyrighttext {
  font-size: 1em;
  margin: 1.5em 2em 2em 2.2em;
}
.copyright a {
  padding: 0 0.2em;
}
.copyright h1 {
  font-size: 1.4em;
}
.copyright p {
  font-size: 1.2em;
}

/*footer socialmedia */
footer .socialmedia {
  width: 30%;
  min-width: 250px;
  position: absolute;
  right: 7%;
  font-size: 1.1em;
}
footer .fa-2x {
  font-size: 2.2em;
  margin: 0 0.5em 0 0;
}

/*** flexslider ***/
.flexslider {
  position: relative;
  z-index: 20;
  margin: 0 0 3em 0;
}
.flex-caption {
  position: relative !important;
	display: flex;
	flex-direction: column-reverse;
}
.flexslider h2.caption-title a,
.flex-caption a {
  color: #fff;
  font-weight: normal;
  font-family: 'Lora', Times, serif;
  font-size: 1.55em;
  font-display: swap;
  margin: 0.5em 0 0 0;
}
.flexslider h2.caption-title a {
  font-weight: bold;
}
.flexslider div.caption-subtitle a {
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.25em;
  color: #fff;
}
.flexslider .caption-text {
  display: none;
}
.flex-caption {
  padding: 1em;
}
.flex-direction-nav a {
  top: 14%;
  background: rgba(68, 68, 68, 0);
  margin: 10% 1% 10% 0;
  padding: 8% 1% 8% 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:before {
  padding: 0 20px;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
}

#c541 {
  display: block;
  margin: 3em 0;
}
#flexslider_237 .flex-direction-nav,
#flexslider_509 .flex-control-nav,
#flexslider_509 .flex-control-paging,
#flexslider_509 .flex-direction-nav,
#flexslider_561 .flex-control-nav,
#flexslider_561 .flex-direction-nav,
#flexslider_575 .flex-control-nav,
#flexslider_575 .flex-direction-nav {
  display: none;
}
#flexslider_509 {
  display: table;
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0 auto 1em;
}
#flexslider_565 {
  background: none;
}
#flexslider_575 {
  max-height: 320px;
  overflow: hidden;
}

/*** news-sytem ***/
#c9 {
	margin-top: 3em;
}
#c9 .news-clear {
  display: none;
}
.Kommentar {
  max-width: 990px;
  margin: 0 auto;
}
h1.Kommentar,
h2.Kommentar,
h1.Meinung,
h2.Meinung {
  text-align: center;
}
.Kommentar .news-text-wrap,
.Kommentar .news-list-author,
.Kommentar .community-bottom {
  padding: 0 2.8%;
}
.news-single h1.Kommentar {
  font-size: 2em;
  color: rgba(0, 40, 78, 1);
}
.news-single h2.Kommentar {
  padding: 2em 0 0.5em 0;
}
.Impuls {
  max-width: 990px;
  margin: 0 auto;
}
h1.Impuls,
h2.Impuls {
  text-align: center;
}
.Impuls .news-text-wrap,
.Impuls .news-list-author,
.Impuls .community-bottom {
  padding: 0 2.8%;
}
.news-single h1.Impuls {
  font-size: 2em;
  color: #871a54;
}
.news-single h2.Impuls {
  padding: 0.5em 0 0.5em 0;
}
.news-single .Impuls h3 {
  color: #871a54;
}
div.Impuls p:first-child {
  font-style: italic;
  font-size: 1.3em;
  color: #871a54;
  margin: 0 0 2em 0;
}
div.Impuls p:nth-child(2):first-letter {
  font-size: 2.8em;
  float: left;
  margin-top: 0.22em;
  padding: 0 0.1em 0 0;
  color: #871a54;
}
.autorenfeld {
  font-size: 0.85em;
  margin: 0 0 0 2em;
}
.news-backlink-wrap {
  text-align: right;
}
.blattvorschau-view .news-img-wrap {
  margin: 0 0 2em 0;
  display: block;
  max-height: 380px;
  overflow: hidden;
}
.newsNachricht,
.newsBericht,
.newsHintergrund,
.newsPremium,
.newsDefault,
.newsFoto,
.newsVideo,
.newsReportage,
.newsPorträt,
.newsInterview,
.newsKommentar,
.newsMeinung {
  background: rgba(0, 40, 78, 1);
}
.newsService,
.newsAbovertrieb {
  background: rgba(100, 100, 100, 1);
}
.newsService .teaser-text span,
.newsImpuls .teaser-text span {
	font-size: 1em;
	margin: 0;
}
.groupNachricht,
.groupBericht,
.groupHintergrund,
.groupPremium,
.groupImpuls,
.groupFotos,
.groupVideo,
.groupService,
.groupReportage,
.groupPorträt,
.groupInterview,
.groupKommentar,
.groupMeinung {
  position: relative;
  font-size: 1em;
  color: rgba(0, 40, 78, 1);
  margin: 0.3em 1em 00.3em 1em;
  padding: 2% 0 0.3em 0;
  border-bottom: 1px solid rgba(0, 40, 78, 1);
  height: 1.5em;
}
.home-newsbox-view .mediaelement-video,
.newsbox-view .mediaelement-video,
.singlenews-view .mediaelement-video,
.teasernews-view .mediaelement-video,
.teasernews-view .mediaelement-video,
.mediaelement-video {
  position: relative;
  height: 0;
  padding-bottom: 56.195%;
  margin: 0;
  overflow: hidden;
}
.media-element,
.no-media-element {
  display: block;
  position: relative;
  overflow: hidden;
}
.mediaelement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
}
.news .news-img-wrap a {
  display: block;
  float: none;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  text-decoration: none;
}
.news-backlink-wrap {
  padding: 0 5%;
}
.newsbox-view .medialement-alternative-content {
  display: none;
}
.newsbox-view .news-img-wrap {
  position: relative;
  z-index: 1;
  display: table;
  float: left;
  width: 100%;
  max-width: 720px;
  margin: 0 0.5% 0 0;
  overflow: hidden;
}
.newsbox-view .news-img-wrap img {
  width: 100%; /*max-width:700px;*/
  float: left;
  margin: 0 0px 0 0;
  overflow: hidden;
}
.newsbox-view .news-list-date {
  display: table;
  width: 96%;
  margin: 1em;
  text-align: right;
  color: #fff;
  padding: 10px 0;
  height: 1.5em;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid rgba(192, 192, 192, 1);
}
.newsbox-view .news-list-date time {
  margin: 10px;
  font-size: 0.8em;
  position: relative;
  top: 4px;
}
.newsbox-view .news-related-news ul li {
  float: left;
  max-width: 28.77%;
  min-height: 60px;
  margin: 0;
  padding: 5px 10px;
  border-right: 1px solid #030303;
}
.newsbox-view .news-related-news ul li:hover {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  max-width: 28.77%;
  min-height: 50px;
  margin: 0;
  padding: 5px 10px;
  border-right: 1px solid #030303;
}
.newsbox-view .news-related-news ul.relatedNews {
  width: 100%;
  max-width: 720px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.newsbox-view .news-related-wrap {
  position: static;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8); /*width: 97%;*/
  max-width: 100%;
  display: none;
}
.newsbox-view .no-media-element {
  max-height: 100%;
}
.newsbox-view .teaser-text span p {
  display: block;
  color: #ffffff;
  margin: 0 0.8em;
}
.newsbox-view .topnewsheadline,
.newsbox-view h3 a,
.newsbox-view h3 {
  display: block;
  color: #ffffff;
  line-height: 1.3em;
}
.newsbox-view .topnewsheadlinebox {
  max-width: 40%;
  float: left;
  padding: 10px 0;
}
.newsbox-view {
  position: relative;
  display: table;
  margin: 2em auto 2em;
}
.newsbox-view a.more {
  font-size: 1.2em;
  display: inline;
  color: #85a0d9; /*text-decoration: underline;*/
  padding: 0 0 0 0.8em;
}
.newsbox-view h2 a,
.newsbox-view .header h2 a:hover,
.newsbox-view h2,
.newsbox-view .header h2:hover {
  display: block;
  line-height: 1.3em;
  margin: 0.5em 0.5em 0 0.3em;
  padding: 0;
  text-transform: none;
  font-size: 1.15em;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #e9eaed;
}
.news-footer {
  padding: 4% 5% 0;
}
.news-img-wrap .mediaelement-image img {
  width: 100%;
}
.news-img-wrap .mediaelement-image img.thumbview {
  position: absolute;
  opacity: 0;
  width: 10%;
  float: left;
  margin: 1em 0.5em;
}
.news-img-wrap img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border: 0;
}
.newsImpuls {
  background: rgba(135, 26, 84, 1);
}
.newsLexikon {
  background: rgba(100, 100, 100, 1);
}
.news-list-author {
  padding: 0 6.8%;
}
.news-single .news-list-author a {
  font-family: 'Open Sans', Arial, sans-serif;
  color: rgba(0, 40, 78, 1);
}
.news-list-author a:hover {
  text-decoration: none;
}
.news-list-container {
  padding: 0;
}
.news-list-date {
  margin: 0.5em 1em 0.4em 1em;
  text-align: right;
}
.news-list-view .footer {
  display: none;
  visibility: hidden;
}
.news-list-view {
  display: grid;
	grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
  gap: 10px;
	position: relative;
}
#c9 .news-list-view {
	padding-bottom: 180px;
}
.news-list-view.nachrichten {
	margin-top: 3em;
}
#news-container-229 {
  margin: 1em 0;
}
.news-list-view-ajax {
  width: 100%;
  margin: 0 0 2em 0;
  display: table;
}
.news-related .mediaelement-video {
  margin: 0 0 0.35em 0;
}
.news-related .news-related-date {
  margin: 0 0 10px 0;
  padding: 8px;
  font-size: 1.05em;
  text-align: right;
  display: block;
  color: #fff;
}
.news-related .related-title {
  padding: 0 2%;
  min-height: 21em;
}
.news-related .singlenews-view,
.news-related .teasernews-view {
  background: #ddd;
}
.news-related {
  display: table;
  width: 100%;
  position: relative;
  padding: 0;
}
.news-related a {
  font-family: 'Open Sans', Arial, sans-serif;
  font-display: swap;
}
.news-related h4 {
  color: #060606;
  padding: 8px;
  font-size: 1.2em;
}
.news-related ul {
  display: table;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.news-related ul li {
  flex-basis: 30%;
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.3em;
  padding: 0.5em 1em 1em 1em;
  margin: 0.8em 0.3em 0;
  background: #fff;
  border: 1px solid #dddddd;
}
.news-related ul li span {
  color: inherit;
}
.news-related-files ul,
.news-related-links ul {
  margin: 0;
  padding: 0 2em;
}
.news-related-news .related-media-icon {
  position: absolute;
  top: -1.5em;
  right: -0.5em;
}
.news-related-news .related-media-icon i {
  margin: 0 0 0 0.5em;
}
.news-related-news h3 {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.55em;
  line-height: 1.3em;
}
.news-related-news p.categoryImpuls {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
  color: #871a54;
  border-bottom: 1px solid #871a54;
}
.news-related-news p.categoryLexikon {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #646464;
  border-bottom: 1px solid #646464;
}
.news-related-news p.categoryNachricht,
.news-related-news p.categoryBericht,
.news-related-news p.categoryHintergrund,
.news-related-news p.categoryFotos,
.news-related-news p.categoryVideo,
.news-related-news p.categoryReportage,
.news-related-news p.categoryPorträt,
.news-related-news p.categoryInterview,
.news-related-news p.categoryKommentar {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.1em;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  color: rgba(0, 40, 78, 1);
  border-bottom: 1px solid rgba(0, 40, 78, 1);
}
.news-related-news p.categoryService {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #646464;
  border-bottom: 1px solid #646464;
}
.news-related-news p.subtitle {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: 1.2em;
}
.news-related-wrap .news-img-wrap {
  margin: 0;
}
.news-related-wrap {
  width: 100%;
  position: relative;
  margin: 1em 0 0 0;
}
.news-search-result .count-msg {
  padding: 2em;
}
.news-single .article-category {
  position: absolute;
  left: 0;
}
.news-single .article-header {
  position: relative;
  font-size: 1.2em;
  margin: 0.5em 0 1.5em 0;
  padding: 1em 0 0.2em 0;
  display: inline-block;
  width: 100%;
  max-width: 1130px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.news-single .article-header .article-category {
  position: relative;
  left: 0;
}
.news-single .article-header time {
  position: absolute;
  right: 0;
  left: inherit;
}
.news-single .article-video {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 52.6%;
  margin: 0;
  overflow: hidden;
}
.news-single .comment-page {
  position: absolute;
  right: 0;
  padding: 0.3em;
  background: rgba(0, 40, 78, 1);
}
.news-single .community .news-list-date {
  position: absolute;
  right: 210px;
  font-size: 1em;
  padding: 0.3em;
  color: #444444;
  background: #ffffff;
}
.news-single .community .news-list-date,
.news-single .community a,
.news-single .community-bottom a,
.news-single .comment-page-bottom a {
  color: rgb(255, 255, 255, 1);
  text-transform: uppercase;
  height: 35px;
  padding: 0 0.1em;
}
.news-single .community-bottom .news-list-date {
  position: absolute;
  right: 70px;
  color: #030303;
  margin: -5px 0 0 0;
  padding: 5px 0;
  font-size: 1em;
  background: #e2e1dd;
  padding: 0.3em;
}
.news-single .community-bottom .socialboard-bottom {
  position: absolute;
  right: 80px;
  display: block;
  text-align: right;
  padding: 0 2% 2% 0;
  z-index: 20;
}
.news-single .community-bottom {
  display: block;
  position: relative;
  top: 0;
  margin: 0 3.7em;
}
.news-single .community-top {
  position: relative;
  z-index: 200;
}
.news-single .community-top a,
.news-single .community-bottom a {
  color: rgb(0, 40, 78);
  text-transform: uppercase;
}
.news-single .infokasten-right span.news-img-caption,
.news-single .infokasten-left span.news-img-caption {
  font-size: 0.95em;
}
.news-single .news-footer-facebook {
  font-family: 'Lora', Arial, sans-serif;
  font-style: italic;
  font-size: 1.25em;
  font-display: swap;
  padding: 2em 5% 1em;
  color: rgba(0, 40, 78, 1);
}
.news-single .news-img-wrap {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 2em 0;
  z-index: 100;
}
.news-single .news-img-wrap-video {
  float: left;
  width: 100%;
  margin: 0 1em 0 0;
}
.news-single .news-list-author {
  font-size: 1.125em;
  color: #060606;
  line-height: 1.45em;
  margin: 0;
  padding: 2em 5% 0;
}
.news-single .news-list-date {
  text-align: left;
  margin: 0;
}
.news-single .news-list-tags {
  padding: 20px 0 0 0;
}
.news-single .news-list-tags a {
  color: rgba(0, 40, 78, 1);
}
.news-single .news-list-view .news-img-wrap {
  margin: 1em 0 0 0;
}
.news-single .news-related time {
  background: none;
}
.news-single .news-related-wrap .news-img-wrap {
  margin: 0;
  padding: 0 0 2% 0;
}
.news-single .news-related-wrap {
  display: inline-block;
  margin: 40px 0 0 0;
}
.news-single .news-single .envelope-o,
.news-single .reply {
  position: absolute;
  right: 0;
}
.news-single .news-text-wrap {
  display: table;
  margin: 0;
  padding: 0 5%;
  max-width: 1130px;
}
.news-single .news-text-wrap blockquote {
  display: table;
  margin: 0;
}
.news-single .news-text-wrap blockquote p {
  font-size: 1.25em;
  color: #060606;
}
.news-single .news-text-wrap ul li {
  display: table-row;
  list-style-type: none;
  padding-left: 1.3em;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
}
.news-single .news-text-wrap ul li::before {
  content: '\f45c';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 0.65em;
  margin-left: -1.3em;
  width: 2.5em;
  display: table-cell;
}
.news-single .print-page {
  position: absolute;
  right: 5em;
  padding: 0.3em 0;
  border-top: 1px solid rgb(0, 40, 78);
}
.news-single .print-page a {
  color: rgb(0, 40, 78, 1);
  font-family: 'Open Sans', Arial, sans-serif;
  text-decoration: none;
}
.news-single .related-title h3 {
  display: inline;
  line-height: 1em;
}
.news-single .share-button .teilen {
  cursor: pointer;
  color: rgb(0, 40, 78);
  text-transform: uppercase;
  padding: 0.3em 0;
  height: 43px;
  font-size: 1em;
}
.news-single .share-button {
  display: inline-block;
  position: absolute;
  right: 0.1em;
  height: 1.4em;
  min-height: inherit;
  width: 3.5em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 0.3em 0;
  background: rgba(255, 255, 255, 1);
  border-top: 1px solid rgb(0, 40, 78);
}
.news-single .share-button:hover {
  width: 220px;
  height: 100px;
  padding: 0;
  margin: 0;
}
.news-single .socialboard {
  margin: 0 0 20px;
}
.news-single .socialboard {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
  padding: 0 0 2% 0;
  z-index: 100;
}
.news-single .subheader {
  margin: 0 0 0.3em 0;
}
.news-single .teaser-text {
  padding: 0 5%;
  margin: 0 0 1em 0;
}
.news-single .teaser-text p {
  display: none;
}
.news-single .teaser-text ul {
  display: table;
  margin: 0;
  list-style-type: none;
  font-size: 1.35em;
}

.news-single .teaser-text ul li {
  display: inherit;
  list-style-type: none;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
  color: rgba(0, 40, 78, 1);
  margin: 0 0 0.5em 0;
}
.news-single .teaser-text li::before {
  position: relative;
  top: -0.3em;
  content: '\f45c';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  font-size: 0.46em;
  margin-left: -1.3em;
  width: 2.5em;
  color: rgba(0, 40, 78, 1);
  display: table-cell;
}
/*
.news-single .teaser-text ul li { list-style-type: none; font-family: 'Lora', Arial, sans-serif; color: rgba(0,40,78,1); margin: 0 0 0.5em 0; position: relative; left: 1.5em; }
.news-single .teaser-text ul li::before { position: relative; top: -0.4em; content: "\fc45"; left: -2em; font-size: 0.4em; margin-left: -1.3em; width: 2.5em; color: rgba(0,40,78,1); background: rgba(0,40,78,1); padding: 0 0.45em 0 0; line-height: 0; }
*/

.news-single {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  margin: 0;
  padding: 2%;
  max-width: 1130px;
}
.news-single a {
  font-family: 'Lora', Arial, sans-serif;
  text-decoration: underline;
}
.news-single a:hover {
  color: #871a54;
}
.news-single div.news-img-caption,
.news-single p.news-img-caption {
  display: block;
  position: relative;
  top: -5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5em;
  background: #e2e1dd;
}
.news-single div.news-img-copyright,
.news-single p.news-img-copyright {
  position: relative;
  top: -5px;
  margin: 0;
  padding: 0.5em 0.5em 0;
  background: #e2e1dd;
  font-size: 0.75em;
  display: block;
  text-align: right;
}
.news-single div.news-img-caption {
  font-size: 0.95em;
  color: #444444;
  text-decoration: none;
}
.news-single div.news-img-caption a {
  text-decoration: none;
}
.news-single em {
  font-family: inherit;
}
.news-single h1 {
  display: block;
  font-weight: bold;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.9em;
  font-display: swap;
  color: rgba(26, 26, 26, 1);
  margin: 0 0 0.3em 0;
  padding: 0 0 0.5em 0;
  line-height: 1.2em;
  text-transform: inherit;
}
.news-single h2,
.news-single .article subheader h2 {
  display: block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.35em;
  font-display: swap;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  text-transform: none;
}
.news-single h3 {
  color: rgba(0, 40, 78, 1);
}
.news-single h3 {
  display: block;
  font-weight: bold;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.35em;
  color: rgba(0, 40, 78, 1);
  margin: 30px 0 20px 0;
  line-height: 1.2em;
}
.news-single h4 {
  display: block;
  font-size: 1.4em;
  color: rgba(0, 40, 78, 1);
  margin: 0 0 20px;
  line-height: 1.2em;
}
.news-single h5 {
  display: block;
  font-size: 1.25em;
  color: rgba(0, 40, 78, 1);
  margin: 0 0 20px;
  line-height: 1.2em;
}
.news-single h6 {
  display: block;
  font-size: 1em;
  color: rgba(0, 40, 78, 1);
  margin: 0 0 20px;
  line-height: 1.2em;
}
.news-single p {
  font-size: 1.3em;
  color: #222222;
  line-height: 1.6em;
  margin: 0 0 1.2em 0;
}
.news-single p.infokasten {
  width: initial;
  max-width: 1130px;
  background-color: #efefef;
  padding: 2%;
  border: 1px solid #cccccc;
}
.news-single p.kasten {
  width: 100%;
  max-width: 1130px;
  background-color: #efefef;
  padding: 2%;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', Times, serif;
  font-size: 1em;
}
.news-single span.news-img-caption {
  background: none;
  font-size: 1em;
  padding: 0;
  margin: 0 0 3% 0;
}
.news-single ul {
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.3em;
  font-display: swap;
  line-height: 1.5em;
}
.news-text-wrap {
  display: table;
  margin: 0 0 1.2em 0;
}
.news-text-wrap img {
  width: 100%;
  max-width: 1130px;
  height: auto;
}
.newsZeitung {
  background: rgba(100, 100, 100, 1);
}
.singlenews-view .groupNachricht,
.singlenews-view .groupBericht,
.singlenews-view .groupHintergrund,
.singlenews-view .groupImpuls,
.singlenews-view .groupService,
.singlenews-view .groupLexikon,
.singlenews-view .groupFotos,
.singlenews-view .groupVideo,
.singlenews-view .groupReportage,
.singlenews-view .groupPorträt,
.singlenews-view .groupInterview,
.singlenews-view .groupKommentar,
.singlenews-view .groupMeinung {
  position: relative;
  font-size: 1em;
  color: rgba(0, 40, 78, 1);
  background-color: #ffffff;
  margin: 0.3em 1em 00.3em 1em;
  padding: 2% 0 0.3em 0;
  border-bottom: 1px solid rgba(0, 40, 78, 1);
  height: 1.5em;
}
.singlenews-view .header {
  padding: 2% 4% 4% 4%;
  max-height: 6em;
  min-height: 6em;
  overflow: hidden;
}
.singlenews-view .header h3 {
  display: inline;
  color: #1f1f20;
  padding: 0 0 2% 0;
  line-height: 1.3em;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
}
.singlenews-view .news-img-wrap {
  padding: 0.3em 0.8em;
}
.singlenews-view .no-media-element {
  padding: 0 0 56.195% 0;
}
.singlenews-view .no-media-element img {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: auto;
}
.singlenews-view .teaser-text {
  padding: 1em 0;
}
.singlenews-view {
  background: #fff;
  width: 100%;
}
.singlenews-view a.more {
  display: none;
}
.singlenews-view .header a h3 span {
  display: inline;
  color: #1f1f20;
  padding: 0 0 2% 0;
  line-height: 1.3em;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
.singlenews-view .header a h3 span:hover {
  color: #222222;
}
#c327,
#c409 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c327,
#c409 article {
  flex: 0 0 100%;
  margin: 0 0 1em 0;
}
.teasernews-view .header {
  position: relative;
  z-index: 20;
  padding: 0;
  max-height: 23.4em;
  overflow: hidden;
  min-height: 23.4em;
}
.teasernews-view .header h3 {
  display: table;
  width: 100%;
  padding: 0.3em;
  font-size: 1.8em;
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
  line-height: 1em;
}
.teasernews-view .header h3 a {
  color: #ffffff;
}
.teasernews-view .header a.more {
  position: absolute;
  right: 0;
  bottom: 1em;
  color: #ffffff;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.1);
}
.teasernews-view .news-img-wrap {
  position: absolute;
  overflow: hidden;
  max-height: 23.4em;
}
.teasernews-view .news-img-wrap img {
  float: left;
  width: initial;
  height: initial;
}
.teasernews-view .news-list-date {
  display: block;
  max-width: 100%;
  padding: 2%;
  margin: 0 0 2% 0;
  color: #fff;
  text-align: right;
  position: relative;
  top: 0px;
  font-size: 0.8em;
}
.teasernews-view .no-media-element {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0 0 56.195% 0;
}
.teasernews-view .no-media-element img {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: auto;
}
.teasernews-view .overlay-10841,
.teasernews-view .overlay-11359 {
  background: rgba(16, 120, 237, 0.8);
}
.teasernews-view .overlay-10843,
.teasernews-view .overlay-11367 {
  background: rgba(138, 7, 187, 0.8);
}
.teasernews-view .overlay-10845,
.teasernews-view .overlay-11405 {
  background: rgba(201, 54, 44, 0.8);
}
.teasernews-view .overlay-10847,
.teasernews-view .overlay-11369 {
  background: rgba(0, 40, 78, 0.8);
}
.teasernews-view .overlay-10849,
.teasernews-view .overlay-11407 {
  background: rgba(240, 159, 18, 0.8);
}
.teasernews-view .overlay-11109 {
  background: rgba(170, 170, 170, 0.8);
}
.teasernews-view .overlay-11133,
.teasernews-view .overlay-11411 {
  background: rgba(52, 140, 34, 0.8);
}
.teasernews-view .teaser-text {
  display: table;
  width: 90%;
  margin: 0;
  padding: 2% 4% 4% 4%;
  hyphens: auto;
}
.teasernews-view .teaser-text h3 {
  background: none;
  font-size: 1.6em;
  padding: 0.5em 0 1em;
}
.teasernews-view .teaser-text span p {
  color: #ffffff;
  font-size: 1.2em;
  display: block;
  margin: 0;
}
.teasernews-view .teaser-text ul {
  margin: 1em 0 0 2em;
  padding: 0.5em;
}
.teasernews-view .teaser-text ul li {
  color: #ffffff;
  margin: 0 1em 0.3em 1em;
  font-family: 'Lora', Arial, sans-serif;
  font-display: swap;
}

.trenner {
  display: table;
  width: 100%;
}
p span {
  margin: 1.2em 0 0 0;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1em;
  font-display: swap;
  line-height: 1.6em;
}
time {
  position: absolute;
  left: 0;
}
ul.relatedNews a {
  display: block;
  color: #333333;
  line-height: 1.3em;
}

.news-single p.kasten {
  width: 100%;
  max-width: 1130px;
  background-color: #efefef;
  padding: 2%;
  border: 1px solid #cccccc;
}
.news-single p.kasten span {
  font-family: 'Open Sans', Arial, sans-serif;
}
.news-single p.kul-liste1 {
  width: 100%;
  max-width: 1130px;
  color: #ffffff;
  background-color: rgba(0, 40, 78, 1);
  padding: 3%;
}
.news-single p.kul-liste1 {
  width: 100%;
  max-width: 1130px;
  color: #ffffff;
  background-color: rgba(0, 40, 78, 1);
  padding: 3%;
}

/*additional blockformat classes*/
.news-single p.infokasten-left {
  width: 97%;
  float: left;
  padding: 0.5em;
  margin: 0 auto 2em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.95em;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  background: #eeeeee;
}
.news-single p.infokasten-right {
  width: 97%;
  padding: 0.5em;
  margin: 0 auto 2em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.95em;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  background: #eeeeee;
}
.news-single p.infokasten-left img,
p.infokasten-right img {
  width: 100%;
  height: auto;
}
.news-single p.infokasten {
  width: 100%;
  max-width: 1130px;
  background-color: #efefef;
  padding: 2%;
  border: 1px solid #cccccc;
  font-family: 'Open Sans', Arial, sans-serif;
}
.news-single p.kul-liste1 {
  width: 100%;
  max-width: 1130px;
  color: #ffffff;
  background-color: rgba(0, 40, 78, 1);
  padding: 3%;
}

/* quotation */
.news-single p.zitat {
  position: relative;
  display: table;
  width: 70%;
  margin: 4% 15%;
  padding: 2% 0;
  border-top: 2px solid #10275b;
  border-bottom: 2px solid #10275b;
  color: #10275b;
  font-style: italic;
  font-size: 1.5em;
}
.news-single p.zitat::before {
  position: relative;
  top: -0.15em;
  content: '\201e';
  font-family: 'Lora';
  font-weight: 400;
  font-size: 8em;
  display: table-cell;
  margin: 0;
  padding: 0;
  line-height: 0.1em;
}
.news-single span.zitat-autor {
  display: table;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}

/* accordion */
#accordeon {
  border: none;
  margin: 0 0 1.4em 0;
}
#accordeon input {
  opacity: 0;
}
#accordeon h3 {
  position: relative;
  color: #ffffff;
  color: rgba(0, 40, 78, 0.8);
  margin: 0;
  padding: 0.3em 0.5em 0.3em 0.3em;
  font-weight: 300;
  font-family: 'Open Sans', serif;
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 40, 78, 0.8);
}
#accordeon h3:hover {
  cursor: pointer;
}
#accordeon h3::after {
  display: block;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  text-align: center;
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 1.4em;
  color: rgba(0, 40, 78, 0.8);
}
#accordeon h3.rotate::after {
  transition: 1s all;
  transform: rotate(225deg);
}
#accordeon .accordiontext {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: rgba(44, 44, 44, 1);
  background: rgba(120, 160, 220, 0.1);
  transition: 1s max-height ease-in-out;
}
#accordeon .open {
  display: block;
  max-height: 1000px;
  overflow: hidden;
  color: rgba(44, 44, 44, 1);
  background: rgba(120, 160, 220, 0.1);
  border-bottom: 1px solid rgba(0, 40, 78, 0.8);
  transition: 1s all ease-in-out;
}
#accordeon p {
  margin: 0;
}
#accordeon .accordiontext p {
  font-size: 1.1em;
  margin: 2em;
}

/*  */
div.vorspann,
.news-single p.vorspann {
  font-style: italic;
  color: rgba(0, 40, 78, 1);
  margin: 0 0 1em;
}
h3.zwiti,
p.zwiti {
  font-weight: bold;
  font-size: 1.35em;
  color: rgba(0, 40, 78, 1);
}
.Impuls p.zwiti {
  color: #871a54;
}
div.infokasten-links,
p.infokasten-links {
  width: 35%;
  float: left;
  padding: 2% 0;
  margin: 2% 2% 2% 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.9em;
  font-size: 1.3em;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
div.infokasten-rechts,
p.infokasten-rechts {
  width: 35%;
  float: right;
  padding: 2% 0;
  margin: 2% 0 2% 2%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.9em;
  font-size: 1.3em;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
div.fragen,
.news-single p.fragen {
  font-style: italic;
  padding: 3px;
  color: rgba(0, 40, 78, 1);
}
div.kul-liste1,
p.kul-liste1 {
  width: 100%;
  max-width: 1130px;
  color: #444444;
  padding: 3%;
}
div.kul-liste2,
p.kul-liste2 {
  width: 100%;
  max-width: 1130px;
  color: #ffffff;
  background-color: rgba(0, 40, 78, 1);
  padding: 3%;
}


/*paginator*/
.page-navigation {
  display: table;
  padding: 1em;
  margin: 0 0 1em 0;
  width: 96%;
  max-width: 1100px;
}
.page-navigation p {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', Arial, snas-serif;
  font-size: 0.8em;
  padding: 0;
  margin: 1em 0;
}
.page-navigation ul {
  float: right;
  list-style-type: none;
  margin: 0.3em 0 0 0;
  padding: 0;
}
.page-navigation ul li {
  float: left;
  margin: 0;
  padding: 2px;
  font-size: 0.8em;
  color: #444;
}
.page-navigation ul li.current {
  position: relative;
  top: 0;
  padding: 4px 9px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}
.page-navigation ul li.active span {
  position: relative;
  top: 0;
  padding: 4px 9px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}
.page-navigation ul li.disabled {
  position: relative;
  top: 0.4em;
}
.page-navigation ul a {
  padding: 9px;
  color: #444444;
}
.page-navigation ul a:hover {
  position: relative;
  top: 0;
  padding: 4px 9px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}
#c9 .page-navigation,
#news-container-9 .page-navigation {
  display: none !important;
}

.f3-widget-paginator {
  display: table;
  padding: 1em;
  margin: 0 0 1em 0;
  width: 96%;
  max-width: 1100px;
}
.f3-widget-paginator p {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', Arial, snas-serif;
  font-size: 0.8em;
  padding: 0;
  margin: 1em 0;
}
.f3-widget-paginator {
  float: right;
  list-style-type: none;
  margin: 0.3em 0 0 0;
  padding: 0;
}
.f3-widget-paginator li {
  float: left;
  margin: 0;
  padding: 2px;
  font-size: 0.8em;
  color: #444;
}
.f3-widget-paginator li.current {
  position: relative;
  top: -0.2em;
  padding: 0.34em 0.1em;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}
.f3-widget-paginator li.current a {
  color: #ffffff;
}
.f3-widget-paginator li.active span {
  position: relative;
  top: 0;
  padding: 4px 9px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}
.f3-widget-paginator li.disabled {
  position: relative;
  top: 0.4em;
}
.f3-widget-paginator a {
  padding: 9px;
  color: #444444;
}
.f3-widget-paginator a:hover {
  position: relative;
  top: 0;
  padding: 4px 9px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.7);
}

/* startseite mediaicon*/
.single-multimediaicon {
  width: 100%;
  text-align: right;
}
.single-multimediaicon .fa-video,
.multimediaicon .fa-video:hover {
  font-size: 1em;
  margin: 0 0 0 1em;
}
.single-multimediaicon .fa-camera,
.multimediaicon .fa-camera:hover {
  font-size: 1em;
  margin: 0 0 0 1em;
}
.newsslider-multimediaicon .fa-video,
.newsslider-multimediaicon .fa-video:hover {
  font-size: 2.5em;
  margin: 0 0 0 1em;
  color: #ffffff;
}
.newsslider-multimediaicon .fa-camera,
.newsslider-multimediaicon .fa-camera:hover {
  font-size: 2.5em;
  margin: 0 0 0 1em;
  color: #ffffff;
}
.newsslider-multimediaicon {
  position: absolute;
  top: 2%;
  right: 2%;
  bottom: 0;
}
.newsslider-multimediaicon .fa-video,
.newsslider-multimediaicon .fa-video:hover {
  position: relative;
  left: -11.55%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 2.5em;
  padding: 5% 4.37%;
}
.newsslider-multimediaicon .fa-camera,
.newsslider-multimediaicon .fa-camera:hover {
  position: relative;
  left: -11.55%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 2.5em;
  padding: 5% 5.4%;
}

/* tag-liste*/
ul.news-tags {
  clear: left;
  display: table;
  margin: 1em auto 2em;
  padding: 1em;
  background: #ffffff;
  list-style-type: none;
}
ul.news-tags li {
  display: inline;
  float: left;
  padding: 8px;
  background: #eeeeee;
  margin: 1px;
}
ul.news-tags li:hover {
  background: rgba(0, 40, 78, 1);
}
.news-list-tags .tag {
  border: 1px solid rgb(221, 221, 221);
  padding: 5px 8px;
  display: inline-block;
  margin: 5px;
}
.news-list-tags .tag:hover {
  color: #fff;
  background: rgba(0, 40, 78, 1);
}
ul.news-tags li a:hover {
  color: #ffffff;
}
.taglist {
  position: relative;
  clear: both;
  padding: 0 0 2em 0;
  display: table;
}
.taglist ul {
  list-style-type: none;
  float: left;
  padding: 0;
}
.taglist ul li:hover {
  background: rgba(55, 55, 55, 0.5);
}
.taglist ul li a:hover {
  color: #ffffff;
}
.taglist ul li ul {
  width: 100%;
  min-width: 300px;
  display: table;
  padding: 1em;
  background: #fff;
  z-index: 1000;
  -moz-box-shadow: 0 0 1px #888;
  -webkit-box-shadow: 0 0 1px#888;
  box-shadow: 0 0 1px #888;
}
.taglist ul li ul li {
  background: none;
  margin: 0;
}
a.lettergroup {
  display: table;
  color: #333;
  padding: 4px 8px;
  border: 0;
  font-size: 0.9em;
}
.letterlist {
  display: table;
  width: 100%;
  padding: 4px 8px;
}
div.tagselect {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
  border: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 1em 0.17em 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  text-align: center;
  border-radius: 30px;
}
div.tagselect:focus,
input.tagselect:hover {
  color: #fff;
  background: rgba(0, 40, 78, 1);
}
div.tag-anchor {
  position: relative;
  top: -5em;
  display: block;
  float: left;
  margin: 1em 0 0 0;
}
div.taggroup {
  position: relative;
  top: 4em;
  display: table;
  color: #ffffff;
  background: rgba(0, 40, 78, 0.4);
  border: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 1em 0.17em 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  text-align: center;
  border-radius: 30px;
}
button.tagselect {
  cursor: pointer;
  float: left;
  background: #fff;
  border: 0;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  margin: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
button.tagselect:focus,
input.tagselect:hover {
  color: #fff;
  background: rgba(0, 40, 78, 1);
}
li.tagselect {
  cursor: pointer;
  float: left;
  background: #fff;
  border: 0;
  padding: 0.25em 0.5em;
  margin: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
li.tagselect:focus,
input.tagselect:hover {
  color: #fff;
  background: rgba(0, 40, 78, 1);
}
ul.listlettertags {
  width: 100%;
  clear: both;
  display: block;
  margin: 4em 0 1em 0;
}
ul.listlettertags li {
  margin: 0.5em 0;
  padding: 0.1em;
  background: none;
  display: inline;
  float: left;
}
ul.listlettertags li:hover {
  background: none;
}
ul.listlettertags li a {
  margin: 4px;
  padding: 4px 8px;
  color: #444444;
  background: #ffffff;
  border-radius: 2px;
}
ul.listlettertags li a:hover {
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
}
.hidden {
  display: none;
}
.visible {
  display: table;
  width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 1);
}
#c53 {
  display: none;
}
#c53 input {
  display: none;
}
#c53 header,
#c53 header.sticky {
  position: relative;
  top: 0.5em;
  background: none;
  transition: unset;
  display: inline;
}
#c53 h2,
#c53 h4 {
  display: inline;
  float: left;
  color: #2d3b63;
  margin: 0;
  padding: 0 1em 0 0;
  font-size: 1.1em;
  text-transform: uppercase;
}
#c53 .taglist {
  padding: 0;
  background: none;
  display: none;
}
#c53 .news {
  margin: 0;
}
#c53 .news-tags {
  display: contents;
  background: none;
  margin: 0;
}
#c53 .news-tags li {
  margin: 0.5em 0;
  padding: 0.1em;
  background: none;
}
#c53 .news-tags li a {
  margin: 4px;
  padding: 0.5em;
  color: rgba(0, 40, 78, 1);
  background: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.95em;
}
#c53 .news-tags li a:hover {
  color: #ffffff;
  background: rgba(0, 40, 78, 1);
}

/*fotostrecke und video icons*/
.media-icon {
  position: absolute;
  right: 0.3em;
	top: -4px;
}
.media-icon .fa-camera,
.media-icon .fa-video {
  font-size: 150%;
  margin: 0 0 0 0.5em;
  color: #e7e9ee;
}
.multimediaicon {
  position: absolute;
  top: 12%;
  right: 3%;
}
.multimediabutton {
  display: none;
  position: absolute;
  top: 3%;
  right: 2%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  padding: 1%;
  font-size: 90%;
}
.multimediaicon .fa-video,
.multimediaicon .fa-video:hover {
  position: relative;
  left: -11.55%;
  color: #ffffff;
  text-shadow: 3px 3px 4px #777;
  font-size: 1.6em;
  margin: 0 0 0 1em;
}
.multimediaicon .fa-camera,
.multimediaicon .fa-camera:hover {
  position: relative;
  left: -11.55%;
  color: #ffffff;
  text-shadow: 3px 3px 4px #777;
  font-size: 1.6em;
  margin: 0 0 0 1em;
}
.flexslider .multimediaicon i.fa-video,
.magnificpopup .multimediaicon i.fa-video:hover,
.flexslider .multimediaicon i.fa-camera,
.magnificpopup .multimediaicon i.fa-camera:hover {
  font-size: 3em;
}
.magnificpopup .multimediaicon i.fa-video,
.magnificpopup .multimediaicon i.fa-video:hover,
.magnificpopup .multimediaicon i.fa-camera,
.magnificpopup .multimediaicon i.fa-camera:hover {
  font-size: 3em;
}

/*lightbox*/
.lb-data .lb-number {
  display: none !important;
}

.lb-outerContainer {
  border-radius: inherit;
  background: rgba(225, 225, 225, 0.95) !important;
  border-radius: 0 !important;
}
.lightbox .lb-image {
  border: 4px solid rgba(225, 225, 225, 0.95) !important;
}
.lb-container {
  color: #444444;
  font-size: 0.85em;
  line-height: 25px;
  font-family: 'Open Sans', arial, 'sans-serif';
  padding: 0.5em 0.5em;
}
.lb-dataContainer {
  background-color: rgba(225, 225, 225, 0.95);
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding-top: 5px !important;
}
.lb-data .lb-details {
  margin: 0.5em 0.2em 1em;
}
.lb-caption {
  color: #444444;
  font-size: 1em;
  line-height: 25px;
  font-family: 'Open Sans', arial, 'sans-serif';
}

/* news-archiv*/
.no-news-found {
  color: #333333;
  font-style: normal;
  margin: 4em;
}
#c19 {
  background: #fff;
}
#c19 fieldset {
  border: none;
}
#c33 fieldset {
  border: none;
  padding: 0;
}

/* ajaxloader*/
.ajax_loader {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.ajax_loader img {
  max-width: 25%;
}
.load-more-button {
  width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
button.load-more {
  display: block;
  text-align: center;
  margin: 2em auto;
  border: none;
  background: none;
}
button.load-more i.fa-arrow-alt-circle-down {
  color: rgba(0, 40, 78, 0.8);
  font-size: 5em;
  padding: 8px;
  cursor: pointer;
}
button.load-more span.load-more-text {
  font-size: 1.3em;
  color: rgba(0, 40, 78, 0.8);
  text-transform: uppercase;
}

/*powermail*/
div.tx-powermail {
  width: 100% !important;
  font-family: 'Open Sans', Arial, sans-serif;
}
legend.powermail_legend {
  font-weight: bold;
  font-size: 1.3em;
  color: #003e8c;
  float: none;
}
.powermail_fieldset {
  border: 0;
}
.powermail_fieldset,
.powermail_confirmation,
.powermail_create {
  background: none !important;
}
.powermail_label {
  width: 100px !important;
  color: #003e8c !important;
}
.powermail_radio_outer {
  border: 0 !important;
  width: 500px !important;
}
.powermail_radio_inner {
  float: left;
  width: 50%;
}
.powermail_check_outer {
  background: none !important;
  border: 0 !important;
}
.powermail_check_legend {
  width: 100% !important;
}
.powermail_check_inner {
  float: left;
  width: 100px;
}
.powermail_fieldwrap_text {
  color: #333;
}
.powermail_field {
  border: none;
  border-bottom: 1px dotted #999;
}
.powermail_submit {
  background-color: #003e8c !important;
  margin: 20px 0 !important;
  float: none;
}
dl.powermail_all dt {
  width: 100% !important;
}

/*formular*/
input {
  margin: 0 5px;
  line-height: 2em;
}
input.button1 {
  padding: 8px;
  color: #333;
  background-color: #eee;
  border: none;
}
input.button1:hover {
  padding: 8px;
  color: #fff;
  background-color: #b98c00;
  border: none;
}

/* iframe, stream*/
.iframe-container {
  position: relative;
  margin: 0 1em 2em 0;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1130px;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
#c85 h3 {
  display: block;
  margin: 0 0 1em 0;
  color: rgba(0, 40, 78, 1);
}
#c86 .ce-textpic,
#c267 .ce-textpic {
  background: #871a54;
  padding: 1em;
}
#c86 h3 a,
#c267 h3 a {
  display: block;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Lora', Arial, sans-serif;
  font-size: 1.3em;
  font-display: swap;
  margin: 0.4em 0;
}
#c86 h4 a,
#c267 h4 a {
  display: block;
  color: #ffffff;
  display: block;
  font-size: 1.3em;
  color: #fff;
  margin: 0.3em 0;
}

/*multicontent*/
.tx-jfmulticontent-pi1 {
  margin: 0 0 20px;
}

/*message-errors*/
div.typo3-messages {
  margin: 0 0 20px;
}
.tx-dvseminare .typo3-message,
.tx-dvpublikationen .typo3-message {
  display: block;
  color: #b1122b;
  background-color: #f7d3ce;
  border: 1px solid #ebada8;
  padding: 5px;
  margin: 2px 0;
}

/*** non-semantic helper classes ***/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
 * NEWS: Content-Element in News-Detail KUL-173
 */
article.news-single .ce-textpic {
  padding: 0 5%;
}
article.news-single .ce-textpic.ce-intext img{
  max-width: 400px;
}
article.news-single .ce-intext.ce-left .ce-gallery{
  margin-right: 22px;
}



/***************** MEDIA QUERIES ********************/
/***********SMARTPHONE 100 x 640 PORTRAIT************/
@media only screen and (min-width: 100px) {
  body {
    padding: 0;
    margin: 0;
    font-size: 90%;
  }
  main {
    width: 100%;
    margin: 200px auto 0;
  }
  .js #menu2 {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
    z-index: 3000;
    position: relative;
    bottom: 0;
  }
  .slicknav_nav li.nav-layer-one-li {
    text-align: left;
    margin: 0 0 0 0;
    width: 95%;
  }
  .slicknav_nav {
    position: relative;
    top: 14px;
    z-index: 3000;
  }
  .permalinks,
  .social {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  .grid_12 {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
  }
  /*.grid_12 h3 { display:inline; }*/
  .input.searchbox-sword {
    width: 90%;
  }
  .searchbox-button {
    padding: 4px;
    margin: 0;
    border-spacing: 0;
    vertical-align: baseline;
    height: 16px;
  }
  .indent {
    margin: 0 0 20px 20%;
  }
  #topbutton,
  #printbutton,
  #tipbutton,
  #backbutton {
    display: none;
  }
  a.button1 {
    display: block;
  }
}

@media only screen and (max-width: 699px) {
	.topline {
		height: 136px;
	}
	main {
		margin-top: 170px;
	}
}

@media only screen and (min-width: 700px) {
	.topline .slicknav_menu {
		top: 11em;
	}
  .articleAdDetail {
		float: right;
	  }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
}

/************* DISPLAY 640 bis 799 *************************/
@media only screen and (min-width: 640px) and (max-width: 799px) {
  #nav-layer-one a {
    font-size: 0.8em;
  }
  ul#nav-layer-one li a {
    margin: 0px 14px 0px 0px;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
  .colophon li a,
  .colophon li a:visited {
    width: 100%;
  }
  a.button1 {
    display: inline;
  }
  div.ce-textpic-intext-left .ce-textpic-imagewrap {
    max-width: 49.4%;
  }
  .news-img-wrap {
    position: static;
    top: 0;
  }
  .news-related-wrap {
    display: block;
  }
  .singlenews-view .header {
    min-height: 6em;
  }
  .singlenews-view a.more {
    font-size: 0.6em;
  }
  #c327 article,
  #c409 article {
    flex: 0 0 48.5%;
    margin: 0 0 1em 0;
  }
  .teasernews-view .teaser-text span p {
    color: #ffffff;
    font-size: 1em;
  }
  .news-single .article .news-img-wrap-video {
    max-width: 36.5%;
  }
  p.infokasten-left {
    width: 35%;
    float: left;
    margin: 0 2em 0 0;
  }
  p.infokasten-right {
    width: 35%;
    float: right;
    margin: 0 0 0 2em;
  }
  .news-single p.infokasten-left {
    width: 35%;
  }
  .news-single p.infokasten-right {
    width: 35%;
  }
  .home-newsbox-view .news-list-date time,
  .newsbox-view .news-list-date time {
    position: relative;
    top: 0px;
  }
  .singlenews-view .news-list-date,
  .teasernews-view .news-list-date {
    color: #fff;
    text-align: right;
    position: relative;
    top: 0px;
  }
  #c14 .ce-gallery,
  .frame-layout-3 .ce-gallery {
    width: 60%;
  }
  #c14 .ce-bodytext {
    width: 33%;
  }
  .flex-control-paging li a {
    width: 15px;
    height: 15px;
  }
  .multimediaicon {
    position: absolute;
    top: 12%;
    right: 3%;
    bottom: 0;
  }
  .magnifying {
    position: relative;
    top: -2.25em;
    left: 2.5em;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.8em;
  }
  .sticky .magnifying {
    position: absolute;
    top: -0.25em;
    left: 2.5em;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 640px) {
  .flex-caption {
    position: absolute !important;
    padding: 1em;
  }
  .flex-caption0 {
    background: rgba(0, 40, 78, 0.8) !important;
  }
  .news-related ul {
    display: flex;
    font-size: 80%;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .home-newsbox-view,
  .newsbox-view {
    display: flex;
  }
  .home-newsbox-view section:first-child {
    display: flex;
    flex-basis: calc(60% - 0px);
    justify-content: center;
    flex-direction: column;
  }
  .home-newsbox-view section:nth-child(2) {
    display: flex;
    flex-basis: calc(40% - 0px);
    flex-direction: column;
  }
  .home-newsbox-view .news-related-news ul.relatedNews {
    display: flex;
    margin-top: 1em;
    flex-basis: calc(100% - 1px);
    justify-content: center;
    flex-direction: row;
  }
  .home-newsbox-view .news-related-news ul li {
    flex-basis: 33.33%;
    flex-direction: column;
  }
  .home-newsbox-view .news-list-date,
  .newsbox-view .news-list-date {
    display: flex;
    width: 85%;
    margin: 0.5em 2em;
    padding: 0.5em 0 0.3em 0;
  }
  .newsbox-view .news-img-wrap {
    width: 60%;
  }
  .home-newsbox-view .news-text-wrap,
  .newsbox-view .news-text-wrap {
    width: 39%;
  }
  .home-newsbox-view .news-text-wrap .header,
  .newsbox-view .news-text-wrap .header {
    margin: 1em 2em;
  }
  .home-newsbox-view .news-text-wrap .header h2,
  .newsbox-view .news-text-wrap .header h1 {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 1.65em;
  }
  .home-newsbox-view .news-text-wrap .header h1 a,
  .newsbox-view .news-text-wrap .header h1 a {
    margin: 0;
  }
  #c327 article,
  #c409 article {
    flex: 0 0 32.5%;
    margin: 0 0 1em 0;
  }
  .news-list-view .article {
    flex: 1 1 49%;
  }
  .news-text-wrap {
    margin: 0;
  }
  .logoleiste {
    display: table;
    width: 100%;
    margin: 0 0 3em 0;
    padding: 1.5em 0 2em 0;
    vertical-align: top;
    border-bottom: 1px solid #c0c0c1;
  }
  .logoleiste .ce-row {
    display: flex;
    justify-content: space-around;
    margin: 1em 1.5em 0;
  }
  .logo {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    max-width: 1130px;
    height: 135px;
    max-height: 136px;
    margin: 0 auto;
    background-image: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/customerlogo.svg');
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 400px 110px;
  }
  .sticky .logo {
    position: fixed;
    top: 1.9em;
    width: 100%;
    max-width: 1130px;
    height: 100%;
    max-height: 40px;
    margin: 0 auto;
    background-image: url('/_assets/ac50e2bc7967aef933659448c6e9f4e9/fileadmin_files/images/mobillogo.svg');
    background-repeat: no-repeat;
    background-position: right -2.5em bottom 0.5em;
    background-size: 400px 30px;
    -webkit-transition: width 1s, background-size 1s, ease-in-out;
    transition: width 1s, background-size 1s, ease-in-out;
  }
  footer {
    display: table;
    position: relative;
    top: 18em;
  }
  .colophon {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 1.5em;
    padding: 0 0 2.5em 0;
  }
  .colophon > div {
    width: 33%;
  }
  .colophon #c551 {
    width: 33%;
  }
  .colophon #c553 {
    width: 25%;
  }
  .colophon #c549 {
    width: 54%;
    padding: 0 0 0 24%;
  }
}

/************* DISPLAY 800 bis 1024 ************************/
@media only screen and (min-width: 800px) {
  body {
    font-size: 100%;
  }
  main {
    margin: 200px auto 10px;
  }
  .alpha {
    margin: 0 10px;
  }
  .omega {
    margin: 0 0 0 2em;
  }
	
  .topline {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1130px;
    height: 226px;
    margin: 0 auto;
    z-index: 300;
    background: rgba(0, 40, 78, 1);
    background: -moz-linear-gradient(
      top,
      rgba(0, 60, 120, 1) 0%,
      rgba(0, 50, 100, 1) 53%,
      rgba(0, 40, 78, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(0, 60, 120, 1)),
      color-stop(53%, rgba(0, 50, 100, 1)),
      color-stop(100%, rgba(0, 40, 78, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 60, 120, 1) 0%,
      rgba(0, 50, 100, 1) 53%,
      rgba(0, 40, 78, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 60, 120, 1) 0%,
      rgba(0, 50, 100, 1) 53%,
      rgba(0, 40, 78, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 60, 120, 1) 0%,
      rgba(0, 50, 100, 1) 53%,
      rgba(0, 40, 78, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 60, 120, 1) 0%,
      rgba(0, 50, 100, 1) 53%,
      rgba(0, 40, 78, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4785', endColorstr='rgba(0,40,78,1)', GradientType=0 );
  }
  div.slicknav-menu {
    display: none;
  }
  header.sticky .social,
  header.sticky .permalinks,
  header.sticky .datumsfeld {
    display: none;
  }
  .topline.sticky .social,
  .topline.sticky .permalinks,
  .topline.sticky .datumsfeld {
    display: none;
  }
  .social,
  .permalinks,
  .suchbox {
    display: block;
  }
  .social {
    position: absolute;
    top: 25px;
    left: 17px;
    width: 120px;
  }
  .suchbox {
    display: block;
    position: relative;
    top: -5.2em;
  }
  .permalinks {
    display: block;
  }
  .permalinks a,
  .permalinks a:focus,
  .permalinks a:active,
  .permalinks a:hover {
    text-decoration: none;
  }
  .flaticon-home153,
  .flaticon-magnifying47,
  .flaticon-black218,
  .flaticon-world77 {
    color: #fecf80;
  }
  .flaticon-home153:hover,
  .flaticon-magnifying47:hover,
  .flaticon-black218:hover,
  .flaticon-world77:hover {
    color: #444;
  }
  #indexedsearchbox {
    display: block;
  }
  .datumsfeld {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 220px;
  }
  .multimediaicon,
  .multimediaicon:hover {
    position: absolute;
    top: 10%;
    right: 1%;
  }
  .rootline {
    width: 100%;
    display: none;
    position: relative;
    top: 210px;
    z-index: 10;
    height: 34px;
    max-width: 1130px;
    margin: 0 auto;
  }
  .navigation {
    display: none;
  }
  main {
    display: table;
    position: relative;
    top: 240px;
    margin: 0 auto 4em;
    width: 100%;
    max-width: 1130px;
    z-index: 10;
  }
  .close {
    display: none;
  }
  ul#topnav,
  ul#nav-layer-one {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  li.nav-layer-one-li.background4 {
    position: relative;
    z-index: 50;
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    background: rgba(135, 26, 84, 0);
    -webkit-transition: height 0.4s ease-out, background 0.4s ease-out;
    transition: height 0.4s ease-out, background 0.4s ease-out;
    overflow: hidden;
  }
  li.nav-layer-one-li.background4:hover {
    height: 114px;
    background: rgba(135, 26, 84, 1);
  }
  li.nav-layer-one-li.background5 {
    position: relative;
    z-index: 50;
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    background: rgba(100, 100, 100, 0);
    -webkit-transition: height 0.4s ease-out, background 0.4s ease-out;
    transition: height 0.4s ease-out, background 0.4s ease-out;
    overflow: hidden;
  }
  li.nav-layer-one-li.background5:hover {
    height: 152px;
    background: rgba(100, 100, 100, 1);
  }
  li.nav-layer-one-li.background6 {
    position: relative;
    z-index: 50;
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    background: rgba(32, 54, 104, 0);
    -webkit-transition: height 0.4s ease-out, background 0.4s ease-out;
    transition: height 0.4s ease-out, background 0.4s ease-out;
    overflow: hidden;
  }
  li.nav-layer-one-li.background6:hover {
    height: 155px;
    background: rgba(32, 54, 104, 1);
  }
  .navigation .nav-layer-one-li a {
    font-size: 1em;
    display: table;
    width: 100%;
    padding: 8px 0;
  }
  .navigation ul#nav-layer-one li.active a {
    padding: 0 5px 10px;
  }
  .navigation #nav-layer-one a {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.875em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navigation #nav-layer-one a.active,
  .navigation #nav-layer-one a:hover,
  .navigation #nav-layer-one a:focus {
    color: #fff;
    font-weight: normal;
  }
  .navigation #nav-layer-one a:hover,
  .navigation ul.ce-menu li a:hover {
    color: #fff;
  }
  main .grid_4 {
    width: 30%;
  }
  #tipbutton,
  #backbutton {
    display: none;
  }
  .grid_12 {
    width: 100%;
  }
  .grid_12 {
    float: left;
    display: block;
  }
  a.button1 {
    display: inline;
  }
  .sitemap {
    width: 30%;
    margin: 0 20px 0;
    float: left;
  }
  .home-newsbox-view .news-list-date {
    display: block;
  }
  .home-newsbox-view .news-list-date time {
    position: relative;
    top: 0px;
  }
  .home-newsbox-view .news-related-wrap {
    display: block;
  }
  .home-newsbox-view .news-related-wrap {
    position: absolute;
  }
  .newsbox-view .news-list-date {
    display: block;
  }
  .newsbox-view .news-list-date time {
    position: relative;
    top: 0px;
  }
  .newsbox-view .news-related-wrap {
    display: block;
  }
  .newsbox-view .news-related-wrap {
    position: absolute;
  }
  .news-single {
    margin: 0;
    padding: 2em;
  }
  .news-list-view .article {
    flex: 1 1 32.5%;
    max-width: 370px;
  }
  .singlenews-view .header h3 {
    margin: 0;
    line-height: 1.1em;
  }
  .singlenews-view a.more {
    font-size: 20px;
  }
  .teasernews-view .header h3 {
    margin: 0;
  }
  .teasernews-view h3 a {
    font-size: 0.625em;
  }
  .teasernews-view .teaser-text span p {
    color: #ffffff;
    font-size: 1em;
  }
  .teasernews-view a.more {
    font-size: 1em;
  }
  .teasernews-view .news-list-date {
    color: #fff;
    text-align: right;
    position: relative;
    top: 0px;
  }
  .news-single .article .news-img-wrap-video {
    margin: 0 0 2em 0;
  }
  div.ce-textpic-intext-left .ce-textpic-imagewrap {
    max-width: 59.4%;
  }
  p.infokasten-left {
    width: 35%;
    float: left;
    font-size: 1em;
    margin: 0 2em 0 0;
  }
  p.infokasten-right {
    width: 35%;
    float: right;
    font-size: 1em;
    margin: 0 0 0 2em;
  }
  .news-single p.infokasten-left {
    width: 35%;
    margin: 0 2em 0 0;
  }
  .news-single p.infokasten-right {
    width: 35%;
    margin: 0 0 2em 2em;
  }
  .flexslider h2.caption-title a {
    font-weight: bold;
    font-family: 'Lora', Arial, sans-serif;
    font-size: 1.8em;
    font-display: swap;
    margin: 0;
  }
  .flexslider .caption-subtitle a {
    display: block;
    font-size: 1.25em;
    color: #fff;
    padding: 0 0 0.3em 0;
  }
  #c14 .ce-gallery,
  .frame-layout-3 .ce-gallery {
    width: 60%;
  }
  #c14 .ce-bodytext {
    width: 34%;
  }
  #c14 p,
  .frame-layout-3 p {
    width: 100%;
  }
  #c53 {
    display: table;
    width: 98%;
    margin: 2.5em 0.5em;
  }
  .flex-control-paging li a {
    width: 20px;
    height: 20px;
  }
  .news-single .article h1 {
    display: block;
    font-weight: bold;
    font-family: 'Lora', Arial, sans-serif;
    font-size: 1.9em;
    font-display: swap;
    color: rgba(26, 26, 26, 1);
    margin: 0 0.5em 0.3em 0;
    line-height: 1.2em;
    text-transform: inherit;
  }
  .news-single .subheader {
    margin: 0 1em 0.6em 0;
  }
  .magnifying {
    position: relative;
    top: -1.75em;
    left: 3em;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.7em;
  }
  .sticky .magnifying {
    position: absolute;
    top: -10px;
    left: 3em;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.7em;
  }
}

/*********** DISPLAY > 1024 *********************************/
@media only screen and (min-width: 1024px) {
  main {
    width: 100%;
    max-width: 1130px;
    margin: 0px auto;
  }
  /*.singlenews-view { flex: 0 0 31.9%; }*/
  .news-list-view .article {
    flex: 1 1 32.7%;
    max-width: 370px;
  }
  .teasernews-view .teaser-text span p {
    color: #ffffff;
    font-size: 1.125em;
  }
  .teasernews-view a.more {
    font-size: 1.125em;
  }
}

@media only screen and (min-width: 1130px) {
  .rootline {
    top: 214px;
  }
  main {
    top: 13.5em;
  }
  .news-list-view .article {
    flex: 1 1 32.7%;
  }
}

@media only screen and (min-width: 1700px) {
  #skyscraper,
  #skyscraper2,
  div#skyscraper2.sticky {
    display: block;
  }
}

/* PRINT STYLESHEET */
@media print {
  body {
    background: #ffffff;
  }
  main {
    position: static;
    top: 0;
  }
  #backtotop,
  #demo2,
  .rootline,
  .navigation,
  .news-list-tags,
  #skyscraper,
  .articleAdDetail,
  .footer,
  .steady-box,
  .topline,
  .related-wrap,
  .news-related-wrap {
    display: none;
  }
  .subheader,
  .subheadline,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  a[href]:after,
  a.external-link[href]:after,
  table a.external-link[href]:after,
  a.external-link-new-window[href]:after,
  table a.external-link-new-window[href]:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  div#indexedsearchbox,
  input.searchbox-sword {
    background: #ffffff;
  }
  nav,
  #topnav {
    background-color: #8ebe24;
  }
  .news-list-view .article {
    float: left;
    width: 35%;
  }
  .news-single .article h2 {
    padding: 0;
  }
}

.advertising-banner-article{
  padding: 44px 0px 24px 0px;
}

/* test */