/*********************************************************************************/
/*********************************************************************************/
/******************** Copyright - artext GmbH ************************************/
/*********************************************************************************/
/*********************************************************************************/
/************************ websolution 6 ****************************************/
/*********************************************************************************/
/*************************************/
/**** Hintergrundfarben ****/
/**** Schriftfarben ****/
/**** Navigation ****/
/**** News ****/
/**** Schriftgrössen ****/
/* Hauptfarben - Buttons und Überschriften */
/* Allgemeine Hintergründe */
/*************************************/
/* Container 1 - Navigation und Logo */
/* Navigation - Farben */
/*************************************/
/* Mobile Navigation */
/* Rollover und Aktiv */
/*************************************/
/* Font-Design */
/* Schriftfarben */
/*************************************/
/* Einleitung - left / center */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
}
#clear-both {
  clear: both;
}
#container-all {
  width: 100%;
  left: 0;
  min-height: 100%;
  position: relative;
  display: none;
}
#loader {
  width: 10%;
  height: 200px;
  position: absolute;
  background: url(../images/loader.svg) no-repeat;
  z-index: 100;
  left: 45%;
  top: 50%;
}
/****************************************************************************/
/*** Info - Top ***/
#info-top {
  width: 100%;
  height: auto;
  background: #eaeaea;
}
#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: #707173;
}
/****************************************************************************/
/*** Logo & Navigation ***/
#design-1,
#design-2,
#design-3,
#design-4 {
  float: left;
  width: 100%;
  height: auto;
}
#design-1 {
  position: relative;
  z-index: 20;
  float: left;
}
#container-1 {
  width: 100%;
  height: 100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#design {
  height: 15px;
  width: 100%;
  background: #be1622;
  z-index: 20;
  float: left;
  margin-bottom: -20px;
}
#logo {
  width: 340px;
  height: 130px;
  float: left;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
  margin: 0px 0 0 3%;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 100px;
  width: auto;
  background: #ffffff;
  float: right;
  padding: 0 3% 0 0;
}
#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 2px;
  border-right: 1px solid #eee;
  margin-top: 69px;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  /* height: 40px; */
  color: 100%;
  font-size: 15px;
  line-height: 35px;
  position: relative;
  /* background: #fff; */
  padding: 5px 10px;
  color: #555;
  /* border: 2px solid #fff; */
  /* text-transform: uppercase; */
}
#navigation ul li a:hover {
  color: #e30613;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#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: #e30613;
  font-weight: bold;
}
#navigation ul li.active.deeper.parent a {
  color: #e30613;
  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: #e30613;
  color: #fff;
  border-left: none;
  font-weight: normal;
  border-bottom: 0px;
}
#navigation ul ul {
  background: ;
  background-position: 0px 0px;
  border-radius: 0px;
  padding: 10px 0 0 0;
  margin-top: -10px;
  position: absolute;
  opacity: 0;
  z-index: 50;
  display: block;
  margin-left: 0px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.5s, -moz-transform 0.3s;
  transition: opacity 0.5s, 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: #e30613;
  color: #fff;
  padding: 0 ;
  margin-top: 0px;
  border: 0px;
}
#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;
  background: #e30613;
  border: none;
  min-width: 150px;
  font-weight: normal;
}
#navigation ul ul li a:hover {
  background: #ca101b !important;
  color: #fff;
  border: 0px;
  font-weight: bold;
}
#navigation ul li.current.active ul li a:hover {
  background: #ca101b !important;
  color: #fff;
  border: 0px;
  font-weight: bold;
}
#navigation ul ul li.current.active a {
  background: #ca101b !important;
  color: #fff;
  border: 0px;
  font-weight: bold !important;
}
/****************************************************************************/
/*** 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: -85px;
  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: -85px;
  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: #eeeeee;
  font-size: 15px;
  background: #be1622;
  width: 100%;
  border-bottom: #be1622 1px solid;
  display: block;
}
#mobile-navigation li a:hover {
  background: #be1622;
  /*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 #be1622;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background: 95% no-repeat #be1622;
  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: #be1622;
}
#mobile-navigation li.current.active.deeper.parent a {
  background: 95% no-repeat #be1622;
  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: #be1622;
  line-height: 35px;
}
#mobile-navigation ul li ul li a {
  font-size: 13px ;
}
#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: #be1622;
}
#mobile-navigation ul li ul li.current.active a {
  background: #be1622;
}
#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: none;
  position: relative;
  z-index: 10;
  float: left;
  overflow: hidden;
}
#container-2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#slider-fullsize {
  width: 100%;
  height: 100vh;
  margin-top: -95px;
  background: #0088ce;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: -o-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: linear-gradient(to top right, #0088ce 0%, #1b5da9 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088ce', endColorstr='#1b5da9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#slider-normal {
  width: 100%;
  height: auto;
  background: #0088ce;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: -o-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: linear-gradient(to top right, #0088ce 0%, #1b5da9 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088ce', endColorstr='#1b5da9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#banner-fullsize {
  width: 100%;
  height: 92vh;
  margin-top: -95px;
  display: table;
  position: relative;
  overflow: hidden;
  background: #0088ce;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: -o-linear-gradient(bottom left, #0088ce 0%, #1b5da9 100%);
  background: linear-gradient(to top right, #0088ce 0%, #1b5da9 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088ce', endColorstr='#1b5da9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#banner-fullsize img {
  height: auto;
  min-width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-normal {
  min-width: 100%;
  height: 750px;
  display: table;
  position: relative;
  overflow: hidden;
  margin-top: -95px;
  background: ;
}
#banner-normal img {
  width: 110%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-small {
  min-width: 100%;
  height: 350px;
  display: table;
  position: relative;
  overflow: hidden;
  margin-top: -95px;
  background: ;
}
#banner-small img {
  width: 120%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#banner-text {
  max-width: 1080px;
  position: relative;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 2vw ;
  color: #ffffff !important;
  line-height: 115%;
  padding-top: 70px;
}
#banner-text h1 {
  position: relative;
  margin: auto;
  color: #e30613 !important;
  line-height: 100%;
  font-weight: bolder;
  background: rgba(255, 255, 255, 0.8);
  padding: 3% 3%;
  width: auto;
  display: inline-block;
  font-size: 6vw;
  -webkit-box-shadow: 5px 5px 50px -20px #333333;
  box-shadow: 5px 5px 50px -20px #333333;
}
#banner-text p {
  position: relative;
  margin: auto;
  color: #fff !important;
  line-height: 100%;
  font-weight: normal;
  padding: 2% 3%;
  width: auto;
  display: inline-block;
  font-size: 2vw;
  -webkit-box-shadow: 5px 5px 20px -10px #333333;
  box-shadow: 5px 5px 20px -10px #333333;
  margin-top: -10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e30613+0,ca101b+99 */
  background: #e30613;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e30613 0%, #ca101b 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e30613 0%, #ca101b 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e30613 0%, #ca101b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30613', endColorstr='#ca101b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#banner-small-text {
  max-width: 1080px;
  position: relative;
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 2vw ;
  color: #ffffff !important;
  line-height: 115%;
  top: 10%;
}
#banner-text .moduletable {
  display: block;
}
#scrolldown {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url(../images/scrolldown.png);
  background-size: 100%;
  position: relative;
  z-index: 80;
  margin-top: -120px;
  cursor: pointer;
}
#trigger-scrolldown {
  width: 100%;
  height: 1px;
  position: absolute;
  margin-top: 200px;
}
/********** 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 {
  background: #ffffff;
  position: relative;
  z-index: 10;
  float: left;
  background-size: 800px auto;
}
#container-3 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
#container-incontent {
  width: 100%;
  float: left;
}
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 10% 4%;
  min-height: ;
  text-align: center;
}
/*** Incontent und News ***/
#incontent-70 {
  width: 63%;
  padding: 10% 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: 5px #fff;
}
.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: 5px #fff solid;
}
div.blog .pull-none img,
div.blog-featured .pull-none img,
.pull-none img {
  width: 100%;
}
.pull-left img,
div.blog .pull-left img,
div.blog-featured .pull-left img {
  width: 40%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}
