/*********************************************************************************/
/*********************************************************************************/
/******************** Copyright - artext GmbH ************************************/
/*********************************************************************************/
/*********************************************************************************/
/************************ websolution 5.0 ****************************************/
/*********************************************************************************/
/*************************************/
/* Colors */
/*************************************/
/* Container 1 - Navigation und Logo */
/* Navigation 100% Linksbündig */
/*************************************/
/* Mobile Navigation */
/*************************************/
/* Font-Design */
/*********************************** CSS *****************************************/
/*********************************************************************************/
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: url(../images/background.jpg) center no-repeat;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
}
#clear-both {
  clear: both;
}
#container-all {
  width: 100%;
  left: 0;
  min-height: 100%;
  position: relative;
  padding: 0px 0 30px 0;
}
/****************************************************************************/
/*** Info - Top ***/
#info-top {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#info-top .moduletable {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #1f5fd5;
  padding: 5px 0;
}
#info-top,
#info-top strong,
#info-top a {
  font-size: 13px;
  color: #fff;
}
/****************************************************************************/
/*** Logo & Navigation ***/
#design-1,
#design-2,
#design-3,
#design-4 {
  float: left;
  width: 100%;
  height: auto;
}
#design-1 {
  background: ;
  position: relative;
  z-index: 20;
  float: left;
}
#container-1 {
  width: 100%;
  height: 80px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
#logo {
  width: 220px;
  height: 0px;
  float: left;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
  margin: 0 0 0 3%;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 50px;
  width: auto;
  background: #fff;
  float: left;
  padding: 25px 3% 0 3%;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul {
  list-style: none;
  position: relative;
  display: inline-table;
}
#navigation ul:after {
  content: "";
  clear: both;
  display: block;
}
#navigation ul li {
  float: left;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 30px;
  color: #333;
  font-size: 15px;
  line-height: 30px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
#navigation ul li a:hover {
  background: #fff;
  color: #0266ba;
}
#navigation ul li.current.active a {
  background: #fff;
  color: #0266ba;
  font-weight: bold;
}
#navigation ul li.current.active ul li a {
  background: #ddd;
  color: #333;
  border-left: none;
  font-weight: normal;
}
#navigation ul ul {
  border-radius: 0px;
  padding: 0;
  position: absolute;
  display: none;
  background: url(../images/nav-design.png) no-repeat;
  padding-top: 10px;
}
#navigation ul ul li {
  float: none;
  position: relative;
  background: #d9d9d9;
}
#navigation ul ul li a {
  color: #333;
  font-size: 14px;
  line-height: 45px;
  height: auto;
  padding: 0 15px;
  border-right: 0;
}
#navigation ul ul li a:hover,
#navigation ul li.current.active ul li a:hover,
#navigation ul ul li.current.active a {
  background: #333;
  color: #ddd;
}
/****************************************************************************/
/*** Mobile-Navigation ***/
#mobile-navigation-button-open {
  height: 80px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -80px;
  cursor: pointer;
  margin-left: 3%;
}
#mobile-navigation-button-close {
  height: 80px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -80px;
  cursor: pointer;
  margin-left: 3%;
}
#mobile-navigation {
  position: relative;
  padding: 0;
  margin: 0px;
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  text-align: center;
  z-index: 50;
  display: none;
}
#mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-navigation ul li {
  width: 100%;
  float: left;
}
#mobile-navigation li a {
  line-height: 45px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  background: #999999;
  width: 100%;
  border-bottom: #888888 1px solid;
  display: block;
}
#mobile-navigation li a:hover {
  background: #888888;
  /*Transition*/
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mobile-navigation li.deeper.parent a {
  background: url(../images/mobile-nav-plus-2.png) 95% no-repeat #999999;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background: url(../images/mobile-nav-plus-2.png) 95% no-repeat #888888;
  background-size: 15px;
  /*Transition*/
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mobile-navigation li.current.active a {
  background: #888888;
}
#mobile-navigation li.current.active.deeper.parent a {
  background: url(../images/mobile-nav-plus-2.png) 95% no-repeat #888888;
  background-size: 15px;
}
#mobile-navigation ul li ul {
  display: none;
}
#mobile-navigation ul li ul li a,
#mobile-navigation ul li.deeper.parent ul li a,
#mobile-navigation ul li.current.active.deeper.parent ul li a {
  background: #999999;
  line-height: 35px;
}
#mobile-navigation ul li ul li a:hover,
#mobile-navigation ul li.deeper.parent ul li a:hover,
#mobile-navigation ul li.current.active.deeper.parent ul li a:hover {
  background: #888888;
}
#mobile-navigation ul li ul li.current.active a {
  background: #888888;
}
/****************************************************************************/
/*************************** Banner - Slider ********************************/
#design-2 {
  background: ;
  position: relative;
  z-index: 10;
  float: left;
}
#container-2 {
  width: ;
  max-width: 980px;
  max-height: 500px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}
