@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/files/layout/fonts/encode-sans-v19-latin-200.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/layout/fonts/encode-sans-v19-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/files/layout/fonts/encode-sans-v19-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/layout/fonts/encode-sans-v19-latin-700.woff2') format('woff2');
}

.font {
  font-weight: 200;
  font-family: 'Encode Sans',Verdana, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ki-gen figure{
  position: relative;
}

.ki-gen figure::after{
	position:absolute;
	right:15px;
	bottom:15px;
	font-size:10px;
	content:"KI-generiert";
	z-index:10;
	background-color:rgba(0,0,0,0.25);
	color:#fff;
	padding:5px;
	border-radius:3px;
	line-height:1;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:required,
textarea:required {
  box-shadow: none;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
input,
textarea,
keygen,
select,
button {
  font-weight: 200;
  font-family: 'Encode Sans',Verdana, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font_regular {
  font-weight: 400;
}

.font_light {
  font-weight: 200;
}

.bold,
strong,
b {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.down-arrow {
  display: none;
}

#header .down-arrow {
  position: absolute;
  top: 40px;
  left: 50%;
  display: inline-block;
  width: 0;
  z-index: 100;
  height: 28px;
  border: 3px solid;
  margin-left: 20px;
  border-color: #92CEB2;
  cursor: pointer;
  border-radius: 3px;
  animation: jumpInfinite 1.5s infinite;
}

#header .down-arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -13px;
  width: 20px;
  height: 20px;
  border-bottom: 6px solid;
  border-right: 6px solid;
  border-color: #92CEB2;
  border-radius: 6px;
  transform: rotateZ(45deg);
}

#header .content-text .down-arrow {
  top: 100%;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}

@media(max-width:1700px) {
  #header .down-arrow {
    display: none;
  }
}

html {
  font-size: 18px;
  overflow-x: hidden;
}

body {
  padding-top: 132px;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 140%;
  font-weight: 200;
  font-family: 'Encode Sans',Verdana, Geneva, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0C3379;
  position: relative;
}

#header h1,
h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 130%;
}

h2,
h3,
.layout_full h2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
}

h3 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div > div .text p {
  font-size: 20px;
  line-height: 130%;
}

.mod_article.bg_blue h2,
h2.ce_headline,
.mod_article.spalten_3_bild,
.mod_newslist h2,
.mod_article.slider_tabs .content-text ul li a {
  font-size: 70px;
  line-height: 130%;
}

#footer {
  font-size: 16px;
  line-height: 130%;
}

#main .marginbottom_3x {
  margin-bottom: 120px;
}

a {
  display: inline-block;
  color: #0C3379;
}

a.btn {
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  padding-left: 36px;
  position: relative;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

a.btn:hover {
  color: #92CEB2;
}

a.btn:hover:before,
a.btn:hover:after {
  background: #92CEB2;
}

a.btn:before {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 28px;
  left: 12px;
  background: #0C3379;
  content: '';
  display: inline-block;
}

a.btn:after {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 28px;
  height: 6px;
  background: #0C3379;
  content: '';
  display: inline-block;
}

a.overlay {
  display: none;
}

p.more a {
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  padding-left: 36px;
  position: relative;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

p.more a:hover {
  color: #92CEB2;
}

p.more a:hover:before,
p.more a:hover:after {
  background: #92CEB2;
}

p.more a:before {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 28px;
  left: 12px;
  background: #0C3379;
  content: '';
  display: inline-block;
}

p.more a:after {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 28px;
  height: 6px;
  background: #0C3379;
  content: '';
  display: inline-block;
}

p.more a:before,
p.more a:after {
  background: #FFF;
}


.content-text.twocols{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.content-text.twocols.reverseRow{
  flex-direction: row-reverse;
  display: flex;
  align-items: stretch;
}


.content-text.twocols > *{
  width: 50%;
}


.content-text.twocols .rte{
  padding:40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}



.content-text >*:last-child {
  margin-bottom: 0;
}

#main ul {
  list-style: none;
}

#main ul >li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

#main ul >li:last-child {
  margin-bottom: 0;
}

#main ul >li:before {
  left: 0;
  top: .5em;
  position: absolute;
  content: "";
  background: #0C3379;
  border-radius: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
}

