/**
*  @author    Hispatek Internet S.L. <info@hispatek.com>
*  @copyright 2021 Hispatek Internet S.L.
*
*/
.koloreskopio-tabs .tab-content {
	width: 60%;
	margin: 120px 0;
}

.koloreskopio-tabs .tab-pane#step_last p {
	width: 100%;
	line-height: 30px !important;
	font-size: 28px;
}

.koloreskopio-tabs .btn-koloreka.inverse {
	background-color: black;
	color: white;
}

#pr-koloreskopio .koloreskopio-tabs h3.start {
	font-family: 'Graphik-Bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	color: black;
	font-weight: 700;
	margin-top: 0;
}

#pr-koloreskopio .koloreskopio-tabs h3 {
	font-family: 'Graphik-Bold', sans-serif;
	font-size: 28px;
	font-style: normal;
	color: black;
	font-weight: 700;
	margin-top: 0;
}

#pr-koloreskopio a {
	font-weight: bold;
	text-decoration: underline;
}

#pr-koloreskopio .leaflet-container a {
	font-weight: normal;
	text-decoration: none;
}

#pr-koloreskopio img {
	width: 100%;
	height: auto;
}

#pr-koloreskopio .leaflet-container img {
  width: auto;
  height: auto;
}

#pr-koloreskopio ul li:first-child {
	margin-top: 0;
}

#pr-koloreskopio ul li {
	margin-top: 40px;
}


.koloreskopio-tabs textarea,
.koloreskopio-tabs input[type="datetime-local"],
.koloreskopio-tabs input[type="file"],
.koloreskopio-tabs input[type="date"],
.koloreskopio-tabs input[type="text"],
.koloreskopio-tabs input[type="email"] {
	border: solid 3px black;
	padding: 10px 25px;
	border-radius: 0;
	font-family: 'Graphik-Bold' , sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	width: 100%;
}

.koloreskopio-tabs input[type="datetime-local"],
.koloreskopio-tabs input[type="date"] {
	text-align: right;
}

.koloreskopio-tabs input[type="file"] {
	padding: 2em;
}


.koloreskopio-tabs .progress {
	border-radius: 0;
}

.koloreskopio-tabs .progress-bar {
	background-color: black;
}

@media all and (max-width: 769px) {
	.koloreskopio-tabs .tab-content {
		width: 100%;
	}
}

