@font-face {
    font-family: 'Minion Pro';
    src: url('../Fonts/MinionPro-Regular.eot');
    src: url('../Fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../Fonts/MinionPro-Regular.woff') format('woff'),
        url('../Fonts/MinionPro-Regular.ttf') format('truetype'),
        url('../Fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Light.eot');
    src: url('../Fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Montserrat-Light.woff2') format('woff2'),
        url('../Fonts/Montserrat-Light.woff') format('woff'),
        url('../Fonts/Montserrat-Light.ttf') format('truetype'),
        url('../Fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Italic.eot');
    src: url('../Fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../Fonts/Montserrat-Italic.woff') format('woff'),
        url('../Fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../Fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Regular.eot');
    src: url('../Fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../Fonts/Montserrat-Regular.woff') format('woff'),
        url('../Fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../Fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Medium.eot');
    src: url('../Fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../Fonts/Montserrat-Medium.woff') format('woff'),
        url('../Fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../Fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-SemiBold.eot');
    src: url('../Fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../Fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../Fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../Fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html , body{
    overflow-x: hidden;
}

body{
    margin: 0px;
    padding: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #4d5356;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 , h2 , h3 , h4 , h5 , h6{
    text-transform: uppercase;
    color: #bc0001;
    margin: 0 0 26px 0;
    padding: 0px;
    font-weight: 400;
}

h1 , h2{
    font-size: 3.125rem;
	font-size: 2.925rem;
    line-height: 4.4rem;
}

h3{
    font-size: 2.5rem;
    line-height: 3.8rem;
}

h4{
    font-size: 2.0625rem;
    line-height: 2.9rem;   
}

h5{
    
}

h6{
    
}

p{
    margin: 0 0 26px 0;
}

ul , ol{
    margin: 0 0 20px 15px;
    padding: 0px;
}

ul li , ol li{
    margin: 0 0 0 15px;
    padding: 0px;
}

img{
    max-width: 100%;
}

a , a:hover , a:focus , a:visited , img , input , textarea , button{
    outline: none !important;
    text-decoration: none !important;
}

a{
    color: #bc0001;   
}

a:hover{
    color: #000000;
}

input[type="text"] , input[type="email"] , input[type="password"] , input[type="subject"] , input[type="zip"] , input[type="tel"] , textarea , select{
    height: 42px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #000000;
}

section:before , section:after{
    clear: both;
    display: table;
    content: "";
}

section{
    padding: 0 0 75px 0;
    clear: both;
    position: relative;
}

.theme-btn{
    height: 42px;
    width: auto;
    padding: 0 25px;
    background: #bc0001;
    color: #ffffff;
    min-width: 150px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    display: inline-block;
    width: auto;
    line-height: 42px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.theme-btn:hover{
    color: #ffffff;
    background: #4d5356;
}

.header-part{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: rgba(130,134,130,0.80);
    padding: 13px 0;
}

.header-inner{
	position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.logo{
    margin-right: auto;
}

.logo img {
	height: auto;
}

.main-menu ul , .main-menu li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu li{
    display: inline-block;
    width: auto;
    margin-right: 50px;
}

.main-menu li:last-child{
    margin-right: 0px;
}

.main-menu li a{
    font-size: 1.4375rem;
    line-height: 1.75rem;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.092px;
}

.main-menu li.active a , .main-menu li:hover a{
    color: #bc0001;   
}

.hero-banner{
    padding: 0px;
    min-height: 100vh;
    margin-bottom: 85px;
}

.hero-txt-inner{
    position: absolute;
    right: 0px;
    bottom: 210px;
    z-index: 1;
    width: 100%;
}

.hero-txt-blog{
    max-width: 732px;
    padding: 100px 36px 90px 36px;
    background: rgba(77,83,86,0.90);
    color: #ffffff;
    text-align: center;
    float: right;
}

.hero-txt-blog-inner h4{
    font-family: 'Montserrat';
    font-style: italic;
    color: #ffffff;
    text-transform: inherit;
    margin-bottom: 18px;   
}

.white-angle,
.frame.frame-type-text.frame-layout-1 {
    position: relative;
    padding-left: 38px;
    padding-right: 18px;
}

.white-angle:before,
.frame.frame-type-text.frame-layout-1:before{
    position: absolute;
    left: 0px;
    top: -60px;
    background: url('/fileadmin/user_upload/images/angle-left.png') no-repeat center center;
    content: "";
    width: 63px;
    height: 74px;
}

.white-angle:after,
.frame.frame-type-text.frame-layout-1:after {
    position: absolute;
    right: 10px;
    bottom: -30px;
    bottom: 0px;
    background: url('/fileadmin/user_upload/images/angle-right.png') no-repeat center center;
    content: "";
    width: 88px;
    height: 88px;
}

#c71 .white-angle:after, {
	bottom: 30px;
}

.txt-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.frame-layout-0 {
    margin-bottom: 55px;
}

.actuelles-blog{
    height: 580px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.actuelles-blog-img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.actuelles-blog-img img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actuelles-blog:hover .actuelles-blog-hover{
    top: 0px;
}

.actuelles-blog-hover{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(130,134,130,0.90);
    display: flex;
    align-items: flex-end;
    padding: 40px 45px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.white-color{
    color: #ffffff;
}

.white-color a{
    color: #ffffff;
}

.white-color a:hover{
    color: #4d5356;   
}

.white-color h1 , .white-color h2 , .white-color h3 , .white-color h4 , .white-color h5 , .white-color h6{
    color: #ffffff;   
}

.actuelles-blog-hover small{
    font-size: 20px;
}

.actuelles-blog-hover-inner p{
    margin: 25px 0 0 0;
}

.actuelles-blog-hover-inner p strong {
    font-weight: 600;
}

.actuelles-blog-hover-inner a:hover img{
    opacity: 0.75;
}

.actuelles-blog-hover-inner strong a {
    display: inline;
}

.txt-part{
    padding-bottom: 45px;
}

.owl-theme .owl-nav{
    margin: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -1000000px;
}

.owl-theme .owl-nav .owl-prev , .owl-theme .owl-nav .owl-prev:hover{
    left: -125px;
    background: url('/fileadmin/user_upload/images/left-arrow.svg') no-repeat center center;
    width: 80px;
    height: 80px;
}

.owl-theme .owl-nav .owl-next , .owl-theme .owl-nav .owl-next:hover{
    right: -125px;
    background: url('/fileadmin/user_upload/images/right-arrow.svg') no-repeat center center;
    width: 80px;
    height: 80px;
}

.unter-img img{
    width: 100%;
    height: auto;
}

.more-link{
    text-align: center;
    margin-top: 25px;
}

.more-link a{
    color: #4d5356;
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 1.5625rem;
    background: url('/fileadmin/user_upload/images/pfeil_Zeichenflaech.svg') no-repeat 0 center;
    padding-left: 48px;
    background-size: 28px auto;
}

.more-link a:hover{
    opacity: 0.75;
}

.unter-txt-info{
    display: inline-block;
    width: auto;
    position: relative;
}

.unter-txt-info{
    padding: 60px 45px 90px 60px;
    max-width: 1260px;
    margin: 0 auto;
}

.unter-inner{
    background: rgba(77,83,86,0.90);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.red-angle.white-angle:before,
.frame.frame-type-text.frame-layout-1:before {
    top: 44px;
    background: url('/fileadmin/user_upload/images/left-angle-red.svg') no-repeat center center;
}

.red-angle.white-angle:after,
.frame.frame-type-text.frame-layout-1:after {
    bottom: 65px;
    background: url('/fileadmin/user_upload/images/right-angle-red.svg') no-repeat center center;
    right: 0px;
}

.frame.frame-type-text.frame-layout-1:after {
	bottom: 0;
}

.what-we-blog{
    height: 580px;
    margin-bottom: 54px;
}

.img-cover-wrap{
    position: relative;
    overflow: hidden;
}

.img-cover , .img-cover img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.img-cover-wrap:hover .img-cover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.img-cover-hover{
    padding: 45px 40px 30px 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    background: rgba(77,83,86,0.80);
}

.link-right{
    text-align: right;
}

.more-link-white.more-link a {
    color: #ffffff;
    background: url('/fileadmin/user_upload/images/Pfeil_Link_weiss.svg') no-repeat 0 center;
    background-size: 28px auto;
}

.leistungen-inner-blog .red-angle.white-angle:before,
.frame.frame-type-text.frame-layout-1:before {
    top: 10px;
}

.what-we-blog h5,
.what-we-blog h3{
    font-size: 2.125rem;
    line-height: 44px;
    margin: 0px;
}

.equal-title {
    min-height: 96px;
    display: inline-block;
    width: auto;
}

.img-cover-hover .more-link{
    margin-top: 29px;
}

.what-we-inner .frame-layout-0 {
    margin-bottom: 27px;
    margin-top: 14px;
}

.what-we-text{
    max-width: 1200px;
    margin: 0 auto;
}

.footer-part{
    background: #828682;
    color: #ffffff;
    padding: 82px 0 100px 0;
}

.footer-part a , .footer-part h1 , .footer-part h2 , .footer-part h3 , .footer-part h4 , .footer-part h5 , .footer-part h6{
    color: #ffffff;
}

.footer-part a:hover{
    color: #bc0001;
}

.footer-inner{
    max-width: 1200px;
    margin: 0 auto;
}

.footer-title{
    text-align: center;
}

.footer-title h3{
    text-transform: unset;
}

.footer-links-left{
    font-size: 1.5rem;
    max-width: 62%;
    margin-right: auto;
}

.footer-links-left p{
    margin: 0px;
}

.footer-links {
    margin-top: 70px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-links-right ul , .footer-links-right li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-links-right ul{
    display: flex;
    width: 100%;
    font-size: 1.25rem;
}

.footer-links-right ul li:after{
    content: "|";
    padding: 0 15px;
}

.footer-links-right ul li:last-child:after{
    display: none;
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999;
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  display: none;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 31px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: #ffffff;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: #ffffff;
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: #ffffff;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -.3em;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.body-hide{
    overflow: hidden;
}

.header-top-pad{
    padding-top: 125px;
}

.pagination-nav-inner ul , .pagination-nav-inner li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pagination-nav-inner ul{
    display: flex;
    width: auto;
    font-size: 1.25rem;
}

.pagination-nav-inner ul li a{
    color: #4d5356;
    ;
}

.pagination-nav-inner ul li:hover a{
    color: #bc0001;
}

.pagination-nav-inner ul li span{
    color: #bc0001;
}

.pagination-nav-inner ul li:after{
    content: "|";
    padding: 0 7px;
}

.pagination-nav-inner ul li:last-child:after{
    display: none;
}

.pagination-nav {
    padding-bottom: 40px;
}

.what-move-inner .actuelles-blog{
    margin-top: 22px;
}

.what-move-inner .frame-layout-0{
    margin-bottom: 40px;
}

.actuelles-blog-hover-inner p a img{
    max-width: 42px;
}

.aktuelles-detail-inner{
    max-width: 1125px;
    margin: 40px auto 0;
}

.aktuelles-detail-inner h1{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #4d5356;
}

.aktuelles-detail-blog{
    overflow: hidden;
    position: relative;
	margin-bottom: 10px;
}

.aktuelles-detail-blog img{
    width: 100%;
	height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.aktuelles-detail-blog:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.aktuelles-detail-col .col-12{
    margin-top: 55px;
}

.text-right{
    text-align: right;
}

.leistungen-inner .unter-txt-info {
    padding: 60px 150px 90px 150px;
}

.leistungen-inner .frame-layout-0 {
    margin-bottom: 0;
}

.gallery-wrapper{
    font-size: 2.1875rem;
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 10px;
}

.element-item-width a > img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-gallery-item{
	width:103%;
    margin: 0 -10px;
}

.element-item{
	position:relative;
    padding: 0 5px;
    padding: 0;
	height: 667px;
	/*overflow:hidden;*/
}

.element-item:before,
.element-item:after {
	position: absolute;
	width:6px;
	height: 100%;
	top: 0;
	content: "";
	background: #fff;
	z-index: 10;
}

.element-item:before{
	left: 0px;
}

.element-item:after{
	right: 0px;
}

.grid-gallery-item .col-12{
    padding: 0 5px;
    padding: 0;
    margin-bottom: 10px;
}

.element-item a{
    display: block;
	height: 100%;
    margin-bottom: 10px;
}

.element-item img{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.element-item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.element-item-md {
    width: 36%;
    width: 40%;
}

.element-item-sm {
    width: 21.33333333333333%;
    width: 20%;
}

.element-item-xs{
    width: 21.33333333333333%;
    width: 20%;
}

.element-item-lg{
    width: 57.3333333333%;
    width: 60%;
}

.referenzen-part{
    padding-bottom: 0px;
}

.gallery-clicker button{
    font-weight: 500;
    color: #ffffff;
    background: transparent;
    border: none;
    margin-right: 140px;
    position: relative;
    padding: 8px 0 4px 85px;
}

.gallery-clicker button:before{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffffff;
    content: "";
}

/*button.is-checked:after{*/
button.active:after{
    position: absolute;
    top: 19px;
    left: 19px;
    width: 12px;
    height: 12px;
    background: #bc0001;
    content: "";
}

.gallery-clicker button:last-child{
    margin-right: 0px;
}

.element-item a{
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
/*
.element-item a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	box-shadow: inset 0 0 0px 7px #fff;
	z-index: 1;
}*/

.element-item-hover{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(77,83,86,0.80);
    left: 0px;
    padding: 80px 20px 25px 60px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.element-item a:hover .element-item-hover{
    top: 0px;
}

.element-item-hover h4{
    font-weight: 500;
    margin-bottom: 16px;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.element-item-hover p{
    margin-bottom: 16px;   
}

.element-item-hover span img{
    max-width: 48px;
}

.element-item-width a:last-child{
    margin-bottom: 0px;
}

.referenzen-detail-part{
    margin-top: 20px;
}

.referenzen-detail-top-right{
    padding-left: 38px;
}

.referenzen-detail-bottom{
    margin-top: 85px;
}

.referenzen-detail-bottom .grid-gallery-item{
    margin: 0 -12.5px;
}

.referenzen-detail-bottom .grid-gallery-item .col-12{
    padding: 0 12.5px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.sub-banner{
    height: 100vh;
    padding-top: 130px;
    margin-bottom: 95px;
}

.sub-banner .pagination-nav-inner ul li a{
    color: #ffffff;
}

.sub-banner .pagination-nav-inner ul li::after{
    color: #ffffff;   
}

.uber-max {
    max-width: 1212px;
    margin: 0 auto;
}

.uber-max .frame-layout-0.text-left{
    text-align: left !important;
    margin-bottom: 30px;
}

.uber-max p{
    margin-bottom: 55px;
}

.unser-team-part{
    background: #4d5356;
    padding-top: 75px;
    padding-bottom: 75px;
}

.unser-team-part .frame-layout-0.text-left{
    text-align: left !important;
    margin-bottom: 30px;
}

.unser-team-part  h2,
.unser-team-part .frame-layout-0.text-left h3{
    color: #ffffff;
}

.unser-blog{
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.unser-blog > img{
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.unser-blog:hover > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.unser-blog:hover .unser-hover{
    top: 0px;
}

.unser-hover{
    position: absolute;
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(77,83,86,0.80);
    display: flex;
    align-items: flex-end;
    padding: 30px 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.unser-hover h4 , .unser-hover p{
    margin-bottom: 0px;
}

.unser-hover h4{
    font-weight: 500;
}

.unser-hover p:last-child{
    margin-bottom: 0px;
}

.white-color a:hover{
    color: #bc0001;
}

.we-are-left ul , .we-are-left li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.we-are-left li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
}

.we-are-left li:before{
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
}

.we-are-part{
	position: relative;
    padding: 150px 0 140px 0;
}

.we-are-part:before{
    position: absolute;
    left: 0px;
    top: 0px;
	content: "";
    width: 100%;
    height: 100%;
    background: rgba(130,134,130,0.75);
}

.we-are-left {
    padding-left: 25px;
    padding-right: 100px;
}

.we-are-right-round{
    height: 270px;
    width: 270px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 2.6875rem;
    line-height: 3.4rem;
    background: #bc0001;
    padding: 26px;
    text-align: center;
    top: -90px;
    position: relative;
    float: right;
    margin-right: 115px;
}

.we-are-right-round span {
    transform: rotate(14deg);
    display: block;
    margin: 30px 0px 0 0;
}

.we-are-right-bottom {
    display: inline-block;
    width: 100%;
}

.we-are-right-bottom {
    padding: 0 100px 0 35px;
}

#c109 {
position: absolute;
    top: 280px;
    left: 220px;
	z-index: 99;
}	

#c109 .we-are-right-round {
	float: unset;
	top: unset;
}

#c109 a {
	height: 270px;
    width: 270px;
    display: block;
    right: 50px;
    position: relative;
}
	
#c109 .we-are-right-round span {
    transform: rotate(-10deg);
    display: block;
    margin: 30px 0px 0 0;
}

.unsere-partner-inner{
    max-width: 1185px !important;
    margin: 0 auto;
}

.unsere-partner-inner .item img{
    width: auto !important;
    display: inline-block !important;
}

.unsere-partner-inner .item{
    text-align: center;
}

.unsere-partner{
    padding-top: 45px;
	padding-bottom: 20px;
}

.unsere-partner-inner .owl-carousel{
    margin-top: 55px;
}

.unsere-partner-inner .owl-theme .owl-nav .owl-prev, .unsere-partner-inner .owl-theme .owl-nav .owl-prev:hover {
    background: url('/fileadmin/user_upload/images/left-arrow-gray.svg') no-repeat center center;
}

.unsere-partner-inner .owl-theme .owl-nav .owl-next, .unsere-partner-inner .owl-theme .owl-nav .owl-next:hover {
    background: url('/fileadmin/user_upload/images/right-arrow-gray.svg') no-repeat center center;
}

.referenzen-detail-bottom .more-link{
    text-align: right;
}

#html5-watermark{
    display: none !important;
}

.html5-title-prefix {
    position: relative;
    top: 2px;
}

.actuelle-link{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.referenzen-detail-top-left img {
	height:auto;
}

.referenzen-detail-bottom .grid-gallery-item img{
	width:100%;
}

.referenzen-detail-bottom .grid-gallery-item .col-sm-4.three-cols a{
	height:570px;
}

.referenzen-detail-bottom .grid-gallery-item img {
	object-fit: cover;
}

.referenzen-detail-bottom .grid-gallery-item .col-sm-4.three-cols img{
	width: 100%;
	height:570px;
}

.ce-container {
	margin-left: auto;
	margin-right: auto;
}

.unser-team-part .frame-layout-0 {
	margin-bottom: 0;
}

.unser-blog .ce-gallery,
.unser-blog .ce-gallery .ce-outer,
.unser-blog .ce-gallery .ce-row,
.unser-blog .ce-gallery .ce-column,
.unser-blog .ce-gallery .ce-inner,
.unser-blog .ce-gallery figure {
	width: 100%;
	margin: 0;
	/*left: 0;
	right: 0;*/
}

.unser-blog .ce-gallery img {
	width: 100%;
	height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.unser-blog .ce-gallery .ce-column {
	display:none;
}

.unser-blog .ce-gallery .ce-column:first-child {
	display:block;
}

.unser-blog .ce-texpic {
	position: relative;
}

.unser-blog .ce-gallery:after {
	position: absolute;
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
	content: "";
    background: rgba(77,83,86,0.80);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	z-index: 1;
}


.unser-blog:hover  .ce-gallery:after {
    top: 0;
}

.unser-blog .ce-bodytext {
    position: absolute;
	bottom: 0;
    width: 100%;
    padding: 30px 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
}

.unser-blog:hover .ce-bodytext {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.unser-blog .ce-bodytext *{
	width:100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	color: #fff;
	margin-bottom: 0;
}


.unser-blog:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.we-are-part {
    background: url("../Images/aged-scratched-wood-surface_sw.jpg") no-repeat center center;
    background-size: cover;
}

#c33 {
	margin-bottom:0;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: visible;
}

.ce-container.container-sm {
	max-width: 1000px;
}

#page-14 .gallery-wrapper,
#page-15 .gallery-wrapper {
	display: none;
}

.frame-type-text.frame-layout-1 h4 {
	color: #4d5356;
	font-size: 1.0em;
	line-height: 1.5;
	text-transform: none;
}

.frame.frame-type-text.frame-layout-1 {
    padding: 75px 75px 25px 75px;
}

.frame-type-text h2 i {
	text-transform: none;
	color:#4d5356;
	font-style: normal;
}


::-webkit-selection {
	color: #fff;
	background: #bc0001;
}

::-moz-selection {
	color: #fff;
	background: #bc0001;
}

::selection {
	color: #fff;
	background: #bc0001;
}

.text-big .frame-type-text p {
	font-size: 1.25em;
	line-height: 1.65;
}

.frame-type-text ul {
	list-style:none;
	padding-left:0;
	margin-left: 0;
}

.frame-type-text ul li{
	position: relative;
	padding-left:25px;
	margin-left: 0;
}

.frame-type-text ul li:before{
	position: absolute;
	content: "-";
	left:0;
}

#page-5 .ce-container {
	max-width: 1920px;
	width:100%;
	overflow: hidden;
}

#c3 .txt-part {
	padding-bottom: 0px;
	margin-bottom: 70px;
}

#c79,
#c65 {
	margin-bottom: 0px;
}

#page-6 .pagination-nav,
#page-7 .pagination-nav {
	width: 100%;
	top: 100px;
	position: absolute;
	z-index: 1;
	padding: 0;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

#c15,
#c16 {
	margin-bottom: 5px;
}

#page-1 .leistungen-inner,
#c87 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#page-1 .leistungen-inner .unter-txt {
	display: none;
}

#page-1 .leistungen-part {
	padding-bottom: 0;
}

.mfp-title {
    font-size: 16px;
    line-height: 22px;
}

.active > .page-link {
    background-color: #bc0001;
    border-color: #bc0001;
}

.page-link {
    color: #bc0001;
}

.page-link:hover,
.page-link:focus {
    color: #bc0001;   
    background-color: #bc000117;
    border-color: #bc000117;
    box-shadow: none;
}

.col-md-4.col-sm-12.col-12.aos-init.aos-animate + .f3-widget-paginator {
    margin-top: 2.5rem;
}