
/* ========================================================================
   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  {
  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-panel >:last-child,
.uk-panel >:last-child > p {
 margin-bottom:0
}


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

p .uk-link, p a {
	 text-decoration: underline;
}


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


/* ========================================================================
   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  {
  color: rgba(255, 255, 255, 1) !important;
}


 .green {
  color: rgba(16, 182, 164, 1) !important;
}

 .blue {
  color: rgba(1, 39, 193, 1) !important;
}

 .red {
  color: rgba(244, 76, 89, 1) !important;
}


 .light-green {
  color: rgba(112, 211, 200, 1) !important;
}

 .light-blue {
  color: rgba(103, 185, 218, 1) !important;
}

 .light-red {
  color: rgba(248, 148, 155, 1) !important;
}

 .black {
  color: rgba(0, 0, 0, 1) !important;
}



 .bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

 .bg-green {
  background-color: rgba(16, 182, 164, 1) !important;
}

 .bg-blue {
  background-color: rgba(1, 39, 193, 1) !important;
}

 .bg-red {
  background-color: rgba(244, 76, 89, 1) !important;
}


 .bg-light-green {
  background-color: rgba(112, 211, 200, 1) !important;
}

 .bg-light-blue {
  background-color: rgba(103, 185, 218, 1) !important;
}

 .bg-light-red {
  background-color: rgba(248, 148, 155, 1) !important;
}

 .bg-grey {
  background-color: rgba(30, 30, 30, 1) !important;
}

 .bg-black {
  background-color: rgba(0, 0, 0, 1) !important;
}



 .bg-light-green-black-gradient {
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(112,205,194,0.50) 0%, rgba(0,0,0,1) 15%);
}



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



svg .uk-text-muted, svg.uk-text-muted {
	color: #fff !important;
}



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

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



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

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



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


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




.branding-color-group-1{fill-rule:evenodd;clip-rule:evenodd;fill:#10B6A4;}
.branding-color-group-2{fill-rule:evenodd;clip-rule:evenodd;fill:#86D8CF;}
.branding-color-group-3{fill-rule:evenodd;clip-rule:evenodd;fill:#018BC1;}
.branding-color-group-4{fill-rule:evenodd;clip-rule:evenodd;fill:#1D1D1B;}
.branding-color-group-5{fill-rule:evenodd;clip-rule:evenodd;fill:#67B9DA;}
.branding-color-group-6{fill-rule:evenodd;clip-rule:evenodd;fill:#F44C59;}



.branding-background-color-red .branding-color-group-6{fill:#FFF !important;}


.uk-logo.stroke-white [class*=branding-color-group]{
stroke: #fff;
stroke-width: 4px;
}

.uk-logo.stroke-black [class*=branding-color-group]{
stroke: #000;
stroke-width: 4px;
}

.uk-logo.stroke-green [class*=branding-color-group]{
stroke: #10b6a4;
stroke-width: 4px;
}


.uk-logo.fill-none [class*=branding-color-group]{
fill:none !important;
}


.uk-logo.fill-white [class*=branding-color-group]{
fill:#FFF !important;
} 


.projekte .uk-navbar-transparent.uk-light .uk-logo [class*=branding-color-group]{
fill:#FFF !important;
stroke-width: 4px;
    stroke:#000;
    mix-blend-mode:lighten;
    stroke-opacity:1;
}


/* ========================================================================
   Claim
 ========================================================================== */

.claim {
font-size: 20px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'MontBold', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
}

.uk-light .claim {
  color: rgba(255, 255, 255, 1);
}


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

.uk-light .uk-navbar-toggle {
color: rgba(255, 255, 255, 0.8);
}

.uk-light .uk-navbar-toggle:hover {
color: rgba(255, 255, 255, 1);
}





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



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

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


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


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

.tm-header > div.uk-sticky-below > .uk-navbar-container {
 padding-top:10px;
 padding-bottom:10px;
}
}

.uk-navbar-container.uk-navbar-sticky:not(.uk-navbar-transparent) {
	background: #000;
}

.tm-header > div.uk-sticky-below * {
	color: #FFF;
}
/* ========================================================================
   Toolbar
 ========================================================================== */

.tm-page {
display: flex;
flex-direction: column;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .tm-page > .tm-toolbar.uk-visible\@l {
    display: flex !important;
    order: -2;
    }
    

}



    .tm-page > .tm-header-mobile {
display: flex;
flex-direction: column;
order: -1;
}



