html {
  font-size: 100%;
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

body {
    padding-top: 0px;
    color: #5a5959;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.container_plus {
    width: 1210px;
    margin: 120px auto 80px;
}

@media (max-width: 1200px) {
  .container_plus {
    width: 1140px;
    margin: 60px auto 40px;
}
}

:root {
    --orange: color: rgba(241, 147, 0, 1);
}

a {
    color: #5a5959;
    outline: none !important;
}

a:hover {
    color: #6b6a6a;
    text-decoration: none;
}

h1, h2, h3 {
    font-size: 28px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 600;
}

.customlogowrapper img {
  width:255px;
  height:auto;
}

.newsitem_content .item a {
    color: rgba(241,147,0,1);
    text-decoration: underline;
}

#header {
    background:#efefef;
    padding: 60px 0;
}

div#nav_row {
    justify-content: flex-end;
  padding: 0px 10px;
}

ul.nav > li > a {
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0px;
    margin-left: 15px;
    text-transform: uppercase;  
    border-bottom: 4px solid transparent;  
}

.error, .success {
    color: #FF3600;
    display: none;
  }

#navigation ul li a:hover {
    color: #6b6a6a;
    text-decoration: none;
    border-bottom: solid 2px rgba(241, 147, 0, 1);
  	
}

.mod-languages {
    float: right !important;
}

.mod-languages ul :last-child {
    margin-right: 0px;
}

img#agenturbild {
    width: 100%;
    object-fit: cover;
}

.blogkunden .items-row:first-child {
  margin-top: 15px;
}

.blogkunden .items-row {
  	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 2.5em;
    column-gap: 2.5em;
}

.blogkunden .pull-left.item-image img {
    width: 100%;
  height:auto;
}

.customagenturbrochure {
    display: flex;
    justify-content: space-between;
}

a.download {
    color: rgba(241, 147, 0, 1);
    text-decoration: underline;
}

.download p {
    padding: 2px 0 5px;
    margin: 0;
}

.kundenbilder_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.mainImage {
    width: 100%;
    height: 690px;
    object-fit: cover;
}

.kundenbild {
    width: 150px;
    margin-right: 35px;
}

#footer > .container {
    display:  flex;
    width:  100%;
    justify-content: space-between;
    align-items: center;
}

#footer {
    background-color:  #ebe4de;    
  	padding: 20px 0;
  	margin-top: 60px;
}

#footer > .container > .nav.menu.mod-list {
    display: block;
  	text-align: right;
}

.customsocialmedia_icons img {
    width: 30px;
    height: 30px;
}

.kundenArticleBody {position: relative;}

img.kunden_logo {
    position: absolute;
    top: 0;
    right:  0;
    width: 229px;
  	height:auto;
}

.customagenturbrochure table {
    height: 152px;
    width: 789px;
}

.customagenturbrochure td {
    width: 260px;
}

#newspreview ul.category-module.mod-list {
    display:  flex;
    justify-content: space-between;
}

#newspreview ul.category-module.mod-list li {
    width: 33%;
    border-right: 1px solid #000;
    padding: 20px 30px;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 15pt;
  	line-height: normal;
}

h2.news_wrap_header {
    text-align: center;
    text-transform: uppercase;
}

div#languagewrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#languagewrapper > .custom {
    height: 20px;
}

.mod-articles-category-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}

.mod-articles-category-introtext {
    font-size: 14px;
    text-transform: none;
  	margin-top: 10px;
  	height: 40px;
}

.mod-articles-category-readmore a{
    font-size: 14px;
    color: #f19300;
}


.blogkunden p {
    position: absolute;
    width:  100%;
    height: 100%;
    top: 0;
  	left: 0;
  	font-size: 12pt;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  	transition: opacity 0.25s linear;
  	opacity: 0;    
  	pointer-events: none;
  text-align:center;
}

.blogkunden .span3 {
    width: 100%;
}

.blogkunden .item:hover > p {
    opacity: 1;
}

.blogkunden .item {
    position: relative;
}


.blognews .item>p {
    float: right;
    width: 73%;
}

.blognews .item-image img {
    width: 100%;
  	height:auto;
}


.blognews .items-row {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 40px;
}


.blognews .pull-left.item-image {
    width: 25%;
  	float:left;
}

.blognews .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsitem_text {
    width: 70%;
}

.blognews .span3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.kundentext {
    width: 70%;
}

