@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=bbc6f3b5-d8a7-4767-9f19-92237cf13e70&fontids=1564303,1564315,1564339");
/*********************************************************************************/
/*********************************************************************************/
/******************** Copyright - artext GmbH ************************************/
/*********************************************************************************/
/*********************************************************************************/
/************************ websolution 5.0 ****************************************/
/*********************************************************************************/
/*************************************/
/* Colors */
/*************************************/
/* Container 1 - Navigation und Logo */
/* Navigation 100% Linksbündig */
/*************************************/
/* Mobile Navigation */
/*************************************/
/* Font-Design */
@font-face {
  font-family: "ITC Avant Garde Gothic W04 XLt";
  src: url("Fonts/1564303/2aa54f87-7fc1-4e7a-96c8-b556e86fcc13.eot?#iefix");
  src: url("Fonts/1564303/2aa54f87-7fc1-4e7a-96c8-b556e86fcc13.eot?#iefix") format("eot"), url("Fonts/1564303/24ccd685-d4aa-403c-bf95-69a3e562d182.woff2") format("woff2"), url("Fonts/1564303/bad88abd-8e5f-4ca2-8bcf-b034ebab5361.woff") format("woff"), url("Fonts/1564303/e7336450-60c0-496c-ad1f-0085b6dafb14.ttf") format("truetype");
}
@font-face {
  font-family: "ITC Avant Garde Gothic W04 Bk";
  src: url("Fonts/1564315/28fe8312-61c6-495a-99a7-7076964d3a0a.eot?#iefix");
  src: url("Fonts/1564315/28fe8312-61c6-495a-99a7-7076964d3a0a.eot?#iefix") format("eot"), url("Fonts/1564315/f4935529-9256-45ed-b492-68175b05634e.woff2") format("woff2"), url("Fonts/1564315/536ca58d-8cc1-420d-a857-f0129065d22e.woff") format("woff"), url("Fonts/1564315/a1d76b37-6e92-4b0a-9827-fc436b674a2b.ttf") format("truetype");
}
@font-face {
  font-family: "ITC Avant Garde Gothic W04 Dm";
  src: url("Fonts/1564339/52f8d2b2-f574-4307-ab01-411f6818d819.eot?#iefix");
  src: url("Fonts/1564339/52f8d2b2-f574-4307-ab01-411f6818d819.eot?#iefix") format("eot"), url("Fonts/1564339/1f0d7d6b-6b7c-4ab9-9941-f47655a69b7c.woff2") format("woff2"), url("Fonts/1564339/c3e0142c-3a7e-4be9-bf72-7e183460f273.woff") format("woff"), url("Fonts/1564339/1b44cd24-2b66-4486-a61f-d903f779f568.ttf") format("truetype");
}
/*********************************** CSS *****************************************/
/*********************************************************************************/
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
}
#clear-both {
  clear: both;
}
#container-all {
  width: 100%;
  left: 0;
  min-height: 100%;
  position: relative;
}
/****************************************************************************/
/*** Info - Top ***/
#info-top {
  width: 100%;
  height: auto;
  background: #249ca1;
}
#info-top .moduletable {
  width: 96%;
  max-width: ;
  margin: 0 auto;
  text-align: center;
  padding: 5px 2%;
}
#info-top,
#info-top strong,
#info-top a {
  font-size: 12px;
  color: #fff;
}
/****************************************************************************/
/*** Logo & Navigation ***/
#design-1,
#design-2,
#design-3,
#design-4 {
  float: left;
  width: 100%;
  height: auto;
}
#design-1 {
  background: #fff;
  position: relative;
  z-index: 20;
  float: left;
  border-bottom: 1px #ddd solid;
}
#container-1 {
  width: 100%;
  height: 120px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
