html{
	font-weight:300;
	letter-spacing:1px;
}

a{
	transition:all .2s ease-out;
	font-weight:600;
}

a:hover{
	text-decoration:none;
}

p, ul, ol, table{
	margin:0;
}

*+p, *+ul, *+ol, *+table{
	margin-top:20px;
}

strong{
	font-weight:900;
}


/*########## HEADER ##########*/

.tm-header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}

.uk-navbar-container:not(.uk-navbar-transparent){
	background:rgba(27,36,43,.7);
	transition:all .2s ease-out;
	border-bottom:solid 2px rgba(255,255,255,.5);
}

.uk-navbar-container:not(.uk-navbar-transparent):hover{
	background:rgba(27,36,43,.9);
}

.tm-header .uk-logo{
	min-height:0;
}

.tm-header .uk-logo img{
	height:100px;
	margin:10px 0;
	width:auto;
	transition:all .2s ease-out;
}

.tm-header .uk-sticky-below .uk-logo img{
	height:56px;
	margin:7px 0;
}


/* NAV */

.uk-navbar-nav>li>a{
	color:rgba(255,255,255,.5);
	margin-top:60px;
	min-height:40px;
	height:40px;
	padding:0 20px;
	transition:all .2s ease-out;
	letter-spacing:2px;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus{
	color:#fff;
}

.uk-navbar-nav>li.uk-active>a{
	font-weight:900;
	font-size:1rem;
	color:#ef6b3d;
}

.uk-navbar-nav>li>a[href*=facebook]{
	color:transparent;
	width:60px;
	background:url("../../../images/layout/logo-facebook-small.png") no-repeat center/auto 20px;
	border-left:solid 1px rgba(255,255,255,.2);
}

.uk-sticky-below .uk-navbar-nav>li>a{
	margin-top:0;
}


/*SLIDESHOW*/

.hero{
	height:100vh;
	position:relative;
}

.hero .uk-position-relative{
	position:static!important;
}

.hero>.uk-position-cover{
	background:rgba(0,0,0,.3);
}

.hero iframe{
	display:none!important;
}

.hero-mobile{
	/*display:none!important;*/
	margin:0!important;
}

.hero-slideshow img{
	-webkit-transform:scale(1.15) translate(-45%,-45%)!important;
	transform:scale(1.15) translate(-45%,-45%)!important;
	animation:kbe 15s ease-out normal 1 forwards running!important;
}

@keyframes kbe{
	0%{
		-webkit-transform:scale(1.15) translate(-45%,-45%);
		transform:scale(1.15) translate(-45%,-45%);
	}
	100%{
		-webkit-transform:scale(1) translate(-50%,-50%);
		transform:scale(1) translate(-50%,-50%);
	}
}

@media(min-height:56.25001vw){
	.hero iframe{
		width:177.777vh;
		height:100vh;
	}
}

@media(max-height:56.25vw){
	.hero iframe{
		width:100%;
		height:56.25vw;
	}
}

.hero-slider{
	margin:0!important;
	background:rgba(255,255,255,.1);
	border-top:solid 2px rgba(255,255,255,.5);
	position:absolute;
	bottom:0;
	z-index:100;
	width:100%;
	background:rgba(27,36,43,.7);
}

.hero-slider a.uk-position-cover{
	top:auto;
	right:auto;
	padding:10px 40px;
	border:solid 2px rgba(255,255,255,.5);
	background:rgba(27,36,43,.3);
	line-height:21px;
}

.hero-slider a.uk-position-cover:before{
	content:"Mehr erfahren";
}

.hero-slider a.uk-position-cover:hover{
	background:rgba(27,36,43,.7);
	border-color:#fff;
	color:#f48f3f;
}

.hero-slider .el-image{
	display:none!important;
}

.hero-slider .uk-cover-container{
	padding-bottom:75px;
}

.hero-slider .uk-position-center{
	position:static!important;
	transform:none;
	-webkit-transform:none;
}

.hero-slider .uk-padding{
	padding:0;
}

.hero-slider .uk-grid{
	align-items:flex-end;
	margin:0;
}

.hero-slider .el-item{
	padding:30px 80px 20px;
	color:#fff;
}

.hero-slider .el-nav{
	position:absolute;
	right:20px;
	bottom:20px;
}

.hero-slider .uk-dotnav>*>*{
	width:12px;
	height:12px;
	border:solid 1px #fff;
}

.hero-slider .uk-dotnav>.uk-active>*{
	background:#fff;
}

.hero-slider .el-title{
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	position:relative;
	line-height:1.1;
}

.hero-slider .el-title:after{
	content:"";
	display:block;
	width:33%;
	margin-top:20px;
	height:2px;
	background:rgba(255,255,255,.3);
}

.hero-slider .el-content{
	text-align:left;
	max-width:1200px;
}






/*############# GLOBAL ##############*/

.uk-h1, h1{
	line-height:1;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:3px;
}

.uk-h2, h2{
	line-height:1;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:2px;
}

.uk-h3, h3{
	line-height:1;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:2px;
}



/*########## SUB ##########*/

.hero-sub{
	position:relative;
}

.hero-sub:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.3);
	pointer-events:none;
}

