html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  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%;
  background: #4977a9;
  height: 45px;
}
#info-top-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#info-top .moduletable {
  width: 92%;
  margin: 0 auto;
}
#info-top-wrap .custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#info-top i.fab {
  margin-left: 20px;
}
#info-top,
#info-top strong,
#info-top a {
  font-size: 36px;
  color: #fff;
}
/****************************************************************************/
/*** Logo & Navigation ***/
#design-1,
#design-2,
#design-3,
#design-4 {
  float: left;
  width: 100%;
  height: auto;
}
#design-1 {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 20;
  float: left;
}
#container-1 {
  width: 100%;
  height: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
#logo-navigation-wrap {
  width: 92%;
  padding: 0 4%;
}
#logo {
  width: 360px;
  position: absolute;
  height: 70px;
  float: left;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%;
  margin: 0;
  margin-top: 20px;
}
/****************************************************************************/
/*** Navigation ***/
#navigation {
  height: 50px;
  width: auto;
  float: right;
  font-weight: 500;
  padding: 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:last-of-type {
  padding-right: 0;
}
#navigation ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 46px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 59px;
  position: relative;
}
.juicer-feed .j-facebook {
  background-color: transparent !important;
}
.juicer-feed .j-paginate {
  background-color: #fff !important;
  border: none !important;
  color: #4977a9 !important;
}
.juicer-feed .j-paginate:hover {
  background-color: #ccc !important;
}

#navigation li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4977a9;
  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 {
  color: #4977a9;
}
#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: #4977a9;
  font-weight: bold;
  border-bottom: 4px solid #4977a9;
}
#navigation ul li.active.deeper.parent a {
  color: #4977a9;
  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: #4977a9;
  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;
  display: block;
  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: #4977a9;
  color: #fff;
  padding: 0;
  min-width: 100px;
}
#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: #eeeeee;
  font-size: 14px;
  line-height: 40px;
  height: auto;
  padding: 0 15px;
  text-align: left;
}
#navigation ul ul li a:hover {
  background: #416a97 !important;
  color: #fff;
  border: 0px;
}
#navigation ul li.current.active ul li a:hover {
  background: #416a97 !important;
  color: #fff;
  border: 0px;
  font-weight: bold;
}
#navigation ul ul li.current.active a {
  background: #416a97 !important;
  color: #fff;
  border: 0px;
  font-weight: bold !important;
}
/****************************************************************************/
/*** Mobile-Navigation ***/
#mobile-navigation-button-open {
  height: 100px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -75px;
  cursor: pointer;
  margin-left: 3%;
}
#mobile-navigation-button-close {
  height: 100px;
  width: 50px;
  background: url(../images/mobile-nav-b.png) center no-repeat;
  background-size: 100%;
  margin-top: -75px;
  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: #4977a9;
  width: 100%;
  border-bottom: #416a97 1px solid;
  display: block;
}
#mobile-navigation li a:hover {
  background: #416a97;
  /*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 #4977a9;
  background-size: 15px;
}
#mobile-navigation li.deeper.parent a:hover {
  background: 95% no-repeat #416a97;
  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: #416a97;
}
#mobile-navigation li.current.active.deeper.parent a {
  background: 95% no-repeat #416a97;
  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: #4977a9;
  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: #416a97;
}
#mobile-navigation ul li ul li.current.active a {
  background: #416a97;
}
#mobile-navigation .dropdown-open {
  height: 44px;
  width: 45px;
  background-color: #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-color: #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;
  /*margin-top: -50px;  ausschalten */
  overflow: hidden;
}
#container-2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* #slider-fullsize {
  width: 100%; 
  height: calc(100vh - 45px);
} */
#slider-normal {
  width: 100%;
  height: auto;
}

#tp-caption--mobile {
  display: none;
}
#banner-fullsize {
  width: 100%;
  height: 92vh;
  margin-top: -50px;
  display: table;
  position: relative;
  overflow: hidden;
}
#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: 550px;
  display: table;
  position: relative;
  overflow: hidden;
  margin-top: -50px;
}
#banner-normal img {
  width: 120%;
  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: -50px;
}
#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%;
}
#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 {
  /* ausschalten */
  display: none;
  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;
}