.tm-toolbar {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	position: relative;
	background: rgba(255, 255, 255, 1);
	color: rgba(0, 40, 70, 1);
	font-family: 'Panton-Regular';
	line-height: 1;
}





.tm-toolbar .toolbar {
padding-left: 25px;
}

.tm-toolbar .toolbar a {
color: rgba(0, 40, 70, 1);
}

.tm-toolbar .toolbar a:hover,
.tm-toolbar .toolbar a:focus,
.tm-toolbar .toolbar a:active {
text-decoration: none;
color: rgba(130, 85, 255, 1);
}

.tm-toolbar .toolbar span.uk-icon {
padding-right: 5px;
}




/* ========================================================================
   Dropbar
 ========================================================================== */

@media (min-width: 1200px) {
.uk-dropbar {
	background: transparent;
}
}


.uk-navbar-dropdown  .uk-card-primary {
	background-color: #002846;
	color: #00ffd7 !important;
}

.uk-navbar-dropdown .uk-card-primary.uk-card-hover:hover {
 color: #002846 !important;		
}	

.uk-navbar-dropdown .uk-card .el-title {
 color: inherit;	
 background-color: inherit ;	
}	

/* ========================================================================
   Scrollbar
 ========================================================================== */

.tm-scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

}

@media (max-width: 959px) {
.tm-scrollbar {
  z-index: 1;
}
}

.tm-scrollbar .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
width: 100%;
  height: 50px;
    line-height: 50px;
  background-color: #00143c;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  border-radius: 0;
  border: none;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  transition-timing-function: ease;

}



.tm-scrollbar .uk-hidden\@m .uk-icon-button:nth-child(n+2) {
	border-left: 1px solid #FFF;
}

.tm-scrollbar .uk-visible\@m .uk-icon-button:nth-child(n+2) {
	margin-top: 20px;
}


@media (min-width: 960px) {
	
.tm-scrollbar .uk-icon-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
text-align: center;
 border-radius: 100%;
}



.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: #ff7f00;
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
   text-decoration: none;
}



	
	
.tm-scrollbar {
  position: fixed;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: 50%;
  width: 50px;
  padding-right: 0;
  display: flex;
  align-items: center;

}



.tm-scrollbar .uk-icon-button > svg {
	width: 30px;
}
	
}



@media (min-width: 1200px) {
	
.tm-scrollbar .uk-icon-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.tm-scrollbar {
  width: 60px;

}
.tm-scrollbar .uk-icon-button > svg {
	width: 30px;
}
}



@media (max-width: 959px) {
.tm-scrollbar .uk-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbarr .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: #ff7f00;
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
  text-decoration: none;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 30px;
}	
}	



/* ========================================================================
   Tooltip
 ========================================================================== */

 .uk-tooltip {
  line-height: 1.3em;
  text-align: center;
display: inline-flex !important;
align-items: center;
font-size: 0.85em;
font-weight: 500;
border-radius: 5px;

}


[role=tooltip]:not(.uk-tooltip):not(.show) {
    display: block !important;

}


/* ========================================================================
   Hidden
 ========================================================================== */
@media (max-width:959px) {
.remove-padding-large\@m .el-item > div div .uk-padding-large  {
padding: 0 !important;
}
}



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

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






/* ========================================================================
   Buttons
 ========================================================================== */


.uk-button {
	position: relative;
	display: inline-flex;
align-content: center;
align-items: center;
min-height: 50px;
line-height: 1.25;
text-align: left;
padding: 10px 40px 10px 20px;
}


.uk-button-default::after,
.uk-button-primary::after,
.uk-button-secondary::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
   background-repeat: no-repeat;
background-position: 0 0;
transition: background-color .1s ease-in-out;
}


.uk-section-default .uk-button-default::after,
.uk-section-default .uk-button-primary::after,
.uk-section-default .uk-button-secondary::after {
background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}



