.rel_wrp_del > * {
  position: absolute;
}
.del_form_div {
  width: 100%;
  height: 100%;
/*  margin: 0 auto;*/
  background-color: #E5F6FF;
  color: #757575;
  overflow-y: auto;
}

.del_form_div h1 {
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: PopOT;
  font-size: 1.8em;
  background-color: #B2E5FF;
}

.del_form_div .info {
  width: 90%;
  margin: 4% auto;
  white-space: pre-wrap;
  font-family: Overpass;
  font-size: 0.9em;
  font-weight: bolder;
  line-height: 1.2;
}

.del_opis_fst {
  width: 90%;
/*  height: 10em;*/
  margin: -8% auto;
  font-weight: bold;
  color: #555;
}

.del_opis_fst label {
  position: relative;
  display: block;
  width: 100%;
  height: 3.5em;
  margin: 0.5em 0;
  transition: padding 0.25s ease-out;
  border-radius: 0.2em;
  box-shadow: 0.1em 0.1em 0.5em #BFBFBF;
  cursor: pointer;
}

.del_opis_fst label * {
  position: absolute;
}

.opis_div {
 display: flex;
 left: 0;
 width: 100%;
 top: 4em;
 bottom: 0;
 overflow: hidden;
 align-items: center;
}
.opis_div div {
 position: relative;
}
.opis_img_div {
 order: 1;
 width: 30%;
 padding-bottom: 20%;
 margin: 1em;
 border-radius: 0.2em;
}
.opis_txt_div {
 order: 2;
 width: 60%;
 padding-bottom: 0;
 margin: 3%;
 white-space: normal;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: calc( var( --K_font_scale ) * 3.5vw );
}


.del_6_lbl {
  background-color: #D9D7E5;
  overflow: hidden;
}
.del_6_lbl .opis_div {
  background-color: #F2F2F2;
}
.del_8_lbl {
  background-color: #9EFF59;
  overflow: hidden;
}
.del_8_lbl .opis_div {
  background-color: #D9FFBF;
}
.del_9_lbl {
  background-color: #26B6FF;
  overflow: hidden;
}
.del_9_lbl .opis_div {
  background-color: #BFE9FF;
}
.del_12_lbl {
  background-color: #FF953F;
  overflow: hidden;
}
.del_12_lbl .opis_div {
 background-color: #FFDABF;
}
.del_opis_fst h2 {
  top: 0.05em;
  left: 0.6em;
  font-family: PopOT;
  font-size: 1.8em;
}
.del_opis_fst h3 {
  top: 1.4em;
  right: 0.5em;
  font-size: 1.4em;
}
.del_opis_fst h4 {
  top: 2.25em;
  left: 1.1em;
  font-size: 1em;
}

.del_6_lbl .opis_img_div {
  background-image: url("/img/od_6.jpg");
  background-size: cover;
}
.del_8_lbl .opis_img_div {
  background-image: url("/img/od_8.jpg");
  background-size: cover;
}
.del_9_lbl .opis_img_div {
  background-image: url("/img/od_9.jpg");
  background-size: cover;
}
.del_12_lbl .opis_img_div {
  background-image: url("/img/od_12.jpg");
  background-size: cover;
}

.del_opis_fst input[type="radio"] {
  position: absolute;
  visibility: hidden;
  float: right;
}

#del_6_id:checked + label {
  padding-bottom: 55%;
  cursor: auto;
}
#del_8_id:checked + label {
  padding-bottom: 55%;
  cursor: auto;
}
#del_9_id:checked + label {
  padding-bottom: 55%;
  cursor: auto;
}
#del_12_id:checked + label {
  padding-bottom: 55%;
  cursor: auto;
}

.del_opis_fst .del_form_lbl {
  height: 23.5em;
  overflow: hidden;
}
#del_form_id:checked + label {
/*  padding-bottom: 40%;*/
  cursor: auto;
}

.pr_form_div label {
/* top: 1.75em;
 width: 40%;*/
 margin: 0;
 box-shadow: none;
}
.pr_form_div label p {
  position: relative;
}

.del_form_lbl h2 {
  color: #7FD4FF;
}
.del_form_lbl h4 {
/*  left: 0.8em;
  top: 2.2em;*/
  right: 4.2em;
  top: 2em;
  text-align: right;
  font-size: 1.2em;
}
.kidsold_p_del_div {
  top: 5%;
  left: 7%;
  font-size: 2em;
}
.del_kidsold {
  right: 0.4em;
  top: 1.1em;
  width: 2.5em;
  font-size: 1.6em;
  text-align: center;
  background-color: #D9D7E5;
}

.del_opis_fst .send_div {
	position: relative;
	bottom: -56%;
	width: 100%;
	height:30%;
}


.p_05_01_days_p {
  top: 45%;
}
.p_05_01_ure_p {
  top: 55%;
}
.p_05_01_enaslov_div {
  left: 4.5%;
  top: 25em;
  width: 50%;
  height: 1.8em;
  background-color: white;
}

