
/* ========================================================================
   Typos / Icons
 ========================================================================== */
 
@font-face {
  font-family: "MontLight";
  src: url('../fonts/MontLight/font.woff2') format('woff2'), url('../fonts/MontLight/font.woff') format('woff');
}


@font-face {
  font-family: "MontRegular";
  src: url('../fonts/MontRegular/font.woff2') format('woff2'), url('../fonts/MontRegular/font.woff') format('woff');
}


@font-face {
  font-family: "MontBold";
  src: url('../fonts/MontBold/font.woff2') format('woff2'), url('../fonts/MontBold/font.woff') format('woff');
}



@font-face {
  font-family: "MontBlack";
  src: url('../fonts/MontBlack/font.woff2') format('woff2'), url('../fonts/MontBlack/font.woff') format('woff');
}


@font-face {
  font-family: "MontHeavy";
  src: url('../fonts/MontHeavy/font.woff2') format('woff2'), url('../fonts/MontHeavy/font.woff') format('woff');
}


.font-weight-light, .light {
  font-family: 'MontLight', Helvetica, Arial, sans-serif !important;
}


.font-weight-regular, .regular {
  font-family: 'MontRegular', Helvetica, Arial, sans-serif !important;
}


.font-weight-strong, .strong, strong, b, .font-weight-bold, .uk-text-bold  {
  font-family: 'MontBold', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.font-weight-black  {
  font-family: 'MontBlack', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}


.font-weight-heavy  {
  font-family: 'MontHeavy', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

 
.uk-font-primary {
	letter-spacing: 10px;
}

.uk-hr,
hr {
 overflow:visible;
 text-align:inherit;
 margin:0 0 35px 0;
 border:0;
 border-top:1px solid #e5e5e7
}

*+.uk-hr,
*+hr {
 margin-top:35px
}

@media (min-width: 1200px) {
.uk-hr,
hr {
 margin:0 0 70px 0;
}

*+.uk-hr,
*+hr {
 margin-top:70px
}
}

.text-shadow {
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

p:last-child {
	margin-bottom: 0;
}

.no-overflow {
	overflow: hidden !important;
}


.uk-z-index {
	z-index: 1;
	position: relative;
}



.tm-toolbar-default .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255,255,255,1) !important;
}


/* ========================================================================
   Width
 ========================================================================== */


@media (max-width: 639px) {
.uk-width-large {
width: 230px;
    }
 }
/* ========================================================================
   Card
 ========================================================================== */


.card-bestseller .uk-card {
	margin-top: 80px;
}

.card-bestseller .uk-card .el-image {
	margin-top: -80px;
}


/* ========================================================================
   Picture
 ========================================================================== */


.image-overlay img {
	margin: -50px 0;
}
 

/* ========================================================================
   Close
 ========================================================================== */


.uk-modal-dialog .uk-close {
	color: #FFF;
}
 
.uk-modal-dialog .uk-close:hover {
	color: rgba(16, 182, 164, 1);
}


/* ========================================================================
   Headlines
 ========================================================================== */


@media (max-width:639px) {
.hyphens-auto {
	hyphens: auto;
}
}



@media (min-width: 960px) {
.grid-header .uk-heading-small {
	font-size: 40px;
}
}

@media (min-width: 1200px) {
.grid-header .uk-heading-small {
	font-size: 48px;
}
}

/* ========================================================================
   Colors
 ========================================================================== */

 .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark p, .bg-dark ul, .bg-dark li {
  color: rgba(255, 255, 255, 1);
}



 
 .white,  .white h1,  .white h2,  .white h3, .white h4, .white h5, .white p,
 .el-content-white  {
  color: #fff !important;
}


 .green {
  color: #00ff00 !important;
}


 .black {
  color: #000 !important;
}



 .grey {
  color: #dcdcdc !important;
}




 .bg-white {
  background-color: #fff !important;
}

 .bg-green {
  background-color: #00ff00 !important;
}


 .bg-black {
  background-color: #000  !important;
}


 .bg-grey {
  background-color: #dcdcdc !important;
}


.bg-transparent {
	background: transparent !important;
}

 .bg-opacity {
  opacity: 0.85 !important;
}

 .opacity-30 {
  opacity: 0.30 !important;
}

 .fill-red {
  fill: #f44c59 !important;
}


/* ========================================================================
   SVG Fill Class
 ========================================================================== */

 .svg-fill-light-green svg {
  fill: #70d3c8 !important;
}


 .svg-fill-light-blue svg {
  fill: #67b9da !important;
}


 .svg-fill-light-red svg {
  fill: #f8949b !important;
}

 .svg-fill-white svg {
  fill: #FFF !important;
}



/* ========================================================================
   Margin
 ========================================================================== */

@media (min-width: 960px) {
.minus-margin-xsmall-top {
	margin-top: -100px !important;
}

.minus-margin-small-top {
	margin-top: -150px !important;
}

.minus-margin-medium-top {
	margin-top: -200px !important;
}


.minus-margin-top {
	margin-top: -250px !important;
}

.minus-margin-large-top {
	margin-top: -350px !important;
}
}


/* ========================================================================
   button
 ========================================================================== */

@media (max-width: 959px) {
.uk-button-large {
padding: 20px;
  line-height: .5;
  font-size: 1.2em;
}
}

/* ========================================================================
   marker
 ========================================================================== */

.text-marker {
  background-color: rgba(255, 255, 255, 1);
  display: table;
  padding: 2px;
}


.text-marker-headline .el-title {
  background-color: rgba(255, 255, 255, 1);
  display: table;
  padding: 2px;
}

.text-marker-headline .text-marker-element {
margin-top: 5px;
}


@media (min-width: 960px) {

.text-marker-headline .text-marker-element:nth-child(2) {
margin-left: 20px;
}

.text-marker-headline .text-marker-element:nth-child(3) {
margin-left: -10px;
}

.text-marker-headline .text-marker-element:nth-child(4) {
margin-left: 10px;
}
}


h1.text-marker-category,
h2.text-marker-category,
h3.text-marker-category,
h4.text-marker-category {
  background-color: #0f0 ;
  display: table;
  padding: 2px;
  color: #000;
}


@media (min-width: 960px) {
h1.text-marker-category,
h2.text-marker-category,
h3.text-marker-category,
h4.text-marker-category {
  background-color: #0f0 ;
  padding: 2px 40px 2px 20px;
}
	
	
}	



.uk-margin-small.text-marker-category  {
	margin-bottom: 5px;
}

.text-marker-category + .text-marker-category  {
	margin-left: 10px;
}


/* ========================================================================
   Header
 ========================================================================== */

.tm-header > div:not(.uk-sticky-below)> .uk-navbar-container,
.tm-header .uk-sticky-below > .uk-navbar-container {
 padding-top:20px;
 padding-bottom:20px;
}


@media (min-width: 960px) {
.tm-header div:not(.uk-sticky-below) > .uk-navbar-container {
 padding-top:60px;
 padding-bottom:0;
}
}



.uk-sticky-fixed .uk-navbar-transparent {
	box-shadow: 2px 2px 25px 0 rgba(0,0,0,.3);
}


.uk-sticky-fixed .uk-navbar-transparent.uk-dark {
	background: #fff;
}

.uk-sticky-fixed .uk-navbar-transparent.uk-light {
	background: #e73230;
}


/* ========================================================================
   Section
 ========================================================================== */

[class*="uk-section"].border-section-top {
	border-top: dashed 5px #000;
}

[class*="uk-section"].border-section-bottom {
	border-bottom: dashed 5px #000;
}


/* ========================================================================
   Toggle
 ========================================================================== */


@media (min-width:960px) {
.uk-navbar-toggle svg {
  height: 50px;
  width: 50px;
}
}

/* ========================================================================
   Logo
 ========================================================================== */



.tm-header .uk-logo img,
.tm-header .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 40px;
  width: inherit;
}