.uk-section-muted .uk-button-default::after,
.uk-section-muted .uk-button-primary::after,
.uk-section-muted .uk-button-secondary::after {
background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%2310B6A4' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}

.uk-section-primary .uk-button-default::after,
.uk-section-primary .uk-button-primary::after,
.uk-section-primary .uk-button-secondary::after {
background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%23018BC1' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}

.uk-section-secondary .uk-button-default::after,
.uk-section-secondary .uk-button-primary::after,
.uk-section-secondary .uk-button-secondary::after {
background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%23F44C59' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}



.uk-button-text {
min-height: 25px;
padding: 0 0 0 35px;
}




.uk-button-text::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
   background-repeat: no-repeat;
background-position: 0 0;
transition: background-color .1s ease-in-out;

        /* Store the SVG in a variable so it's easy to use */
        --svg: url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">\
                 <polygon points="0,0 25,0 0,25 "/>\
        </svg>');

        /* Chrome, still requires prefix in 2022 */
        -webkit-mask: var(--svg);

        /* Firefox and Safari */
        mask: var(--svg);
}



.uk-button-text::before {
	background-color: rgba(0, 0, 0, 1);
}

.uk-button-text:hover::before,
.uk-button-text:active::before  {
    background-color: rgba(244, 76, 89, 1);
}

.uk-button-text:hover,
.uk-button-text:active  {
    color: rgba(244, 76, 89, 1);
}


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


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


.kundenlogos li svg{
max-width: 150px;
max-height: 120px;
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 (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;
	line-height: 20px;
	position: relative;
	top: -20px;
	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;
}
}







/* ========================================================================
   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;
}
}







/* ========================================================================
   Modal Formulare / Success
 ========================================================================== */

.mailing-success-header .uk-svg {
height: 80px;
width: inherit;
}


.mailing-success-header {
 border-top-left-radius: 25px;
}




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

/* ========================================================================
   Responsive Videos & Embed Container iFRame
 ========================================================================== */


.responsive-video > div {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
.responsive-video iframe[data-consent="marketing/loaded"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/


.video-frame {
position: relative;
display: inline-block;
}

.video-frame .video-container {
max-width: 960px;
}

.video-frame .frame-position {
	position: absolute;
	top: 4.2%;
	left: 2.4%;
	right: 2.5%;
	bottom: 4.2%;
}


.rounded-corner iframe {
	border-radius: 25px;
}

.video-frame img {
-webkit-filter: drop-shadow(5px 5px 15px #666);
  filter: drop-shadow(5px 5px 15px #666);
}

.video-border .responsive-video {
border: solid 10px #00ffd7;
padding: 25px;
border-radius: 50px;

}


@media (max-width:639px) {
.video-border .responsive-video {
padding: 15px;

}

.video-permission {
font-size: 0.8em;
}

}

.video-permission {
padding: 5%;
}




/* ========================================================================
   Border Circle
 ========================================================================== */

.border-circle-blue .uk-border-circle {
background-color: rgba(0, 40, 70, 1);
}


.icon-border-circle .uk-border-circle img {
padding: 15%;
}



/* ========================================================================
   Grid Divider arrows
 ========================================================================== */


.grid-divider-arrows .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border: none;
	background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" points="10 5 15 9.5 10 14"></polyline><line fill="none" stroke="%23000" x1="4" y1="9.5" x2="15" y2="9.5"></line></svg>');
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(90deg);
}




.grid-divider-arrows .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -70px;
	left: 40px;
}




.grid-divider-arrows .uk-grid-divider > :not(.uk-first-column)::before {

	border: none;
	background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" points="10 5 15 9.5 10 14"></polyline><line fill="none" stroke="%23000" x1="4" y1="9.5" x2="15" y2="9.5"></line></svg>');
	background-position: 0 50%;
	width: 100%;
    height: 150px;
    background-repeat: no-repeat;
}



.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 10px;
}



@media (min-width: 1200px) {
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 35px;
}
}



/* ========================================================================
   Jobs
 ========================================================================== */


/* Teaser */

.jobs-teaser-container > div > div .job-teaser .triangle svg {
  fill: #67b9da;
}

.jobs-teaser-container > div > div .job-teaser .uk-button-default {
  background-color: #67b9da;
}


.jobs-teaser-container > div > div .job-teaser .uk-button-default:hover {
  background-color: rgba(103, 185, 218, 0.8);
}


.jobs-teaser-container > div > div:nth-child(2n) .job-teaser .triangle svg {
fill: #f44c59;
}

.jobs-teaser-container > div > div:nth-child(2n) .job-teaser .uk-button-default {
 background-color: #f44c59;
}

.jobs-teaser-container > div > div:nth-child(2n) .job-teaser .uk-button-default:hover {
  background-color: #f8949b;
}


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


.uk-accordion-content {
	  background-color: rgba(16, 182, 164, 0.15) ;
	  padding: 20px;
}





/* ========================================================================
   STAGECONCEPT
 ========================================================================== */


/* Sections */

body.stageconcept {
	  background-color: #000;
}

body.stageconcept header {
	  display: none !important;
	  visibility: hidden !important;
}


body.stageconcept .uk-section {
	  background-color: rgba(0, 0, 0, 1) !important;
	  border-top: solid 1px rgba(255, 255, 255, 0.15);
}


body.stageconcept .tm-page .uk-section:nth-child(2n) {
	  background-color: rgba(20, 20, 20, 1) !important;
	  
}


body.stageconcept .uk-section .uk-button-secondary::after {
	background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%23000' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}


body.stageconcept .tm-page .uk-section:nth-child(2n) .uk-button-secondary::after {
	background-image: url("data:image/svg+xml,%3Csvg 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='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpath fill='%23141414' d='M0,0h25v25'/%3E%3Cpath d='M25,25H0V0'/%3E%3C/svg%3E");
}


body.stageconcept .tm-page .uk-section .uk-button-secondary {
	background-color: #f44c59 !important;
	color: #fff !important;
}

body.stageconcept .tm-page .uk-section .uk-button-secondary:hover {
  background-color:#f8949b !important;
  color:#000  !important;
}


@media (min-width: 1200px) {
body.stageconcept * + .uk-grid-margin-large, body.stageconcept .uk-grid + .uk-grid-large, body.stageconcept .uk-grid + .uk-grid-row-large, body.stageconcept .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
	margin-top: 100px;
}

}



/* Navigation */



body.stageconcept .grid-navigation .uk-link {	
	background-color: #1a1a1a;
	padding: 5px 10px;
	display: inline-flex;
	border-radius: 25px;
	text-decoration: none;
	color: #10b6a4;
	font-size: 0.7em;
}

@media (min-width: 960px) {
body.stageconcept .grid-navigation .uk-link {	
	font-size: 1em;
	padding: 5px 20px;
	margin-top: 10px;
}
}


body.stageconcept .grid-navigation .uk-link-toggle:hover .uk-link,
body.stageconcept .grid-navigation .uk-link-toggle.uk-active .uk-link {
	background-color: #10b6a4;
	color: #1a1a1a;
}

body.stageconcept .navigation.uk-sticky.uk-active .grid-navigation div.uk-inline-clip > img {	
	width: 50px;
}


body.stageconcept .navigation.uk-sticky.uk-active .grid-navigation .uk-link {	
	padding: 0 10px;
	font-size: 0.7em;
	margin-top: 0;
}


body.stageconcept .navigation.uk-sticky.uk-active {	
padding-top: 10px;
  padding-bottom: 10px;
}


body.stageconcept .navigation.uk-sticky.uk-active .uk-grid > div {	
width: auto;
}


body.stageconcept .navigation.uk-sticky.uk-active * + .uk-grid-margin, 
body.stageconcept .navigation.uk-sticky.uk-active .uk-grid > .uk-grid-margin {
	margin-top: 20px;
}

/* Tabelle */



body.stageconcept .uk-table th {
	font-size: 16px;
	font-weight: 400;
	color: #10b6a4 !important;
	text-transform: uppercase;
	font-family: MontBold;
}

body.stageconcept table {
	color: #FFF;
}

body.stageconcept .uk-table-striped tbody tr:nth-of-type(2n+1), body.stageconcept .uk-table-striped > tr:nth-of-type(2n+1) {
	background: #2f2f2f;
}


body.stageconcept .grid-slider .uk-subnav > .uk-active > a,
body.stageconcept .grid-slider .uk-subnav > * > a:hover {
	color: #10b6a4;
}



/* Accordion */


body.stageconcept .uk-accordion-content {
	background-color: transparent;
}



/* Footer */



body.stageconcept footer > .uk-section {
	background-color: #10b6a4 !important;
	border: none;
}


/* ========================================================================
   Countdown
 ========================================================================== */




@media (min-width: 1200px) {


body.stageconcept .uk-accordion-content hr {
	margin: 0 0 35px 0;
}


body.stageconcept .uk-accordion-content * + hr {
	margin-top: 35px;
}


}


/* ========================================================================
   MODEL Viewer
 ========================================================================== */

.model-viewer :not(:defined) > * {
  display: none;
}



model-viewer {
  width: 100%;
  height: 90%;
}


.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color:#4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}