

/* Štýl pre celý blok checkboxu */
.checkbox-label {
    display: block;
    margin-bottom: 0px;
   // padding: 2px;
  //   padding-bottom: 6px;
    border-radius: 3px;
    cursor: pointer;
     font-weight: 400;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover efekt – zmena pozadia a textu */
.checkbox-label:hover {
 //   background-color: #f0f0f0;
    color: #65B84E;
    font-weight: 400;
}

/* Štýl samotného checkboxu */
.checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #65B84E; /* pre moderné prehliadače */
}

/* Linky vo vnútri checkboxov */
.checkbox-label a {
    color: #2b383d;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

/* Hover na linku */
.checkbox-label a:hover {
    color: #65B84E;
    text-decoration: underline;
}

/* Základný vzhľad checkboxu */
input[type="checkbox"].custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    background-color: white;
    height: 20px;
    border: 2px solid #BDDBB1;
    border-radius: 3px;
    top: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Hover efekt – zmena borderu na zelený */
input[type="checkbox"].custom-checkbox:hover {
    border-color: #65B84E;
    border: 2px solid #65B84E;
}

/* Keď je checkbox zaškrtnutý */
input[type="checkbox"].custom-checkbox:checked {
    background-color: #65B84E;
    border-color: #65B84E;
}


/* Keď je checkbox zaškrtnutý */
.suhlas_span {
    line-height: 1;
}



/* Fajka v checkboxe */
input[type="checkbox"].custom-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}





.error {
color: #ff2828;
//text-shadow: 1px 1px 1px black;
//font-weight:bold;
}
.error1 {
color: #ff2828;
text-shadow: 1px 1px 1px black;
font-weight:bold;
}

.succes {
color: #3c4345;
//text-shadow: 1px 1px 1px black;
font-weight:bold;
}

#divshow {
 display:none;
 height:100%;
}
.error {
 color:#e60011;
 font-size: 15px;
 
}

.errorp {
color: #ff2828 !important;
 font-size: 15px !important;
 margin-top:-10px !important;
 
}

#registerform {
  padding-top: 9rem;
//  padding-bottom: 6rem;
}

#registerform h3 {
    padding-bottom: 12px;
}

/*---------------------------------------
    Regsiter section              
    

-----------------------------------------*/
#registerform {
    /* background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed; */ /* ak chceš fixovaný obrázok */
  //  background-image: url('../images/register-bg.jpg');
    background-repeat: repeat-y; /* alebo no-repeat podľa potreby */
    background-attachment: scroll; /* dôležité pre mobily – fixed často nefunguje správne */
    background-position: center center;
    background-size: cover;
    
    color: #2b383d;
    background-color: #BDDBB1;

    min-height: 100vh; /* umožní zväčšenie výšky podľa obsahu */
    /* height: auto; */ /* voliteľne, ak si niekde inak výšku prepisoval */
}



#registerform .form-control {
  background: #ffffff;
 // border: 2px solid #ffffff;
  border-radius: 7.5px;
  color: #2b383d !important;
  margin-bottom: 16px;
}

#registerform input {
 // height: 45px;
  color: #ffffff;
}

#registerform input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#registerform input[type="submit"]:hover {
  background: #ffffff;
  color: #222;

}

#registerform form {
    padding-top: 12px;
  }
  
#registerform p {
    color: #2b383d;
    font-size: 18px;
    line-height: 24px;
}