.hero-sub .uk-margin{
	margin:0!important;
}

.hero-sub .uk-h1{
	position:absolute;
	width:100%;
	box-sizing:border-box;
	bottom:0;
	left:0;
	background:rgba(27,36,43,.5);
	z-index:1;
	margin:0!important;
	padding:40px calc(50% - 600px);
	font-weight:300;
	border-top:solid 2px rgba(255,255,255,.5);
}

.hero-sub .uk-h1 strong{
	display:block;
	font-size:2em;
	color:#fff;
	font-weight:900;
	position:relative;
	padding-top:20px;
	letter-spacing:.1em;
}

.hero-sub .uk-h1 strong:before{
	content:"";
	display:block;
	height:2px;
	width:5.8em;
	background:rgba(255,255,255,.3);
	margin-bottom:15px;
}

.hero-sub+.uk-section .uk-h2{
	font-weight:600;
}

.container-ref{
	padding:60px!important;
}

.ref .el-item{
	border:solid 2px #fff;
	transition:all .2s ease-out;
}

.ref .el-item:hover{
	border-color:#ef6b3d;
}

.list ul{
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	justify-content:center;
	padding:0;
}

.list li{
	padding:10px 20px;
	line-height:1.2;
	border:solid 2px rgba(27,36,43,.2);
	margin:5px;
	color:#ef6b3d;
	font-weight:600;
	text-transform:uppercase;
	font-size:.8333rem;
	text-align:center;
}


/*########## START #########*/

.index .uk-h1{
	font-size:3.333rem;
	text-align:center;
	margin-bottom:80px;
}

.index .uk-h1 strong{
	display:block;
	font-size:1.25em;
	color:#1b242b;
}



/*TEASER*/

.teaser .uk-position-center{
	top:auto;
	right:auto;
	width:100%;
	height:100%;
	transform:none;
	-webkit-transform:none;
	left:0;
	bottom:0;
	display:block;
	box-sizing:border-box;
	transition:all .2s ease-out;
}

.teaser .uk-grid>:nth-child(4n+1) .uk-position-center, .teaser .uk-grid>:nth-child(4n+4) .uk-position-center{
	background:rgba(239,107,61,.7);
}

.teaser .uk-grid>:nth-child(4n+2) .uk-position-center, .teaser .uk-grid>:nth-child(4n+3) .uk-position-center{
	background:rgba(27,36,43,.7);
}

.teaser .uk-grid>:nth-child(n){
	width:calc(50% - 1px);
}

.teaser .uk-grid>:nth-child(even){
	margin-left:2px;
}

.teaser .uk-grid>:nth-child(n+3){
	margin-top:2px;
}

.teaser .uk-padding{
	position:absolute;
	bottom:0;
	padding:20px;
}

.teaser .el-content{
	color:#fff;
	font-size:4vw;
	text-transform:uppercase;
	text-align:left;
	line-height:1;
	transition:all .2s ease-out;
	letter-spacing:2px;
}

.teaser .el-content strong{
	display:block;
}

.teaser .uk-grid>:nth-child(4n+1) .el-item:hover .uk-position-center, .teaser .uk-grid>:nth-child(4n+4) .el-item:hover .uk-position-center{
	background:rgba(255,255,255,.7);
}

.teaser .uk-grid>:nth-child(4n+2) .el-item:hover .uk-position-center, .teaser .uk-grid>:nth-child(4n+3) .el-item:hover .uk-position-center{
	background:rgba(255,255,255,.7);
}

.teaser .uk-grid>:nth-child(4n+1) .el-item:hover .el-content, .teaser .uk-grid>:nth-child(4n+4) .el-item:hover .el-content{
	color:#ef6b3d;
}

.teaser .uk-grid>:nth-child(4n+2) .el-item:hover .el-content, .teaser .uk-grid>:nth-child(4n+3) .el-item:hover .el-content{
	color:#1b242b;
}


/*ÜBER UNS*/

.uber-uns{
}

.uber-uns>.uk-container>.uk-grid{
	align-items:center;
}

