@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #1E202B;	
	color: #fff;
	line-height: 28px;
	font-size: 22px;
}

body:before {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.89) 3%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.89)), color-stop(3%, rgba(0,0,0,0.89)), color-stop(70%, rgba(0,0,0,0.18)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.89) 3%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.89) 3%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.89) 3%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0.89) 3%, rgba(0,0,0,0.18) 70%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 1;
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 0;
	padding-left: 0;	
}
*/
p {
	font-size: 22px;
	line-height: 28px;
}

a, a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.small, small {
    font-size: 60%;
    font-weight: inherit;
}

a.underlinered, a.underlineblack {
	font-size: 24px !important;	
	display: inline-block !important;
	font-weight: bold !important;

}

a.underlinered::after {
	content: "" !important;	
	margin-top: -6px !important;	
	width: 100% !important;	
	border-bottom: 5px #E30613 solid !important;	
	display: block !important;	
}

a:hover.underlinered {
	color: #E30613 !important;	
}

a.underlineblack::after {
	content: "" !important;	
	margin-top: -13px !important;	
	width: 100% !important;	
	border-bottom: 5px #000 solid !important;	
	display: block !important;
}

a:hover.underlineblack {
	color: #000 !important;	
}

.weiteremitarbeiter a {
	color: #E30613;
}


h1, .h1clone {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.home h1 {
	letter-spacing: 0;
	font-size: 48px;
    line-height: 45px;
    background: #000;
	color: #fff;
	display: inline;
	font-weight: bold;
}

#logo {
	max-width: 200px;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#logo.scrolleddown {
	max-width: 70px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.navilogo {
	width: 50px;
}

#fullheight {
	position: relative;
	padding-bottom: 0;
}

.brimmergroup-inner {
	position: absolute;
	bottom: 200px;
	margin-right: -15px;
	margin-left: -15px;
}

.big {
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	position: relative;
}

.biglight {
	font-size: 36px;
	line-height: 42px;
}

.red {
	color: #E30613;
}

.grey {
	color: #4B4B4B;
}

.author {
	font-size: 12px;
	line-height: 16px;
	color: #4B4B4B;
}

.autoheight {
	height: 100%;
	position: relative;
}

.wrapper {
	background-image: url(img/bg-lx.png);
	background-position: top left;
	background-repeat:repeat-y;
	padding-top: 105px;
	padding-bottom: 150px;
	max-width: 1200px;
	margin: auto;
}

.headwrapper {
	padding-top: 20px;
	padding-bottom: 150px;
	max-width: 1200px;
	margin: auto;
}

.header {
	padding-bottom: 0 !important;
}

.stickyheader {
	position: fixed;
	width: 100%;
	z-index: 998;
}

