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



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



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


/* ========================================================================
   Mask
 ========================================================================== */


.tm-mask-default {
	-webkit-mask-image: url("../images/mask-default-image.svg");
	mask-image: url("../images/mask-default-image.svg");
	-webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: unset;
  mask-repeat: unset;
}

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


.uk-modal-dialog .uk-close {
	color: #002e49;
}
 
.uk-modal-dialog .uk-close:hover {
	color: #E36400;
}




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


 .red {
  color: #E50051 !important;
}

 .purple {
  color: #412564 !important;
}

 .green {
  color: #66C1BF !important;
}

 .blue {
  color: #486597 !important;
}

 .light-purple {
  color: #B1B1D9 !important;
}

 .light-red {
  color: #CE7F9C !important;
}




 .black {
  color: #b0b0d8 !important;
}



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

 .bg-red {
  background-color: #E50051 !important;
}


 .bg-purple {
  background-color: #412564 !important;
}

 .bg-green {
  background-color: #66C1BF !important;
}

 .bg-blue {
  background-color: #486597 !important;
}


 .bg-light-purple {
  background-color: #B1B1D9 !important;
}

 .bg-lighter-purple {
  background-color: #ede9f0 !important;
}


 .bg-light-red {
  background-color: #CE7F9C !important;
}


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



 .bg-gradient-orange-yellow {
 background: rgb(227,100,0);
background: linear-gradient(90deg, rgba(227,100,0,1) 0%, rgba(252,211,0,1) 100%);
}


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

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

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



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

.uk-list-striped.list-purple > :nth-child(n+2) {
	background: rgba(65, 37, 100, 0.1) ;
}


.uk-list-striped.list-purple >:nth-of-type(odd) {
  background: rgba(65, 37, 100, 0.2);
}



.uk-list-striped.list-green > :nth-child(n+2) {
	background: rgba(102, 192, 190, 0.1) ;
}


.uk-list-striped.list-green >:nth-of-type(odd) {
 background: rgba(102, 192, 190, 0.2);
}

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

 .svg-fill-red svg,
 .uk-logo svg  {
  fill: #e30050 !important;
}


 .svg-fill-purple svg {
  fill: #412564 !important;
}


 .svg-fill-blue svg {
  fill: #66c0be !important;
}

 .svg-fill-light-purple svg {
  fill: #b0b0d8 !important;
}

 .svg-fill-light-red svg {
  fill: #CE7F9C !important;
}
.svg-stroke-width {
	stroke-width: 10;
}

.svg-stroke-width-small {
	stroke-width: 7;
}
/* ========================================================================
   Clip Path
 ========================================================================== */
 
.clip-path .svg {
  position: absolute;
  width: 0;
  height: 0;
}

