﻿    .objednavky_formular {
	display: flex;
	flex-direction: column;
	}
	
    label {
		display: block; margin-top: 10px; 
	}
	
    /* Popup styling */
    .popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 30px;
      border: 2px solid #ccc;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      width: 80%;
      max-width: 500px;
      text-align: center;
    }
	
	.popup h3{
		font-family: roboto;
		color:#464646;
    }

	.popup a{
		padding-top: 10 px;
		font-family: roboto;
		color:#464646;
		font-size: 15px;
    }

    .popup .close-btn {
      position: absolute;
      top: 5px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
    }
	
    .popup button {
      padding: 10px 15px;
      margin-top: 20px;
      background-color: #ca000d;
      color: white;
      border: none;
      cursor: pointer;
    }
    .popup button:hover {
		background-color: #a0000b; 
	}


	.objednavky-fix {
		width: 100%;
		height: 50px;
    }
	
	.objednavky-box {
		display: flex;
		width: 94%;
		max-width: 1140px;
		margin: 0 auto;    
	}
	
	.objednavky-left {
		width: 50%;
		position: sticky;
		top: 120px; 
		height: 100vh;
		box-sizing: border-box;
    }
		
	.objednavky-line {
		display: block;
		width: 90px;
		height: 3px;
		background: #ca000d;
		left: 0;
		margin-bottom: 30px;
    }
		
	.objednavky-uvod h1 {
		font-size: 2.5em;
		line-height: 1em;
		font-weight: 500;
		font-family: roboto;
		text-transform: uppercase;
		color: #333333;
		padding-bottom: 0px;
    }
	
	.objednavky-uvod a {
		font-family: roboto;
		font-size: 1.1em;
		line-height: 0.2em;
		color: #333333;
    }
	
	.objednavky-formular a {
		font-family: roboto;
		font-size: 1.1em;
		line-height: 0.2em;
		color: #333333;
    }
	
	.objednavky-right {
		width: 50%;
		min-height: 300px;
		box-sizing: border-box;
    }
	
	.objednavky-formular input {
		width: 300px;
		color: #333333;
    }
	
	input[type="text"],
	input[type="tel"],
	input[type="email"] {
		width: 100%;           /* šírka na celú šírku kontajnera */
		padding: 10px;         /* vnútorné odsadenie */
		margin: 5px 0;         /* medzera nad a pod */
		border: 1px solid #ca000d; /* červený rámik */
		border-radius: 0px;    /* zaoblené rohy */
		box-sizing: border-box; /* aby padding nepretlačil šírku */
		font-size: 1 em;       /* veľkosť písma */
		transition: border-color 0.3s, box-shadow 0.3s; /* plynulé prechody */
	}
	
	.objednavky-formular-kontrola {
		  margin: 15px 0;
		  padding: 10px;
		  border: 1px solid #ca000d;
		  border-radius: 0px;
	}

	.objednavky-formular-kontrola label {
		  display: flex;
		  align-items: center;
		  margin-bottom: 8px;
		  font-size: 16px;
	}

	.objednavky-formular-kontrola input[type="checkbox"] {
		  margin-right: 10px;
		  transform: scale(1.3); /* zväčší checkbox */
		  cursor: pointer;
		  accent-color: #ca000d; /* zmeni farbu zaskrtnuteho checkboxu */
	}

	.objednavky-formular-kontrola a {
		font-family: roboto;
		font-size: 1.1em;
		line-height: 0.2em;
		color: #333333;
		padding-bottom: 20px;
	}

	label a {
		font-family: roboto;
		font-size: 1.1em;
		line-height: 0.2em;
		color: #333333;
		padding-bottom: 20px;
	}

	select {
	  width: 100%;
	  padding: 10px;
	  border: 1px solid #ca000d;
	  border-radius: 0px;
	  background-color: #fff;
	  font-size: 16px;
	  appearance: none; /* odstráni natívny štýl prehliadača */
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><polygon points="0,0 10,0 5,5" fill="%23333"/></svg>');
	  background-repeat: no-repeat;
	  background-position: right 10px center;
	  background-size: 10px 5px;
	  cursor: pointer;
	}

	label {
	  display: block;
	  margin-bottom: 25px;
	}

	input[type="date"] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding: 10px;
		border: 1px solid #ca000d;
		border-radius: 0px;
		background-color: #fff;
		font-size: 16px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
	}

	.gdpr-box input[type="checkbox"] {
		  margin-right: 10px;
		  transform: scale(1.3); /* zväčší checkbox */
		  cursor: pointer;
		  accent-color: #ca000d; /* zmeni farbu zaskrtnuteho checkboxu */
		  float: left;
	}

	.gdpr_box a {
		font-family: roboto;
		font-size: 1.1em;
		line-height: 0.2em;
		color: #333333;		
	}


	.objednavky-recaptcha-wrapper {
		display: flex;
		justify-content: none;
		padding-top: 20px;
	}

	.submit-wrapper {
	  text-align: none;
	}

	button[type="submit"] {
	  background-color: #ca000d;  /* červené pozadie */
	  color: white;               /* biely text */
	  padding: 35px 105px;         /* vnútorný okraj */
	  border: none;               /* bez rámika */
	  border-radius: 0px;         /* zaoblené rohy */
	  font-size: 16px;          /* veľkosť textu */
	  font-weight: 500;
	  letter-spacing: .2em;
	  cursor: pointer;            /* kurzor na ruku */
	  transition: background-color 0.3s ease;  /* plynulý efekt */
	  margin-top: 25px;
	  margin-bottom: 25px;
	  text-transform: uppercase;
	  
	}

	button[type="submit"]:hover {
	  background-color: #a0000b;  /* tmavšia zelená pri hoveri */
	}

/* GDPR podmienky */
.gdpr-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	font-family: roboto, sans-serif;
}

.gdpr-modal-content {
	background-color: white;
	color: #464646;
	padding: 30px;
	border-radius: 0px;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	text-align: left;
	position: relative;
	top: 20%;
	margin-left: auto;
	margin-right: auto;
}

.gdpr-modal-content h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
}

.gdpr-modal-content button {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #ca000d;
	color: white;
	font-size: 16px;
	font-family: roboto;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	transition: background-color 0.3s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gdpr-modal-content button:hover {
	background-color: #ab000b;
}




@media screen and (max-width: 900px), {
  .objednavky-uvod h1 {
		font-size: 2.0em;
		line-height: 1em;
		font-weight: 400;
    }
	
	.objednavky-uvod a {
		font-size: 0.9em;
    }
}

@media screen and (max-width: 600px) {
	.objednavky-fix {
		height: 0px;
    }

  .objednavky-box {
    flex-direction: column;
  }

  .objednavky-left,
  .objednavky-right {
    width: 100%;
  }

  .objednavky-left {
    position: static;   /* zruší sticky */
    height: auto;       /* výška podľa obsahu */
	margin-bottom: 30px;
  }

  .objednavky-recaptcha-wrapper {
    justify-content: center;
  }

  .submit-wrapper {
    text-align: center;
  }

  .gdpr_box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	}
}