@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }
  .sidebar, .content {
    width: 100%;
  }
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.foot{
position: relative !important;
}
h1 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.breadcrumbs{
display: none;
}
.informer{
	padding: 0;
	margin: 0;
	position: center;
}
.rightfoto{
	float:left;
	width: 100%;
}

.side-menu, .side-menu1 {
	height: 50px;
	margin: 5px; 
	line-height: 70px;
}
.top-menu, .top-menu1, .side-menu, .side-menu1{
	font-size: 110%;
}
.top-menu, .top-menu1{
	height: 45px;
	line-height: 55px;
	margin: 5px; 
}
p.cite { 
    border-left: none; 
	margin-top: 10px;
	margin-right: 0;
    margin-left: 0; 
    padding: 0; 	
}
img {
width: 100%;	
}
table tr td{
	display:block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.side-menu, .side-menu1{
margin: 0 0 3px 0;
padding: 0;
}
.head{
	margin: 0;
	font-size: 80%;
}
h1 {
	margin: 0;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
p.memory { 
	margin: 0;
    padding: 0; 
   } 
.list{
	width: 90%;
	float: left;
	margin-left: 5px;
	display: table;
} 
.knopka{
width: 100%;
height: auto;
margin: 0;
padding: 0;
}  
h2{
	margin-top: 5px;
	font-size: 130%;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.top-menu1, .side-menu1 {
	line-height: 55px;
}
}
@media only screen and (max-width : 240px) {
.side-menu1  {
	line-height: 20px;
}
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}