* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

html::-webkit-scrollbar { width: 0 !important }
html { -ms-overflow-style: none; }
html { overflow: -moz-scrollbars-none; }

@keyframes drive {
    from {background-position: right 40% top 250px;}
    to {background-position: left 40% top 250px;}
}

body {
	width: 100%;
    padding: 0;
	background-image: url('images/mini.png');
	background-color: #000;
	background-position: left 40% top 250px;
	background-repeat: no-repeat;
	animation-name: drive;
    animation-duration: 3s;
}
#mainIMG {
	width: 1400%;
	transition: all 1s;
}
#mainIMG[slide="0"] {
	margin-left: 0;
}
#mainIMG[slide="1"] {
	margin-left: -100%;
}
#mainIMG[slide="2"] {
	margin-left: -200%;
}
#mainIMG[slide="3"] {
	margin-left: -300%;
}
#mainIMG[slide="4"] {
	margin-left: -400%;
}
#mainIMG[slide="5"] {
	margin-left: -500%;
}
#mainIMG[slide="6"] {
	margin-left: -600%;
}
#mainIMG[slide="7"] {
	margin-left: -700%;
}
#mainIMG[slide="8"] {
	margin-left: -800%;
}
#mainIMG[slide="9"] {
	margin-left: -900%;
}
#mainIMG[slide="10"] {
	margin-left: -1000%;
}
#mainIMG[slide="11"] {
	margin-left: -1100%;
}
#mainIMG[slide="12"] {
	margin-left: -1200%;
}
#mainIMG[slide="13"] {
	margin-left: -1300%;
}
#mainIMG[slide="first"] {
	transition: all 0s;
	margin-left: -100%;
}
#mainIMG[slide="last"] {
	transition: all 0s;
	margin-left: -1200%;
}
#mainIMG img {
	width: calc(100% / 14);
	opacity: 1;
	transition: opacity 0.5s;
}
#mainIMG img.hide {
	opacity: 0;
}

#slideLeft,
#slideRight  {
	position: absolute;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 5px 30px #000;
	cursor: pointer;
	opacity: 0.75;
}
#slideLeft:hover,
#slideRight:hover {
	opacity: 1;
}
#slideLeft:active,
#slideRight:active  {
	padding: 3px 1px;
	font-size: 44px;
}
#slideLeft {
	left: 30px;	
}
#slideRight {
	right: 30px;
}
section {
    width: 80%;
    padding: 20px 10% 100px 10%;
    margin: -5px auto;
    min-width: 260px;
    background: #fff;
}

nav {
    display: block;
	position: absolute;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 30px 0;
    margin: 0 auto;
    opacity: 0;
    left: 0;
    text-align: center;
	transition: opacity 1s;
	font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 20px;
}
nav.show {
    opacity: 1;
}
nav img {
	max-height: 90px;
}
h1 {
	font-weight: 900;
	font-size: 69px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	
}
/*
h2 {
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	color: #00838F;
	text-align: center;
}
*/
h3 {
	font-weight: 800;
	font-size: 40px;
	margin: 50px 0 20px 0;
	color: #00838F;
}
h3.kontakt {
	background: #00838F;
	color: #fff;
	cursor: pointer;
	display: table;
    padding: 20px 40px 20px 20px;
	margin: 50px 0 0 0;
	transition: all 0.1s;
}
h3.kontakt:hover {
	background: #006064;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    cursor: pointer;
    width: calc(100% - 80px);
    padding: 20px 40px;
	border-bottom: 10px solid #fff, 2px solid #00838F;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.1);
	transition: color 0.2s, background 0.2s, border 0.2s;
}
h2:hover {
	color: #00838F;
}
h2 span {
	display: inline-block;
    float: right;
	color: #00838F;
}
h2 + p {
	width: calc(100% - 80px);
	margin: 0;
	padding: 0 40px;
	transition: color 0.2s, background 0.2s;
}
h2.up,
h2.up:hover {
	color: #fff;
	background: #00838F;
	border-bottom: 10px solid #00838F;
}
h2.up span {
    transform: rotate(180deg);
	color: #fff;
}
h2.up + p {
	background: #00838F;
	color: #fff;
}