form .del_p_enaslov_in {
 width: 95%;
 left: 2.5%;
 bottom: 2.5em;
 background-color: white;
 border-radius: 0.2em;
}
form .del_p_text {
 width: 95%;
 margin-left: 2.5%;
 bottom: 4.5em;
 background-color: white;
 border-radius: 0.2em;
}
form .del_p_text_div {
 width: 95%;
 margin-left: 2.5%;
  bottom: 10.25em;
  font-size: 0.6em;
  white-space: pre;
  text-align: left;
}
.del_p_text::placeholder {
  font-style: italic;
}
#del_p_e_mail_id::placeholder {
  font-style: italic;
}
.del_p_reset_btn {
  left: 2.5%;
  bottom: 0;
  width: 2em;
  height: 2em;
  color: lightgrey;
  background-color: #757575;
  border-radius: 0.2em;
}
.del_p_send_btn {
  right: 2.5%;
  bottom: 0;
  width: 10.5em;
  height: 2em;
  color: lightgrey;
  background-color: #757575;
  border-radius: 0.2em;
}
.btn_hover {
  color: white;
  font-weight: bold;
  box-shadow: 0.1em 0.1em 0.5em grey;
  cursor: pointer;
}

.del_ted {
  left: 1em;
  top: 4.5em;
  width: 91%;
}
.del_ted * {
  position: relative;
}
.del_ted input[type="checkbox"] {
  top: 1.75em;
  width: 1em;
  height: 1em;
}

.del_ted legend {
	width: 100%;
	text-align: center;
}
.del_tedx2_in {
  left: 60%;
}
.del_tedx2_lbl {
  left: 60%;
}
.del_tedx4_in {
  left: 0;
}
.del_tedx4_lbl {
  left: 0;
}
.del_tedx1_lbl {
  left: 54%;
}
.del_tedx1_in {
  left: 54%;
}
p.f {
  left: 1.5em;
}
p.s {
  font-size: 0.9em;
  padding-top: 0.3em;
}
.del_ted_div {
  top: 1.75em;
  padding: 0.5em 0;
  width: 120%;
  height: 2.5em;
  font-size: 0.7em;
  white-space: pre-wrap;
  text-align: center;
  background-color: #B2E5FF;
  border-radius: 0.25em;
}
.del_ted_div.tedx2{
  right: -0.5em;
}
.del_ted_div.tedx1{
line-height: 1.25;
}
.del_ted_div.tedx4 {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
}
.del_ted_div * {
  position: relative;
}
.del_ted_div label {
  width: 100%;
  height: 1em;
  left: 3em;
  margin-top: 0.05em;
  font-size: 1.1em;
}
.del_ted_div input {
  left: 1em;
}
.del_ted_div b {
	left: 0;
	top: 0.5em;
	width: 100%;
}
.tedx2 input[type="checkbox"]{
  width: 1.5em;
  height: 1.5em;
}
.tedx2_ps_div * {
  top: 0.25em;
}
.tedx2_tc_div * {
  top: 1.15em;
}
.tedx2_all_div * {
  top: 2em;
}
.tedx2 input {
  display: none;
}
.tedx2 label {
  pointer-events: none;
}
.del_tedx2_in:checked + label div div label {
  pointer-events: auto;
  cursor: auto;
}
.del_tedx2_in:checked + label div div input {
  display: block;
  cursor: auto;
}

.del_opis_fst .del_dan {
 position: relative;
  margin: 1em auto;
  top: 2.5em;
  width: 95%;
}

.del_opis_fst .del_ure {
 position: relative;
  margin: 1em auto;
  top: 6.5em;
  width: 95%;
}
.del_ure_div input {
  width: 1em;
  height: 1em;
}
.del_ure label {
  left: 1.5em;
  top: 0;
  font-size: 0.9em;
}
.del_ure label p {
  position: absolute;
  right: 0;
  top: 0.6em;
  font-size: 0.75em;
}
.del_ure_div {
 display: flex;
 justify-content: center;
 align-items: center;
  top: 1.5em;
  width: 100%;
  height: 2.25em;
  background-color: #B2E5FF;
  border-radius: 0.2em;
}
.del_ure_div div {
 position: relative;
 width: 30%;
}

.del_ure_div label {
 position: relative;
 height: 100%;
}

.del_dan_div div {
 position: relative;
 width: 20%;

}
.del_dan_div input {
 margin-left: 0.2em;	
}

.del_dan_div label {
 margin-left: 1.35em;	
}

.del_pop_in {
  top: 4.0em;
}
.del_pop_in + label {
  top: 4.45em;
}

.ure_all_in {
  top: 4.25em;
  width: 1em;
  height: 1em;
}
.ure_all_in + label {
  top: 4.8em;
}

.del_ure label div {
/*  top: 1em;*/
}
.del_ure label div label {
  left: 1.5em;
  top: 0.15em;
  font-size: 0.9em;

}

.del_ure label div div:nth-child(1){
  left: 1.5em;
}
.del_ure label div div:nth-child(2){
  left: 8.5em;
}
.del_ure label div div:nth-child(3){
  left: 16em;
}


.disabled {
 color: grey;
}

.del_p_op_div {
 left: 2.5%;
 bottom: 9em;
 font-size: 0.8em;
}

#dan_all_label_id {
	left: 1.5em;
	top: 4.8em;
	font-size: 0.9em;
}