.burgermenue img, .closemenue img, .closelogin img, .closeprojectlogin img {
	width: 50px;
	height: 45px;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.burgermenue img:hover, .closemenue img:hover, .closelogin img:hover, .closeprojectlogin img:hover {
	background: #E30613;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.startredbg {
	background: #E30613 !important;
}

.startportrait {
	background-image: url(img/brimmer-portait.png);
	background: cover;
	background-position: center center;
}

.inner {
	max-width: 1200px;
	margin: auto;
}

.redbg {
	background: #E30613;
}

.footer {
	max-width: 1200px;
	background-image: url(img/bg-footer-lx.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 20px;
}

.footer a, .footerinner a {
	font-size: 12px;
	color: #fff;
}

.footer a:hover, .footerinner a:hover {
	color: #E30613;
	text-decoration: none;
}

.footerinner {
	padding-top: 40px;
}

.footernavigationinner {
	padding-top: 22px;
	color: #fff;
	font-size: 12px;
}

.footernavigationinner img {
	vertical-align: baseline;
	padding-left: 10px;
}

.startkontakt {
	padding-top: 150px;
	font-size: 36px;
	line-height: 42px;
}

.startkontakt a {
	font-size: 22px;
	text-decoration: underline;
	margin-top: 30px;
	display: block;
	line-height: 22px;
}

.startkontakt a:hover {
	color: #E30613;
	text-decoration: underline;
}

.kontaktinner {
	position: absolute;
	bottom: 50px;
}

.kontaktlogo {
	padding-top: 5px;
	padding-bottom: 25px;
}

.kontakt p.teaser {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
}

.kontakt p.adresse {
	font-size: 20px;
	line-height:23px;
	padding-bottom: 20px;
}

.kontakt img.kontaktlogo {
	width: 190px;
	padding-bottom: 18px;
}

.kontakt a {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 8px;
}

.kontakt a:hover {
	color: #E30613;
}

.kontakt a::after {
	content: "";
	margin-top: -6px;
	width: 100%;
	border-bottom: 5px #E30613 solid;
	display: block;
}

.kontakt a.icon-in {
	background: #fff;
	margin: 0;
	margin-top: 40px;
}

.kontakt a.icon-xi {
	background: #fff;
	margin: 0;
	margin-left: 60px;
	margin-top: 40px;
}

.kontakt a:hover.icon-in, .kontakt a:hover.icon-xi {
	background: #E30613;
}


.kontakt a.icon-in::after, .kontakt a.icon-xi::after {
	display: none;
}

#map {
	width: 100%;
	height: 580px;
}

.team, .partner {
	padding-top: 100px;
}

.weiteremitarbeiter {
	padding-top: 100px;
}

.keycontectsouter {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}

.keycontectsright {
	text-align: right;
	padding-right: 30px;	
}

.keycontectsleft {
	padding-left: 30px;	
}

.keycontectsright a, .keycontectsleft a {
	color: #E30613;
}

.keycontacts {
	padding-top: 100px;
}

hr.bold {
	border: solid #E30613;
	border-width: 3px 0 0;
}

hr.thin {
	border: solid #E30613;
	border-width: 1px 0 0;
}

.wrapper ul {
	margin-bottom: 20px;
	padding-left: 22px;
}

.job {
	font-size: 32px;
	line-height: 37px;
}

.gutachten {
	margin-top: -15px;
	margin-bottom: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(img/gutachten.png);
	background-repeat: no-repeat;
	background-position: center right;

}

.brimmergroupfull {
	background: #E30613;
}

.brimmergroupfull .background {
	background:url(img/brimmergroup-background.jpg);
	background-size: cover;
	background-position: center center;
}

.brimmergroupfull .inner {
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: bold;
	padding: 100px 30px;
	max-width: 700px;
	margin: auto;
}

ul.performance {
	list-style-type: none;
}

ul.performance li {
	padding-bottom: 30px;
}

ul.performance li:last-child {
	padding-bottom: 0;
}

.performancespacer {
	padding-top: 150px;
}

.karriere {
	padding-top: 300px;
}

.karriere a {
	color: #E30613;
	text-decoration: underline;
}

.karriere a:hover {
	color: #fff;
}

.bereich {
	max-width: 500px;
    position: relative;
    margin-top: 150px;
    overflow: hidden;
    transition: transform .5s;
}

.bereich:hover img {
	transform: scale(1.3);
	transition: transform .5s;
}

.bereich .inner {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 50%;
	background: -moz-linear-gradient(top,  rgba(30,32,43,0) 0%, rgba(30,32,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,32,43,0) 0%,rgba(30,32,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,32,43,0) 0%,rgba(30,32,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e202b', endColorstr='#1e202b',GradientType=0 ); /* IE6-9 */
}

.bereich.first {
    margin-top: 50px;
}

.bereich.firstfirst {
    margin-top: 200px;
}

.mandanten {
	padding-top: 150px;
}

.mandantenfragen {
	background: #000000;
}

.mandantenfragen .background {
	background:url(img/brimmer-portait.png);
	background-size: cover;
	background-position: center center;
}

.mandantenfragen .inner {
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: bold;
	padding: 200px 30px 200px 0;
	width: 600px;
	float: right;
}

.mandantenfragen a {
	font-size: 24px;
	display: inline-block;
	margin-bottom: 8px;
	font-weight: normal;
}

.mandantenfragen a::after {
	content: "";
	margin-top: -13px;
	width: 100%;
	border-bottom: 5px #E30613 solid;
	display: block;
}

.mandantenfragen a:hover {
	color: #E30613;
}

.referenzauszug {
	padding-top: 100px;
}

.art hr.thin {
	max-width: 200px;
	align: left;
}

.m-pagetransition {
	visibility: hidden;
}

.startblack {
	font-size: 28px;
	line-height: 36px;
	background: #000;
}

.start .brimmergroup-inner {
	max-width: 640px;
	z-index: 997;
}

div#slideshow1 {
	position: absolute !important;
	top: 105px;
	right: 0;
	width: 100%;
	max-width: 888px;
}

#slideshow1 img {
	top: 0;
	right: 0;
	width: 100%;
}

#navigation {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#navigation .wrapper {
	background-image: none;
}