.img_caption {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.news_title {
    font-weight: normal;
    height: 45px;
    display: block;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: white
}

.divider img {
    margin: 0px 4px;
    padding-bottom: 4px;
}

a > .masktext {
    -moz-box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow: visible;
    transition: all 0.4s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a > .masktext p {
    opacity: 0;
    filter: alpha(opacity=100);
    zoom: 1;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    top: -40px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide:hover > a > .masktext{
opacity: 1;
}	

.slide:hover > a > .masktext p{
opacity: 1;
top: 35%;
}

.bx-wrapper .bx-prev:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 60px;
    height: 60px;
    top: 45%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgba( 241, 147, 0, 0.7) url(../images/pfeil.png) 50% 50%;
}

.bx-wrapper .bx-next:before {
    right: -0px;
    content: "";
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
    top: 45%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgba( 241, 147, 0, 0.7) url(../images/pfeil.png) 50% 50%;
    -webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#newspreview .category-module.mod-list li:last-child {
    border-right: none !important;
}

.masktext span {
    display: block;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.pagination ul {
    display: inline-flex;
    list-style-type: none;
    padding:  0;
}

li.pagination-start, li.pagination-end, li.pagination-prev, li.pagination-next {
    display: none;
}

.pagination ul li {
    margin:  0 5px;
  	color: rgba(241, 147, 0, 1);
    text-decoration: underline;
}

p.counter.pull-right {
    display: none;
}

span.subheading-category {
    margin-bottom: 20px;
    display: block;
}

.smartslidercaption {
  max-width: 1140px !important;
}

#languagewrapper .custom a {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    margin-left: 7px;
}

.mod-languages img {
    height: 12px;
    width: 18px;
}


.newsitem_content .page-header {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
  
  #navigation {
      float: none;
      margin:  0 auto;
      width: 100%;
      margin-top: 15px;
	}

  div#nav_row {
    padding-left:0px
  }
  
  #navigation li {
    margin-bottom: 8px;
}
  
  .container_plus {
    max-width:100%;
  	margin: 66px auto 80px;
  }

  #header .row {
    flex-wrap: nowrap;
}
  
  div#languagewrapper {    
    position:relative;
    z-index:1;
  }

  #header .col-md-8 .custom a > img {
      width: 150px;
    height:auto;
      margin-left: 17px;
  }
  
  #header .col-md-8 {
    position: relative;
    z-index: 999;
}
  
  #newspreview ul.category-module.mod-list {
    flex-direction: column;
  }

  #newspreview ul.category-module.mod-list li {
      width: 100%;
      border: none;
  }
  
  
  .customagenturbrochure table tbody tr {
    display: flex;
    flex-direction: column;
	}
  
  .customagenturbrochure table tbody tr h4 {
    margin-top: 10px;
	}
  
  .blogkunden .items-row {
    grid-template-columns: 1fr 1fr;
    margin-bottom:0px;
    column-gap: 2em;
	}

  .blogkunden .span3 {
    margin-bottom: 25px !important;
	}
  
  .customAusbildungungsbetrieb {
    display: none;
	}
  
  .customsocialmedia_icons {
    display: none;
	}
  
  
  	.customagenturbrochure table {
    height: auto;
    width: auto;
    }

    .customagenturbrochure td {
        width: auto;
      	height: auto;
    }
  
  .kundentext {
    width: 100%;
}
  
  ul.nav>li>a {
    	padding-bottom: 0px; 
     	padding-top: 0px; 
}
  
  img.kunden_logo {
    position: relative;
    top: 0;
    height: auto;
    margin: 0 auto;
    display: block;
}
  
  .bx-wrapper .bx-controls-direction a {
    width: 10% !important;
}
  
  ul.category-module.mod-list {
    padding-left: 0px;
}
  
  .blognews .item {
    flex-direction: column;
}

.newsitem_text {
    width: 100%;
}

.blognews .pull-left.item-image {
    width: 100%;
}
  #languagewrapper > .custom {
    height: auto;
}
  
  .customlogowrapper img {
    width: 185px;
}
  
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  .bxslider {
    margin: 0;
    padding: 0;
  }
  ul.bxslider {
    list-style: none;
  }
  .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
  }
  /** THEME
  ===================================*/
  .bx-wrapper {
    background: #fff;
    border: 5px solid transparent;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  /* LOADER */
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
  }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: 0px;
   /* background: url('../images/controls.png') no-repeat 0 -32px; */
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .bx-wrapper .bx-next {
    right: 0px;
  /*  background: url('../images/controls.png') no-repeat -43px -32px; */
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    background-color: rgba(255,255,255,.85);
    top: 0;
    outline: 0;
    width: 234px;
    height: 100%;
    text-indent: -9999px;
    z-index: 9999;
}

  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
    text-align: center;
  }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('../images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active,
  .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
  }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('../images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
  }
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }
  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }
  
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: black;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size:33pt;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
 /* content: '\f001';*/
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  /*content: '\f002'; */
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: 'angle-double-left';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: 'angle-double-right';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
  
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
