/*
#e31f13 - red
#818181 - gray
#292929 - dark gray
#464646 - form gray
#949494 - form-text

CSS by Comtech_CAN   info.praha@icomtech.cz*/

html {
	scroll-behavior: smooth;
}

body, html {
	/*height:100%;*/
}

body {
	font-family: 'Roboto Condensed', sans-serif; font-weight: normal; font-style: normal;
	font-size: 1vw;
}

a {
	color: white;
	display: inline-block;
}

h1 {
	font-weight: normal;
	font-size: 3.5em;
	color: white;
}

h2{
	font-size: 3em;
    font-weight: lighter;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 2em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 1em;
}

h2:after {
	display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 27px;
    max-width: 250px;
    height: 1px;
    width: 3.4em;
    border-bottom: 2px solid #e31f13;
    padding: 12px 0px;
}



p {
	font-family: 'Roboto', sans-serif;
	color: white;
}

nav, #support, #btn-header span, h1, h2, h3  {
	text-transform: uppercase;
}


section:not(#intro):not( #video ), header {
	padding-left: 10%;
	padding-right: 10%;
}
/* ---------- HEADER ---------- */


header {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
    height: 55px;
}

#logo {
	width: 50%;
	float: left;
}

#logo img {
	width: 100%;
}

#main-menu {
	width: 30%;
	float: left;
	line-height: 56px;
}

#mobile-menu, #toggle-menu, .close-menu{
	display: none;
}

#toggle-menu { 
	position: absolute; 
    right: 3%;
    top: 30px;
	cursor: pointer;
}

nav li {
	font-size: 15px;
	float: left;
	list-style: none;
	margin-right: 1em;
}
nav a {
	color: #818181;
}

nav a:after{
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 27px;
    max-width: 250px;
    height: 1px;
    border-bottom: 1px solid #e31f13;
    padding: 4px 0px;
	transition: 0.5s;
    width: 15%;
}

nav a:hover:after {  
	display: block;  
    width: 50%;
}


#support {
	line-height: 28px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

#support p {
	font-family: 'Roboto Condensed', sans-serif;
	color: black;
}

.btn {
	text-transform: uppercase;
	color: white;
	transition: 0.3s;
    padding: 0.4em 0;
    border-radius: 10px;
	background-color: #e31f13;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}



.btn-block span {
	vertical-align: middle;
}

.btn-header span {
	font-size: 20px;
	vertical-align: middle;
}

.btn-header:hover {
	background-color: #ff756d;
}


/* ---------- INTRO ---------- */


#intro {
	overflow: auto;
	position: relative;
	background-color: #e31f13;
}

.intro-img {
	float: left;
	width: 50%;
}

.intro-img img {
	width: 100%;
}

#intro-text {
	width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 2em 10% 2em 3em;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

#intro-text p {
    padding-top: 2em;
}

#intro-text .subheadline {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}

#intro-text .opening {
	color: black;
}


/* ---------- JAK POMOCI ---------- */

#pomoc {
	overflow: auto;
	background-color: white;
	padding-top: 5em;
	padding-bottom: 5em;
}

.teaser {
	overflow: hidden;
	float: left;
	width: 48%;
    padding: 3em 1em 0 0;
}

.teaser.right {
	float: right;
	padding-right: 0;
}

.block {
	float: left;
	background-color: #e31f13;
    margin: 1.5em 0;
}

.block a {
	display: initial;
}

.btn-block {
	font-size: 1.1em;
	position: relative;
    width: 100%;
    box-sizing: border-box;
	border: 2px solid white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.block:hover .btn-block {
	color: black;
	background-color: white;
}

.block:hover .btn-block a {
	color: black;
}


.block p {
	font-size: 0.9em;
	color: white;
    padding: 4em 0em;
}

.block .block-img, .block .block-text {
	width: 50%;
	float: left;
}

.block .block-img img {
	width: 100%;
}

.block .block-text {
    padding: 0 1em;
    height: 18em;
    box-sizing: border-box;
}

#video {
	cursor: pointer;
    width: 100%;
	overflow: auto;
}

/* ---------- KONTAKTY ---------- */

#kontakt {
	overflow: auto;
	background-color: #292929; 
	padding-top: 5em;
	padding-bottom: 5em;
}


#kontakt h3 {
	color: white;
}

#kontakt p {
	font-family: 'Roboto Condensed', sans-serif; font-weight: normal; font-style: normal;
    font-size: 1.1em;
	color: #949494;
	padding: 2em 0;
}