#header {
  background: #FFF;
  z-index: 1000;
  width: 100%;
}

#header #head {
  min-height: 132px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
}

#header #head .head_right {
  display: grid;
  align-content: space-between;
}

#header #head >.inside {
  zoom: 1;
  width: 100%;
  max-width: 1800px;
  padding: 20px 40px;
  margin: 0 auto;
  position: relative;
  display: block;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  grid-auto-rows: auto;
}

#header #head >.inside:before,
#header #head >.inside:after {
  content: "";
  display: table;
}

#header #head >.inside:after {
  clear: both;
}

#header #head >.inside:before,
#header #head >.inside:after {
  content: none;
}

#header #head >.inside a {
  text-decoration: none;
}

#header #topnav .text {
  text-align: right;
}

#header #topnav .text ul li {
  margin-left: 10px;
  display: inline-block;
}

#header #topnav .text ul li:nth-child(1) {
  margin-left: 0;
}

#header #topnav .text ul li:nth-child(1) a {
  text-indent: 50px;
  overflow: hidden;
  width: 26px;
  height: 19px;
  display: block;
  background-size: contain;
  background-image: url('/files/layout/icons/mail.svg');
  background-position: center;
  background-repeat: no-repeat;
}

#header #topnav .text ul li:nth-child(1) a:hover {
  background-image: url('/files/layout/icons/mail_gruen.svg');
}

#header #topnav .text ul li:nth-child(2) a {
  text-indent: 50px;
  overflow: hidden;
  width: 26px;
  height: 19px;
  display: block;
  background-image: url('/files/layout/icons/phone.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#header #topnav .text ul li:nth-child(2) a:hover {
  background-image: url('/files/layout/icons/phone_gruen.svg');
}

#header #topnav .text ul li:last-child {
  border-left: 3px solid #0C3379;
  padding-left: 10px;
}

#header #topnav .text ul li:last-child a:before {
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 27px;
  height: 19px;
  background-image: url('/files/layout/icons/downloads.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#header #topnav .text ul li:last-child a:hover {
  color: #92CEB2;
}

#header #topnav .text ul li:last-child a:hover:before {
  background-image: url('/files/layout/icons/downloads_gruen.svg');
}

#header .mod_navigation {
  text-align: right;
}

#header .mod_navigation ul.level_1 {
  display: inline-block;
}

#header .mod_navigation ul.level_1 >li {
  display: inline-block;
  margin-left: 40px;
}

#header .mod_navigation ul.level_1 >li a {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#header .mod_navigation ul.level_1 >li a:hover {
  color: #92CEB2;
}

#header .mod_navigation ul.level_1 >li.trail >a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header .mod_article .inside_wrap {
  padding: 0;
  max-width: 100%;
}

#header .mod_article .inside_wrap .content-text.withimage, #header .headerbild {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#header .mod_article .inside_wrap .content-text.withimage .image_container {
  margin: 0;
}

#header .mod_article .inside_wrap .content-text.withimage .image_container img, #header .headerbild figure img {
  width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: cover;
}

#header .mod_article .inside_wrap .content-text.withimage .rte, #header .headerbild .rte {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  margin-bottom: 0;
  display: flex;
  align-items: end;
}

#header .mod_article .inside_wrap .content-text.withimage .rte:before, #header .headerbild .rte:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: '';
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

#header .mod_article .inside_wrap .content-text.withimage .rte{
  zoom: 1;
  width: 100%;
  max-width: 1578px;
  padding: 40px 40px;
  margin: 0 auto;
  position: relative;
  display: block;
  position: relative;
  z-index: 100;
  padding-bottom: 80px;
  
}

#header .headerbild .rte{
  padding: 40px 40px;
  margin: 0 auto;
  z-index: 100;
  padding-bottom: 80px;
  width: 100%;
}


#header .mod_article .inside_wrap .content-text.withimage .rte:before,
#header .mod_article .inside_wrap .content-text.withimage .rte:after {
  content: "";
  display: table;
}

#header .mod_article .inside_wrap .content-text.withimage .rte:after {
  clear: both;
}

#header .mod_article .inside_wrap .content-text.withimage .rte h1, #header .headerbild .rte h1 {
  color: #FFF;
  padding-left: 210px;
  position: relative;
  padding-bottom: 74px;
  line-height: 140%;
  font-weight: 200;
}