.productLink {
  font-weight: bold;
  cursor: pointer;
}
/****************************************************************************/
/***************************** Inhalt *********************************/
#design-3 {
  background: #ffffff;
  position: relative;
  z-index: 10;
  float: left;
}
#container-3 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  height: 65vh;
}
#container-incontent {
  width: 100%;
  float: left;
}
/*** Incontent ***/
#incontent {
  width: 92%;
  padding: 10% 4%;
}
p#text-startseite {
  margin: 0 auto;
}
.content-img,
#service-team {
  border-radius: 50%;
}
#service-team {
  float: right;
  width: 50%;
  margin-bottom: 50px;
}
p.job-title {
  margin: 0 auto;
  font-style: italic;
  font-size: 80% !important;
  height: 45px;
}
/*** 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;
}
.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;
}
/** 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%;
}
.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 p {
  font-size: 90%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  width: 29.3%;
  float: left;
  padding: 0% 2%;
  margin-bottom: 4%;
}
/** 3 Footereinträge **/
#customfooter .custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer-col-1,
#footer-col-2,
#footer-col-3 {
  height: auto;
}
#footer-col-1 {
  width: 35%;
}
#footer-col-1 img {
  box-sizing: border-box;
}
#footer-col-2 {
  width: 20%;
  /* text-align: center; */
}
#footer-col-3 {
  width: 25%;
  /* text-align: right; */
}
/** 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%;
}
.image-hover {
  width: 23%;
  float: left;
  padding: 0% 1%;
  margin-bottom: 10%;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  padding: 0% 5%;
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.8);
}
.hovereffect h3 {
  text-transform: none;
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  background-color: rgba(73, 119, 169, 0.7);
  color: #fff;
  padding: 0 0;
  opacity: 1 !important;
  line-height: 50px;
  bottom: -5%;
  width: 90%;
}
.hovereffect .hovermenu {
  position: absolute;
  top: 10%;
  width: 100%;
  display: none;
  margin-top: -10%;
}
.hovereffect .hovermenu ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin-left: 0;
}
.hovereffect .hovermenu ul li {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
}
.hovereffect .hovermenu a {
  color: #000;
  position: relative;
  padding: 2% 3%;
}
/***** Hover Effekte *****/
.hovereffect:hover .hovermenu {
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay a:hover {
  font-weight: 500;
}
/****** BLOG ********/
dd.create {
  width: auto;
  font-size: 15px;
  color: #4977a9;
  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: #4977a9;
  margin-bottom: 3px;
}
div.blog #inhalt-blog {
  display: table;
  margin: 0;
}
div.blog #inhalt-blog h2 {
  margin-top: 0;
}
/********************************************************************************/
/***************************** Zusatz *********************************/
#design-3b,
#design-3b-social {
  width: 100%;
  position: relative;
  z-index: 10;
  float: left;
  overflow: hidden;
}
#container-3b,
#container-3b-social {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url(../../../images/banners/banner-bottom.jpg);
  background-size: cover;
  padding: 80px 0;
  min-height: 313px;
}

#container-3b-social {
  background-image: none;
}

#design-3b-social {
  background-color: #4977a9;
}

#container-3b #zusatz .moduletable .custom {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: space-around;
}

#container-3b-social #social .moduletable {
  max-width: 1600px;
  margin: 0 auto;
}

#container-3b-social #social .moduletable .custom {
  width: 92%;
  padding: 0 4%;
}

.referral {
  display: none !important;
}

/*
.juicer {
  display: none !important;
}
*/

.logo-bottom {
  width: 170px;
  margin: 20px;
}

.logo-bottom img {
  width: 170px;
}

/********************************************************************************/
/***************************** Zusatz *********************************/
#design-3c {
  width: 100%;
  background-color: #3168a4;
  position: relative;
  z-index: 10;
  float: left;
  height: auto;
  padding: 50px 0;
}
#container-3c {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

