html,body {
    margin:0;
    padding:0;
}

.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

#loga1 {
    vertical-align: middle;
    background-color: white;
    padding: 25px 50px 10px 50px;
    height: 120px !important;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    margin-top: 25px;
    margin-left: -30px;
    margin-right: -30px;
    white-space: nowrap;
}

#loga1.mondi {
    border-bottom: 20px solid #BF570B;
}

#loga1.mm {
    border-bottom: 20px solid #A82B31;
}

#loga1.wotan {
    border-bottom: 20px solid #007A30;
}

#loga1.storaenso {
    border-bottom: 20px solid #FFD100;
}

.logo {
    margin-left: 30px;
    margin-right: 30px;
}

#loga2 {
    vertical-align: middle;
	background-color: white;	
    padding: 10px 50px 10px 50px;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
}

#loga1 {
	height: 70px;
}

#login {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

ol,ul {
    list-style:none;
}

.eu-cookies {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    background-color: black;
    z-index: 1000;
    padding: 10px 10px 10px 10px;
}


.setup,
.setup:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.setup:after {
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left;*/
}

.setup li:nth-child(1) span {
    background-image: url(../images/start/setup.jpg)
}

.bg-white {
	background-color: white;
	opacity: 0.9;
}

.required:after {
	color: red;
	content: "";
}

.setup li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
    -webkit-backface-visibility: hidden;

}
.setup li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-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 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { 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: 1280px) {

}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
    #loga1, #loga2 {
		display: none;
	}
}

@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
	#loga1 {
		display: none;
	}
	#loga2 {
		display: none;
	}
}