#header .mod_article .inside_wrap .content-text.withimage .rte h1:before , #header .headerbild .rte h1:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 180px;
  bottom: 0;
  width: 10px;
  height: 350px;
  background: #FFF;
}

#header .mod_article .inside_wrap .content-text.withimage .rte h1:after, #header .headerbild .rte h1:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 170px;
  height: 10px;
  width: 350px;
  background: #FFF;
}

.mod_rocksolid_slider {
  max-height: calc(100vh - 130px);
}

.mod_rocksolid_slider img {
  max-height: calc(100vh - 130px) !important;
  object-fit: cover;
  object-position: center;
}

.mod_rocksolid_slider .rsts-view:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: none;
}

.mod_rocksolid_slider .rsts-nav-bullets {
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}

.mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item {
  margin-left: 40px;
}

.mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item:first-child {
  margin-left: 0;
}

.mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item a {
  box-shadow: none;
  border-radius: 0;
  background: #FFF;
  width: 100px;
  height: 10px;
}

.mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item a.active {
  background: #92CEB2;
}

.mod_article .inside_wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1578px;
  margin-left: auto;
  margin-right: auto;
}

.mod_article.grid_2 .inside_wrap {
  margin-top: 80px;
  padding-top: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 160px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}

.mod_article.grid_2 .inside_wrap:before,
.mod_article.grid_2 .inside_wrap:after {
  content: none;
}

.mod_article.grid_2 .content-text {
  padding-right: 40px;
}

.mod_article.grid_2 .content-text.img_plus,
.mod_article.grid_2 .content-text.only_plus {
  width: 100%;
  position: relative;
}

.mod_article.grid_2 .content-text.img_plus +.content-text,
.mod_article.grid_2 .content-text.only_plus +.content-text {
  padding-top: 80px;
}

.mod_article.grid_2 .content-text.img_plus:before,
.mod_article.grid_2 .content-text.only_plus:before {
  position: absolute;
  right: 45%;
  top: 0;
  z-index: 5;
  content: '';
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .4;
  opacity: 1;
  left: 0;
  right: 0;
  background-position: left top;
  background-size: cover;
  background-image: url('/files/layout/bg_plus_many.svg');
}

.mod_article.grid_2 .content-text.img_plus .rte,
.mod_article.grid_2 .content-text.only_plus .rte {
  position: relative;
  z-index: 50;
  padding-right: 20px;
  padding-left: 180px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mod_article.grid_2 .content-text.img_plus .rte p,
.mod_article.grid_2 .content-text.only_plus .rte p {
  font-size: 80px;
  line-height: 140%;
  position: relative;
  padding-left: 210px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 74px;
}

.mod_article.grid_2 .content-text.img_plus .rte p:before,
.mod_article.grid_2 .content-text.only_plus .rte p:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 180px;
  bottom: 0;
  width: 10px;
  height: 350px;
  background: #92CEB2;
}

.mod_article.grid_2 .content-text.img_plus .rte p:after,
.mod_article.grid_2 .content-text.only_plus .rte p:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 170px;
  height: 10px;
  width: 350px;
  background: #92CEB2;
}

.mod_article.grid_2 .content-text.only_plus .rte p {
  padding-left: 0;
}

.mod_article.grid_2 .content-text.only_plus .rte p:before,
.mod_article.grid_2 .content-text.only_plus .rte p:after {
  content: none;
}

.mod_article.slider_tabs .inside_wrap {
  max-width: 100%;
}

.mod_article.slider_tabs .content-text {
  max-width: 1578px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.mod_article.slider_tabs .content-text ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}

.mod_article.slider_tabs .content-text ul:before,
.mod_article.slider_tabs .content-text ul:after {
  content: none;
}

.mod_article.slider_tabs .content-text ul.inaction li:first-child {
  opacity: .5;
}

.mod_article.slider_tabs .content-text ul.inaction li.active {
  opacity: 1;
}

.mod_article.slider_tabs .content-text ul li {
  padding: 0;
  margin: 0;
  opacity: .5;
}

.mod_article.slider_tabs .content-text ul li:before {
  content: none !important;
}