@media (min-width:960px) {
.tm-header .uk-logo img,
.tm-header .uk-logo svg{
  height: 90px;
  width: inherit;
}
}



/* ========================================================================
   Dialog
 ========================================================================== */

#tm-dialog .uk-nav-primary .uk-nav-sub {
	font-size: 18px;
}


#tm-dialog ul.uk-nav-sub {
	padding: 10px 0 0 15px;
}


@media (min-width:960px) {

#tm-dialog .uk-nav-accordion svg {
width: 40px;
height: 40px;
}

.uk-nav-primary .uk-nav-sub {
	font-size: 20px;
}

#tm-dialog ul.uk-nav-sub {
	padding: 20px 0 0 15px;
}
}




#tm-dialog .uk-nav-primary > li.uk-active > a {
	background-color:#0f0;
	display: inline-block;
	padding: 10px 20px;
}

#tm-dialog .uk-nav-primary > li {
	padding: 20px 0;
}


/* ========================================================================
   Navbar
 ========================================================================== */

.uk-navbar-center:not(:only-child) {
transform: translate(-42%,-50%);
}







.uk-navbar-nav > ::before {
	content: "";
	height: 1em;
	margin-right: 20px;
	border-left: 1px solid transparent;
}


.uk-navbar-nav > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: #000;
}