#customfooter {
  width: 92%;
  padding: 0 4%;
}

.rev_slider_wrapper.fullwidthbanner-container {
  background-color: transparent !important;
  background-position: center center;
}
/****************************************************************************/
/***************************** 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: 1600px;
  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-caption-wrap,
.fancybox-infobar {
  display: none !important;
}
/****************************************************************************/
/***************************** Font-Design *********************************/
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 100%;
  color: #333333;
}
h1,
h2.dj-cat-title {
  font-size: 250%;
  font-weight: bold;
  color: #4977a9;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 125%;
  hyphens: auto;
}
h2.dj-cat-title {
  margin-top: 5px !important;
  margin-bottom: 63px !important;
}
h1.componentheading {
  display: none;
}
h2 {
  font-size: 150%;
  font-weight: bold;
  color: #4977a9;
  margin-bottom: 3px;
  line-height: 125%;
}

#incontent h2 {
  margin-top: 55px;
}
.tp-caption h2 {
  color: #ffffff;
}
h3 {
  font-size: 120%;
  text-transform: uppercase;
  color: #4977a9;
  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-weight: 300;
  line-height: 150%;
}
span.taetigkeit {
  font-style: italic;
}
#container-3c p {
  color: #ffffff;
  font-size: 80%;
}
#container-3c strong {
  color: #ffffff;
}
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: #4977a9;
  text-decoration: none;
}

