@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial,sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a031a;
	-webkit-font-smoothing: antialiased;
}
body, html {
    height: 100%;
}
.background {

}
a {
  line-height: inherit;
  color: #4486df;
  cursor: pointer;
	text-decoration: none;
}
.schovejto {
  display: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.background {
	z-index: -10;
}
.content {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
.tools {
	width: 95%;
}
span#helpemail {
	color: #4486df;
	cursor: pointer;
}
span#helpemail:hover {

}

.row {
	display: block;
}
.logo {
	padding: 0 20px;
}
img.logo{
	margin-bottom: 20px;
}
.logo img {
	max-width: 100%;
}

.strong {
  font-weight: 700;
}

.redbold {
  color: red;
  font-weight: 700;
}

.greenbold {
  color: green;
  font-weight: 700;
}

.invert {
	background-color: #fff2f2;
	color: black;
	padding: 6px 10px;
	display: block;
	font-size: 0.9rem;
}

#septy {
		background-color: #efefef;
		margin-bottom: 10px;
		display: block;
		padding: 5px;
		font-size: 0.9rem;
}

.bg-red {
		background-color: #ffaaaa !important;
}

.bg-green {
		background-color: #aaffaa !important;
}

.margintop20 {
  margin-bottom: 20px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.left {
  text-align: left !important;
}

table {
  margin-bottom: 20px;
  border-spacing: 1px;
}

table td {
  text-align: center;
}

table, th, td {
   border: 1px solid #efefef;
	 background-color: #ffffff;
   color: #010101;
   font-family: 'Tahoma,Arial,sans-serif';
   line-height: 1.6rem;
   padding: 5px;
   font-size: 0.8rem;
}

.prizes {
	padding: 10px 20px 10px;
	text-align: right;
	color: white;
	text-shadow: 1px 4px 3px #000000, 1px 1px 7px #ffffff;
}

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red;
}

.pc-tab {
  margin: 0 auto;
  padding: 0 20px;
}
.pc-tab>.nav-tab>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -0.55%;
}
.pc-tab ul>li>.tab {
  display: flex;
  box-sizing: border-box;
  width: 32.8333333%;
  float: left;
  background: #eeeeee;
  font-size: 0.8em;
  height: 60px;
  justify-content:center;
  align-items:center;
  text-align: center;
  margin-right: 0.5%;
  padding: 0 10px;
}
.pc-tab ul li label:hover {
  background: #dddddd;
  cursor: pointer;
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  clear: both;
}
.pc-tab section>div {
  padding: 20px 4%;
  background: #fff;
}
.pc-tab section>div h2 {
  margin: 0;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: white;
  color: #c20e1a;
  position: relative;
  font-weight: bold;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

.footer {
	width: 100%;
	color: #ffffff;
	border-top: 2px solid white;
	box-shadow: 0 0 100px #000000;
	background-color: rgba(0,0,0,0.6)
}
.footer-underline {
	background-color: #d90000;
}
.footer-content {
	padding: 10px 20px;
	text-align: center;
}
.footer a {
	color: #ffffff;
	text-decoration: underline
}

form  {
    margin-top: 20px;
}
#registrace, #produkty, #podminky {
	font-size: 0.9rem;
}
#produkty img {
	margin: 0 1rem 0 0;
	border-radius: 10px;
	border: 3px solid #f4eaff;
}
#produkty .produkty_h2_1 {
	margin: 0 0 1rem 0;
  text-align: left;
  text-decoration: underline;
}
#produkty .produkty_h2_2 {
	margin: 0 0 1rem 0;
  text-align: left;
  text-decoration: underline;
}
#produkty .produkty_h2_3 {
	margin: 0 0 1rem 0;
  text-align: left;
  text-decoration: underline;
}

#podminky p {
	margin: 15px 0 5px;
}
#podminky ol {
	padding: 2px 18px;
}
#podminky ul {
	list-style: none;
	margin-top: 5px;
	padding-left: 10px;
}
#podminky li {
	margin-bottom: 8px;
}
form .form-fields input, form .form-fields select {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fafafa;
	border: 1px solid #cacece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form .form-fields input:focus {
	border-color: #b7b7b7;
}
form .form-fields select option {
	padding: 5px 0;
}

form input[type="checkbox"] {
    -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top:4px;
	margin: 0 5px 0 0;
}

form input[type="checkbox"]:active, form input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