#registerform .form-control::-moz-placeholder
{color:#ffffff;opacity:1}


.r-form-1-box button.btn {
  width: 340px;
//	height: 50px;
    margin: 0;
    padding: 10px 16px;
    vertical-align: middle;
    background: #63BF4D;
    border-radius: 7.5px !important;
    border: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    //line-height: 50px;
    color: #ffffff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.r-form-1-box button.btn:hover { opacity: 1;background: #2A4057; color: #fff; }
.r-form-1-box button.btn:active { outline: 0; opacity: 1; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.r-form-1-box button.btn:focus { outline: 0; opacity: 1; background: #2A4057; color: #fff; }
.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 1; background: #2A4057; color: #fff; }


.select5  {
	height: 50px;
    margin: 0;
    width:100%;                                                                    
    padding: 0 15px;
    vertical-align: middle;
    background: #2A4057;
 // background: transparent;
    border: 3px solid #FFFFFF;
    border-radius: 10px !important;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.a-href-suhlas {
  color: #2b383d;
  text-decoration: underline !important;
  font-weight: 600;
  transition: color 0.3s, text-shadow 0.3s;
}
.a-href-suhlas:hover {
  color: #6D8C98; /* jemná svetlomodrá pre kontrast */
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3); /* mierne rozžiarenie */
  text-decoration: none; /* voliteľné – môžeš nechať underline alebo zrušiť */
}

.selectoption  {

    color: #ffffff;

}

.r-form-1-box input[type="text"], 
.r-form-1-box input[type="email"], 
.r-form-1-box textarea, 
.r-form-1-box textarea.form-control {
	height: 50px;  
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #FFFFFF;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    color: #FFFFFF !important;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}






.r-form-1-box textarea, 
.r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.r-form-1-box input[type="email"]:focus,
.r-form-1-box input[type="text"]:focus, 
.r-form-1-box textarea:focus, 
.r-form-1-box textarea.form-control:focus {
	outline: 0; background: transparent; border: 2px solid #65B84E;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}



.r-form-1-box input[type="email"]:hover,
.r-form-1-box input[type="text"]:hover, 
.r-form-1-box textarea:hover, 
.r-form-1-box textarea.form-control:hover {
	outline: 0; background: transparent; border: 2px solid #65B84E;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818181 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #818181 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #818181 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #818181 !important;
}




.r-form-1-box .select5:focus  {
 border: 3px solid #ffffff;

}


#registerform {
  padding-top: 9rem;
//  padding-bottom: 6rem;
}

#registerform h3 {
    padding-bottom: 12px;
}

/*---------------------------------------
    Regsiter section podujatie              
-----------------------------------------*/
#registerform1 {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #494949;
    background-color:#ffffff;
}

#registerform1 .form-control {
  background: transparent;
 // border: 2px solid #ffffff;
  border-radius: 10px;
  color: #494949 !important;
  margin-bottom: 16px;
}

#registerform1 input {
 // height: 45px;
  color: #ffffff;
}

#registerform1 input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#registerform1 input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#registerform1 form {
    padding-top: 12px;
  }
  
#registerform1 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

#registerform1 .form-control::-moz-placeholder
{color:#ffffff;opacity:1}



#registerform1 {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#registerform1 h3 {
    padding-bottom: 12px;
}





/*------------------------------------------------------------

POLOZENIE OTAZKY

-------------------------------------------------------------*/



#detail {
//    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
//    -webkit-background-size: cover;
//    background-size: cover;
//    background-position: center center;
//    color: #ffffff;
//    background-color:#ffffff;
}

#detail .form-control {
  background: transparent;
//  border: 2px solid #ffffff;
  border-radius: 10px;
//  color: #ffffff !important;
  margin-bottom: 16px;
}



#detail input {
 // height: 45px;
  color: #ffffff;
}

#detail input[type="submit"] {
  background: #0094b7;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 0 20px;
  height: 50px;
  margin-top: 12px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}

#detail input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#detail form {
    padding-top: 12px;
  }
  

#detail .form-control::-moz-placeholder
{color:#ffffff;opacity:1}


#detail .r-form-1-box button.btn {
  width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #63BF4D;
    border-radius: 4px !important;
    border: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#detail .r-form-1-box button.btn:hover { opacity: 1; background: #42A629; }
#detail .r-form-1-box button.btn:active { outline: 0; opacity: 1; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#detail .r-form-1-box button.btn:focus { outline: 0; opacity: 1; background: #42A629; color: #ffffff; }
#detail .r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus { outline: 0; opacity: 1; background: #42A629; color: #fff; }


#detail .select5  {
	height: 50px;
    margin: 0;
    width:100%;                                                                    
    padding: 0 15px;
    vertical-align: middle;
  //  background: #fff;
  background: transparent;
    border: 3px solid #00447A;
    border-radius: 10px !important;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}




#detail .selectoption  {

    color: #333942;

}

#detail .r-form-1-box input[type="text"], 
#detail .r-form-1-box input[type="email"], 
#detail .r-form-1-box textarea, 
#detail .r-form-1-box textarea.form-control {
	height: 50px;  
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: transparent;
    border: 3px solid #898989;
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #494949 !important;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

