.responsive body
{
   min-width: 240px;
}
  
.responsive .to-content-layout img,
.responsive .to-content-layout video
{
   height: auto !important;
}

.responsive.responsive-phone .to-content-layout img 
{
 /*  margin: 0 !important;	*/
}

.responsive.responsive-phone .to-collage,
.responsive.responsive-tablet .to-collage {
   margin: 0 !important;
}

.responsive .to-content-layout .to-sidebar0, 
.responsive .to-content-layout .to-sidebar1, 
.responsive .to-content-layout .to-sidebar2 
{
   width: auto !important;
}

    
.responsive .to-content-layout, 
.responsive .to-content-layout-row, 
.responsive .to-layout-cell 
{
   padding: 0;
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .to-vmenublock,
.responsive.responsive-tablet .to-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .to-vmenublock,
.responsive .to-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 98%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .to-responsive-embed 
{
   height: 0;
   padding-bottom: 56.25%;
   /* 16:9 */
    position: relative;
}

.responsive .to-responsive-embed iframe,
.responsive .to-responsive-embed object,
.responsive .to-responsive-embed embed
{
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.responsive .to-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none !important;
   margin-right: 0% !important;
   margin-left: 0% !important;
   margin-top: 0% !important;
}

#to-resp {
   display: none;
}

@media all and (max-width: 899px)
{
    #to-resp, #to-resp-t { display: block; }
    #to-resp-m { display: none; }
}

@media all and (max-width: 480px)
{
    #to-resp, #to-resp-m { display: block; }
    #to-resp-t { display: none; }
}

#to-resp-desktop {
   display: none;
}
#to-resp-tablet-landscape {
   display: none;
}
#to-resp-tablet-portrait {
   display: none;
}
#to-resp-phone-landscape {
   display: none;
}
#to-resp-phone-portrait {
   display: none;
}

@media (min-width: 1200px)
{
    #to-resp-desktop { display: block; }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    #to-resp-tablet-landscape { display: block; }
}

@media (min-width: 768px) and (max-width: 979px)
{
    #to-resp-tablet-portrait { display: block; }
}

@media (min-width: 480px) and (max-width: 767px)
{
    #to-resp-phone-landscape { display: block; }
}

@media (max-width: 479px)
{
    #to-resp-phone-portrait { display: block; }
}
.responsive .to-content-layout, 
.responsive .to-content-layout-row, 
.responsive .to-layout-cell 
{
   display: block;
}

.responsive .to-layout-cell 
{
   width: auto !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .to-content-layout:after, 
.responsive .to-content-layout-row:after, 
.responsive .to-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .to-post
{
   border-radius: 0;
   margin: 0;
   padding: 10px;
   background-image: none !important;
}

.responsive .to-footer-inner
{
   min-width: 0;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive.responsive-tablet .items-row .item ,
.responsive.responsive-phone .items-row .item 
{
    width: auto;
}

.responsive #to-main	{background-image: none !important;}
.responsive .to-postcontent img { max-width: 100% !important; width: auto !important; margin: 10px auto !important; clear: both;}
.responsive.responsive-phone .to-postcontent img { max-width: 100% !important; width: auto !important; margin: 10px auto !important; clear: both;}

.responsive.responsive-tablet .to-postcontent img.links	{float: left; margin: 5px 20px 20px 0 !important; }
.responsive.responsive-tablet .to-postcontent img.rechts	{float: right; margin: 5px 0 20px 20px !important; }

.responsive.responsive-phone .to-postcontent img.links	{float: left; margin: 5px 20px 20px 0 !important; max-width: 150px !important;}
.responsive.responsive-phone .to-postcontent img.rechts	{float: right; margin: 5px 0 20px 20px !important; max-width: 150px !important; }

@media (min-width: 768px) and (max-width: 1200px)
{
    #.dj-main li a.dj-up_a span { padding: 0;
	 }
	 .dj-main li a.dj-up_a	{font-size: 12px;}
}

@media only screen and (min-width : 1000px)
	{.responsive-only	{display: none !important;}
	}

@media only screen and (max-width : 1000px)
	{.no-responsive	{display: none !important; }
	}