.clip-path.wave-bottom {
  width: 100%;
  background-size: cover;
  -webkit-clip-path: url(#wave-bottom);
  clip-path: url(#wave-bottom);
}


.clip-path.wave-top-bottom {
  width: 100%;
  background-size: cover;
  -webkit-clip-path: url(#wave-top-bottom);
  clip-path: url(#wave-top-bottom);
}

.clip-path.stoerer{
  width: 394px;
  height: 350px;
  background-size: cover;
  -webkit-clip-path: url(#stoerer);
  clip-path: url(#stoerer);
}


@media (max-width: 959px) {
	
.clip-path .svg {
  display: none;
}	
}	


/* ========================================================================
   Grayscale
 ========================================================================== */

.uk-transition-grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.uk-transition-toggle.uk-transition-grayscale img:focus,
.uk-transition-toggle .uk-transition-grayscale img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}



/* ========================================================================
   Image Radius
 ========================================================================== */

.img-radius img.el-image {
overflow: hidden;	
}


.img-radius.radius-default img.el-image,
.video-radius.radius-default video {
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}



.img-radius.radius-xsmall img.el-image {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}


/* ========================================================================
   Text Card
 ========================================================================== */

.text-card .uk-panel > .uk-grid > div + div  {
background-color: #002e49;
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}



@media (min-width: 1200px) {
.text-card .uk-panel > .uk-grid > div + div  {
margin-left: 40px;
}
}

/* ========================================================================
   Cards
 ========================================================================== */

.uk-card-hover {
-webkit-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25);
box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.25);
}


.uk-card-hover:hover {
-webkit-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.5);
box-shadow: 10px 10px 15px -5px rgba(0,0,0,0.5);
}



/* Card Border */

.uk-card-radius .uk-card{
overflow: hidden;	
-webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}


.uk-card-radius-xsmall .uk-card {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}



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

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



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


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




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



.tm-header .uk-sticky-below .uk-logo svg,
.tm-header-mobile .uk-sticky-below .uk-logo svg  {
  height: 60px;
  width: inherit;
  fill: #fff !important;
}


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

.tm-header > div:not(.uk-sticky-below)> .uk-navbar-container,
.tm-header .uk-sticky-below > .uk-navbar-container {

}

.tm-header-mobile .uk-sticky-below .uk-navbar-toggle {
	color: #FFF;
}




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

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

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

.uk-sticky-below .uk-navbar-nav > li > a {
	color: #FFF;
}

.uk-sticky-below .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"],
.uk-sticky-below .uk-navbar-nav > li.uk-active > a  {
	color: #e30050;
}


.uk-sticky-below .uk-navbar-item, 
.uk-sticky-below .uk-navbar-nav > li > a, 
.uk-sticky-below .uk-navbar-toggle {
	font-size: 1em;
}



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

.uk-button-text {
	position: relative;
	display: inline-flex;
align-content: center;
align-items: center;
min-height: 30px;
line-height: 2;
text-align: left;
padding: 0 0 0 45px;
transition: all .1s ease-in-out;
}



.uk-button-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background-color .1s ease-in-out;
	--svg: url('data:image/svg+xml,\
       <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">\
                <path d="M0,0v30h30V0H0z M8.7,22.2V7.8L21.3,15L8.7,22.2z"/>\
       </svg>');
	-webkit-mask: var(--svg);
	mask: var(--svg);
}





/* Purple */
 

.btn-purple .uk-button-text::before {
	background-color: #412564
}

.btn-purple .uk-button-text:hover::before,
.btn-purple .uk-button-text:hover::before{
background-color: #e30050;
}


.btn-purple .uk-button-text {
	color: #412564
}

.btn-purple .uk-button-text:hover,
.btn-purple .uk-button-text:focus  {
	color: #e30050;
}



/* White */
 

.btn-white .uk-button-text::before {
	background-color: #FFF
}

.btn-white .uk-button-text:hover::before,
.btn-white .uk-button-text:hover::before{
background-color: #FFF;
}


.btn-white .uk-button-text {
	color: #FFF
}

.btn-white .uk-button-text:hover,
.btn-white .uk-button-text:focus  {
	color: #FFF;
}






/* ========================================================================
   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;
  background-color: #e36400;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  transition-timing-function: ease;
  line-height: 50px;
  border-radius: 0;
  border: none;
  font-family: 'RebrandTxt-Black';
}





.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: 70px;
  height: 70px;
  line-height: 65px;
  font-size: 22px;
  -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
text-align: center;
}



.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: #е36400:
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
   text-decoration: none;
   border-top-left-radius: 0;
}



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

}

.tm-scrollbar .uk-icon-envelope {
	 font-size: 35px;
}	

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




@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: #fcd300;
  color: #FFF;
  /* 2 */
  outline: none;
  transform: none;
  text-decoration: none;
}	

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


/* ========================================================================
   Toolbar
 ========================================================================== */


 .tm-toolbar {
border-bottom: solid 1px #002e49;

}

 .tm-toolbar .toolbar-facts > div > div:nth-child(3) .el-image.uk-svg {
width: 100px;
}

 .tm-toolbar .toolbar-facts > div > div:nth-child(3) > div > div > div + div {
order: -1;
}



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

 .uk-tooltip {
  line-height: 1.3em;
  text-align: center;
    -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
height: 70px;
display: inline-flex !important;
align-items: center;
font-size: 1em;
font-family: 'RebrandTxt-Black';

}