a.aktion {
  font-weight: bold;
}
strong {
  color: #333333;
  font-weight: bold;
}
hr {
  clear: both;
  border: none;
  border-bottom: #eeeeee solid 1px;
}
p.readmore {
  margin: 10px 0;
  display: inline-flex;
}
a.btn {
  display: inline-block;
  background: #4977a9;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 10px;
  font-weight: bold;
}
a.btn:hover {
  background: #416a97;
  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;
}
a.more {
  font-weight: bold;
}
a.less {
  font-weight: bold;
  display: none;
}
span.hidden-seo {
  display: none;
}
img.rahmen {
  width: 100%;
}
/*** Tabelle Alternierend ***/
table {
  border-spacing: 0;
}
table td,
table th {
  padding: 4px;
  border-spacing: 0;
  text-align: left;
}
table.alternierend thead tr {
  background: rgb(73, 119, 169);
  color: #fff;
}
table.alternierend tbody tr:nth-child(odd) {
  background: rgba(73, 119, 169, 0.3);
}
table.alternierend tbody tr:nth-child(even) {
  background: rgba(73, 119, 169, 0.1);
}
table.alternierend tbody tr:hover {
  color: #fff;
  background: rgba(73, 119, 169, 0.8);
  /*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: #4977a9;
  line-height: 19px;
  text-decoration: none;
}
div.pagination li a:hover {
  color: #416a97;
}
/*** 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;
}

.item-page--news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-page--news .item-image {
  width: 30%;
}
.item-page--news .item-text {
  width: 65%;
}
.item-page--news .item-image img {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/*******************************************/
/*** Responsive ***/
@media all and (max-width: 1180px) {
  .hovereffect h3 {
    bottom: 0;
  }
  .hovereffect .hovermenu a {
    line-height: 200%;
  }
  .hovereffect h3 {
    line-height: 150%;
  }
  .item-page--news .item-image {
    width: 100%;
  }
  .item-page--news .item-text {
    width: 100%;
  }
}
@media all and (min-width: 1080px) {
  /*******************************************/
  /*** Logo & Navigation ***/
  #mobile-navigation {
    display: none !important;
  }
  #mobile-navigation-button-open,
  #mobile-navigation-button-close {
    display: none !important;
  }
  #banner-mobile {
    display: none;
  }
  .einleitung-smartphone {
    display: none;
  }
}
@media all and (min-width: 750px) and (max-width: 1080px) {
  #info-top-wrap {
    width: 360px;
    margin: 0 auto;
  }
  #info-top-wrap .custom {
    justify-content: center;
  }
  /*******************************************/
  /*** Logo & Navigation ***/
  #container-1 {
    width: 100%;
    height: 100px;
  }
  #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;
  }
  #design-2 {
    /* margin-top: -120px; */
  }

  #tp-caption--mobile {
    display: block;
  }
  .tp-caption,
  .tp-bullets {
    display: none;
  }

  /*******************************************/
  /*********** 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;
    padding-top: 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;
  }
  .image-hover {
    width: 45%;
    float: left;
    padding: 0% 2%;
    margin-bottom: 4%;
  }
  .hovereffect h3 {
    bottom: 0;
  }
  .hovereffect .hovermenu a {
    line-height: 200%;
    font-size: 130%;
  }
  /****************************************************************************/
  /***************************** 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;
  }
  #design-3c {
    height: auto;
  }

  #customfooter .custom {
    flex-direction: column;
  }
  #footer-col-1 {
    width: 100% !important;
  }
  #footer-col-2 {
    margin-top: 20px;
    width: 100% !important;
  }
  #footer-col-3 {
    margin-top: 20px;
    width: 100%;
  }

  #design-3b,
  #design-3b-social {
    height: auto;
  }
  /********************************************************************************/
  /***************************** 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;
  }
}
.mobile-only {
  display: none;
}
@media all and (max-width: 750px) {
  .mobile-only {
    display: inherit;
  }
  #scrolldown {
    display: none;
  }
  #service-team {
    width: 100%;
  }
  .tp-caption,
  .tp-bullets {
    display: none !important;
  }
  .tp-bgimg {
    background-size: contain !important;
    background-position: center center;
  }
  #tp-caption--mobile {
    box-sizing: border-box !important;
    display: block !important;
    font-size: 80% !important;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
  #info-top-wrap .custom {
    justify-content: center;
  }
  /*******************************************/
  /*** Logo & Navigation ***/
  #logo {
    width: 50%;
    max-width: 220px;
    height: 50px;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  #navigation {
    display: none;
  }
  /* #slider-fullsize {
    margin-top: 50px; ausschalten
    height: 35vh; 
  }*/
  /*******************************************/
  /*********** 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%;
  }
  .logo-bottom {
    width: 120px;
    margin: 20px;
  }
  .logo-bottom img {
    width: 120px;
  }
  #design-3c {
    height: auto;
  }
  #customfooter .custom {
    flex-direction: column;
  }
  #footer-col-1 {
    width: 100%;
  }
  #footer-col-2 {
    margin-top: 8%;
    width: 100%;
  }
  #footer-col-3 {
    margin-top: 8%;
    margin-bottom: 20px;
    width: 100%;
  }

  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;
  }
  .image-hover {
    width: 90%;
    float: left;
    padding: 0% 5%;
    margin-bottom: 4%;
  }
  .hovereffect h3 {
    bottom: 1%;
  }
  .hovereffect .hovermenu a {
    font-size: 160%;
    line-height: 200%;
  }
  .hovereffect h3 {
    line-height: 200%;
  }
  /****** 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%;
  } */

  /****************************************************************************/
  /***************************** 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: 90%;
  }
}

#sortiment-trigger {
  background-color: #ecf1f6;
  margin: 0 auto;
  padding: 10px;
  width: 200px;
  text-align: center;
  cursor: pointer;
}

#sortiment {
  display: none;
}

/* Smart Slider styles */
.slider-text {
  margin-bottom: 60px;
  padding: 10px 15px;
  background-color: rgba(73, 119, 169, 0.7);
  text-align: left;
}

.slider-text h2 {
  font-size: 33px;
  color: #fff;
}

.slider-text p {
  font-size: 22px;
  color: #fff;
}

.slider-text p a {
  font-weight: 700;
  color: #fff;
}

@media all and (max-width: 700px) {
  .slider-text {
    padding: 5px 10px;
    text-align: center;
  }
  .slider-text h2 {
    font-size: 20px;
  }
  .slider-text p {
    font-size: 15px;
  }
}