#logo {
  width: 330px;
  height: 120px;
  float: left;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
  margin: 0 0 0 3%;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 95px;
  float: right;
}
#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;
  padding: 0 10px;
  border-right: 1px #eee solid;
}
#navigation ul li:first-Child {
  float: left;
  padding: 0 10px;
  border-left: 1px #eee solid;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 120px;
  color: #666;
  font-size: 14px;
  line-height: 125px;
  position: relative;
  text-transform: uppercase;
}
#navigation ul li a:hover {
  color: #249ca1;
}
#navigation ul li a:hover::after,
#navigation ul li a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#navigation ul li.current.active a {
  color: #249ca1;
  font-weight: bold;
}
#navigation ul li.active.deeper.parent a {
  color: #249ca1;
  border-bottom: 0px;
  font-weight: bold;
}
#navigation ul li.current.active a::after,
#navigation ul li.deeper.parent a::after,
#navigation ul li ul li a::after {
  height: 0px;
}
#navigation ul li.current.active ul li a {
  background: #249ca1;
  color: #fff;
  border-left: none;
  font-weight: normal;
  border-bottom: 0px;
}
#navigation ul ul {
  border-radius: 0px;
  padding: 0;
  padding-top: 13px;
  position: absolute;
  opacity: 0;
  z-index: 50;
  margin-left: -15px;
  margin-top: -8px;
  background: url(../images/nav-top.png) 15px 0px no-repeat;
  background-size: 28px auto;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#navigation ul ul li {
  display: none;
  border: none;
  min-width: 120px;
}
#navigation ul ul li:first-Child {
  float: none;
  padding: 0;
  border-left: none;
}
#navigation ul ul li {
  float: none;
  background: #249ca1;
  color: #fff;
  padding: 0 ;
}
#navigation ul li.deeper.parent:hover ul li {
  display: block;
}
#navigation ul li.deeper.parent:hover ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#navigation ul ul li a,
#navigation ul li.active.deeper.parent ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 40px !important;
  height: auto;
  padding: 0 15px;
  text-align: left;
  font-weight: normal;
}
#navigation ul ul li a:hover,
#navigation ul li.current.active ul li a:hover,
#navigation ul ul li.current.active a,
#navigation ul li.active.deeper.parent ul li.current.active a,
#navigation ul li.active.deeper.parent ul li a:hover {
  background: #2aafb4;
  color: #fff;
  border: 0px;
  font-weight: normal;
}
/****************************************************************************/
/*** 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: -100px;
  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: -100px;
  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: 13px;
  background: #249ca1;
  width: 100%;
  border-bottom: #2aafb4 1px solid;
  display: block;
  text-transform: uppercase;
}
#mobile-navigation li a:hover {
  background: #2aafb4;
  /*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:  95% no-repeat #249ca1;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background:  95% no-repeat #2aafb4;
  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: #2aafb4;
}
#mobile-navigation li.current.active.deeper.parent a {
  background:  95% no-repeat #2aafb4;
  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: #249ca1;
  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: #2aafb4;
}
#mobile-navigation ul li ul li.current.active a {
  background: #2aafb4;
}
#mobile-navigation .dropdown-open {
  height: 44px;
  width: 45px;
  background: #fff;
  position: absolute;
  margin-top: -45px;
  right: 0;
  cursor: pointer;
  background: url(../images/mobile-nav-plus-open.png) 55% no-repeat;
  background-size: 15px;
}
#mobile-navigation .dropdown-close {
  height: 44px;
  width: 45px;
  background: #fff;
  position: absolute;
  margin-top: -45px;
  right: 0;
  cursor: pointer;
  background: url(../images/mobile-nav-plus-close.png) 55% no-repeat;
  background-size: 15px;
}
/****************************************************************************/
/*************************** Banner - Slider ********************************/
#design-2 {
  background: #fff;
  position: relative;
  z-index: 10;
  float: left;
}
#container-2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#banner-design img {
  width: 100%;
  height: auto;
  position: absolute;
  margin-top: 0;
}
#banner img {
  margin-top: -10%;
}
#container-banner-text {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 10;
  margin-top: 185px;
  float: left;
}
#banner-text {
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}
#banner-text div.moduletable {
  background: rgba(38, 116, 232, 0.8);
  padding: 15px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  width: calc(65%);
}
#banner-text h1,
#banner-text h2,
#banner-text h3 {
  color: #fff;
  font-size: 4vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
