/*********************************************************************************/
/*********************************************************************************/
/******************** Copyright - artext GmbH ************************************/
/*********************************************************************************/
/*********************************************************************************/
/************************ websolution 6 ****************************************/
/*********************************************************************************/
/*************************************/
/* Colors */
/*************************************/
/* Container 1 - Navigation und Logo */
/* Navigation 100% Linksbündig */
/*************************************/
/* Mobile Navigation */
/*************************************/
/* Font-Design */
/*************************************/
/* Einleitung - left / center */
/*********************************** CSS *****************************************/
/*********************************************************************************/
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #333;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #666;
}
#clear-both {
  clear: both;
}
#container-all {
  width: 100%;
  left: 0;
  min-height: 100%;
  position: relative;
}
/****************************************************************************/
/*** Info - Top ***/
#info-top {
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcf00+0,ffcf00+17,db4019+17,db4019+42,cf2b26+42,cf2b26+72,9a2821+72,9a2821+100 */
  background: #ffcf00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffcf00 0%, #ffcf00 17%, #db4019 17%, #db4019 42%, #cf2b26 42%, #cf2b26 72%, #9a2821 72%, #9a2821 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffcf00 0%, #ffcf00 17%, #db4019 17%, #db4019 42%, #cf2b26 42%, #cf2b26 72%, #9a2821 72%, #9a2821 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffcf00 0%, #ffcf00 17%, #db4019 17%, #db4019 42%, #cf2b26 42%, #cf2b26 72%, #9a2821 72%, #9a2821 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf00', endColorstr='#9a2821', GradientType=1);
  /* IE6-9 */
}
#info-top .moduletable {
  width: calc(90%);
  max-width: ;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
}
#info-top,
#info-top strong,
#info-top a {
  font-size: 13px;
  color: #333;
}
/****************************************************************************/
/*** 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: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
#logo {
  width: 220px;
  height: 80px;
  float: left;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
  margin: 0 0 0 3%;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 80px;
  width: auto;
  background: #fff;
  float: right;
  padding: 0 3% 0 0;
}
#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;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 61px;
  color: #666;
  font-size: 16px;
  line-height: 80px;
  position: relative;
}
#navigation li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e9421a;
  content: '';
  opacity: 0;
  -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 li a:hover {
  background: #fff;
  color: #e6421a;
}
#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 {
  background: #fff;
  color: #e6421a;
  font-weight: bold;
  border-bottom: 4px solid #e6421a;
}
#navigation ul li.active.deeper.parent a {
  color: #e6421a;
  border-bottom: 0px;
}
#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: #e9421a;
  color: #fff;
  border-left: none;
  font-weight: normal;
  border-bottom: 0px;
}
#navigation ul ul {
  border-radius: 0px;
  padding: 0;
  position: absolute;
  opacity: 0;
  z-index: 50;
  margin-left: -15px;
  -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;
}
#navigation ul ul li {
  float: none;
  background: #e9421a;
  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: 14px;
  line-height: 40px;
  height: auto;
  padding: 0 15px;
  text-align: left;
}
#navigation ul ul li a:hover,
#navigation ul li.current.active ul li a:hover,
#navigation ul ul li.current.active a {
  background: #a52922;
  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: -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: #e6421a;
  width: 100%;
  border-bottom: #d52c27 1px solid;
  display: block;
}
#mobile-navigation li a:hover {
  background: #d52c27;
  /*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 #e6421a;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background: url(../images/mobile-nav-plus-2.png) 95% no-repeat #d52c27;
  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: #d52c27;
}
#mobile-navigation li.current.active.deeper.parent a {
  background: url(../images/mobile-nav-plus-2.png) 95% no-repeat #d52c27;
  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: #e6421a;
  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: #d52c27;
}
#mobile-navigation ul li ul li.current.active a {
  background: #d52c27;
}
/****************************************************************************/
/*************************** Banner - Slider ********************************/
#design-2 {
  background: #fff;
  position: relative;
  z-index: 10;
  float: left;
}
#container-2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#container-2-klein {
  width: 100%;
  max-height: 350px;
  margin: 0 auto;
  padding: 0;
}
#banner {
  max-height: 650px !important;
}
#banner-klein img {
  width: 100%;
  margin-top: -35%;
}
#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;
}
#scrolldown {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url(../images/scrolldown.png);
  background-size: 100%;
  position: relative;
  z-index: 50;
  margin-top: -120px;
  cursor: pointer;
}
#trigger-scrolldown {
  width: 100%;
  height: 1px;
  position: absolute;
  margin-top: 200px;
}
#banner-design-1 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
  overflow: hidden;
}
#banner-design-1 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
  bottom: 0;
}
#banner-design-1 img {
  width: 100%;
  height: auto;
}
#banner-design-2 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 50;
  overflow: hidden;
  bottom: 0;
}
#banner-design-2 img {
  width: 100%;
  height: auto;
}
/********** Slider ********/