div.blog_team .pull-left img {
  width: 12%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0;
}
div.blog_team #inhalt-blog {
  display: inline-block;
}
.pull-right img,
div.blog .pull-right img,
div.blog-featured .pull-right img {
  width: 40%;
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
}
.pull-none img {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  div[itemprop="articleBody"] {
    display: ;
  }
}
/** Führende Beiträge **/
.leading-0,
.leading-1,
.leading-2,
.leading-3,
.leading-4,
.leading-5 {
  display: inline-block;
  border-bottom: #eeeeee solid 1px;
  width: 100%;
  margin-bottom: 4%;
}
.leading-0.clearfix {
  display: inline-block;
}
/** 1 Hauptbeiträge **/
.cols-1 {
  display: block;
  text-align: left;
  width: 100%;
}
.cols-1 .column-1 {
  width: 100%;
  float: left;
  margin-bottom: 4%;
  border-bottom: #eeeeee solid 1px;
  padding-bottom: 2%;
}
/** 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: 0% 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: 0% 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: 0% 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: 0% 2%;
  margin-bottom: 4%;
}
/****** Spezieller Image Hover effekt *******/
.image-hover {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.image-hover:nth-child(3),
.image-hover:nth-child(6) {
  width: 31%;
  float: left;
  margin-right: 0;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 90%;
  left: 10%;
  top: 6%;
  border-bottom: 0px dotted #FFF;
  border-top: 0px dotted #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  cursor: pointer;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  border-radius: 0;
}
.hovereffect:hover img {
  filter: #000000;
  filter: brightness(0.2);
  -webkit-filter: brightness(0.2);
  border-radius: 0;
}
.hovereffect h2,
.hovereffect h2 a {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 38px;
  background-color: transparent;
  color: #FFF;
  padding: 0 0;
  opacity: 1 !important;
  line-height: 42px;
  text-shadow: 2px 2px 10px #333;
}
.hovereffect img.down {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 20;
  width: 60px;
  z-index: 10;
  height: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hovereffect:hover img.down {
  opacity: 1;
  filter: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  padding: 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  margin: 2px 0;
  font-size: 110%;
}
.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.overlay a:hover {
  font-weight: bold;
}
/****** BLOG ********/
dd.create {
  width: auto;
  font-size: 15px;
  color: #be1622;
  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-weight: bold;
  color: #be1622;
  margin-bottom: 3px;
}
div.blog #inhalt-blog {
  display: table;
  margin: 0;
}
div.blog #inhalt-blog h2 {
  margin-top: 0;
}
/****************************************************************************/
/***************************** news *********************************/
#news {
  width: 25%;
  float: right;
  padding: 10% 4% 10% 0;
}
#news h3 {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: -5px;
  color: #333333;
  font-weight: bold;
  text-transform: none;
}
#news ul {
  list-style: none;
  padding-left: 0px;
}
#news li {
  border-bottom: #eeeeee solid 0px;
  padding: 10px 15px;
  min-height: 55px;
  background: #eee;
  margin-bottom: 8px;
}
#news li:hover {
  background: #ddd;
  margin-bottom: 8px;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
