/*
	Autor: ACTIVEMEDIA s.r.o.
*/
@font-face {
    font-family: Sofia Pro;
    src: url("../fonts/SofiaPro-Regular.otf") format("opentype");
	font-display: swap;
}
@font-face {
    font-family: Sofia Pro;
    src: url("../fonts/SofiaPro-Bold.otf") format("opentype");
    font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: ITCAvantGardePro-Bold;
    src: url("../fonts/ITCAvantGardePro-Bold.otf") format("opentype");
	font-display: swap;
}

* {
	outline: none;
}

body {
	font-family: Sofia Pro, sans-serif; 
	background-color: white;
    margin: 0;
    padding: 0;
}

.container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
	padding-bottom: 60px;
}

.navbar {
	position: absolute;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	border-bottom: 1px solid #ededed;
}

.navbar-content {
	margin-left: 12.5%;
}

.navbar-content span {
	display: inline-block;
}

.navbar-logo {
	display: block;
	padding-top: 10px;
	float: left;
}

.navbar-logo img {
	height: 40px;
}

.navbar ul {
	background-color: white;
	margin-top: 10px;
	list-style: none;
	overflow: hidden;
	margin-left: 45%;
}

.navbar li {
  padding: 20px 0px;
  color: black;
  text-decoration: none;
  margin-left: -15px;
}

.navbar li a {
  display: inline-block;
  color: black;
  text-decoration: none;
}

.navbar li a:hover {
  color: #c31d0f;
}

.menu a.active {
	border-bottom: solid 3px #c31d0f;
	padding-bottom: 2px;
}

.navbar .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.navbar .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 10px;
  position: relative;
  user-select: none;
}

.navbar .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.navbar .menu-icon .navicon:before,
.navbar .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.navbar .menu-icon .navicon:before {
  top: 5px;
}

.navbar .menu-icon .navicon:after {
  top: -5px;
}

.navbar .menu-btn {
  display: none;
}

.navbar .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.navbar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navbar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navbar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navbar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 74em) {
	.navbar-content {
		margin-right: 12.5%;
	}

	.navbar ul {
		margin-left: 0;
	}
  .navbar li {
    float: left;
  }
  .navbar li {
    padding: 10px 20px;
  }
  .navbar .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .navbar .menu-icon {
    display: none;
  }
}

.content-img {
	position: relative;
	width: 100%;
	z-index: -2;
	overflow: hidden;
}