.uk-navbar-nav > * {
	display: flex;
	align-items: center;
}




.tm-header > div:not(.uk-sticky-below) .uk-navbar-nav > li > a {
	line-height: 1;
}






/* ========================================================================
   Remove Padding
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


/* ========================================================================
   Accordion Custom
 ========================================================================== */


.uk-accordion-title::before,
.uk-open > .uk-accordion-title::before  {
background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><style type="text/css">.btn-accordion{fill:%2300FF00;}</style><path class="btn-accordion" d="M10,20C4.5,20,0,15.5,0,10C0,4.5,4.5,0,10,0c5.5,0,10,4.5,10,10C20,15.5,15.5,20,10,20z M16.6,10l-6.5-6.5l-1.9,2l3.2,3.1l-7.9,0l0,2.8l7.9,0l-3.2,3.1l1.9,2L16.6,10z"/></svg>');
}



.uk-open > .uk-accordion-title::before {
background-image: url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20px" height="20px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><style type="text/css">.btn-accordion{fill:%23000;}</style><path class="btn-accordion" d="M10,20C4.5,20,0,15.5,0,10C0,4.5,4.5,0,10,0c5.5,0,10,4.5,10,10C20,15.5,15.5,20,10,20z M16.6,10l-6.5-6.5l-1.9,2l3.2,3.1l-7.9,0l0,2.8l7.9,0l-3.2,3.1l1.9,2L16.6,10z"/></svg>');
transform: rotate(90deg);
}	


.uk-accordion-title::before {
	margin-left: 0;
	margin-right: 10px;
	float: left;
}

.uk-open > .uk-accordion-title{
	background: #0f0;
	color: #000;
	line-height: 1.5;
}



.uk-accordion-content{
	padding: 30px;
}

@media (max-width: 959px) {
.uk-accordion-content{
	padding: 15px 0;
}
.uk-accordion-title {
	padding: 10px;
	font-size: 1em;
	line-height: 1.2;
}
.uk-accordion-title::before {
	width: 1em;
	height: 1em;
	background-size: contain;
}
}



.uk-open > .uk-accordion-title:hover{
	color: #000;
}

.uk-accordion-title:hover{
	opacity: 0.85;
	color: #0f0;
}


/* ========================================================================
   Grid Teaser + Change Order
 ========================================================================== */




.grid-teaser .uk-card-default {
  box-sizing: border-box;
  overflow: hidden;
  border: none;
}



.grid-teaser .uk-icon svg {
	width: 50px;
}




@media (min-width: 960px) {


.grid-teaser .uk-card {
	transition: all 0.2s ease-out allow-discrete;
}

.grid-teaser .uk-card:hover {
	transform: scale(1.05);
	z-index: 1;
	box-shadow: 10px 10px 17px -4px rgba(0,0,0,0.32);
}
}


.grid-teaser .uk-card-default .el-title,
.grid-teaser .uk-card-default .uk-link {
	color: inherit;
	text-align: left !important;
}



.grid-teaser > .uk-grid > div:nth-child(1) .uk-card-default,
.grid-teaser > .uk-grid > div:nth-child(6) .uk-card-default {
background-color: #00ff00;
color: #000 !important;
}

.grid-teaser > .uk-grid > div:nth-child(2) .uk-card-default,
.grid-teaser > .uk-grid > div:nth-child(4) .uk-card-default  {
background-color: #dcdcdc;
color: #000 !important;
}

.grid-teaser > .uk-grid > div:nth-child(3) .uk-card-default {
background-color: #000;
color: #00ff00 !important;
}

.grid-teaser > .uk-grid > div:nth-child(5) .uk-card-default {
background-color: #FFF;
color: #000 !important;
}



.grid-teaser > .uk-grid > div:nth-child(1) .uk-card:hover .uk-icon,
.grid-teaser > .uk-grid > div:nth-child(2) .uk-card:hover .uk-icon,
.grid-teaser > .uk-grid > div:nth-child(3) .uk-card:hover .uk-icon,
.grid-teaser > .uk-grid > div:nth-child(4) .uk-card:hover .uk-icon,
.grid-teaser > .uk-grid > div:nth-child(6) .uk-card:hover .uk-icon {
color: #FFF !important;
}



.grid-teaser > .uk-grid > div:nth-child(5) .uk-card:hover .uk-icon {
color: #00ff00 !important;
}



