/* -------------------------------*/
/*      4blackbox Solutions       */
/* -------------------------------*/
/* -------------------------------*/
/*   Designed by AARTKOM s.r.o.   */ 
/*     Code by AARTKOM s.r.o.     */
/*      Version: 28.05.2019       */ 
/* Copyright 2019 AARTKOM s.r.o.  */  
/* -------------------------------*/
/* -------------------------------*/
/*  Responsive / Dynamic Web      */
/* -------------------------------*/
/* -------------------------------*/
/*             480                */
/* -------------------------------*/
@media (max-width:480px){
.PageWidth {
	width: 95%;
}
.PageCanvas {
	margin-top: 190px;
	margin-bottom: 110px;
}
/*  Dropdown Menu                 */
ul ul li {
width: 46%;
padding: 15px 0;
font-size: 110%;
margin: 0 0 5px 0;
}
.ContactBoxContainer {
width: 98%;	 
}
.TeamBoxContainer {
width: 98%;
}
.AsideBoxContainer {
width: 98%;
}
.FloatPortrait img {
float: none;
margin: 0 4% 35px 4%;
width: 92%;
max-height: 100%;
}
.HalfSectionBox {
float: none;
margin: 0 1% 15px 1%;
width: 98%;
}
.MediumPictureFrame {
float: left;
width: 38%;
margin: 0 0 0 2%;
height: 100px;
}
.MenuBoxes {
width: 44%;
height: 110px;
margin: 10px 3% 10px 3%;	
}
.FooterLogo {
max-width: 40%;
padding: 12px 0;
}
/* -------------------------------*/
/*  Hide and Display              */
.HeaderTitle {
display: none;
width: 95%; 
font-size: 110%;
}
.HideContainer {
display: none;
}
.ShowContainer {
position: absolute;
top: 105px;
margin: 0 auto;
text-align: center;
display: block;
}
/* -------------------------------*/
/*  Hide and Display              */
.HidePhoto {
display: none;
}
.ShowPhoto {
display: block;
}
/* -------------------------------*/
/*  Form and Display              */
.RegForm input {
margin: 0 auto;
display: block;
text-align: center;
}
.RegForm .RegistrationCheckbox input {
display: inline-block;
}
.RegForm label {
width:90%;
display: block;
text-align: center;
}

/*
.MenuBoxes {
width: 94%;
height: 55px;
margin: 5px 3% 5px 3%;	
}
.MediumPictureFrame {
width: 60%;
height: 110px;
margin: 0 16%;
}
*/

/* -------------------------------*/
/*  Function                      */
.ShowTime {
display: none;
}
}