.navigationfooter {
	position: absolute;
	max-width: 1200px;
	width: 100%;
	bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

#group {
	padding-top: 150px;
}

.logovideos {
	margin-top: 150px;
}

.job a {
	text-decoration: underline;
}

.job a:hover {
	color: #E30613;
}

.mainnavigation {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}

.mainnavigationwrapper {
	position: absolute;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	display: inline-flex;
	top: 0;
	margin-left: -15px;
	padding-left: 200px;
	max-width: 1100px;
	z-index: -99;
}

img.locked {
	vertical-align: top;
	width: auto;
	height: 30px;
	padding-left: 10px;
}

.mainnavigation li {
	font-size: 73px;
	line-height: 90px;
	font-weight: bold;
}

.mainnavigation li a {
	color: #fff;
	display: inline-block;
}

.mainnavigation li a.current, .mainnavigation li a:hover, .mainnavigation li:hover {
	color: #E30613;
}

.mainnavigation li.current_page_item a::after, .mainnavigation li a:hover::after {
	content: "";
	margin-top: -40px;
	width: 100%;
	display: block;
	margin-bottom: 31px;
}

.opened {
	opacity: 1 !important;
	pointer-events: all;
	z-index: 999 !important;
}

.closed {
	opacity: 0;
	pointer-events: none;
	z-index: -999;
}

#login {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#login .wrapper {
	background-image: none;
}

#projectlogin {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: -999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#projectlogin .wrapper {
	background-image: none;
}

.loginteaser { 
	font-size: 73px;
	line-height: 83px;
	font-weight: bold;
	margin-bottom: 40px;
}

.loginteaser a { 
	text-decoration: underline;
}

.loginteaser a:hover { 
	color: #E30613;
}

input[type="password"] {
	border: 0;
	padding: 20px;
	width: 400px;
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
 }

 input[type="submit"] {
	border: 0;
	font-size: 40px;
	padding: 20px;
	margin: 0;
	background: #fff;
	margin-left: 3px;
	vertical-align: bottom;
}

a.hq {
	display: inline-block;
	background-image: url(img/stratseite-hq-red.png);
	background-size: cover;
	margin-top: 0px;
}

a.hq img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover.hq img {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.footerlogo {
	width: 100px;
	height: 90px;
	display: block;
	margin: auto;
	-webkit-transform: translate(-0%, -0%);
	transform: translate(-0%, -0%);
}

a.footerlogo .logo {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

a.footerlogo .logo1 {
    background-color: #2263a8;
    background-image: url(img/footerlogo.png);
    -webkit-animation-name: logo;
    animation-name: logo;
}

a.footerlogo .logo2 {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background-color: #000;
    background-image: url(img/footerlogo2.png);
    -webkit-animation-name: logo2;
    animation-name: logo2
}

.datenschutzmobile {
	display: none;
}

.grouplogos {
	padding-bottom: 50px;
}

#cookiehinweis {
	background: #000;
	color: #fff;
	line-height: 20px;
	display: none;
	font-size: 22px;
	line-height: 28px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 998;
}

#cookiehinweis .wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}

#cookiehinweis .left {
	float: left;
	width: 80%;	
	padding-top: 50px;
	padding-bottom: 50px;
}

#cookiehinweis .right {
	float: left;
	width: 20%;	
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: right;
}

a.cookiebutton {
	background: #E30613;
	display: inline-block;
	padding: 5px 20px;
}

a:hover.cookiebutton {
	background: #fff;
	color: #000;
}

span.bim {
	color: #E30613;
}

span.bimcluster {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}

.awards {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-left: auto;
    margin-right: auto;
}