body.event-production-bauleitung .grid-teaser > .uk-grid > div:nth-child(1),
body.lageplanung-vermessung .grid-teaser > .uk-grid > div:nth-child(2),
body.genehmigungsverfahren-veranstaltungskonzepte .grid-teaser > .uk-grid > div:nth-child(3),
body.site-production-infrastruktur-aufbau .grid-teaser > .uk-grid > div:nth-child(4),
body.event-operations-veranstaltungsleitung .grid-teaser > .uk-grid > div:nth-child(5),
body.consulting-optimierung .grid-teaser > .uk-grid > div:nth-child(6) {
display: none;
visibility: hidden;
}


/* ========================================================================
   Panel Slider - Kundenlogos
 ========================================================================== */


.kundenlogos .uk-slider-items {
align-items: center;
}


.kundenlogos svg{
max-width: 200px;
max-height: 150px;
width: inherit;
  height: inherit;
}


/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (min-width: 960px) {
.item-order-alternate-reverse > div > div:nth-child(2n) .el-item > div > div:nth-child(1) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}


/* ========================================================================
   Team
 ========================================================================== */

/* Change Order */


@media (min-width: 640px) {
.team-slider.image-right > div + div  {
	order: -1;
}
}

.team-slider.image-right .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}
.team-slider.image-right .uk-animation-slide-right {
animation-name:uk-fade,uk-slide-left;
}

/* Mail Icons */

.team-mail-icon .uk-panel div.uk-flex-middle,
.team-phone-icon .uk-panel div.uk-flex-middle {
align-items: flex-end;
}


/* ========================================================================
   Projekte Teaser
 ========================================================================== */

.teaser-projects-container .teaser-projects:nth-child(1),
.teaser-projects-container .teaser-projects:nth-child(4),
.teaser-projects-container .teaser-projects:nth-child(7)  {
  background-color: rgba(103, 185, 218, 1) !important;
}

.teaser-projects-container .teaser-projects:nth-child(2),
.teaser-projects-container .teaser-projects:nth-child(5),
.teaser-projects-container .teaser-projects:nth-child(8)  {
  background-color: rgba(255, 255, 255, 1) !important;
}

.teaser-projects-container .teaser-projects:nth-child(3),
.teaser-projects-container .teaser-projects:nth-child(6),
.teaser-projects-container .teaser-projects:nth-child(9)  {
 background-color: rgba(244, 76, 89, 1) !important;
}



/* ========================================================================
   To Top Scroller
 ========================================================================== */

.uk-totop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
}



/* ========================================================================
   Panel / alignment change
 ========================================================================== */

@media (max-width: 959px) {
.order-change\@m > div > div:nth-child(2n)  {
	order: -1;
}
}




/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}



/* ========================================================================
   Team
 ========================================================================== */


.quote::before,
.quote::after  {
font-family: 'MontBold', sans-serif !important;
  color: #00ff00 !important;
}

.quote::before  {
content: "„";
}

.quote::after  {
content: "“";
}




/* ========================================================================
   Projects
 ========================================================================== */




div.projects + div.projects,
div.projects + div.projects + div.projects + div.projects,
div.projects + div.projects + div.projects + div.projects + div.projects + div.projects {
background-color: #fff;
}

div.projects + div.projects + div.projects,
div.projects + div.projects + div.projects + div.projects + div.projects{
background-color: #dcdcdc;
}

/* ========================================================================
   Footer
 ========================================================================== */

footer .social-icons .uk-icon {
color:#FFF;
} 

.footer-subnav ul.uk-subnav {
 justify-content:center;
}


@media (max-width: 959px) {
.footer-subnav.uk-section-xsmall {
padding-bottom: 60px;
}
.uk-subnav > * {
	height: 30px;
}
}



/* ========================================================================
   Login
 ========================================================================== */
body.login span.visually-hidden {
	visibility: hidden;
	display: none;
}







/* ========================================================================
   Open Space Gallery
 ========================================================================== */


.open-space-gallery-list .el-meta,
.open-space-gallery-list .el-content,
.open-space-gallery-list .el-link{
float: left; 
}


.open-space-gallery-list .el-meta::after,
.open-space-gallery-list .el-content::after {
content:"|";
padding: 0 5px;
}

/* ========================================================================
   Search
 ========================================================================== */

.uk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #212121;	
	border: 1px solid #6f6f6f;
}

.uk-search-input:focus {
    border-color: #b6a56c;
}

.uk-search .uk-search-icon {
	width: 40px;
	color: #6f6f6f;
}

.uk-search-input::placeholder {
    color: #6f6f6f;
}

.uk-search-input:focus::placeholder {
    color: #b6a56c;
}

.uk-search {
	margin-bottom: 50px;
}


/* ========================================================================
   Overlay Slider
 ========================================================================== */

 .overlay-slider .uk-overlay .el-content {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}


/* ========================================================================
   Language
 ========================================================================== */