.mod-articles-category-title {
  font-size: 85%;
  color: #e2001a;
  font-weight: bold;
  flaot: left;
  width: 100%;
  line-height: 120%;
}
.mod-articles-category-introtext {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 120%;
}
.mod-articles-category-introtext strong,
.mod-articles-category-introtext a {
  color: #333333;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 2px;
  line-height: 110%;
}
.mod-articles-category-date {
  color: #e2001a;
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 33px;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
  display: block;
  margin: 0;
  float: left;
  padding: 8px 6px;
}
#news-intro {
  display: table;
}
#news-date {
  float: left;
  padding: 1px 15px 0px 0px;
}
/********************************************************************************/
/***************************** Zusatz *********************************/
#design-3b {
  width: 100%;
  background: #eeeeee;
  position: relative;
  z-index: 10;
  float: left;
  padding: 10% 0px;
}
#design-3c {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  float: left;
  padding: 10% 0px;
}
#design-4b {
  width: 100%;
  background: #eee;
  position: relative;
  z-index: 10;
  float: left;
  padding: 10% 0px;
}
#design-5b {
  width: 100%;
  background: #eeeeee;
  position: relative;
  z-index: 10;
  float: left;
  padding: 0% 0px;
}
#container-3b {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
}
#container-3c {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;
}
#container-3c li {
  text-align: left;
  padding: 0.5em 0;
}
#pfeil-weiss {
  background: url(../images/pfeil-weiss.png) no-repeat;
  width: 100%;
  height: 50px;
  background-size: 70px auto;
  margin-bottom: -50px;
  position: relative;
  z-index: 30;
  float: left;
  background-position: center top;
}
#pfeil-grau {
  background: url(../images/pfeil-grau.png) no-repeat;
  width: 100%;
  height: 50px;
  background-size: 70px auto;
  margin-bottom: -50px;
  position: relative;
  z-index: 30;
  float: left;
  background-position: center top;
}
/****************************************************************************/
/***************************** navigation left *********************************/
#navigation-left .moduletable {
  width: 84%;
  background: #e4d3c5;
  padding: 8%;
  margin-bottom: 20px;
}
#navigation-left {
  float: left;
  width: 18%;
  margin: 10% 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 {
  color: #333;
  font-weight: bold;
}
/********************************************************************************/
/***************************** Footer - Sitemap *********************************/
#design-4 {
  background: #ffffff;
  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: #666666;
  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: #666666;
}
/********************************************************************************/
/***************************** 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 .formHorizontal .formControlLabel {
  height: 18px;
  margin: 3px 15px 3px 0px;
  float: left;
  padding: 0px;
  font-size: 88% !important;
}
.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;
}
input#senden.rsform-submit-button {
  background: #333333 !important;
  border-radius: 0px;
  border: 0px;
  color: #fff;
}
/****************************************************************************/
/***************************** imagegallery *********************************/
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
ul.sigFreeClassic li.sigFreeThumb {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: none !important;
  -webkit-margin-end: none !important;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
}
ul.sigFreeClassic {
  margin: 8px 0!important;
  padding: 8px 0!important;
  list-style: none;
  clear: both;
  overflow: hidden;
}
/****************************************************************************/
/***************************** Font-Design *********************************/
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  color: #333333;
}
h1 {
  font-size: 300%;
  font-family: Lakesight;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  color: #be1622;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 125%;
}
h2 {
  font-size: 200%;
  font-family: Lakesight;
  font-weight: normal;
  font-style: normal;
  color: #be1622;
  margin-bottom: 3px;
  margin-top: 0;
  line-height: 125%;
  text-align: left;
}
h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: #be1622;
  line-height: 125%;
}
p,
#incontent li,
span,
span ul,
table,
#incontent-70 li {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: #333333;
  font-weight: 300;
  line-height: 180%;
}
address {
  font-size: 87%;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
address strong {
  color: #333333;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
}
address a {
  color: #333333;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
a {
  color: #be1622;
  text-decoration: none;
}
strong {
  color: ;
  font-weight: bold;
}
hr {
  margin: 3em 0;
  border: none;
  border-bottom: #eeeeee solid 1px;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  background: #dddddd;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
}
a.btn:hover {
  background: #be1622;
  color: #ffffff;
  /*Transition*/
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
img.rahmen {
  width: 100%;
}
/*** 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: #be1622;
  line-height: 19px;
  text-decoration: none;
}
div.pagination li a:hover {
  color: #be1622;
}
/*** 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: 200px;
  }
  #logo {
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    max-width: 960px;
    width: 100% !important;
    padding: 0;
  }
  #navigation ul li {
    margin-top: 38px;
  }
  #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;
  }
  /*******************************************/
  /*********** 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: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  div.blog_team .pull-left img {
    width: 25%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  div.blog_team #inhalt-blog {
    display: inline-block;
    width: 70%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 96%;
    padding: 2% 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: 180px;
    float: none;
    position: relative;
    margin: 0 auto;
    height: 100px;
  }
  #navigation {
    display: none;
  }
  #banner-normal {
    min-width: 100%;
    height: 350px;
    display: table;
    position: relative;
    overflow: hidden;
    margin-top: -95px;
    background: ;
  }
  /*******************************************/
  /*********** 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: 100%;
    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: 100%;
    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: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
  }
  div.blog_team .pull-left img {
    width: 25%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  div.blog_team #inhalt-blog {
    display: inline-block;
    width: 70%;
  }
  /****************************************************************************/
  /***************************** news *********************************/
  #news {
    width: 92%;
    float: right;
    padding: 10% 4% 10% 2%;
  }
  /****************************************************************************/
  /***************************** navigation left *********************************/
  #navigation-left .moduletable {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
  }
  #navigation-left .moduletable:first-child {
    width: 96%;
    padding: 2% 2%;
    margin-bottom: 20px;
    float: left;
    margin-right: 2%;
  }
  #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;
  }
  body {
    font-size: 80%;
  }
}
@media all and (max-width: 380px) {
  /********************************************************************************/
  /***************************** Imagegallery *********************************/
  li.sigFreeThumb {
    width: 33% !important;
    float: left;
  }
  a.sigFreeLink.fancybox-button {
    width: 100% !important;
    height: 70px !important;
  }
  img.sigFreeImg {
    width: 100% !important;
    height: 70px !important;
  }
}