#banner-text p {
  color: #fff;
  font-size: 2vw;
  margin: 10px 0;
  line-height: normal;
}
/****************************************************************************/
/***************************** Inhalt *********************************/
#design-3 {
  background: #eee;
  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%;
  margin-top: -70px;
}
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 5% 4%;
}
/*** Incontent und News ***/
#incontent-70 {
  width: 62%;
  padding: 5% 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: center;
  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: 5% 4% 5% 0;
}
#news h3 {
  margin-top: 0;
  margin-bottom: -10px;
}
#news ul {
  list-style: none;
  padding-left: 0px;
}
#news li {
  border-bottom: 1px dotted #eee;
  padding: 4px 0px;
}
.mod-articles-category-title {
  font-size: 13px;
  color: #249ca1;
  font-weight: normal;
  float: none;
  line-height: 18px;
  width: 100%;
}
.mod-articles-category-introtext,
.mod-articles-category-introtext strong {
  font-size: 13px;
  color: #7b7b7b;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 18px;
}
.mod-articles-category-date {
  font-size: 11px;
  color: #fff;
  display: ;
  margin: 0;
  background: #249ca1;
  padding: 2px 5px;
  float: none;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#design-4 {
  background: #eee;
  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: 11px;
  text-decoration: none;
  color: #555;
  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: 11px;
  text-decoration: none;
  color: #555;
}
/********************************************************************************/
/***************************** 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;
}
/****************************************************************************/
/***************************** imagegallery *********************************/
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
/****************************************************************************/
/***************************** Font-Design *********************************/
/************
@font-face{
font-family:"ITC Avant Garde Gothic W04 XLt";
src:url("Fonts/1564303/2aa54f87-7fc1-4e7a-96c8-b556e86fcc13.eot?#iefix");
src:url("Fonts/1564303/2aa54f87-7fc1-4e7a-96c8-b556e86fcc13.eot?#iefix") format("eot"),url("Fonts/1564303/24ccd685-d4aa-403c-bf95-69a3e562d182.woff2") format("woff2"),url("Fonts/1564303/bad88abd-8e5f-4ca2-8bcf-b034ebab5361.woff") format("woff"),url("Fonts/1564303/e7336450-60c0-496c-ad1f-0085b6dafb14.ttf") format("truetype");
}
@font-face{
font-family:"ITC Avant Garde Gothic W04 Bk";
src:url("Fonts/1564315/28fe8312-61c6-495a-99a7-7076964d3a0a.eot?#iefix");
src:url("Fonts/1564315/28fe8312-61c6-495a-99a7-7076964d3a0a.eot?#iefix") format("eot"),url("Fonts/1564315/f4935529-9256-45ed-b492-68175b05634e.woff2") format("woff2"),url("Fonts/1564315/536ca58d-8cc1-420d-a857-f0129065d22e.woff") format("woff"),url("Fonts/1564315/a1d76b37-6e92-4b0a-9827-fc436b674a2b.ttf") format("truetype");
}
@font-face{
font-family:"ITC Avant Garde Gothic W04 Dm";
src:url("Fonts/1564339/52f8d2b2-f574-4307-ab01-411f6818d819.eot?#iefix");
src:url("Fonts/1564339/52f8d2b2-f574-4307-ab01-411f6818d819.eot?#iefix") format("eot"),url("Fonts/1564339/1f0d7d6b-6b7c-4ab9-9941-f47655a69b7c.woff2") format("woff2"),url("Fonts/1564339/c3e0142c-3a7e-4be9-bf72-7e183460f273.woff") format("woff"),url("Fonts/1564339/1b44cd24-2b66-4486-a61f-d903f779f568.ttf") format("truetype");
}

****/
body {
  font-family: "ITC Avant Garde Gothic W04 Bk";
  font-size: 14px;
  line-height: 21px;
  color: #7A7A7A;
}
h1 {
  font-family: "ITC Avant Garde Gothic W04 Bk";
  font-size: 25px;
  font-weight: 200;
  text-transform: ;
  color: #249ca1;
  line-height: 28px;
}
h2 {
  font-family: "ITC Avant Garde Gothic W04 Bk";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: ;
  color: #249ca1;
}
h3 {
  font-size: 16;
  text-transform: uppercase;
  color: #249ca1;
}
p,
#incontent li,
span,
span ul {
  font-size: 14px;
  line-height: 21px;
  color: #7A7A7A;
}
a {
  font-size: 14px;
  line-height: 18px;
  color: #249ca1;
  text-decoration: none;
}
strong {
  font-family: "ITC Avant Garde Gothic W04 Bk";
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
hr {
  border: none;
  border-bottom: #eee solid 1px;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  background: #249ca1;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
}
a.btn:hover {
  background: #2aafb4;
  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;
}
/***** 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: 210px;
  }
  #logo {
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    max-width: 960px;
    width: 100% !important;
    padding: 0;
  }
  #navigation ul li a {
    height: 95px;
    line-height: 103px;
  }
  #navigation .moduletable_menu {
    text-align: center;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #mobile-navigation {
    display: none !important;
  }
  
  
  #navigation ul ul {
    list-style: none;
    position: absolute;
    display: block;
}
  
  /****************************************************************************/
  /*************************** Banner - Slider ********************************/
  #banner-mobile {
    display: none;
  }
  #container-banner-text {
    margin-top: 130px;
  }
  /*******************************************/
  /*********** 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;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    display: none;
  }
  /****************************************************************************/
  /*************************** Banner - Slider ********************************/
  #banner-mobile img {
    margin-top: -25%;
  }
  #container-banner-text {
    display: none;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #container-incontent {
    width: 100%;
    float: left;
    background: #FFF none repeat scroll 0% 0%;
    margin-top: 0;
  }
  #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;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 14;
  }
  p,
  #incontent li,
  span,
  span ul {
    font-size: 14px;
    line-height: 18px;
  }
  a {
    font-size: 14px;
    line-height: 18px;
  }
  strong {
    font-size: 14px;
    line-height: 18px;
  }
}
@media all and (max-width: 380px) {
  /********************************************************************************/
  /***************************** Imagegallery *********************************/
  li.sigFreeThumb {
    width: 49% !important;
    float: left;
  }
  a.sigFreeLink.fancybox-button {
    width: 100% !important;
    height: 130px !important;
  }
  img.sigFreeImg {
    width: 100% !important;
    height: 130px !important;
  }
}


#incontent img {
  max-width: 100% !important;
}

.pull-left.item-image {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pull-left.item-image img {
  height: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