[role=tooltip]:not(.uk-tooltip):not(.show) {
    display: block !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;
}
}






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

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

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






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




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

.uk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;	
	border: 1px solid rgba(255,255,255,.4);
}

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

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

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

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




/* ========================================================================
   Testimonial
 ========================================================================== */

@media (max-width: 959px) {
.testimonial .reverse-order > div > div + div {
order: -1;
}
}


@media (min-width: 960px) {
.testimonial .uk-panel > div > .uk-width-expand {
margin-bottom: 5vw;
}
}


/* ========================================================================
   Shop Angebote
 ========================================================================== */



.shop-angebote .uk-width-2xlarge {
	max-width: 1200px;
	width: inherit;
	padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
.shop-angebote .uk-width-2xlarge {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (min-width: 640px) {
.shop-angebote .uk-width-2xlarge {
	padding-left: 40px;
	padding-right: 40px;
}
}


.shop-angebote .price-offer{
display: table;
  padding: 10px 30px 15px 15px;
  background-color: #002e49;
  color: #e36400;
  font-family: "RebrandTxt-Black";
  font-size: 1.7em;
  line-height: 0.7;
  -webkit-clip-path: polygon(0 0,100% 0,calc(100% - 10px) 100%,0% 100%);
  clip-path: polygon(0 0,100% 0,calc(100% - 10px) 100%,0% 100%);
	
}


.shop-angebote .price-container span.price{
  color: #e36400;
  font-family: "RebrandTxt-Black";
  font-size: 1.7em;
	
}


/* ========================================================================
   History Tabs
 ========================================================================== */

.history-tabs .fs-grid-filter-tags {
	width: 100%;
}



.history-tabs .uk-tab a::before {
	display: flex;
	box-sizing: ;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,46,73,1);
	top: 0;
	justify-content: center;
	margin: ;
	content: "";
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.history-tabs .uk-tab::before {
	content: "";
	position: absolute;
	bottom: inherit;
	top: 20px;
	left: 20px;
	right: 0;
	border-top: 2px dashed #002e49;
}


.history-tabs .uk-tab > * > a {
	border-bottom: none;
	font-family: "RebrandTxt-Black";
	font-weight: 300;
	font-size: 1.1em;
	letter-spacing: 0;
	display: block;
	text-align: center;
	line-height: 40px;
}


.history-tabs .uk-tab > .uk-active > a,
.history-tabs .uk-tab li:hover a,
.history-tabs .uk-tab li:focus a  {
	color: #e36400;
	
}

.history-tabs .uk-tab li.uk-active a::before,
.history-tabs .uk-tab li:hover a::before,
.history-tabs .uk-tab li:focus a::before{
background: #e36400;
}





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


.wave-header .uk-card {
background: none !important;
    box-shadow: none !important;
}



@media (min-width: 960px) {
.wave-header-container {
left: 0px;
  bottom: 0px;
  right:0;
  top: 0;
  position: absolute;
  margin: 0 !important;
}

.wave-header .uk-card  {
  bottom: 0px;
  top: 0;
  position: absolute;
  margin: 0 !important;
  align-content: center;
  display: block;
}

.wave-header.left .uk-card   {
left: 0px;
  right:auto;
}

.wave-header.right .uk-card   {
left: auto;
  right:0;
}
}


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


.stripe-picture {
bottom: -1px;
  top: -1px;
  left: 0;
  right: 0;
  position: absolute !important;
}

.stripe-picture .el-image {
width: auto !important;
    height: 101% !important;
}

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


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


.kundenlogos .uk-slider-items svg{
max-width: 150px;
max-height: 120px;
width: inherit;
  height: inherit;
}



/* ========================================================================
   Subnav Pill
 ========================================================================== */


.uk-subnav-pill > * {
	padding-top: 5px;
	padding-bottom: 5px;
	
}


.subnav-pill-green .uk-subnav-pill > * > :first-child {
	background: #66c0be ;
}


.subnav-pill-green .uk-subnav-pill > .uk-active > a,
.subnav-pill-green .uk-subnav-pill > * > a:hover {
	background-color: #412564;
	color: #fff;
}


.subnav-pill-red .uk-subnav-pill > * > :first-child {
	background: #412564 ;
}


.subnav-pill-red .uk-subnav-pill > .uk-active > a,
.subnav-pill-red .uk-subnav-pill > * > a:hover {
	background-color: #e50051;
	color: #fff;
}



/* ========================================================================
   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: #66c0be !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: #FFF !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: #412564 !important;
  color: #FFF !important;
}

.teaser-projects-container .teaser-projects:nth-child(3) .uk-text-emphasis,
.teaser-projects-container .teaser-projects:nth-child(6) .uk-text-emphasis,
.teaser-projects-container .teaser-projects:nth-child(9) .uk-text-emphasis  {
  color: #FFF !important;
}


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

/* Change Order */


@media (min-width: 640px) {
.team-slider:nth-child(2n) > div + div  {
	order: -1;
}

.team-slider:nth-child(2n) > div + div > .uk-panel {
	text-align: right;
}

.team-slider:nth-child(2n) > div + div > .uk-panel .team-mail-icon .uk-width-expand {
	width: auto !important;
	flex: inherit !important;
}

}




.team-slider:nth-child(2n) .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}
.team-slider:nth-child(2n) .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;
justify-content: flex-end;
}



