/* CSS Document */

BODY 
{
	background-color: #E5FBDC;
	margin: 0;
    font-family: sans-sherif;
}
	
DIV.podnadpis
{
	text-align: center;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
}

IMG.nadpis_obr
{
    max-width: 100%;
}

IMG.logo_obr
{
    max-width: 80%;
}

NAV.menu
{
    background-color: #2BAD0C;
    font-size: 0;
}

NAV.menu UL 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

NAV.menu A {
    padding: 0 15px;
    display: block;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 50px;
    position: relative;
}

NAV.menu A:hover 
{
  background: rgba(0, 0, 0, 0.3);
}

NAV.menu A:hover::after 
{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
}

#menu-toggle 
{
  display: none;
}

/* Ikona menu */
.menu-icon 
{
  display: block;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
}

#menu-toggle:checked + .menu-icon + .menu 
{
  display: flex;
}

DIV.obalovy_kontejner
{
    width: 80%;
    margin: 20px auto;   /* vycentrování */
    padding: 30px;
    border: 4px double #2BAD0C;
    border-radius: 10px;
    position: relative;  /* důležité pro nadpis */
    background-color: #A3FFD7;
    font-family: sans-serif;    
}

DIV.nadpisovy_kontejner {
    position: absolute;
    top: -15px;
    left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px double #2BAD0C;
    background-color: #A3FFD7;
    border-radius: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

DIV.formular_okno
{
    background-color: #A3FFD7;
    border-radius: 10px 10px;
    border-color: #2BAD0C;
    border-style: double;
    border-width: 4px;
    margin-top: 20px;
    width: 80%;
    display: grid;
    text-align: justify;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding: 20px;
    color: #000000;
	
}

DIV.formular_popisek
{
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: grid; 
	justify-content: center;
    top: -35px;  
	width: 250px;
    background-color: #A3FFD7;
    border-radius: 10px 10px;
    border-color: #2BAD0C;
    border-style: double;
    border-width: 4px;

}


DIV.ord_hodiny
{
    background-color: #A3FFD7;
    border-radius: 10px 10px;
    margin-top: 25px;
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding: 20px;
	width: 80%;
	
}

DIV.kontejner
{
    background-color: #A3FFD7;
    border-radius: 10px 10px;
    border-color: #1B6B07;
    border-style: double;
    border-width: 4px;
    margin-top: 10px;
    width: 75%;
    height: auto;
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

DIV.kontejner_texty
{
	background-color: #A3FFD7;
	border-radius: 10px;
	border: 4px double #1B6B07;
	margin: 30px auto 0 auto;
	width: 80%;
	display: grid;
	text-align: left;
	position: relative;
	justify-content: justify;
	align-items: justify;
	font-family: sans-serif;
	padding: 30px 20px;

}

TABLE.ord_hodiny
{
/*	border: 4px double #1B6B07;
	border-collapse: collapse; */ 

}

TABLE.formular
{
	border: 0px;
	border-collapse: collapse;
	display: flex;
}

TD.levy_sloupec
{
	text-align: left;
	padding: 1px;
	width: 49%;
	font-size: 13px;
}

TD.pravy_sloupec
{
	text-align: left;
	padding: 1px;
	width: 51%;
	font-size: 13px;
}

TD.nadpis_deti
{
	text-align: left;
	font-weight: bold;
	font-family: sans-serif;
	padding: 1px;
}

TD.ord_hodiny
{
/*	border: 1px solid #1B6B07; */
	width: 14.3%;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2BAD0C;
    color: #FFFFFF;
    text-align: center;
}

TD.dny_hodiny
{
	width: 14.3%;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2BAD0C;
    color: #FFFFFF;
    
}

DIV.aktuality_popisek
{
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-radius: 5px 5px;
    border-style: solid;
    border-width: 1px;
    display: flex; 
	justify-content: center;
    top: -35px;  
	width: 100px;
    background-color: #FFC8FF;
    border-radius: 10px 10px;
    border-color: #75477A;
    border-style: double;
    border-width: 4px;

}

DIV.zapati
{
    background-color: #FFFFFF;
    margin-top: 200px;
    display: flex;
    position: relative;
    justify-content: center;
    font-family: sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    border-top-color: #2BAD0C;
    border-top-style: solid;
    border-top-width: 4px;
    
}

P.nazev_oddilu
{
    font-weight: bold;
    color: #2BAD0C;
}

DIV.oddil_zapati
{
    color: #000000;
}

DIV.aktuality_okno
{
    background-color: #FFC8FF;
    border-radius: 10px 10px;
    border-color: #75477A;
    border-style: double;
    border-width: 4px;
    margin-top: 20px;
    width: 80%;
    display: flex;
    text-align: justify;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding: 20px;
    color: #000000;
}

INPUT.odesilaci_tlacitko
{
	width: 60%;
/*	height: 35px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #2BAD0C;
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
    border-radius: 10px 10px;
    border-color: #1B6B07;
    border-style: double;
    border-width: 4px;

}

INPUT.input_text
{
	size: 15;
	maxlength: 100;
}

@media (min-width: 600px)
{
    BODY
    {
        font-size: 16px;    
    }

    DIV.kontejner
    {
        font-size: 16px;    
    }

    DIV.zapati
    {
        font-size: 14px;
    }

	TD.nadpis_deti
	{
		font-size: 16px;	
	}
    
    P.nazev_oddilu
    {
        font-size: 16px;
    }

	DIV.formular_nadpis
	{
		font-size: 18px;
	}

	INPUT.odesilaci_tlacitko
	{
		font-size: 16px;
	}
	
    DIV.oddil_zapati
    {
        font-size: 14px;
    }
    
    DIV.adresa_provozovny
    {
        position: relative;
        left: 10%;
        text-align: left;
    }
    
    DIV.logo_obr
    {
        position: relative;
        left: -10%;
        
    }

	DIV.podnadpis
	{
		font-size: 24px;
	}

    DIV.aktuality_text
    {
        font-size: 16px;
    }
	
	DIV.formular_text
    {
        font-size: 16px;
        text-align: justify;
    }

    NAV.menu 
    {
        background: #2BAD0C;
    }

    NAV.menu UL LI 
    {
        width: auto;
        display: inline-block;
    }

	NAV.menu a
	{
		line-height: 35px;
	}

	NAV.menu UL
	{
		width: 100%;
		text-align: center;
	}

    .menu-icon 
    {
        display: none;
    }

    .menu 
    {
        display: flex !important;
        flex-direction: row;
        gap: 20px;
    }

    #menu-toggle 
    {
        display: none;
    }

}

@media (max-width: 599px)
{
    BODY
    {
        font-size: 14px;    
    }
    
    DIV.kontejner
    {
        font-size: 14px;    
    }

    P.nazev_oddilu
    {
        font-size: 14px;
    }

	TD.nadpis_deti
	{
		font-size: 14px;	
	}
    
	DIV.formular_text
	{
		font-size: 14px;
	}

	INPUT.odesilaci_tlacitko
	{
		font-size: 14px;
	}

    DIV.oddil_zapati
    {
        font-size: 12px;
    }

    DIV.aktuality_text
    {
        font-size: 14px;
    }

    DIV.adresa_provozovny
    {
        position: relative;
/*        left: 10%; */
        text-align: left;
    
    }
    
    DIV.logo_obr
    {
        position: relative;
/*        left: -5%; */
        
    }

	DIV.podnadpis
	{
		font-size: 18px;
	}

    IMG.logo_obr
    {
        max-width: 70%;
    }

    NAV.menu 
    {
        background: #2BAD0C;
        width: 50%;
        margin-left: 10px;
        font-size: 16px;
        color: white;
        border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;
        padding-bottom: 10px;
        
    }

	NAV.menu a
	{
		line-height: 25px;
	}
    
    .menu-icon 
    {
        display: flex;
        background: #2BAD0C;
        font-family: sans-serif;
        font-size: 16px;
        color: white;
        z-index: 10;
    }

    .menu 
    {
        display: none;
        flex-direction: row;
        gap: 20px;
    }

    #menu-toggle 
    {
        display: none;
    }

}