.mod_article.slider_tabs .content-text ul li:first-child {
  opacity: 1;
}

.mod_article.slider_tabs .content-text ul li:nth-child(even) {
  text-align: right;
}

.mod_article.slider_tabs .content-text ul li a {
  display: inline-block;
  text-decoration: none;
}

.mod_article.slider_tabs .mod_rocksolid_slider {
  background: #0C3379;
  color: #FFF;
  display: none;
}

.mod_article.slider_tabs .mod_rocksolid_slider.active {
  display: block;
}

.mod_article.slider_tabs .mod_rocksolid_slider:before {
  position: absolute;
  content: '';
  display: block;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
  background-image: url('/files/layout/bg_plus_blau.svg');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: left bottom;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-nav-item {
  display: none;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-crop {
  padding-left: 40px;
  padding-right: 40px;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-prev,
.mod_article.slider_tabs .mod_rocksolid_slider .rsts-next {
  top: 40%;
  z-index: 200;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-prev:hover,
.mod_article.slider_tabs .mod_rocksolid_slider .rsts-next:hover {
  background-color: transparent;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-prev {
  background-image: url('/files/layout/icons/arrow_left.svg');
  right: auto;
  left: 0;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-next {
  background-image: url('/files/layout/icons/arrow_right.svg');
  left: auto;
  right: 0;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div:before,
.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div:after {
  content: none;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .image_container {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .image_container:before {
  position: absolute;
  right: 45%;
  top: 0;
  z-index: 5;
  content: '';
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .4;
  right: 10%;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte h3 {
  margin-bottom: 0;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte p:last-child a {
  display: inline-block;
  line-height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 200px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  font-size: 1px;
  background-size: contain;
  background-position: center;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte p:last-child a:nth-child(1) {
  background-image: url('/files/layout/icons/phone_white.svg');
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte p:last-child a:nth-child(2) {
  background-image: url('/files/layout/icons/mail_white.svg');
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte p:last-child a:hover:nth-child(1) {
  background-image: url('/files/layout/icons/phone_gruen.svg');
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide >div >div .rte p:last-child a:hover:nth-child(2) {
  background-image: url('/files/layout/icons/mail_gruen.svg');
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-view {
  max-width: 1578px;
  margin-left: auto;
  margin-right: auto;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-view:before {
  content: none;
}

.mod_article.slider_tabs .mod_rocksolid_slider .rsts-view >div {
  position: relative;
  z-index: 10;
}

.mod_article.width_more .inside_wrap,
.mod_article.bg_blue .inside_wrap {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}

.mod_article.spalten_3_bild a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
}

.mod_article.spalten_3_bild .inside_wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.mod_article.spalten_3_bild .inside_wrap:before,
.mod_article.spalten_3_bild .inside_wrap:after {
  content: none;
}

.mod_article.spalten_3_bild .inside_wrap >.ce_headline {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-bottom: 40px;
}

.mod_article.spalten_3_bild .inside_wrap .content-image {
  position: relative;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.mod_article.spalten_3_bild .inside_wrap .content-image:before {
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: absolute;
  left: -40%;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  pointer-events: none;
}

.mod_article.spalten_3_bild .inside_wrap .content-image figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.mod_article.spalten_3_bild .inside_wrap .content-image:last-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: -40%;
  background-position: left top;
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transform-origin: left center;
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover figcaption {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover:before {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover:last-child {
  transform-origin: right center;
}

div .rel{
  position: relative;
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover:last-child:before {
  -webkit-transform: rotate(180deg) translateX(20px);
  -moz-transform: rotate(180deg) translateX(20px);
  -ms-transform: rotate(180deg) translateX(20px);
  -o-transform: rotate(180deg) translateX(20px);
  transform: rotate(180deg) translateX(20px);
}

.mod_article.spalten_3_bild .inside_wrap .content-image:hover:last-child figcaption {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  pointer-events: none;
}

body figcaption{
  pointer-events: none;
}

.mod_article.spalten_3_bild .inside_wrap .rte {
  width: 100%;
  padding: 40px;
  background: #0C3379;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mod_article.spalten_3_bild .inside_wrap .rte a {
  color: #FFF;
}

.mod_article.spalten_3_bild .inside_wrap .rte em {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: 50px;
  overflow: hidden;
  background-image: url('/files/layout/icons/plus_white.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg) translateX(3px) translateY(-3px);
  -moz-transform: rotate(-45deg) translateX(3px) translateY(-3px);
  -ms-transform: rotate(-45deg) translateX(3px) translateY(-3px);
  -o-transform: rotate(-45deg) translateX(3px) translateY(-3px);
  transform: rotate(-45deg) translateX(3px) translateY(-3px);
  transform-origin: center;
}

.mod_article.bg_blue {
  background: #0C3379;
  color: #FFF;
}

.mod_article.bg_blue .content-text {
  position: relative;
  overflow: visible;
}

.mod_article.bg_blue .content-text h2 {
  font-weight: 400;
}

.mod_article.bg_blue .content-text:before {
  position: absolute;
  content: '';
  display: block;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  width: 100%;
  top: 0;
  z-index: 1;
  height: 100%;
  background-image: url('/files/layout/bg_plus_blau.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}

.mod_article.bg_blue .content-text > div {
  position: relative;
  z-index: 10;
}

.mod_article.bg_blue a {
  color: #FFF;
}

.mod_article.bg_blue a.btn {
  color: #FFF;
}

.mod_article.bg_blue a.btn:before,
.mod_article.bg_blue a.btn:after {
  background: #FFF;
}

.mod_article.bg_blue a.btn:hover {
  color: #92CEB2;
}

.mod_article.bg_blue a.btn:hover:before,
.mod_article.bg_blue a.btn:hover:after {
  background: #92CEB2;
}

.mod_article.bg_blue .inside_wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.content-text .rte >* {
  margin-bottom: 40px;
}

.content-text .rte >*:last-child {
  margin-bottom: 0;
}

.img_plus .image_container,
.layout_latest .image_container {
  position: relative;
}

.img_plus .image_container:before,
.layout_latest .image_container:before {
  position: absolute;
  right: 45%;
  top: 0;
  z-index: 5;
  content: '';
  display: block;
  width: 100%;
  max-width: 740px;
  height: 100%;
  background-image: url('/files/layout/plus.png');
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .4;
}

.mod_newsreader h1 {
  margin-bottom: 40px;
}

.mod_newsreader p.back {
  margin-top: 40px;
}

.mod_newsreader .content-text .image_container.float_left {
  padding-right: 40px;
}

.mod_newsreader .content-text .image_container.float_right {
  padding-left: 40px;
}

.content-text {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}

.content-text table {
  width: 100%;
}

.content-text table tr td {
  padding-right: 40px;
}

.content-text table tr td h3 {
  margin-bottom: 10px;
}

.content-text table tr td:last-child {
  padding-right: 0;
}

.content-text.imagesize_1 {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-template-areas: 'left right';
}

.content-text.imagesize_1:before,
.content-text.imagesize_1:after {
  content: none;
}

.content-text.imagesize_1 .image_container {
  margin: 0;
  float: none;
  position: relative;
  overflow: hidden;
}

.content-text.imagesize_1 .image_container img {
  width: 100%;
}

.content-text.imagesize_1 .rte {
  padding-top: 120px;
  padding-bottom: 40px;
  max-width: 700px;
}

.content-text.imagesize_1.image_float_left .rte {
  padding-left: 80px;
}

.content-text.imagesize_1.image_float_right .image_container {
  grid-area: right;
}

.content-text.imagesize_1 .rte{
  padding:40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-text.imagesize_1.image_float_right .rte {
  margin-right: 0;
  margin-left: auto;
  grid-area: left;
  padding-right: 80px;
}

#main .content-gallery ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

#main .content-gallery ul:before,
#main .content-gallery ul:after {
  content: none;
}

#main .content-gallery ul li {
  padding: 0;
  margin: 0;
}

#main .content-gallery ul li:before {
  content: none;
}

.mod_newslist {
  padding-top: 80px;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  grid-gap: 78px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
}

.mod_newslist:before,
.mod_newslist:after {
  content: none;
}

.mod_newslist h2 {
  text-align: right;
  grid-column-start: 1;
  grid-column-end: -1;
}

.mod_newslist .layout_latest {
  background: #0C3379;
  color: #FFF;
}

.mod_newslist .layout_latest a {
  color: #FFF;
}

.mod_newslist .layout_latest h3 a {
  text-decoration: none;
}

.mod_newslist .layout_latest .content-text {
  padding: 40px 40px;
  padding-bottom: 60px;
}

#footer {
  background: #0C3379;
  color: #FFF;
}

#footer a {
  color: #FFF;
  text-decoration: none;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

#footer a:hover {
  color: #92CEB2;
}

#footer >.inside {
  zoom: 1;
  width: 100%;
  max-width: 1800px;
  padding: 80px 40px;
  margin: 0 auto;
  position: relative;
  display: block;
  display: -ms-grid;
  display: grid;
  grid-gap: 80px;
  -ms-grid-columns: 303px 240px 180px 1fr 1fr 1fr;
  grid-template-columns: 303px 240px 180px 1fr 1fr 1fr;
  grid-auto-rows: auto;
  line-height: 140%;
  font-weight: 400;
}

#footer >.inside:before,
#footer >.inside:after {
  content: "";
  display: table;
}

#footer >.inside:after {
  clear: both;
}

#footer >.inside:before,
#footer >.inside:after {
  content: none;
}

#footer .content-text .rte >* {
  margin: 0;
  list-style: none;
}

#footer .content-text p:first-child strong {
  display: block;
  margin-bottom: 20px;
}

#footer .content-text.adresse p:last-child:before {
  content: '';
  display: block;
  height: 3px;
  width: 44px;
  background: #FFF;
  margin-top: 8px;
  margin-bottom: 20px;
}

#footer .content-text.nav_3 ul li {
  margin-bottom: 10px;
}

#footer .content-text.nav_3 li:first-child {
  margin-bottom: 5px;
}

#footer .content-text.nav_3 li:first-child a {
  display: block;
}

#footer .content-text.nav_3 li:first-child:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 44px;
  background: #FFF;
  margin-top: 16px;
}

#footer ul li {
  margin-bottom: 20px;
}

#footer ul li:last-child {
  margin-bottom: 0;
}




div.headerbild{
  
}













@media(max-width:1800px) {
  .mod_article.grid_2 .inside_wrap {
    grid-gap: 40px;
  }

  .mod_newslist {
    grid-gap: 20px;
  }

  .mod_article.grid_2 .inside_wrap {
    margin-top: 40px;
  }

  .mod_article .inside_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mod_article.bg_blue h2,
  h2.ce_headline,
  .mod_article.spalten_3_bild,
  .mod_newslist h2,
  .mod_article.slider_tabs .content-text ul li a,
  .mod_article.grid_2 .content-text.img_plus .rte p,
  .mod_article.grid_2 .content-text.only_plus .rte p {
    font-size: 50px;
    line-height: 115%;
  }

  .img_plus .image_container img,
  .layout_latest .image_container img {
    width: 100%;
  }

  .mod_article.grid_2 .content-text.img_plus .rte,
  .mod_article.grid_2 .content-text.only_plus .rte {
    padding-left: 40px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p,
  .mod_article.grid_2 .content-text.only_plus .rte p {
    padding-bottom: 68px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p:before,
  .mod_article.grid_2 .content-text.only_plus .rte p:before {
    height: 250px;
    left: 120px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p:after,
  .mod_article.grid_2 .content-text.only_plus .rte p:after {
    width: 250px;
    bottom: 120px;
  }

  .mod_article.spalten_3_bild .inside_wrap > .ce_headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-text.imagesize_1.image_float_left .rte {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px;
  }
}

#team .mod_rocksolid_slider .rsts-slide .content-text figure{
  margin-bottom:25px;
}

.mod_rocksolid_slider {
  width: 100%;
}

@media(max-width:1600px) {
  .mod_newslist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div {
    grid-gap: 20px;
  }

  #main .mod_article.slider_tabs .content-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  #main .mod_article.slider_tabs .content-text ul li {
    padding-left: 0;
  }

  .content-text.imagesize_1.image_float_right .rte {
    padding-left: 20px;
  }

  .content-text > .rte {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mod_article.grid_2 .content-text.img_plus + .content-text >.rte,
  .mod_article.grid_2 .content-text.only_plus + .content-text >.rte,
  #footer .content-text >.rte,
  #main .mod_article.slider_tabs .content-text >.rte {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width:1400px) {
  #header .mod_navigation ul.level_1 > li {
    margin-left: 15px;
  }

  #header .mod_navigation ul.level_1 > li:first-child {
    margin-left: 0;
  }

  .content-text.imagesize_1.image_float_left .rte {
    padding-bottom: 20px;
  }

  .content-text.imagesize_1.image_float_right .rte {
    padding-right: 20px;
  }

  .content-text.imagesize_1 .rte {
    padding-top: 40px;
  }

  #footer > .inside {
    padding: 20px;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #footer > .inside >div {
    width: 100%;
  }
}

#menu {
  display: none;
}

@media(max-width:1220px) {
  body {
    padding-top: 70px;
  }

  #header #head {
    min-height: auto;
  }

  #header #head > .inside {
    padding: 10px 20px;
  }

  #header #head > .inside .head_left .content-image img {
    height: 50px;
    width: auto;
  }

  #menu {
    position: fixed;
    top: 15px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
    display: inline-block;
    background: #FFF;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 80%;
    background: #0C3379;
    border-radius: 9px;
    opacity: 1;
    left: 10%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #menu span:nth-child(1) {
    top: 8px;
  }

  #menu span:nth-child(2),
  #menu span:nth-child(3) {
    top: 20px;
  }

  #menu span:nth-child(4) {
    top: 32px;
  }

  #header #head .head_right {
    position: fixed;
    right: -300px;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding-top: 70px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    z-index: 9999;
    background: #92CEB2;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header #head .head_right >.inside {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #header #head .head_right >.inside >div {
    display: block;
    width: 100%;
  }

  #header #head .head_right >.inside #topnav {
    margin-top: 40px;
    padding-right: 20px;
  }

  #header #head .head_right .mod_navigation {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 100%;
  }

  #header #head .head_right .mod_navigation ul.level_1 {
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
  }

  #header #head .head_right .mod_navigation ul.level_1 >li {
    margin: 0;
    float: none;
    border: 0;
    padding: 0;
    display: block;
    text-align: right;
  }

  #header #head .head_right .mod_navigation ul.level_1 >li:before {
    content: none;
  }

  #header #head .head_right .mod_navigation ul.level_1 >li:last-child {
    margin-bottom: 0;
  }

  #header #head .head_right .mod_navigation ul.level_1 >li >strong,
  #header #head .head_right .mod_navigation ul.level_1 >li >a {
    padding: 10px;
    padding-right: 20px;
    color: #0C3379;
    display: inline-block;
    font-size: 20px;
    line-height: 110%;
    width: 100%;
    font-weight: 400;
  }

  #header #head .head_right .mod_navigation ul.level_1 >li >strong {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0C3379;
    color: #FFF;
  }

  html.menu_open #menu {
    background: #0C3379;
  }

  html.menu_open #menu span {
    background: #FFF;
  }

  html.menu_open #menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  html.menu_open #menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  html.menu_open #menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  html.menu_open #menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  html.menu_open #header #head .head_right {
    right: 0;
  }

  .mod_rocksolid_slider .rsts-nav-bullets {
    margin: 0;
    left: 10px;
    right: 10px;
  }

  .mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item {
    margin: 0;
  }

  .mod_rocksolid_slider .rsts-nav-bullets ul li.rsts-nav-item a {
    width: 50px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .mod_article.grid_2 .content-text.img_plus + .content-text,
  .mod_article.grid_2 .content-text.only_plus + .content-text {
    padding-top: 0;
    padding-right: 20px;
  }
}