#banner img {
  margin-top: 0;
}
#container-banner-text {
  width: ;
  height: auto;
  position: absolute;
  z-index: 10;
  margin-top: 380px;
  float: left;
  max-width: 980px;
}
#banner-text {
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}
#banner-text .custom {
  background: rgba(38, 116, 232, 0.7);
  padding: 15px 20px 5px 20px;
  margin: 0 0 0 20px;
  max-width: ;
  text-align: left;
  width: auto;
}
#banner-text h1,
#banner-text h2,
#banner-text h2 strong,
#banner-text h3 {
  color: #fff;
  font-size: 30px;
  text-transform: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
#banner-text h2 strong {
  color: #fff;
  font-size: 30px;
  text-transform: normal;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
#banner-text p {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}
/****************************************************************************/
/***************************** Inhalt *********************************/
#design-3 {
  background: ;
  position: relative;
  z-index: 10;
  float: left;
}
#container-3 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
}
#container-incontent {
  width: 100%;
  float: left;
  background: #FFF none repeat scroll 0% 0%;
}
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 5% 4%;
}
/*** Incontent und News ***/
#incontent-70 {
  width: 62%;
  padding: 10% 4%;
  float: left;
}
/*** Hauptbeiträge ***/
.leading-0 .pull-left img,
.leading-1 .pull-left img,
.leading-2 .pull-left img,
.leading-3 .pull-left img,
.leading-4 .pull-left img,
.leading-5 .pull-left img,
.leading-0 .pull-none img,
.leading-1 .pull-none img,
.leading-2 .pull-none img,
.leading-3 .pull-none img,
.leading-4 .pull-none img,
.leading-5 .pull-none img {
  width: 30%;
  float: left;
  margin-right: 4%;
  border: ;
}
.leading-0 .pull-right img,
.leading-1 .pull-right img,
.leading-2 .pull-right img,
.leading-3 .pull-right img,
.leading-4 .pull-right img,
.leading-5 .pull-right img {
  width: 30%;
  float: right;
  margin-left: 4%;
  border: ;
}
.pull-left img,
.pull-right img,
.pull-none img {
  width: 100%;
  border: ;
}
/** Führende Beiträge **/
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5 {
  display: inline-block;
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: ;
  width: 100%;
}
.leading-0.clearfix {
  display: inline-block;
}
/** 1 Hauptbeiträge **/
.cols-1 {
  display: block;
  text-align: left;
  width: 100%;
}
.cols-1 .column-1 {
  width: 96%;
  float: left;
  padding: 2% ;
  margin-bottom: 4%;
}
/** 2 Hauptbeiträge **/
.cols-2 {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.cols-2 .column-1,
.cols-2 .column-2 {
  width: 46%;
  float: left;
  padding: 2% ;
  margin-bottom: 4%;
}
/** 3 Hauptbeiträge **/
.cols-3 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  width: 29.3%;
  float: left;
  padding: 2% ;
  margin-bottom: 4%;
}
/** 4 Hauptbeiträge **/
.cols-4 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
  width: 21% ;
  float: left;
  padding: 2% ;
  margin-bottom: 4%;
}
/** 5 Hauptbeiträge **/
.cols-5 {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.cols-5 .column-1,
.cols-5 .column-2,
.cols-5 .column-3,
.cols-5 .column-4,
.cols-5 .column-5 {
  width: 16% ;
  float: left;
  padding: 2% ;
  margin-bottom: 4%;
}
/****************************************************************************/
/***************************** news *********************************/
#news {
  width: 26%;
  float: right;
  padding: 10% 4% 10% 0;
}
#news h3 {
  margin-top: 0;
  margin-bottom: -10px;
}
#news ul {
  list-style: none;
  padding-left: 0px;
}
#news li {
  border-bottom: 1px solid #eee;
  padding: 4px 0px;
}
.mod-articles-category-title {
  font-size: 14px;
  color: #1f5fd5;
  font-weight: bold;
  flaot: left;
  width: 100%;
  line-height: 18px;
}
.mod-articles-category-introtext,
.mod-articles-category-introtext strong {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 18px;
}
.mod-articles-category-date {
  font-size: 12px;
  color: #888;
  display: block;
  margin: 0;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#design-4 {
  background: ;
  position: relative;
  z-index: 10;
  float: left;
}
#container-4 {
  width: 92%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 4%;
}
#footer {
  float: left;
}
#footer p,
#footer strong,
#footer a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  margin: 16px 0;
}
#sitemap {
  float: right;
}
#sitemap ul {
  padding-left: 0;
  list-style: none;
}
#sitemap li {
  padding-left: 0;
  float: left;
  margin-right: 10px;
}
#sitemap a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#scrolltop {
  width: 50px;
  height: 50px;
  background: url(../images/scrolltop.png);
  background-size: cover;
  position: relative;
  z-index: 55;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: -10px;
}
/********************************************************************************/
/***************************** Formular RSFORM *********************************/
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 8px;
}
.formResponsive label {
  height: 18px;
  margin: 3px 15px 3px 0px;
  float: left;
  padding: 0px;
  font-size: 90%;
}
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  padding-left: 18px;
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}
.formResponsive select,
.formResponsive input[type="file"] {
  height: 30px;
  line-height: 28px;
}
/****************************************************************************/
/***************************** Font-Design *********************************/
body {
  font-family: 'Source Sans Pro', sans-serif !important;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f5fd5;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: ;
  color: #1f5fd5;
}
h3 {
  font-size: 16;
  text-transform: uppercase;
  color: #1f5fd5;
}
p,
#incontent li,
span,
span ul {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
a {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  text-decoration: none;
}
strong {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  font-weight: bold;
}
hr {
  border: none;
  border-bottom: #eee solid 1px;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  background: #1f5fd5;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
}
a.btn:hover {
  background: #5965b4;
  color: #fff;
  /*Transition*/
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
/*** Tabelle Alternierend ***/
table {
  border-spacing: 0;
}
table td {
  padding: 4px;
  border-spacing: 0;
}
table.alternierend tr:nth-child(odd) {
  background: #eee;
}
table.alternierend tr:nth-child(even) {
  background: ;
}
table.alternierend tr:hover {
  background: #ddd;
  /*Transition*/
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
table.belegungsplan td:nth-child(1) {
  background: #ccc;
}
table.belegungsplan tr:nth-child(1) {
  background: #eee !important;
}
table.belegungsplan tr:nth-child(even) {
  background: ;
}
table.belegungsplan tr:hover {
  background: #ddd !important;
  /*Transition*/
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
table td.gebucht {
  background: #FF9899 !important;
}
table td.halbertag-vm {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+49,ffffff+50 */
  background: #FF9899;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ff9899 0%, #ff9899 49%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9899), color-stop(49%, #ff9899), color-stop(50%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9899 0%, #ff9899 49%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9899 0%, #ff9899 49%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9899 0%, #ff9899 49%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9899 0%, #ff9899 49%, #ffffff 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9899', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
table td.halbertag-nm {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+49,ffffff+50 */
  background: #FF9899;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #ff9899 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #ffffff), color-stop(50%, #ff9899));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 49%, #ff9899 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 49%, #ff9899 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 49%, #ff9899 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 49%, #ff9899 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FF9899', GradientType=0);
  /* IE6-8 */
}
table td.frei {
  background: ;
}
/***** Pagination *****/
span.pagenav,
p.counter {
  font-size: 13px;
  text-align: center;
}
div.pagination ul {
  list-style: none;
  padding: 0;
  margin-top: -10px;
  text-align: center;
}
div.pagination li {
  display: inline;
  margin-right: 10px;
  font-size: 13px !important;
}
div.pagination li a {
  font-size: 13px;
  color: #ddd;
  line-height: 19px;
  text-decoration: none;
}
div.pagination li a:hover {
  color: #333;
}
/*** Breadcrumbs ***/
#breadcrumbs ul {
  list-style: none;
  padding: 0;
}
#breadcrumbs ul li {
  display: inline-flex;
}
#breadcrumbs ul li img {
  padding: 0 3px;
  padding-top: 2px;
}
#breadcrumbs ul li span {
  font-size: 11px;
  color: #888;
}
#breadcrumbs ul li.active {
  font-size: 11px;
  color: #888;
}
#breadcrumbs ul li a {
  font-size: 11px;
  color: #999;
  text-decoration: none;
}
/*******************************************/
/*** Responsive ***/
@media all and (min-width: 960px) {
  /*******************************************/
  /*** Logo & Navigation ***/
  #mobile-navigation {
    display: none !important;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #banner-mobile {
    display: none;
  }
}
@media all and (min-width: 750px) and (max-width: 960px) {
  /*******************************************/
  /*** Logo & Navigation ***/
  #container-1 {
    width: 100%;
    height: 50px;
  }
  #logo {
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    max-width: 960px;
    width: 100% !important;
    padding: 0;
  }
  #navigation .moduletable_menu {
    text-align: center;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #mobile-navigation {
    display: none !important;
  }
  /****************************************************************************/
  /*************************** Banner - Slider ********************************/
  #banner-mobile {
    display: none;
  }
  #container-banner-text {
    margin-top: 35%;
  }
  #banner-text h1,
  #banner-text h2,
  #banner-text h2 strong,
  #banner-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 10% 4%;
  }
  .cols-1,
  .cols-2,
  .cols-3,
  .cols-4,
  .cols-5 {
    display: block;
  }
  .cols-3 .column-1,
  .cols-3 .column-2,
  .cols-3 .column-3,
  .cols-4 .column-1,
  .cols-4 .column-2,
  .cols-4 .column-3,
  .cols-4 .column-4,
  .cols-5 .column-1,
  .cols-5 .column-2,
  .cols-5 .column-3,
  .cols-5 .column-4,
  .cols-5 .column-5 {
    width: 46% !important;
    float: left;
    padding: 2% !important;
    margin-bottom: 4%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #footer {
    float: none;
    text-align: center;
  }
  #sitemap {
    width: 100%;
    margin-bottom: 4%;
  }
  #sitemap li {
    width: 100%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #scrolltop {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    margin-bottom: -10px;
  }
  /********************************************************************************/
  /***************************** Fontdesign *********************************/
  table {
    width: 100% !important;
  }
}
@media all and (max-width: 750px) {
  /****************************************************************************/
  /*** Info - Top ***/
  #info-top {
    display: none;
  }
  /*******************************************/
  /*** Logo & Navigation ***/
  #logo {
    width: 50%;
    max-width: 220px;
    height: 80px;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    display: none;
  }
  /****************************************************************************/
  /*************************** Banner - Slider ********************************/
  #container-2 {
    max-height: 300px;
  }
  #banner-mobile img {
    margin-top: 0;
  }
  #banner {
    display: none;
  }
  #container-banner-text {
    display: none;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 10% 4%;
  }
  .leading-0 .pull-left img,
  .leading-1 .pull-left img,
  .leading-2 .pull-left img,
  .leading-3 .pull-left img,
  .leading-4 .pull-left img,
  .leading-5 .pull-left img,
  .leading-0 .pull-none img,
  .leading-1 .pull-none img,
  .leading-2 .pull-none img,
  .leading-3 .pull-none img,
  .leading-4 .pull-none img,
  .leading-5 .pull-none img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .leading-0 .pull-right img,
  .leading-1 .pull-right img,
  .leading-2 .pull-right img,
  .leading-3 .pull-right img,
  .leading-4 .pull-right img,
  .leading-5 .pull-right img {
    width: 30%;
    float: none;
    margin-left: 0;
  }
  .leading-0,
  .leading-1,
  .leading-2,
  .leading-3,
  .leading-4,
  .leading-5 {
    text-align: center;
  }
  .cols-2 .column-1,
  .cols-2 .column-2,
  .cols-3 .column-1,
  .cols-3 .column-2,
  .cols-3 .column-3,
  .cols-4 .column-1,
  .cols-4 .column-2,
  .cols-4 .column-3,
  .cols-4 .column-4,
  .cols-5 .column-1,
  .cols-5 .column-2,
  .cols-5 .column-3,
  .cols-5 .column-4,
  .cols-5 .column-5 {
    width: 100% !important;
    float: left;
    padding: 0% !important;
    margin-bottom: 4%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #footer {
    float: none;
    text-align: center;
  }
  #sitemap {
    width: 100%;
    margin-bottom: 4%;
  }
  #sitemap li {
    width: 100%;
    text-align: center;
  }
  /********************************************************************************/
  /***************************** Footer - Sitemap *********************************/
  #scrolltop {
    width: 40px;
    height: 40px;
    margin-top: -22px;
    margin-bottom: -10px;
  }
  /********************************************************************************/
  /***************************** Fontdesign *********************************/
  table {
    width: 100% !important;
    float: left !important;
  }
}