div.bullet {
	background: url(../html/slider/bullets.png) no-repeat top left !important;
}

div.bullet.selected {
	background: url(../html/slider/bullets.png) no-repeat bottom left !important;
}


/****************************************************************************/
/***************************** Inhalt *********************************/
#design-3 {
  position: relative;
  z-index: 10;
  float: left;
  border-bottom: #ddd 1px solid;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ab00+0,e50a34+100 */
  background: #f8ab00;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f8ab00 0%, #e50a34 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f8ab00 0%, #e50a34 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f8ab00 0%, #e50a34 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ab00', endColorstr='#e50a34', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#container-3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#container-incontent {
  width: 100%;
  float: left;
}
/*** BLOG ***/
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 3% 4% 0%;
  min-height: 330px;
}
/*** Incontent und News ***/
#incontent-70 {
  width: 66%;
  padding: 5% 2%;
  float: left;
  min-height: 500px;
}
/*** 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: ;
}
div.blog .pull-left img,
div.blog .pull-right img,
div.blog .pull-none img,
div.blog-featured .pull-left img,
div.blog-featured .pull-right img,
div.blog-featured .pull-none img,
.pull-none img {
  width: calc(100% - 20px);
  border: 10px solid #f3f3f3;
}
.blog-featured .leading-0 {
  text-align: center;
  border-bottom: 1px solid white;
}
.pull-left img {
  width: 40%;
  border: 10px solid #f3f3f3;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}
.pull-right img {
  width: 40%;
  border: 10px solid #f3f3f3;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
}
.pull-none img {
  width: calc(100% - 20px);
  border: 10px solid #f3f3f3;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
/** Führende Beiträge **/
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5 {
  display: inline-block;
  padding: 2% ;
  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%;
}
/****** REFERENZEN BLOG ********/
dd.create {
  width: auto;
  font-size: 15px;
  color: #e6421a;
  font-weight: normal;
  float: none;
  line-height: 24px;
  text-align: left;
  position: relative;
  margin-left: 0px;
}
dl.article-info.muted {
  margin: 0;
}
div.page-header h2 a {
  font-size: 110%;
  font-weight: bold;
  color: #e6421a;
  margin-bottom: 3px;
}
div.blog-referenzen .cols-1 .column-1 {
  width: 100%;
  float: left;
  padding: 0;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: #eee solid 1px;
  margin-top: -13px;
}
div.item-page-referenzen .pull-left img,
div.item-page-referenzen .pull-right img,
div.item-page-referenzen .pull-none img {
  width: 40%;
  border: 10px solid #f3f3f3;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  margin-top: 2px;
}
div.blog-referenzen .pull-left img {
  width: 40%;
  border: 10px solid #f3f3f3;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  margin-top: 20px;
}
div.blog-referenzen .pull-right img {
  width: 40%;
  border: 10px solid #f3f3f3;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
  margin-top: 20px;
}
div.blog-referenzen .pull-none img {
  width: calc(100% - 20px);
  border: 10px solid #f3f3f3;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
/****************************************************************************/
/***************************** news *********************************/
#news {
  width: 25%;
  float: right;
  padding: 14% 4% 10% 0;
}
#news h3 {
  font-size: 150%;
  margin-top: 0;
  margin-bottom: -10px;
  color: #777;
  font-weight: normal;
  text-transform: none;
}
#news ul {
  list-style: none;
  padding-left: 0px;
}
#news li {
  border-bottom: 1px solid #eee;
  padding: 9px 0px;
  min-height: 55px;
}
.mod-articles-category-title {
  font-size: 90%;
  color: #777;
  font-weight: bold;
  flaot: left;
  width: 100%;
}
.mod-articles-category-introtext,
.mod-articles-category-introtext strong {
  font-size: 85%;
  color: #888;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 2px;
}
.mod-articles-category-date {
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
  color: #fff;
  display: block;
  margin: 0;
  background: #ddd;
  float: left;
  padding: 6px 6px;
}
#news-intro {
  display: table;
}
#news-date {
  float: left;
  padding: 5px 15px 0px 0px;
}
/********************************************************************************/
/***************************** Zusatz *********************************/
#design-3b {
  width: 100%;
  background: #fafafa;
  position: relative;
  z-index: 10;
  float: left;
  padding: 3% 0px;
  border-top: 1px solid #eee;
}
#container-3b {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
/****************************************************************************/
/***************************** navigation left *********************************/
#navigation-left .moduletable {
  width: 84%;
  background: #eee;
  padding: 8%;
  margin-bottom: 20px;
}
#navigation-left {
  float: left;
  width: 18%;
  margin: 6.5% 3% 10% 4%;
}
#navigation-left h3 {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  margin: 0px;
}
#navigation-left ul {
  list-style: none;
  padding-left: 0;
  margin: 4px 0;
}
#navigation-left ul li {
  font-size: 75%;
}
#navigation-left ul li:hover,
#navigation-left ul li.current.active {
  color: #333;
  font-weight: bold;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#design-4 {
  background: #333;
  position: relative;
  z-index: 10;
  float: left;
}
#container-4 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#footer {
  float: left;
}
#footer p,
#footer strong,
#footer a {
  font-size: 13px;
  text-decoration: none;
  color: #999;
  margin: 23px 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: #999;
}
/********************************************************************************/
/***************************** 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: -19px;
  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 *********************************/