@media(max-width:1000px) {
  .content-text table tr {
    display: block;
  }

  .content-text table tr td {
    margin-bottom: 20px;
    padding-right: 0;
    display: block;
    width: 100%;
  }

  .content-text table tr td:last-child {
    margin-bottom: 0;
  }

  .mod_newslist .layout_latest .content-text {
    padding: 20px;
  }

  .mod_article.bg_blue h2,
  h2.ce_headline,
  .mod_article.spalten_3_bild,
  .mod_newslist h2,
  .mod_article.slider_tabs .content-text ul li a,
  .mod_article.grid_2 .content-text.img_plus .rte p,
  .mod_article.grid_2 .content-text.only_plus .rte p {
    font-size: 30px;
    line-height: 115%;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p {
    padding-left: 70px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte,
  .mod_article.grid_2 .content-text.only_plus .rte {
    padding-left: 20px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p,
  .mod_article.grid_2 .content-text.only_plus .rte p {
    padding-bottom: 10px;
    padding-top: 0;
    line-height: 140%;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p:before,
  .mod_article.grid_2 .content-text.only_plus .rte p:before {
    height: 100px;
    left: 45px;
  }

  .mod_article.grid_2 .content-text.img_plus .rte p:after,
  .mod_article.grid_2 .content-text.only_plus .rte p:after {
    width: 100px;
    bottom: 45px;
  }

  .mod_article.spalten_3_bild .inside_wrap .content-text em {
    background-size: 21px;
    width: 21px;
    height: 21px;
  }

  #header h1,
  h1,
  #header .mod_article .inside_wrap .content-text.withimage .rte h1 , #header .headerbild .rte h1{
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
  }

  #header .mod_article .inside_wrap .content-text.withimage .rte h1, #header .headerbild .rte h1 {
    padding-bottom: 10px;
    padding-left: 80px;
  }

  #header .mod_article .inside_wrap .content-text.withimage .rte h1:before, #header .headerbild .rte h1:before {
    height: 100px;
    left: 45px;
  }

  #header .mod_article .inside_wrap .content-text.withimage .rte h1:after , #header .headerbild .rte h1:after{
    width: 100px;
    bottom: 45px;
  }
}

