/* -------------------------------*/
/*      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      */
/* -------------------------------*/
/* -------------------------------*/
/*             800                */
/* -------------------------------*/
@media (max-width:800px){
.PageWidth {
width: 90%;
}
/*  Dropdown Menu                 */
ul ul li {
font-size: 115%;
width: 23%;
margin: 0 0 5px 0;
}
.ContactBoxContainer {
width: 98%;	 
}
.TeamBoxContainer {
width: 98%;	
}
.AsideBoxContainer {
width: 98%;
}
.MediumPictureFrame {
float: left;
width: 44%;
margin: 0;
height: 160px;
}
.FloatPortrait img {
float: none;
margin: 0 4% 35px 4%;
width: 92%;
max-height: 100%;
}
.HalfSectionBox {
float: none;
margin: 0 4% 15px 4%;
width: 92%;
}
.MenuBoxes {
width: 44%;
height: 110px;
margin: 10px 3% 10px 3%;	
}
.HeaderTitle {
font-size: 140%;
}

/* -------------------------------*/
/*  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;
}
}