#kontakt p.contact-info {
	font-weight: bold;
	color: #e3e3e3;
	font-size: 1em;
	text-transform: uppercase;
} 

.form-text {
	width: 30%;
	float: left;
}

.form-text h4 {
	font-size: 1.2em;
}

/* ---------- FORM ---------- */


.contact-form {
	float: right;
	width: 65%;
}

.contact-form label {
	font-weight: normal;
	margin: 0 0 0.5em 0; 
}

.contact-form .input-box {
    width: 50%;
    overflow: auto;
    padding-left: 1em;
    float: left;
    box-sizing: border-box;
}

.contact-form input.box {
    background-color: #292929;
    background-image: none;
    border-radius: 1px;
    border: 2px solid #464646;
    color: #949494;
    display: block;
    height: 3em;
    line-height: 1;
    padding: 0 2em;
    width: 100%;
    box-sizing: border-box;
}  

.contact-form .submit-btn {
	font-weight: bold;
	cursor: pointer;
    border: none;
	text-transform: uppercase;
    color: white;
    padding: 0.5em 3em;
    background-color: #464646;
    text-align: center;
    font-size: 1.2em;
}

.contact-form  .row input.box :nth-child(2) {
	margin-laft: 1em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #949494;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #949494;
}

.contact-form input.box.error-box {
    border: 1px solid #de1818;
}

.contact-form .error-text {
    color: #ec3f3f;
}


.contact-form .submit-btn {
	transition: 0.3s;
    background-color: #464646;
	color: white;
}

.contact-form .submit-btn span {
	color: white;
}

.contact-form .submit-btn:hover, .contact-form .submit-btn:active, .contact-form .submit-btn:focus {
    background-color: #e31f13;
}

.contact-form .submit-btn span {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.contact-form input.box:active, .contact-form input.box:focus, .contact-form select:active, .contact-form select:focus {
    box-shadow: none;
    outline: none;
	border: 1px solid;
}


.contact-form .row {
    margin-bottom: 2em;
    overflow: auto;
}

.contact-form .input-box-100{
	width: 100%;
}

.contact-form #form-message {
	width: 100%;
    box-sizing: border-box;
	overflow: auto;	
    background-color: #292929;
    background-image: none;
    border-radius: 1px;
    border: 2px solid #464646;
    color: #949494;
    display: block;
    height: 10em;
    line-height: 1;
    padding: 1em 2em;
	resize: none;
}

.contact-form .confirmation {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -1000px;
}

#contactform.contact-form .form-response {
	color: #e31f13;
	padding: 0;
	font-size: 1.1em;
    display: inline-block;
    padding-left: 3em;
}


/* ---------- FOOTER ---------- */


#copyright {
	color: white;
	background-color: #e31f13;
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}

#separator {
	padding: 0 2em;
}

.footer-nav {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

#copyright img {
    float: right;
    position: absolute;
    bottom: 2em;
    right: 10%;
    max-width: 172px;
    width: 11%;
}

#partners {
	padding-top: 1em;
	padding-bottom: 0;
    vertical-align: top;
}


#partners h4{
	color: #e31f13;
    width: 4em;
	font-size: 1.2em;
}

.partner-cont, #headline {
	width: 17%;
	display: inline-block;

}

.partner-cont img {
	width: 100%;
    max-width: 172px;
}

#partners #headline {
	height: 4em;
    vertical-align: top;
	width: 10%;
}

#legal {
	cursor: pointer;
}
.blackout { overflow: auto; display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; background-color:rgba(0,0,0,0.4)}
.produkt-popup {position:static; box-sizing: border-box;   padding: 4% 5%; top:0; left:0; right:0; margin:0 auto; width:89%; 
				height: auto; min-height: 100%; background-color:rgba(236,105,186,0.95); background-color:rgba(255,255,255,1);position:static; z-index:11}
.close-popup { transition: 0.3s; cursor:pointer; position:absolute; top:3%; right:7%; z-index:12; width:30px; height:30px; background-image:url("../images/x-popup.png"); background-size:100%; background-repeat:no-repeat}
.close-popup:hover {
	transform: rotate(90deg);
}
	
.produkt-popup p {
	color: black;
}
	
.produkt-popup  a{
	color: #e31f13;
}
	
.produkt-popup  .cervena {
	color: #e31f13;
}
	
.produkt-popup  .bila {
	color: white;
}
					
    