.uvod {
	width: 100%;
	height: 500px;
	background-image: url("../img/uvod.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
}

.content-img p {
	position: absolute;
	color: white;
	font-size: 260%;
	margin-left: 12.5%;
	margin-top: -350px;
	z-index: 2;
}

.content-img .line {
	position: absolute;
	border-bottom: 10px solid #c31d0f;
	width: 248px;
	margin-top: calc(-560px + 280px);
	margin-left: 12.3%;
	z-index: 1;
}

.content-text {
	height: auto;
	overflow: auto;
	background-color: white;
	width: 100%;
}

.content-text .text {
	padding-top: 40px;
	margin-left: 55%;
	margin-right: 12.5%;
	margin-bottom: 50px;
}

.content-text .text .title {
	font-size: 200%;
	margin-top: -530px;
	margin-bottom: 25px;
}

.content-text .text .content p {
	line-height: 25px;
}

.content-text .img {
	margin-left: 12.5%;
	margin-right: 40%;
	padding-top: 70px;
}

.content-text .img .img1 {
	height: 300px;
}
.content-text .img .img2 {
	margin-left: calc(12.5% + 210px);
	margin-top: -165px;
	width: 230px;
}

@media all and (max-width: 1250px) {
	.content-text .img {
		display: none;
	}

	.content-text .text .title {
		margin-top: -500px;
	}

	.content-text .text {
		padding-top: none;
		margin-top: 500px;
		margin-left: 12.5%;
		margin-right: 12.5%;
		margin-bottom: 0px;
	}
}

.content-realisation {
	height: auto;
	overflow: auto;
	background-color: white;
	width: 100%;
}

.content-realisation .title {
	font-size: 200%;
	margin-left: 12.5%;
}

.content-realisation .link {
	margin-left: calc(12.5% + 400px);
	margin-top: -65px;
	margin-bottom: 40px;
}

.content-realisation .link a {
	color: black;
	text-decoration: none;
	border-bottom: solid 3px #c31d0f;
}
.content-realisation .link a:hover {
	color: #c31d0f;
}

.arrow-right:after {
  content: '\2192';
  font-size: 25px;
  vertical-align: middle;
}

.content-realisation .img {
	width: 100%;
}

.content-realisation .img-logo {
	position: absolute;
	height: 200px;
	margin-left: 72.5%;
	margin-top: -122px;
}

@media all and (max-width: 968px) {
	.content-realisation .img-logo {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.content-realisation .link {
		margin-left: 12.5%;
		margin-top: -30px;
		margin-bottom: 10px;
	}
}

.content-contact {
    height: auto;
    overflow: auto;
	background-color: white;
	width: 100%;
}

.content-contact .title {
	font-size: 200%;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
	text-align: center;
}

.content-contact a {
	color: black;
	text-decoration: none;
}
.content-contact a:hover {
	color: #c31d0f;
}

.content-contact .text {
	width: 100%;
}

.content-contact .text .left {
	display: inline-block;
	float: left;
	margin-left: 25%;
	text-align: center;
}

.content-contact .text .right {
	display: inline-block;
	float: right;
	margin-right: 25%;
	text-align: center;
}

.content-contact .left p {
	margin-top: 5px;
	margin-bottom: 0;
}

.content-contact .right p {
	margin-top: 5px;
	margin-bottom: 0;
}

.content-contact .right p.bigger {
	margin-bottom: 60px;
}

.content-contact .left p.bigger {
	font-size: 200%;
	border-bottom: solid 3px #c31d0f;
}

.content-contact .right p.bigger {
	font-size: 200%;
	border-bottom: solid 3px #c31d0f;
}

@media all and (max-width: 1100px) {
	.content-contact .text .left {
		display: table;
		float: none;
		margin: 20px auto;
	}

	.content-contact .text .right {
		display: table;
		float: none;
  		margin: 60px auto;
	}

	.content-contact .right p.bigger {
		margin-bottom: 0px;
	}
}

.content-page {
    height: auto;
    overflow: auto;
	background-color: white;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.content-page .title {
	font-family: ITCAvantGardePro-Bold, sans-serif; 
	font-size: 250%;
	margin-left: 12.5%;
  	margin-right: 12.5%;
  	margin-top: 100px; 
  	line-height: 50px;
}

.content-page .text {
	width: 100%;
	margin-left: 12.5%;
	margin-right: 72.5%;
}

.content-page .text2 {
	margin-left: 12.5%;
	margin-right: 12.5%;
}

.content-page .text p {
	line-height: 27px;
	font-size: 95%
}

.content-page .text2 p {
	text-align: justify;
	line-height: 27px;
	font-size: 95%
}

.content-page .imgs {
	margin-left: 12.5%;
	margin-right: 10.2%;
	margin-bottom: 40px;
}

.content-page .imgs .column {
	position: relative;
	height: 300px;
	float: left;
  	width: 30%;
	max-width: 297px;
  	padding-right: 25px;
}

.content-page .imgs .column .background {
	position: absolute;
	top: 0;
	width: 297px;
	height: 198px;
}

.content-page .imgs .column a {
	color: black;
	text-decoration: none;
}

.content-page .imgs .column a:hover {
	color: #c31d0f;
}

.content-page .imgs .column img {
	display: block;
	margin: auto;
	opacity: 1;
	height: 198px;
	max-width: inherit;
}

.content-page .imgs .column p:not(.subtext) {
  	font-size: 80%;
  	margin-bottom: 5px;
}

.content-page .imgs .column p.subtext {
  	font-size: 80%;
  	margin-top: 0px;
  	color: #626062;
}

.content-page .imgs::after {
	content: "";
  	clear: both;
  	display: table;
}

.content-page h3 {
	color: #c31d0f;
}

.overlay { 
    position: absolute; 	
	overflow: hidden;
    transition: all 0.3s ease; 
    opacity: 0; 
    background-color: #ba3b2f; 
    top: 0;
  	width: 100%;
  	height: 100%;
}
  
.column:hover .overlayLeft { 
    opacity: 0.7; 
}
  
.overlayLeft {
	position: absolute;
	opacity: 0;
    width: 0;
	height: 198px;
    background-color: #ba3b2f;
} 
  
.column:hover .overlayLeft { 
	width: 297px;
	height: 198px;
}

.overlayText {
	position: absolute;
	color: white;
	margin: 0;
	left: 0%;
	top: 40%;
	width: 100%;
	font-family: ITCAvantGardePro-Bold, sans-serif;
	font-size: 120% !important;
	opacity: 0;
	transition: all 0.3s ease; 
}

.column:hover .overlayText { 
	left: 10%;
	opacity: 1;
}

.arrow-right2:after {
  position: absolute;
  content: '\2192';
  font-size: 25px;
  top: 18px;
  left: 90px;
  opacity: 1;
}

.arrow-right3:after {
  position: absolute;
  content: '\2192';
  font-size: 25px;
  top: 18px;
  left: 110px;
  opacity: 1;
}

@media all and (max-width: 1250px) {
	.content-page .imgs .column img {
		opacity: 1;
		height: 160px;
	}

	.content-page .imgs .column {
		height: 240px;
	}

	.overlayLeft {
		height: 160px;
	}

	.column:hover .overlayLeft {
		width: 240px;
		height: 160px;
	}

	.overlayText {
		top: 30%;
	}
}

@media all and (max-width: 1000px) {
	.content-page .imgs .column {
	  	width: 46%;
	}
} 

@media all and (max-width: 810px) {
	.content-page .imgs {
		margin-right: 12.5%;
	}

	.content-page .imgs .column {
		float: none;
	  	width: 100%;
	}

	.content-page .imgs .column {
		height: 380px;
	}

	.content-page .imgs .column img {
		opacity: 1;
		height: 300px;
	}

	.overlayLeft {
		height: 300px;
	}

	.column:hover .overlayLeft {
		width: 450px;
		height: 300px;
	}

	.overlayText {
		top: 50%;
	}
}

@media all and (max-width: 536px) {
	.content-page .imgs .column {
		height: 280px;
	}

	.content-page .imgs .column img {
		opacity: 1;
		height: 200px;
	}

	.overlayLeft {
		height: 200px;
	}

	.column:hover .overlayLeft {
		width: 300px;
		height: 200px;
	}
}

@media all and (max-width: 368px) {
	.content-page .imgs .column {
		height: 220px;
	}

	.content-page .imgs .column img {
		opacity: 1;
		height: 150px;
	}

	.overlayLeft {
		height: 150px;
	}

	.column:hover .overlayLeft {
		width: 225px;
		height: 150px;
	}

	.overlayText {
		top: 40%;
	}
}

.subtitle {
	font-size: 110%;
}

.img-div {
	min-height: 405px;
}

.img-div .title {
	max-width: 45%;
}

.img-div img {
	position: absolute;
	height: 360px;
	margin-left: 58%;
	top: 0;
	margin-top: 105px;
}

.content-page .form {
	position: absolute;
	width: 33%;
	margin-left: 45%;
  	border: 2px solid #ededed;
  	margin-top: -615px;
  	padding: 50px;
}

.content-page .form input {
	font-size: 100%;
}

.content-page .form textarea {
	font-size: 100%;
}

.content-page .form .input-data {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: -20px;
	margin-bottom: 40px;
}

.content-page .form .input-data-ta {
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
}

.content-page .form .input-data-ta textarea {
	resize: none;
}

.content-page .form button {
	position: relative;
	width: 50%;
	background-color: white;
	height: 50px;
	color: #c31d0f;
	font-size: 110%;
	border: 2px solid #c31d0f;
	text-align: center;
	cursor: pointer;
}

.content-page .form button:hover {
	transition: all 0.5s ease;
	background-color: #c31d0f;
	color: white;
}

.content-page .form .input-data-name {
	position: relative;
	width: 45%;
	height: 20px;
}


.content-page .form .input-data-tel {
	position: relative;
	margin-top: -40px;
	margin-left: 55%;
	width: 45%;
	height: 40px;
	margin-bottom: 40px;
}

.content-page .form input {
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: 1px solid #ededed;
}

.content-page .form input:focus ~ label,
.content-page .form input:valid ~ label {
	transform: translate(0px,-20px);
	color: #838383;
}

.content-page .form textarea {
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: 1px solid #ededed;
}

.content-page .form textarea:focus ~ label,
.content-page .form textarea:valid ~ label {
	transform: translate(0px,-20px);
	color: #838383;
}

.content-page .form label {
	position: absolute;
	color: black;
	bottom: 10px;
	left: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.content-page .form .input-data-ta label {
	position: absolute;
	color: black;
	bottom: 70px;
	left: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

@media all and (max-width: 1068px) {
	.content-page .form {
		width: unset;
		position: relative;
		margin: 0;
		margin-left: 12.5%;
		margin-right: 12.5%;
		margin-top: 40px;
		margin-bottom: 40px;
		border: 2px solid #ededed;
		padding: 50px;
	}

	.content-page .form button {
		width: 100%;
	}

	.content-page .form .input-data {
		margin-top: -20px;
	}
}

@media all and (max-width: 736px) {
	.content-page .form .input-data {
		margin-top: 0;
	}

	.content-page .form .input-data-name {
		position: relative;
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
	}


	.content-page .form .input-data-tel {
		position: relative;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
	}
}

.imgs .titles {
	font-family: ITCAvantGardePro-Bold, sans-serif; 
	font-size: 180%;
}

.aboutText {
	margin-top: -20px;
	margin-left: 12.5%;
	margin-right: 50%;
	margin-bottom: 50px;
}

.aboutText p {
	padding-bottom: 20px;
}

@media all and (max-width: 64em) {
	.img-div img {
		display: none;
	}

	.aboutText {
		margin-left: 12.5%;
		margin-right: 12.5%;
	}
}

.red {
	color: #c31d0f;
}

.center {
	text-align: center;
}

.footer {
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0;
    bottom: 0;
	background-color: #ededed;
}

.footer-content {
	position: relative;
	top: 25px;
	margin-left: 12.5%;
	margin-right: 12.5%;
}

.footer-content p {
	display: inline-block;
	margin: auto;
}

.footer-copy {
	float: left;
}

.footer-links {
	float: right;
}

.footer-links a {
	display: inline-block;
	color: black;
	margin-left: 40px;
}

.footer-links a:hover {
  color: #c31d0f;
}

.navbar-toggler {
	display: none;
}

@media all and (max-width: 64em) {
	.footer-links {
		display: none !important;
	}

	.footer-content {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.navbar-toggler {
		display: unset;
	}

	.footer-copy {
		float: none;
	}
}

.backtotop {
	cursor: pointer;
}