.team-slider:nth-child(2n) .team-stripe .uk-svg {
 transform: scaleX(-1);
}



.team-slider:nth-child(1) .team-name,
.team-slider:nth-child(1) .team-mail-icon h4,
.team-slider:nth-child(1) .team-stripe{
	color: #486597 !important;
}

.team-slider:nth-child(2) .team-name,
.team-slider:nth-child(2) .team-mail-icon h4,
.team-slider:nth-child(2) .team-stripe{
	color: #e30050 !important;
}


.team-slider:nth-child(3) .team-name,
.team-slider:nth-child(3) .team-mail-icon h4,
.team-slider:nth-child(3) .team-stripe{
	color: #66c0be !important;
}


.team-slider:nth-child(4) .team-name,
.team-slider:nth-child(4) .team-mail-icon h4,
.team-slider:nth-child(4) .team-stripe{
	color: #412564 !important;
}


/* ========================================================================
  clip-path Polygon Teaser
========================================================================== */






@media (min-width: 768px) {
	
.stripe::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 100%;
}


.stripe.stripe-left::before {
	background-image: url('../images/stripe-reverse.svg');
	background-position: 100% 100%;
	right: -1px;
}

.stripe.stripe-right::before {
	background-image: url('../images/stripe.svg');
	background-position: 0 0;
	left:-1px;
}
	
	
	

.stripe-right.uk-card.uk-card-body {
padding: 40px 40px 40px 240px;
}
.stripe-left.uk-card.uk-card-body {
padding: 40px 240px 40px 40px;
}
}


@media (min-width: 960px) {

.stripe-right.uk-card.uk-card-body {
padding: 40px 40px 40px 240px;
}
.stripe-left.uk-card.uk-card-body {
padding: 40px 240px 40px 40px;
}
}

@media (min-width: 1480px) {

.stripe-right.uk-card.uk-card-body {
padding: 4vw 15vw 4vw 20vw;
}
.stripe-left.uk-card.uk-card-body {
padding: 4vw 20vw 4vw 15vw;
}
}



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


.uk-accordion-title::before {
	margin-left: 10px;
	float: right;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: all .1s ease-in-out;
	--svg: url('data:image/svg+xml,\
       <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">\
                <path d="M0,0v30h30V0H0z M8.7,22.2V7.8L21.3,15L8.7,22.2z"/>\
       </svg>');
	-webkit-mask: var(--svg);
	mask: var(--svg);
	background-color: #412564;
	opacity: 0.5;
}



.uk-open .uk-accordion-title::before {
transform: rotate(90deg);
opacity: 1;
}


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