﻿@keyframes changecolor {
    from {
        background-color: red;
    }
    to {
        background-color: yellow;
    }
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    color: #fff;
    background: #000;
}

* {
    box-sizing: border-box;
    font-family: serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
.main a {
	text-decoration: none;
	color: rgba(240, 66, 66, .85);
	box-shadow: 0px 1px 0px 0px rgba(240, 66, 66, 0);
	transition: all ease-in-out .35s;
}
.main a:hover {
	color: rgba(240, 66, 66, 1);
	box-shadow: 0px 1px 0px 0px rgba(240, 66, 66, 1);
}

#fb {
	width: 132px;
	height: 22px;
	position: absolute;
	top: -2px;
	right: 5%;
	transition: all ease-in-out .3s;
}
#out-1, #out-2, #out-3, #out-4 {
	display: none;
}
.content {
    width: 90%;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: #fff;
}

.links li {
    width: 25%;
    float: left;
    transition: background .3s;
    padding-top: 5px;
    padding-bottom: 5px;
}

.links li:hover {
    background: #8bc5c5;
}
li.current {
	background: #b9dcdc;
}
.links a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    height: 30px;
}
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
    text-align: center;
}
.header-float {
	float: left;
}
.headertext h1 {
	margin-bottom: 0px;
}
.headertext img {
	width: 150px;
	margin-top: -10px;
	padding-left: 0px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center table {
	text-align: center;
}
.headertext {
    color: #fff;
    height: 130px;
    transition: height .3s;
    overflow: hidden;
    background: linear-gradient(to right, lemonchiffon,palegoldenrod,lightsalmon,lightcoral,lightpink,thistle,RosyBrown,yellowgreen,lightgreen,lightseagreen,paleturquoise,lightcyan);
}
.main {
    position: relative;
    margin-top: 150px;
    transition: margin .3s;
}

#parallax {
	background-color: #fff;
}
.img-holder {
	height: 680px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
	background-size: cover;
	opacity: 0.95;	
	transition: opacity 3s;
}

.label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	height: 400px;
	color: #000;
}
.label-text {
	z-index: 10;
	position: absolute;
	text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	padding: 18px;
	letter-spacing: 10px;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: 5px 5px 2px;
	background-color: rgba( 255, 255, 255, 0.75);
	transition: all ease-in-out .5s;
}
.content-holder {
	background-color: #fff;
}
.content-text {
	color: #000;
	min-height: 100px;
	padding: 20px;
	letter-spacing: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: justify;
}
#img-holder-1 {
	background-image: url("../img/lsw-cover.jpg");
}
#img-holder-2 {
	background-image: url("../img/usw-cover.jpg");
}
#img-holder-3 {
	background-image: url("../img/msw-cover.jpg");
}
#img-holder-4 {
	background-image: url("../img/psw-cover.jpg");
}
#img-holder-11 {
	background-image: url("../img/lf-cover.jpg");
}
#img-holder-12 {
	background-image: url("../img/uf-cover.jpg");
}
#img-holder-13 {
	background-image: url("../img/mf-cover.jpg");
}
#img-holder-14 {
	background-image: url("../img/pf-cover.jpg");
}
.label-img {
	z-index: 5;
	position: absolute;
	display: inline;
	overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 0px;
	height: 0px;
	opacity: 0;
	background-color: #ccc;
	box-shadow: 3px 3px 5px #000;
	transition: all ease-in-out .5s;
}