@media(max-width:800px) {
  .mod_newslist,
  #footer > .inside {
    display: block;
  }

  .mod_newslist >*,
  #footer > .inside >* {
    margin-bottom: 20px;
  }

  .mod_newslist >*:last-child,
  #footer > .inside >*:last-child {
    margin-bottom: 0;
  }

  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div {
    grid-gap: 0px;
  }

  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div h3,
  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div >div .rte p {
    font-size: 14px;
    line-height: 130%;
  }

  .mod_article.slider_tabs .content-text ul {
    grid-gap: 20px;
  }
}

@media(max-width:580px) {
  
  div .twocols{
    flex-direction: column;
    gap:20px;
  }
  
  div .twocols > *{
    width:100% !important;
    max-width: 100% !important;
  }
  
  
  .mod_article.slider_tabs .content-text ul li a {
    font-size: 20px;
    line-height: 130%;
  }

  .mod_newslist {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mod_newslist h2 {
    padding-right: 20px;
  }

  .mod_article .inside_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mod_article.grid_2 .inside_wrap,
  .content-text.imagesize_1,
  .mod_article.spalten_3_bild .inside_wrap {
    display: block;
  }

  .mod_article.grid_2 .inside_wrap >*,
  .content-text.imagesize_1 >*,
  .mod_article.spalten_3_bild .inside_wrap >* {
    margin-bottom: 20px;
  }

  .mod_article.grid_2 .inside_wrap >*:last-child,
  .content-text.imagesize_1 >*:last-child,
  .mod_article.spalten_3_bild .inside_wrap >*:last-child {
    margin-bottom: 0;
  }

  .mod_article.spalten_3_bild .inside_wrap .content-image,
  .mod_article.spalten_3_bild .inside_wrap .content-text {
    margin-bottom: 0;
  }

  .mod_article.spalten_3_bild .inside_wrap .content-image a,
  .mod_article.spalten_3_bild .inside_wrap .content-text a {
    display: block;
  }

  .mod_article.spalten_3_bild .inside_wrap .content-image img,
  .mod_article.spalten_3_bild .inside_wrap .content-text img {
    width: 100%;
  }

  .mod_article.grid_2 .content-text.img_plus + .content-text,
  .mod_article.grid_2 .content-text.only_plus + .content-text,
  .content-text.imagesize_1.image_float_left .rte {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:450px) {
  #header .mod_article .inside_wrap .content-text.withimage {
    padding: 20px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    transform-origin: left bottom;
  }

  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div {
    grid-template-columns: 1fr;
  }

  .mod_article.slider_tabs .mod_rocksolid_slider .rsts-slide > div > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mod_rocksolid_slider {
    max-height: none;
  }

  #footer > .inside > div.content-image img {
    max-width: 66%;
  }
}