.uber-uns>.uk-container>.uk-grid>[class*=uk-width]:nth-child(1){
	width:680px;
	text-align:center;
}

.uber-uns>.uk-container>.uk-grid>[class*=uk-width]:nth-child(2){
	width:calc(100% - 680px);
}

.uber-uns .uk-h2{
	font-weight:900;
}


/*TEAM*/

.team .el-item{
	display:block;
}

.team .el-image{
	width:50%;
	margin-right:50%;
	height:auto;
}

.team .uk-position-center{
	left:50%;
	top:0;
	right:auto;
	bottom:auto;
	transform:none;
	-webkit-transform:none;
	width:50%;
	height:100%;
	background:#e8e9e9;
	display:block;
}

.team .uk-padding{
	text-align:left;
}

.team .el-title{
	font-size:1.333rem;
}

.team .el-meta{
	font-weight:600;
	font-size:calc(.25rem + .75vw);
}

.team .el-content{
	font-size:calc(.25rem + .75vw);
}

.team .uk-margin{
	margin-bottom:0!important;
}

.team *+.uk-margin{
	margin-top:10px!important;
}


/*########## BETONPRESSEN ###########*/

.list+.ref{
	margin-top:55px!important;
}



/*############ FOOTER ##########*/

.footer{
	border-top:solid 2px #fff;
	padding:40px 0 60px;
}

.footer .uk-grid{
	align-items:flex-end;
	justify-content:center;
}

.footer [class*=uk-width]{
	width:auto;
	flex:initial;
}

.logo-footer img{
	height:7rem;
}

.subfooter{
	padding:15px 0;
	font-size:.666rem;
	letter-spacing:3px;
	text-transform:uppercase;
}

.subfooter .uk-subnav>*>:first-child{
	font:inherit;
	font-weight:600;
	color:#f48f3f;
}

.subfooter .uk-subnav>*>:first-child:hover{
	color:#ea423a;
}

.subfooter .uk-text-center{
	margin-bottom:5px;
}



/*##############################################################
########################## RESPONSIVE ##########################
##############################################################*/


.tm-header-mobile{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}

.tm-header-mobile .uk-logo img{
	height:70px;
}

.uk-navbar-toggle{
	color:#fff;
}

.uk-offcanvas-bar{
	background:#1b242b;
}

.uk-offcanvas-overlay::before{
	background:rgba(0,0,0,.3);
}

.uk-offcanvas .uk-nav-default>li>a{
	text-align:left;
	padding:10px 0;
	line-height:1.2;
	text-transform:uppercase;
}

.uk-offcanvas .uk-nav-default>li.uk-active>a{
	font-size:1rem;
}

.uk-offcanvas .uk-nav-default>li>a[href*=facebook]{
	color:transparent;
	width:40px;
	height:40px;
	background:url("../../../images/layout/logo-facebook-small.png") no-repeat left/auto 20px;
}


@media(max-width:1400px){
	.uk-navbar-nav>li.uk-active>a{
		font-size:.8333rem;
	}

	.uk-navbar-nav>li>a{
		padding:0 15px;
	}

	.team .uk-padding{
		padding:20px;
	}

	.team .el-content{
		font-size:calc(.333rem + .666vw);
	}
}

@media(max-width:1260px){
	.hero iframe{
		display:none!important;
	}

	.hero-mobile{
		display:block!important;
		height:100vh;
	}

	/*.hero-slider{
		background:rgba(27,36,43,.7);
	}*/

	.hero-slider .el-content{
		font-size:.8333rem;
		margin-top:10px!important;
	}

	.hero-slider .el-title{
		margin-bottom:10px!important;
	}

	.hero-slider .el-title:after{
		margin-top:10px!important;
	}

	.hero-slider .el-item{
		padding:30px 40px 20px;
	}

	.uk-h1, h1, .uk-h2, h2{
		font-size:calc(1rem + 2vw);
	}

	.uk-h3, h3{
		font-size:calc(1rem + 1vw);
	}

	.index .uk-h1{
		font-size:calc(.666rem + 3vw);
	}

	.uber-uns>.uk-container>.uk-grid>[class*=uk-width]:nth-child(n){
		width:100%;
	}

	.uber-uns>.uk-container>.uk-grid>[class*=uk-width]:nth-child(1){
		text-align:left;
	}

	.team .el-content, .team .el-meta{
		font-size:1rem;
	}

	.team .uk-grid>div:nth-child(even) .el-image{
		margin:0 0 0 50%;
	}

	.team .uk-grid>div:nth-child(even) .uk-position-center{
		left:0;
		text-align:right;
	}

	.team .uk-grid>div:nth-child(even) [class*=el-]{
		text-align:right;
	}

	.team .uk-padding{
		padding:40px;
	}

	.footer{
		padding:40px 0;,

	}

	.footer [class*=uk-width]:first-child{
		width:100%;
		padding-left:0;
	}

	.footer [class*=uk-width]:nth-child(2){
		padding-left:0;
	}

	.logo-footer img{
		height:auto;
		width:300px;
	}

	.footer .uk-grid{
		max-width:620px;
		margin:auto;
		justify-content:left;
	}

	.hero-sub .uk-h1{
		padding:20px 40px;
	}

	.hero-sub+.uk-section{
		padding:20px 0;
	}

	.container-ref{
		padding:40px!important;
	}

	.hero-sub .uk-slideshow-items{
		height:56.25vw!important;
		min-height:0!important;
	}
}