.label-text:hover {
	background-color: rgba(240, 66, 66, .85);
	box-shadow: 8px 8px 4px;
}
/*
.img1, .img2, .img3, .img4, .img5, .img6 {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 30%;
	max-width: 210px;
	height: auto;
	box-shadow: 3px 3px 3px 1px #000;
	border: 1px solid #000;
	transition: all ease-in-out .5s;
}

input:checked + .label-img {
	width: 600px;
	height: 400px;
	opacity: 1;
}
*/
@keyframes fading {
	0%{opacity: 0}
	100%{opacity: 1}
}
.mySlides {
	display: none;
	animation: fading .3s;
}
.slide-left, .slide-right {
	position: absolute;
	bottom: 150px;
	/*transform: translate(-50%, -50%);*/
	color: #fff;
	text-shadow: 0px 0px 1px #000;
	transition: all ease-in-out .3s;
	cursor: pointer;
	font-size: 50px;
	width: 50px;
	opacity: .85;
}
.slide-left {
	left: 0px;
}
.slide-right {
	right: 0px;
	
}
.slide {
	border-radius: 50%;
	background-color: rgba(255,255,255,0.75);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px 0px 1px #000;;
	height: 18px;
	transition: all ease-in-out .3s;
	padding: 0;
	width: 5px;
	height: 5px;
	margin: 2px;
}
.white {
	width: 8px;
	height: 8px;
	color:#000!important;
	background-color: #fff !important;
}
/*
.slide:hover {
	width: 8px;
	height: 8px;
	color: #000 !important;
	background-color: rgba(255,255,255,1) !important;
}
*/
.slide-nav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
}
input:checked + .label-img .img1 {
	transform: translate(-160%, -110%);
}
input:checked + .label-img .img2 {
	transform: translate(60%, -110%);
}
input:checked + .label-img .img3 {
	transform: translate(-160%, 10%);
}
input:checked + .label-img .img4 {
	transform: translate(60%, 10%);
}
input:checked + .label-img .img5 {
	transform: translate(-50%, -140%);
}
input:checked + .label-img .img6 {
	transform: translate(-50%, +40%);
}
input {
	display: none;
}
.footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.links {
    background: #fff;
    color: #000;
    text-align: center;
    transition: margin .3s;
}
.footer .links {
	font-size: .75em;
	padding: 3px;
	border-top: 1px solid #000;
}
/*
.header .menu {
    height: 30px;
}
*/
.wrapper {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #000;
}
.right-shift {
	margin-left: 10px;
}
.clear {
    clear: both;
}
@media only screen and (max-width: 3840px) {
	.img-holder {
		height: 1200px;
	}	
}
@media only screen and (max-width: 1920px) {
	.img-holder {
		height: 900px;
	}
}
@media only screen and (max-width: 1366px) {
	.img-holder {
		height: 680px;
	}	
}
@media only screen and (max-width: 1024px) {
    /* For Tablets: */
    .content {
        width: 100%;
    }
    .links li {
        width: 25%;
        float: left;
	}
	.img-holder {
		height: 450px;
		background-attachment: inherit;
		background-size: cover;
	}
	#img-holder-1 {
		background-image: url("../img/lsw-tab-cover.jpg");
	}
	#img-holder-2 {
		background-image: url("../img/usw-tab-cover.jpg");
	}
	#img-holder-3 {
		background-image: url("../img/msw-tab-cover.jpg");
	}
	#img-holder-4 {
		background-image: url("../img/psw-tab-cover.jpg");
	}
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    #fb {
		right: 0;
	}
    .header h1 {
        font-size: 28px;
    }
    .header h3 {
        font-size: 12px;
    }
    .headertext img {
    	width: 85px;
    	margin-top: -12px;
    }
    .links {
        width: 100%;
        height: 30px;
        padding: 5px 0px;
        margin-top: 0px;
        text-align: center;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    .links .linksopen {
        height: 100px;
        margin-top: -145px;
        transition: margin .5s;
    }
    .header .links:before {
        content: "Menü";
    }
    .links:focus {
        margin-top: 120px;
    }
    .links li {
        width: 100%;
        float: left;
    }
	.label {
		width: 280px;
		height: 180px;
	}
	.img-holder {
		height: 300px;
		background-attachment: inherit;
		background-size: cover;
	}
	#img-holder-1 {
		background-image: url("../img/lsw-mob-cover.jpg");
	}
	#img-holder-2 {
		background-image: url("../img/usw-mob-cover.jpg");
	}
	#img-holder-3 {
		background-image: url("../img/msw-mob-cover.jpg");
	}
	#img-holder-4 {
		background-image: url("../img/psw-mob-cover.jpg");
	}
	input:checked + .label-img {
		width: 300px;
		height: 200px;
		opacity: 1;
	}
	.mySlides {
		width: 300px;
		height: 200px;		
	}
	.slide-left, .slide-right {
		bottom: 60px;
	}
	input:checked + .label-img .img1 {
		transform: translate(-160%, -110%);
	}
	input:checked + .label-img .img2 {
		transform: translate(60%, -110%);
	}
	input:checked + .label-img .img3 {
		transform: translate(-160%, 10%);
	}
	input:checked + .label-img .img4 {
		transform: translate(60%, 10%);
	}
	input:checked + .label-img .img5 {
		transform: translate(-50%, -150%);
	}
	input:checked + .label-img .img6 {
		transform: translate(-50%, +50%);
	}
	.footer .links {
		height: 55px;
	}
}

/* TEST */