/*********** UPDATE CSS Blog Hauptbeiträge ***********/

.blog-featured .blog-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-featured .blog-item {
  width: 23%;
  margin-bottom: 2rem
}

.blog-featured .blog-item .item-image {
  margin: 0;
  margin-bottom: 30px;
}

.blog-featured .blog-item .item-image img{
  width: 100%;
}

@media all and (max-width: 800px) {
  .blog-featured .blog-item {
    width: 48%;
  }
}

@media all and (max-width: 650px) {
  .blog-featured .blog-item {
    width: 100%;
  }
}

/*********** UPDATE CSS Blog ***********/

.com-content-category-blog__items.blog-items.items-leading .blog-item {
  width: 100%;
  margin-bottom: 4rem;
}

.com-content-category-blog__items.blog-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.columns-2 .com-content-category-blog__item.blog-item {
  width: 48%;
  margin-bottom: 2rem
}

.columns-3 .com-content-category-blog__item.blog-item {
  width: 31%;
  margin-bottom: 2rem
}

.columns-4 .com-content-category-blog__item.blog-item {
  width: 23%;
  margin-bottom: 2rem
}

.com-content-category-blog__item.blog-item .item-image {
  margin: 0;
  margin-bottom: 30px;
}

.com-content-category-blog__item.blog-item .item-image img{
  width: 100%;
}