@media(max-width:900px){
	.team .el-content{
		font-size:.8333rem;
	}
}

@media(max-width:800px){
	.team .el-meta{
		font-size:.8333rem;
	}

	.team .uk-padding{
		padding:20px;
	}

	.team .el-image{
		height:50vw;
		object-fit:cover;
		object-position:50% 0%;
	}

	.logo-footer img{
		display:block;
		margin:auto;
	}

	.footer [class*=uk-width]:nth-child(n){
		padding:0;
		width:100%;
		text-align:center;
	}
}

@media(max-width:600px){
	.hero-slider .el-item{
		padding:25px 15px 15px;
	}

	.hero-slider a.uk-position-cover{
		font-size:.8333rem;
		line-height:1;
		padding:10px 20px;
	}

	.teaser .uk-grid>:nth-child(n){
		width:100%;
		border:none;
		margin:0;
	}

	.teaser .uk-grid>:nth-child(n+2){
		margin-top:2px;
	}

	.teaser .el-image{
		height:25vw;
		width:100%;
		object-fit:cover;
	}

	.teaser .uk-grid>:nth-child(odd) .uk-position-center{
		background:rgba(27,36,43,.7);
	}

	.teaser .uk-grid>:nth-child(even) .uk-position-center{
		background:rgba(239,107,61,.7);
	}

	.teaser .uk-grid>:nth-child(odd) .el-item:hover .el-title{
		background:#1b242b;
	}

	.teaser .uk-grid>:nth-child(even) .el-item:hover .el-title{
		background:#ef6b3d;
	}

	.teaser .el-content strong{
		font-size:2em;
	}

	.teaser .uk-padding{
		padding:10px 15px;
	}

	.team .el-image{
		width:100%;
		height:60vw;
		margin:0!important;
	}

	.team .uk-position-center{
		position:static!important;
		margin:0!important;
		width:auto;
	}

	.team .uk-padding{
		padding:15px;
	}

	.team .uk-grid>div:nth-child(even) [class*=el-]{
		text-align:left;
	}

	.hero-slider .uk-cover-container{
		padding-bottom:58px;
	}

	.uk-h1, h1, .uk-h2, h2, .index .uk-h1{
		letter-spacing:.0666em;
		font-size:calc(.5rem + 4.5vw);
	}

	.uk-h3, h3, .team .el-title{
		font-size:calc(.333rem + 4vw);
		letter-spacing:.0666em;
	}

	.index .uk-h1{
		text-align:left;
		margin-bottom:40px;
	}

	.index .uk-h1 strong{
		font-size:inherit;
	}

	.logo-footer img{
		width:250px;
	}

	html{
		font-size:16px;
	}

	.hero-sub .uk-h1{
		padding:15px;
	}

	.hero-sub+.uk-section{
		padding:15px 0;
	}

	.hero-sub .uk-h1{
		font-size:calc(.333rem + 4.5vw);
	}

	.hero-sub .uk-h1.h1-small{
		font-size:5vw;
	}

	.hero-sub .uk-h1 strong:before{
		margin-bottom:5px;
	}

	.hero-sub .uk-h1 strong{
		padding-top:10px;
		letter-spacing:.0666em;
	}

	.hero-sub+.uk-section .uk-h2{
		font-size:calc(.333rem + 3.5vw);
	}

	.hero-sub .uk-slideshow-items{
		height:100vw!important;
	}

	.container-ref{
		padding:40px 15px!important;
	}

	.ref .uk-grid{
		margin-left:-15px;
	}

	.ref .uk-grid>*{
		padding-left:15px;
	}

	.ref .uk-grid>.uk-grid-margin{
		margin-top:15px;
	}

	.list li{
		width:100%;
		padding:10px;
		font-size:.875rem;
	}

	.list-betonpressen{
		padding:15px!important;
	}

	.list+.ref{
		margin:0 5px 5px!important;
	}
}