


a.langinaktiv { opacity: 0.5;}
a.langinaktiv:hover { opacity: 1;}


body { letter-spacing: 0; }

.promo__head   { 
   position: relative;
   background: #3d423e; 

   color: white;
   text-align: right;
   flex : 0 0 130px;
}

.promo__flags {
   position: absolute;
   top: 30px;
   left: 25px;
   width: 45px;
   width: 150px;
   text-align: left;
}

.promo__flags img { 
   width: 30px;
   margin-bottom: 12px;

}

.promo__logo {
   position: relative;
   top: 20px;
   right: 20px;
   width: 400px;
}

.promo__slider { 
   position: relative;
   flex: 1 0 0;
   background: #333;
}

.promo__teaser {
   position:absolute;
   left: 0;
   bottom: 50px; 
   width: auto;
   height: auto;
   background: rgba(0,150,64,0.6);
   z-index: 10000;
   color: white;
   padding: 10px 70px;
   text-transform: uppercase;
   
}

.promo__teaser h3,
.promo__teaser h4 { margin:0; padding:0; letter-spacing: 0;}
.promo__teaser h3 {font-size: 32px; font-weight: 800; }
.promo__teaser h4 { font-size: 24px; font-weight: 200;}

.promo__footer { 
   position: relative;
   flex: 0 0 280px;
   background-color: #1A1E1A;
   color: white; 
}

.promo__footer p {margin:0.5em; padding:0;}
.promo__footer a {
   color: rgb(0,150,64);
}
.promo__downloadbar {
   width: 600px;
   margin: 0 auto;
   text-align: center;
   box-sizing: border-box;
   padding-top: 1em;
}

.promo__golink {
   position: absolute;
   top: 50%;
   right: 0;
   width: 200px;
   width: 200px;
   color: white;
   margin-top:-15px;
}
.promo__golink a { color: white; }
.promo__golink a:hover { color: #149544; }
.promo__golink a.link_more:after  { content: ' >>'; }

.promo {
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-color: #333;
   display: flex;
   flex-direction: row;
   
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: column wrap;
  justify-content: space-around;
   
}



body { padding: 0; margin: 0; font-family: sans-serif;}



.cb-slideshow { list-style: none; margin:0; padding:0;}
.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: center 70%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(/slider/slider_1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(/slider/slider_2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(/slider/slider_3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(/slider/slider_4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(/slider/slider_5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(/slider/slider_6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(/slider/slider_7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(/slider/slider_8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}





/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;  -o-animation-timing-function: ease-in; }
    8% { opacity: 1; -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 

}
@media screen and (max-width: 600px) { 

}