.awards img {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	margin-bottom: 20px;
}

.strech {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.mobiledisplay {
	display: none;
}

.mandantenmobile {
	display: none;
}

.logodrei {
	margin-bottom: 60px;
}

.logodrei:hover + .dreiunddreisig {
	opacity: 1;
}

.logo:hover + .dreiunddreisig {
	opacity: 1;
}

.awardtext {
    opacity: 0;
    width: 735px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.awardtext span {
	line-height: 32px;
    background: #000;
}

img.awardsimg:hover + .awardtext {
    opacity: 1;
}

.echoecho {
	width: 85px;
}

.thm {
	width: 130px;
}

ul.sub-menu  {
	display: none;
	list-style-type: none;
}

.mainnavigation li:hover ul.sub-menu {
	display: block;
}

.sub-menu li {
	font-size: 52px;
	line-height: 60px;
}

.mainnavigation li.current_page_item a {
	color: #E30613
}

.mainnavigation li.current_page_item a::after, .mainnavigation li a:hover::after {
	content: "";
	margin-top: -40px;
    display: block;
    margin-bottom: 0;
}

@-webkit-keyframes logo {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    45% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    50% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    95% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@keyframes logo {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    45% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    50% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    95% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg)
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@-webkit-keyframes logo2 {
    from {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    45% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    50% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    95% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@keyframes logo2 {
    from {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    45% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    50% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    95% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

.dreiunddreisig {
	opacity: 0;
	width:735px;
	height: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

@media (max-width: 567px) {

	#logo {
		padding-top: 0 !important;
	}

	.wrapper {
		background-image: url(img/bg-xs.png) !important;
		padding-top: 0;
		padding-bottom: 150px;
		max-width: 300px !important;
	}
	
	#navigation .header {
		background-image: none !important;
	}
	
	.footer {
		background-image: url(img/bg-footer-xs.png) !important;
	}
	
	.navigationfooter {
		max-width: 300px !important;
	}

	#map {
		height: 300px !important;
	}
	
	.kontaktinner {
		position: relative;
		bottom: 0;
		padding-top: 50px;
	}

	.keycontectsleft, .keycontectsright {
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: left !important;
		padding-top: 30px;
	}

	.performancespacer {
		padding-top: 120px;
	}
	
	.wrapperkontakt {
		padding-top: 120px;
	}

	.team {
		padding-top: 50px !important;
	}

	.weiteremitarbeiter {
		padding-top: 50px;
		padding-bottom: 0;
	}

	p, ul {
		font-size: 14px;
		line-height: 22px;
	}

	.big {
		font-size: 18px;
		line-height: 24px;
	}
	
	.biglight {
		font-size: 18px;
		line-height: 24px;
	}

	.job {
		font-size: 14px;
		line-height: 20px;
	}

	.brimmergroup-inner {
		bottom: 20px;
	}
	
	.wrapper ul {
		padding-left: 16px;
	}

	.brimmergroupfull .inner {
		font-size: 18px;
		line-height: 24px;
		padding: 50px 0;
		max-width: 300px;
	}

	.brimmergroupfull .background {
		height: 250px;
	}

	ul.performance li {
		padding-bottom: 20px;
	}

	.mandanten {
		padding-top: 120px;
	}
	
	.bereich {	
		margin-top: 80px;
	}
	
	.bereich .inner {
		font-size: 20px;
	}

	.referenzauszug {
		padding-top: 100px;
		font-size: 10px;
	}

	.mainnavigation li a, .mainnavigation li {
		font-size: 35px;
		line-height: 50px;
	}
	
	.mainnavigation li.current_page_item a::after, .mainnavigation li a:hover::after {
		margin-top: -25px;
		margin-bottom: 25px;
	}

	.footernavigationinner {
		display: none;
	}

	.datenschutz {
		display: none;
	}

	.datenschutzmobile {
		display: block;
	}

	.mainnavigationwrapper {
		padding-left: 0;
		max-width: 290px;
	}

	.loginteaser {
		font-size: 30px;
		line-height: 43px;
	}

	.mainnavigationwrapper input[type="password"] {
		padding: 10px;
		width: 200px;
	}

	.mainnavigationwrapper input[type="submit"] {
		font-size: 20px;
		padding: 10px;
	}

	.startkontakt {
		padding-top: 50px;
	}

	.startadress {
		padding-top: 50px;
		font-size: 26px;
		line-height: 30px;
	}
	
	.karriere {
		padding-top: 100px;
	}
	
	.startblack {
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	
	div#slideshow1 img {
		width: 300px;
		bottom: 200px;
		right: 0;
	}

	.scrollmobile {
		display: none;
	}

	.mandantenfragen .inner {
		padding: 100px 0 100px 0;
		float: none;
		width: 300px;
		font-size: 22px;
		line-height: 28px;
	}

	.mandantenfragen a::after {
		margin-top: -8px;
	}
	
	.background {
		height: 400px;
	}

	#cookiehinweis {
		font-size: 12px;
		line-height: 20px;
	}

	#cookiehinweis .wrapper {
		background-image: none !important;
	}
	
	#cookiehinweis .left {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}

	#cookiehinweis .right {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	.header {
		max-width: 300px !important;
	}

	#logo {
		max-width: 70px;
	}
	
	.mobilenone {
		display: none;
	}

	.mobiledisplay {
		display: block;
	}
	
	.awards img {
		width: 50px;
	}
	
	.mandantendesktop {
		display: none;
	}
	
	.mandantenmobile {
		display: block;
	}
	
}

@media (min-width: 568px) and (max-width: 767.98px) {
	
	#logo {
		padding-top: 0 !important;
	}

	.wrapper {
		padding-top: 20px;
		padding-bottom: 150px;
		max-width: 500px !important;
	}
	
	.footer {
		max-width: 500px !important;
		background-image: url(img/bg-footer-sm.png) !important;
	}
	
	.navigationfooter {
		max-width: 500px !important;
	}
	
	#map {
		height: 500px !important;
	}
	
	.kontaktinner {
		position: relative;
		bottom: 0;
		padding-top: 50px;
	}

	.keycontectsleft, .keycontectsright {
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: left !important;
		padding-top: 30px;
	}

	.big {
		font-size: 20px;
		line-height: 26px;
	}
	
	.biglight {
		font-size: 20px;
		line-height: 26px;
	}

	.job {
		font-size: 16px;
		line-height: 20px;
	}

	.team, .partner {
		padding-top: 50px !important;
	}

	.weiteremitarbeiter {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.brimmergroupfull .inner {
		font-size: 20px;
		line-height: 26px;
		padding: 50px 30px;
	}

	.brimmergroupfull .inner {
		font-size: 24px;
		line-height: 30px;
		padding: 70px 30px;
	}

	.mandantenfragen .inner {
		width: 250px;
		font-size: 20px;
		line-height: 24px;
		padding: 100px 30px 100px 0;
	}
	
	.mandantenfragen a {
		font-size: 20px;
	}
	
	.mandantenfragen a::after {
		margin-top: -7px !important;
	}

	.referenzauszug {
		padding-top: 100px;
		font-size: 14px;
	}
	
	.art {
		text-align: right
	}

	.art hr.thin {
		max-width: none;
	}

	.mandanten {
		padding-top: 100px;
	}
	
	.bereich {	
		margin-top: 80px;
	}
	
	.mainnavigation li a, .mainnavigation li {
		font-size: 50px;
		line-height: 70px;
	}

	.footernavigationinner {
		display: none;
	}

	.datenschutz {
		display: none;
	}

	.datenschutzmobile {
		display: block;
	}
	
	.mainnavigationwrapper {
		padding-left: 0;
		max-width: 450px;
	}

	.loginteaser {
		font-size: 50px;
		line-height: 63px;
	}

	.mainnavigationwrapper input[type="password"] {
		width: 300px;
	}

	.startkontakt {
		padding-top: 50px;
	}

	.startadress {
		text-align: center;
		padding-top: 50px;
	}

	.karriere {
		padding-top: 200px;
	}

	#cookiehinweis {
		font-size: 18px;
		line-height: 22px;
	}
	
	#cookiehinweis .left {
		float: none;
		width: 100%;
		padding-bottom: 30px;
	}

	#cookiehinweis .right {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}

	.header {
		max-width: 500px !important;
	}

	#logo {
		max-width: 70px;
	}

	.mandantendesktop {
		display: none;
	}
	
	.mandantenmobile {
		display: block;
	}

	.brimmergroup-inner {
		position: relative;
		bottom: auto;
		margin-top: 125vh;
	}
	
	.submenue li {
		font-size: 42px;
		line-height: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

	.wrapper {
		padding-top: 20px;
		padding-bottom: 150px;
		max-width: 700px !important;
	}
	
	.footer {
		max-width: 700px !important;
		background-image: url(img/bg-footer-md.png) !important;
	}

	.navigationfooter {
		max-width: 700px !important;
	}
	
	#map {
		height: 500px !important;
	}
	
	.kontaktinner {
		position: relative;
		bottom: 0;
		padding-top: 50px;
	}
	
	.keycontectsleft, .keycontectsright {
		padding-left: 0px !important;
		padding-right: 0px !important;
		text-align: left !important;
		padding-top: 30px;
	}

	.big {
		font-size: 24px;
		line-height: 30px;
	}
	
	.biglight {
		font-size: 24px;
		line-height: 30px;
	}

	.job {
		font-size: 20px;
		line-height: 26px;
	}

	.team, .partner {
		padding-top: 70px !important;
	}

	.weiteremitarbeiter {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.brimmergroupfull .inner {
		font-size: 24px;
		line-height: 30px;
		padding: 70px 30px;
	}

	.mandantenfragen .inner {
		width: 350px;
		font-size: 22px;
		line-height: 28px;
		padding: 100px 15px 100px 0;
	}
	
	.mandantenfragen a::after {
		margin-top: -9px;
	}

	.referenzauszug {
		padding-top: 100px;
	}
	
	.art {
		text-align: right
	}
	
	.art hr.thin {
		max-width: none;
	}
	
	.mainnavigationwrapper {
		padding-left: 100px;
		max-width: 680px;
	}

	.loginteaser {
		font-size: 50px;
		line-height: 63px;
	}

	.startkontakt {
		padding-top: 70px;
	}

	.startadress {
		text-align: center;
		padding-top: 80px;
	}
	
	.karriere {
		padding-top: 200px;
	}

	#cookiehinweis {
		font-size: 18px;
		line-height: 22px;
	}
	
	#cookiehinweis .left {
		width: 70%;
	}

	#cookiehinweis .right {
		width: 30%;
	}

	.header {
		max-width: 700px !important;
	}

	#logo {
		max-width: 70px;
	}
	
	.wrapperkontakt, .mandanten {
		padding-top: 120px;
	}

	.submenue li {
		font-size: 42px;
		line-height: 60px;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.wrapperkontakt, .mandanten {
		padding-top: 150px !important;
	}

	.wrapper {
		padding-top: 20px;
		padding-bottom: 150px;
		max-width: 900px !important;
	}
	
	.startkontakt {
		padding-top: 70px;
	}
	
	.footer {
		max-width: 900px !important;
		background-image: url(img/bg-footer-lg.png) !important;
	}

	.navigationfooter {
		max-width: 900px !important;
	}

	#map {
		height: 500px !important;
	}
	
	.kontaktinner {
		position: relative;
		bottom: 0;
		padding-top: 50px;
	}

	.big {
		font-size: 30px;
		line-height: 36px;
	}
	
	.biglight {
		font-size: 30px;
		line-height: 36px;
	}

	.job {
		font-size: 26px;
		line-height: 32px;
	}

	.team, .partner {
		padding-top: 70px !important;
	}

	.weiteremitarbeiter {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.brimmergroupfull .inner {
		font-size: 30px;
		line-height: 36px;
		padding: 70px 30px;
	}

	.referenzauszug {
		padding-top: 70px !important;
	}

	.projekte hr.thin {
		max-width: 500px;
	}

	.mandantenfragen .inner {
		width: 450px;
	}
	
	.mainnavigationwrapper {
		padding-left: 100px;
		max-width: 800px;
	}
	
	.karriere {
		padding-top: 200px;
	}

	#cookiehinweis .left {
		padding-right: 50px;
	}

	.header {
		max-width: 900px !important;
	}
	#logo {
		max-width: 70px;
	}

}