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;
}