/* Vzhľad možností */
.select2-container--default .select2-results__option {
  background-color: #2A4057;
  color: white;
}

/* Hover alebo klávesnicový výber */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1e2f45;
  color: white;
}

/* Vybraný text v poli */
.select2-container--default .select2-selection--single {
  background-color: #2A4057;
  color: white;
  border: 1px solid #ccc;
  height: 40px;
}

/* Text v selecte */
.select2-selection__rendered {
  color: white !important;
  line-height: 40px !important;
  padding-left: 10px;
}

/* Šípka vpravo */
.select2-selection__arrow {
  height: 40px !important;
}


#detail .r-form-1-box textarea, 
#detail .r-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

#detail .r-form-1-box input[type="email"]:focus,
#detail .r-form-1-box input[type="text"]:focus, 
#detail .r-form-1-box textarea:focus, 
#detail .r-form-1-box .select5:focus, 
#detail .r-form-1-box textarea.form-control:focus {
	outline: 0; background: transparent; border: 3px solid #294057;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818181 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #818181 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #818181 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #818181 !important;
}




#detail {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

#detail h3 {
    padding-bottom: 12px;
}

.radius {
  border-radius: 10px !important;
}

.padded-form {
    padding-top: 50px;
  }

.padded-register {
 padding-top:70px;
}

/* Pre menšie obrazovky – napr. tablety */
@media (max-width: 1200px) {
  .padded-register {
    padding-top: 40px;
  }
  




h1 {
    font-size: 35px !important;
    letter-spacing: 1px;}

h2 {
    font-size: 21px !important;
    letter-spacing: 1px;}

}



/* Pre menšie obrazovky – napr. tablety */
@media (max-width: 992px) {
  .padded-register {
    padding-top: 40px;
  }
  
 h1 {
    font-size: 30px !important;
    letter-spacing: 1px;}

h2 {
    font-size: 21px !important;
    letter-spacing: 1px;}

} 
  
  
}

/* Pre ešte menšie obrazovky – napr. mobilné telefóny */
@media (max-width: 676px) {
  .padded-register {
    padding-top: 10px;
    
  }
 .padded-form {
    padding-top: 20px;
  }
  h1 {
    font-size: 25px !important;
    letter-spacing: 1px;
}

  h2 {
    font-size: 18px !important;
    letter-spacing: 1px;
}

}




/* === Desktop obrázok panáka (základ pre 1920x1080) === */
.img-desktop {
max-width: 500px;
  float: right;
  margin-top: -300px;
  margin-right: -100px;
}

/* Pre obrazovky do 1600px (napr. 1600x900) */
@media (max-width: 1600px) {
    .img-desktop {
        max-width: 440px;
    margin-top: -270px;
    margin-right: -50px;
    }
}

/* Pre obrazovky do 1440px (napr. 1440x900) */
@media (max-width: 1440px) {
    .img-desktop {
max-width: 400px;
    margin-top: -250px;
    margin-right: -10px;
    }
}

/* Pre obrazovky do 1366px (napr. 1366x768) */
@media (max-width: 1366px) {
    .img-desktop {
        max-width: 360px;
        margin-top: -225px;
    margin-right: 15px;
    }
}

/* Pre obrazovky do 1200px */
@media (max-width: 1200px) {
    .img-desktop {
        max-width: 320px;
        margin-top: -205px;
    margin-right: -30px;
    }
}

/* Pre obrazovky do 992px (bootstrap md breakpoint) */
@media (max-width: 992px) {
    .img-desktop {
        max-width: 280px;
        margin-top: -180px;
    margin-right: -100px;
    }
}

/* Pre obrazovky do 850px – skryť desktop obrázok */
@media (max-width: 850px) {
    .img-desktop {
        display: none;
    }
}



/* === Mobilné zobrazenie (panák pod tlačidlom, ukazuje hore) === */
.img-mobile {
    display: none;
}

@media (max-width: 849px) {
    .img-mobile {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 150px;
    }

    .image-wrapper {
        text-align: center;
        clear: both;
    }
}


.flip-horizontal {
    transform: scaleX(-1);
}

