form input[type="checkbox"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
form input[type="checkbox"]:focus {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
form input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #555555;
}

form .form-fields input.error, form .form-fields select.error, form input[type="checkbox"].error {
	border-color: red;
}
.error-msg ul {
	padding-left: 24px;
}
.error-msg li {
    color:red;
}
.error-msg {
	font-size: 0.9rem;
	border: 3px solid red;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 17px;
	font-weight: 600;
}
.error-msg-admin {
	background-color: white;
	max-width: 300px;
}
#validation_form, #gener_form, #index_form {
		max-width: 300px;
		margin-top: 50px;
}

.hurray-msg {
	font-size: 0.9rem;
	border: 3px solid green;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 17px;
}

.hurray-msg p:first-child {
	font-weight: 600;
	color: green;
}

.g-recaptcha {
	margin: 20px 0;
}

.button {
	display: inline-block;
  vertical-align: middle;
  margin: 0 0 13px;
  margin: 0 0 1rem;
  padding: 1em 3em;
  -webkit-appearance: none;
	border: 1px solid #d90000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  transition: none;
  font-size: .9rem;
  text-align: center;
	font-weight: bold;
  cursor: pointer;
  background-color: #d90000;
  color: #fff;
}

.button:focus, .button:hover {
    background: #fff;
    color: #d90000;
}

#produkty .button {
		display: inline-block;
	  vertical-align: middle;
	  margin: 0 0 13px;
	  margin: 0;
	  padding: 0.4em 0.9em;
	  -webkit-appearance: none;
		border: 1px solid #d90000;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	  transition: none;
	  font-size: .9rem;
	  text-align: center;
		font-weight: normal;
	  cursor: pointer;
	  background-color: #d90000;
	  color: #fff;
}
#produkty h3 {
	margin-top: 0;
}
.small-img {
  display:block;
	width:100%;
	height:auto;
}

.grecaptcha-badge {
		bottom: 65px !important;
}

.schovejto {
  display: none;
}



.lambo_trans {
		position: fixed;
		top: 50%;
		transform: translateY(-36%);
		left: -900px; /* Začíná mimo obrazovku (šířka obrázku) */
		width: 50%;
		height: auto;
		z-index: 1000;
		transition: left 2.5s cubic-bezier(0.25, 0.1, 0.15, 1); /* Pomalé dojezdění */
}
.lambo_trans img {
		width: 100%;
		height: auto;
		display: block;
}
.controls {
		visibility: hidden;
		position: fixed;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 15px;
		z-index: 1001;
}
.controls button {
		padding: 12px 24px;
		font-size: 16px;
		font-weight: bold;
		border: none;
		border-radius: 25px;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
		color: white;
		cursor: pointer;
		transition: transform 0.2s, box-shadow 0.2s;
		box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.controls button:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.controls button.reset {
		background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
}



@media (max-width: 1024px) {
	.grecaptcha-badge {
		display: none;
	}
	.lambo_trans {
		display: none;
	}
	.controls {
		display: none;
	}
	.pc-tab {
		background-color: #351129;
	}
	.content {
		background-color: #c164a2;
	}
	.prizes {
		background-image: -webkit-linear-gradient(#c164a2, #351129);
		background-image: -o-linear-gradient(#c164a2, #351129);
		background-image: linear-gradient(#c164a2, #351129);
	}

}

@media (min-width: 1020px) {
	img.logo{
		position: fixed;
	}
	body {
      background: url(../img/microsite_full_bg0.jpg) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	}
	body:after{
	      content:"";
	      position:fixed; /* stretch a fixed position to the whole screen */
	      top:0;
	      height:100vh; /* fix for mobile browser address bar appearing disappearing */
	      left:0;
	      right:0;
	      z-index:-1; /* needed to keep in the background */
	      background: url(../img/microsite_full_bg0.jpg) center center;
	      -webkit-background-size: cover;
	      -moz-background-size: cover;
	      -o-background-size: cover;
	      background-size: cover;
	}

/*
	.background {
		background-image: url(../img/microsite_full_bg2.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		min-height: 100%;
	}
	*/
	.content {
		padding-bottom:100px;
	}
	.row {
		display: block;
		width:50%;
		margin-left: 50%;
  	}
	.footer {
		position: fixed;
		bottom:0;
		padding-top: 5px;
	}
	.small-img {
    display:none;
	}
}

@media (max-width: 420px) {
	.pc-tab {
	  margin: 0 auto;
	  padding: 0;
	}
}

@media (min-width: 1700px) {
	.row {
		display: block;
		width: 70%;
		margin-left: 50%;
	}
}