p {
	font-size: 18px;
	margin: 30px 0;
	line-height: 1.5em;
}
p.kontakt {
    padding: 30px 40px 40px 40px;
    font-weight: 600;
    background: #00838F;
    margin-top: 0;
    color: #fff;
}
p.kontakt input,
p.kontakt textarea {
    background: #00838F;
    color: #fff;
    border: none;
    border: 2px solid rgba(255,255,255,0.5);
    width: calc(100% - 54px);
    font-size: 18px;
    padding: 20px 25px;
	margin-top: 20px;
	transition: all 0.1s;
}


p.kontakt input.alert,
p.kontakt input.alert:hover,
p.kontakt input.alert:focus,
p.kontakt input.alert:active {
	background: #000;
    color: #fff;
    padding: 14px 25px 10px 25px;
    margin-top: 0;
	border: 2px solid #000;
}
p.kontakt textarea {
	height: 150px;
	resize: vertical;
	margin-bottom: -8px;
}
p.kontakt input:hover,
p.kontakt textarea:hover {
	border: 2px solid rgba(255,255,255,1);
}

p.kontakt input[type=button]{
	width: auto;
	border: 2px solid rgba(255,255,255,0.5);
	cursor: pointer;
	margin-top: 40px;
	transition: border 0.1s, background 0.1s;
}
p.kontakt input[type=button]:active {
	padding: 22px 24px 18px 26px;
}
p.kontakt input[type=button]:focus {
	background: #00838F;
}

p.kontakt input[type=button]:hover,
p.kontakt input[type=button]:focus:hover {
	background: #006064;
}
p.kontakt input::placeholder,
p.kontakt textarea::placeholder {
	color: rgba(255,255,255,0.5);
}
p.kontakt input:focus,
p.kontakt textarea:focus {
	outline: none;
	background: #006064;
}
b {
	font-weight: 800;
	
}
strong {
	font-weight: 800;
	font-size: 25px;
	color: #555;
}
footer {
    display: block;
    background: #000;
    color: #fff;
    width: 80%;
    padding: 50px 10% 100px 10%;
}
footer div {
	width: calc(100% / 3 - 2px);
	border-right: 2px solid #202020;
	padding: 20px 0;
	display: table;
	float: left;
	text-align: center;
}

footer div,
footer div a {
	text-decoration: none;
	color: #bbb;
	transition: all 0.1s;
}

footer div i.fa,
 footer div i.fab {
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	color: #00838F;
}

footer div:hover,
footer div:hover a,
footer div a:hover,
footer div:hover i,
footer div a:hover i {
	color: #fff;
}

footer div:last-child {
	width: 25%;
	border-right: 0;
}

#wait {
	display: block;
	position: fixed;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
	width: 150px;
	height: 150px;
	border-radius: 150px;
	background: url('images/wait.gif') #fff center no-repeat;
}
#popup {
	display: block;
	position: fixed;
	width: 500px;
	text-align: center;
	background: #00838F;
	color: #fff;
	left: calc(50% - 250px);
	top: 100px;
	box-shadow: 0 0 0 1000px rgba(255,255,255,0.9);
	font-size: 20px;
	padding: 20px 0;
}
#popup.alert {
	background: #db0323;
}

@media only screen and (max-width: 750px) {
	footer div {
		width: calc(50% - 2px);
	}
	footer div:nth-child(2) {
		border-right: 0;
	}
	footer div:last-child {
		width: 100%;
		border: 0;
		border-top: 2px solid #202020;
	}
}
@media only screen and (max-width: 500px) {
	nav {
		padding: 35px 0;
	}
	section {
		width: calc(100% - 30px);
		padding: 20px 15px 100px 15px;
	}
    h1 {
		font-size: 43px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}	
	p {
		font-size: 16px;
	}
	#popup {
		width: 300px;
		left: calc(50% - 150px);
		font-size: 18px;
	}
		footer div {
		width: 100%;
		border: none;
	}
	footer div {
		border: 0;
		border-bottom: 2px solid #202020;
	}
	footer div:last-child {
		border: 0;
	}
}