@media all and (max-width: 800px) {
  .com-content-category-blog__item.blog-item {
    width: 48%;
  }
}

@media all and (max-width: 650px) {
  .columns-2 .com-content-category-blog__item.blog-item,
  .columns-3 .com-content-category-blog__item.blog-item,
  .columns-4 .com-content-category-blog__item.blog-item {
    width: 100%;
  }
}

/*********** UPDATE CSS Blog Referenzen ***********/

.referenzen .com-content-category-blog__items.blog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.referenzen .com-content-category-blog__item.blog-item {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 2rem;
  margin-bottom: 5rem;
  align-items: center;
}

.referenzen .com-content-category-blog__item.blog-item .item-image {
  display: flex;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}

.referenzen .com-content-category-blog__item.blog-item .item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


@media all and (max-width: 800px) {
  .referenzen .com-content-category-blog__item.blog-item {
    grid-template-columns: 100%;
  }
}

/*********** UPDATE CSS Pagination ***********/

.pagination {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  gap: 1rem;
}

.pagination .page-item a{
  color: #fff;
}

.pagination .active.page-item a{
  color: #ef0000;
}

/*********** UPDATE CSS Content ***********/


.com-content-article.item-page {
 display: flex;
 gap: 2rem;
}

.com-content-article.item-page .com-content-article__body {
  width: 100%;
 }

.com-content-article.item-page .left.item-image,
.com-content-article.item-page .left.item-image img {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

@media all and (max-width: 800px) {
  .com-content-article.item-page {
    flex-direction: column;
  
  }
}



/*********** UPDATE Cookies ***********/

#redim-cookiehint {
  max-width: 500px !important;
  padding: 3rem !important;
  border-radius: 10px !important;
}

#redim-cookiehint .cookiebuttons .btn {
  padding: 12px 20px 10px 20px !important;
  border-radius: 0px !important;
}