*{

	box-sizing: border-box;
}
html, body {
	height: 100%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: rgb(255,255,255,0.9);
	box-sizing: border-box;
		margin:0;
	padding:0;
}
#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.bg {
    position: relative;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
}
.title{ 
	padding: 1em 4em;
	background: #003557;
	 z-index: 100; 
}
.header{ 
	padding: 0em 0em;
	background: #003557;
	 z-index: 101; 
}
.content{ 
	padding: 2em 3em;
	background: rgba(0, 98, 139, 0.9);
	text-align: center;
}
.footer{ 
	padding: 1em 3em;
	background: rgba(134, 0, 62, 1);
	background: #720126;
	text-align: center;
	 z-index: 102; 
}
a {color:#fff; font-size: 1em; text-decoration:none;}



.menu {float:right; margin-top: 60px;}
.logo{float: left;}


.bgds {
   line-height: 2.2em;
   width: 80%;
   text-align: left;
   margin: auto;
}


.bgx {
    position: relative;
    top: 0;
   
    color: #f1f1f1;
    width: 100%;
}

.content{
    width: 100%;
    height: auto;
    background-size: cover;
	opacity: 0.8;

}

.ds {
	
}

.overlaycontent{
	z-index: 200; 
}

.subheadline {
	z-index: 201; 
	
}


.text{
	z-index: 202; 
	
	
}




.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../media/images/pattern.png) repeat top left; 
}


.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 60s linear infinite 0s; 
}


.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 60s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
	padding-bottom: 70px;
}



.cb-slideshow li:nth-child(1) span { 
    background-image: url(../media/images/index/print.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../media/images/index/marketing.jpg);
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../media/images/index/produktion.jpg);
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../media/images/index/webdesign.jpg);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../media/images/index/ecommerce.jpg);
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../media/images/index/socialmedia.jpg);
    animation-delay: 50s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 50s; 
}

/*
@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 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
*/



@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(1deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(1deg);
	}
	100% { opacity: 0 }
}



@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}







.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}



@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}


@media screen and (max-width: 420px) { 
    .cb-slideshow li div h3 { font-size: 60px }
	
}
















@media only screen and (max-width: 687px)  {
  .menu {float:left; margin-top: 10px; padding: 0 0 0 1em;}
}


@media only screen and (max-width: 430px)  {
  .menu {float:left; margin-top: 10px; padding: 0 0 0 1em;}
  .logo {width:90%;}
}










