/*

	Date: 25.12.2020
	Author: Jakub Štellner

*/

/* Import */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* GLOBAL */


html {
	--mainColor: #5cb90a;
}
body {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
p {
	font-size: 18px;
}
a, a:hover {
	color: var(--mainColor);
}
.subpage {
  padding-top: 70px;
  min-height: 600px;
}
.map-hp {
	max-width: 800px;
	margin: auto;
	border: 3px solid black;
}

img {
	max-width: 100%;
}
/* header */
@media (min-width: 1300px) {
	.container {
	    max-width: 1200px;
	}
}
@media (min-width: 1400px) {
	.container {
	    max-width: 1300px;
	}
}
@media (min-width: 1700px) {
	.container {
	    max-width: 1400px;
	}
}
.social a {
	margin: 5px;
}
.social__wrap {
	padding-top: 40px;
	display: flex;
	justify-content: center;
}
.social__wrap svg {
	margin: 5px;
	width: 60px;
	height: 60px;
	padding-bottom: 10px;
}
li::marker {
	color: #5cb90a;
	font-weight: 600;
}
.social__wrap a {
	margin: 10px;
	color: black;
}
.social__wrap a:first-child:hover svg path {
	fill: purple;
}
.social__wrap a:first-child:hover {
	color: purple;
}
.social__wrap a:hover svg path {
	fill: green;
}
.social__wrap a:hover {
	color: green;
}
.social__wrap p {
	text-align: center;
}
#navbarNav {
	justify-content: flex-end;
}
header .bg-light {
	background: none!important;
	padding: 0!important;
}
header {
	background: #1d1d1d;
	padding: 15px 0px;
	margin-left: auto;
}
.top--header {
	display: flex;
	align-items: flex-end;
}
.top--header .contact-info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px ;
}
.top--header .contact-info .contact-icon {
	margin-right: 10px;
}
.top--header .contact-info-div {
	display: flex;
	flex-wrap: wrap;
	margin-right: 20px;
}
.top--header .language-picker {
	margin-left: 25px;
}
.top--header .language-picker a {
	margin: 5px;
}
.navbar-nav {
	display: flex;
	flex-direction: column!important;
}
.navbar-nav ul {
	display: flex;
	padding: 0;
	list-style: none;
	margin: 0;
	order: 2;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 10px;
}
.navbar-button {
	width: 32px;
	height: 24px;
	display: none;
	cursor: pointer;
}
.navbar-button span {
	width: 32px;
	height: 4px;
	margin: 7px 0;
	display: block;
	background: white;
	border-radius: 5px;
}
.navbar-button span:first-child {
	margin-top: 0;
}
.navbar-button span:last-child {
	margin-bottom: 0;
}
header .nav-item .nav-link {
	color: white!important;
	padding: 5px 10px;
	margin: 3px;
	background: none;
	font-size: 18px;
	font-weight: 500;
}
header .nav-item {
	padding: 5px 10px;
}
header .nav-item .nav-link:hover, header .nav-item.active .nav-link {
	background:var(--mainColor);
}
.language-picker a:hover {
	text-decoration: none;
}
.homepage__slider .owl-nav {
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
.homepage__slider .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    transition: 0.2s all;
		margin:  0!important;
		outline: none!important;
}
.homepage__slider .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    transition: 0.2s all;
		margin: 0!important;
		outline: none!important;
}
.homepage__slider .owl-nav .owl-prev span {
    display: block;
    width: 42px;
    height: 42px;
    /*background: #bd0075 url(/www/web/images/arrows/slider-left.png) no-repeat center center;*/
		background: rgba(29,29,29,0.85) url(../icons/prev-arrow.svg) no-repeat center center;
		text-indent: -9999px;
}
.homepage__slider .owl-nav .owl-next span {
    display: block;
    width: 42px;
    height: 42px;
    background: rgba(29,29,29,0.85) url(../icons/next-arrow.svg) no-repeat center center;
    text-indent: -9999px;
}
.services {
	padding: 90px 0px;
}
.services .services__content .services__item {
	position: relative;
	margin: 20px;
	width: fit-content;
}
.services .services__content .services__item .services__text {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 26px;
	color: white;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 0px;
	background: rgba(29,29,29,0.4);
	transition: 1s background;
	overflow: hidden;
	font-style: italic;
	text-transform: uppercase;
}
.services .services__content .services__item:hover .services__text {
	background: rgba(29,29,29,1);
}
.services__content {
	display: flex;
	justify-content: space-between;
}
.about {
	padding: 70px 0px;
	background: #b8b8b8;
	text-align: center;
}
.about .heading {
	line-height: 1;
	text-align: center;
}
.about .heading span {
	font-size: 36px;
	font-weight: 700;
}
.about .heading h1 {
	font-size: 72px;
	font-weight: 700;
	position: relative;
	width: fit-content;
	margin: auto;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.about .heading h1::after {
	content: "";
	position: absolute;
	width: 80%;
	max-width: 150px;
	bottom: 0;
	height: 4px;
	background: white;
	left: 50%;
	transform: translateX(-50%);
}
.about .about__quote p {
	font-size: 26px;
	color: #000000;
	margin-bottom: 30px;
}
.about .about__content {
	max-width: 1050px;
	width: 100%;
	margin: auto;
}
.about .about__text {
	font-size: 18px;
}
.about .about__button {
	margin-top: 50px;
}
.grey-button {
	color: white;
	background: #9e9e9e;
	padding: 15px 25px;
	border: none;
	transition: 1s background;
	cursor: pointer;
}
.grey-button:hover {
	background: #1d1d1d;
	text-decoration: none;
	color: white;
}
footer {
	background: #1d1d1d;
	padding-bottom: 20px;
}
footer p, footer a {
	color: #686868;
}
footer .top-menu {
	display: flex;
	padding: 20px 0px;

}
footer .top-menu .footer-menu {
	display: flex;
	flex-direction: row;

}
footer .top-menu .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	flex-wrap: wrap;
}
footer .top-menu .footer-menu a {
	color: #686868;
}
footer .top-menu .footer-menu li {
	margin: 10px;
}
footer .top-menu .footer-menu li.active a {
	color: white;
	text-decoration: none;
}
footer .top-menu .footer-menu a:hover {
	text-decoration: none;
	color: white;
}
footer hr {
	color: #2a2a2a;
	margin: 0;
}
.copyright-div {
	padding: 20px 0;
}
footer .copyright {
	text-align: right;
}
table {
	width: 100%;
}
table th {
	color: black;
	background: #dddddd;
}
table td, th {
 padding: 1rem;
}
table tr {
	border-bottom: 1px solid #e3e3e3;
}
.inputs-row {
  display: flex;
  flex-direction: column;
}
.inputs-row input {
  width: 100%;
  font-size: 14px;
  color: #5c5c5c;
  padding: 16px 15px;
  outline: none;
  background: white;
  border: none;
  margin: 5px 0px;
	max-width: 378px;
}
.inputs-row input:active {
	background: white;
}
.inputs-row label {
	margin-bottom: 0px;
}
.inputs-row input:first-child {
  margin-top: 0;
}
.inputs-row input:last-child {
  margin-bottom: 0;
}
.contact-form-content textarea {
	color: #5c5c5c;
  width: 100%;
  height: 100%;
  min-height: 210px;
  padding: 15px 20px;
  background-color: white;
  outline: none;
  border: none;
  resize: none;
}
.form {
  background: #eeeeee;
	padding: 4rem 5rem;
	padding-bottom: 2rem;
}
.contact-send {
	font-size: 17px;
	color: white;
	background: #fc8f0e;
	outline: none;
	border: none;
	padding: 15px 50px 15px 20px;
	font-weight: 600;
	position: relative;
	background: var(--mainColor);
	cursor: pointer;
	text-transform: uppercase;
}
.contact-send::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 10px;
	background: url('/www/web/icons/contact-arrow.svg');
}
.contact-send span {
	margin-right: 20px;
}
.contact-text p {
	color: var(--mainColor);
}
.contact-send:hover {
	opacity: 0.8;
}

@media (max-width: 1300px) {
	.navbar-brand {
		max-width: 250px;
	}
}
@media (max-width: 991px) {
	footer .top-menu .footer-menu {
		flex-direction: column;
		justify-content: center;
		margin: auto;
		text-align: center;
	}
	footer .top-menu {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	footer .copyright {
		text-align: center;
	}
	.services .services__content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navbar-nav ul {
		flex-direction: column;
	    align-items: center;
			order: 1;
	}
	.top--header {
		order: 2;
	}
	.navbar-button {
		display: block;
	}
	.navbar-brand {
		max-width: 150px;
	}
	.top--header {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.top--header .contact-info-div{
		flex-direction: column;
		margin:  20px 0;
	}
	.top--header .contact-info {
		margin: 5px;
	}
	.top--header .language-picker {
		margin: 0;
		margin-top: 15px;
	}
}
.subpage ul {
	list-style: none;
	padding: 0;
}
.subpage li {
	position: relative;
	padding-left: 20px;
}
.subpage ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 2px;
	background: #5cb90a;
}