body {
  font-family: "acumin-pro-semi-condensed", sans-serif;
}
h1 {
  font-size: 250%;
  font-weight: bold;
  text-transform: ;
  color: #f5f5f5;
  margin-bottom: 5px;
}
h2 {
  font-size: 110%;
  font-weight: bold;
  color: #f5f5f5;
  margin-bottom: 3px;
}
h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: #f5f5f5;
}
p,
#incontent li,
span,
span ul,
table {
  font-size: 100%;
  color: #f5f5f5;
  font-weight: 300;
  line-height: 23px;
}
address {
  font-size: 87%;
  color: #777  ;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
address strong {
  color: #e6421a;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
}
address a {
  color: #e6421a;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
a {
  font-size: 100%;
  color: #555;
  text-decoration: none;
}
strong {
  font-size: 100%;
  color: #555;
  font-weight: bold;
}
hr {
  border: none;
  border-bottom: #eee solid 1px;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  background: #f5f5f5;
  color: #e6421a;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
}
a.btn:hover {
  background: #fff ;
  color: #a52922;
  /*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: 160px;
  }
  #logo {
    float: none;
    position: relative;
    margin: 0 auto;
  }
    #navigation {
    max-width: 960px;
    width: 100% !important;
    padding: 0;
  }
  #navigation ul ul {
  list-style: none;
  position: absolute;
  display: block;
}  
  #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: 130px;
  }
  #container-2 {
    width: 100%;
    max-height: 350px;
    margin: 0 auto;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 5% 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%;
  }
  div.blog .pull-left img,
  div.blog .pull-right img,
  div.blog .pull-none img,
  .pull-none img,
  .pull-left img,
  .pull-right img {
    width: calc(100% - 20px);
    border: 10px solid #f3f3f3;
    margin-right: 0;
    margin-left: 0;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 45%;
    background: #eee;
    padding: 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 45%;
    background: #eee;
    padding: 2%;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
  }
  #navigation-left {
    float: left;
    width: 92%;
    padding: 4% 4% 4% 4%;
    margin: 0;
  }
  /********************************************************************************/
  /***************************** 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 ***/
  /*******************************************/
  /*** Logo & Navigation ***/
  #logo {
    width: 50%;
    max-width: 220px;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    display: none;
  }
  /****************************************************************************/
  /*************************** Banner - Slider ********************************/
  #container-2,
  #container-2-klein {
    max-height: 400px;
  }
  #banner-mobile img {
    margin-top: -25%;
  }
  #banner-klein {
    display: none;
  }
  #container-banner-text {
    display: none;
  }
  /*******************************************/
  /*********** Inhalte - Incontent ***********/
  /*** Incontent und News ***/
  #incontent-70 {
    width: 92%;
    padding: 5% 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%;
  }
  div.blog .pull-left img,
  div.blog .pull-right img,
  div.blog .pull-none img,
  .pull-none img,
  .pull-left img,
  .pull-right img {
    width: calc(100% - 20px);
    border: 10px solid #f3f3f3;
    margin-right: 0;
    margin-left: 0;
  }
  /****** Referenzen BLOG *******/
  div.blog-referenzen .pull-left img,
  div.blog-referenzen .pull-right img,
  div.blog-referenzen .pull-none img {
    width: calc(100% - 20px);
    border: 10px solid #f3f3f3;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
  }
  div.item-page-referenzen .pull-left img,
  div.item-page-referenzen .pull-right img,
  div.item-page-referenzen .pull-none img {
    width: calc(100% - 20px);
    border: 10px solid #f3f3f3;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 96%;
    background: #eee;
    padding: 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 96%;
    background: #eee;
    padding: 2%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #navigation-left {
    float: left;
    width: 92%;
    padding: 4% 4% 4% 4%;
    margin: 0;
  }
  #navigation-left ul li {
    float: left;
    margin-right: 15px;
  }
  /********************************************************************************/
  /***************************** 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;
  }
  address,
  address strong,
  address a {
    font-size: 95%;
    line-height: 125%;
  }
  p,
  #incontent li,
  span,
  span ul,
  table {
    font-size: 100% - 20px;
    line-height: 125%;
  }
  a {
    font-size: 100% - 20px;
    line-height: 125%;
  }
  strong {
    font-size: 100% - 20px;
    line-height: 125%;
  }
}
@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;
  }
}
