/*
************************************************************
Styles:     flix//theme
Project:    interaktiv manufaktur - 1000px CSS
Autor:      Michael Eipel
Copyright:  (c) 2015 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/



@media only screen and (min-width: 1000px) and (max-width: 1218px) {


   /* Seiten-Bereiche
   *********************************************************** */
   #page {
      width:1000px;
   }

   .aside-canvas {
      width:210px;
   }

   .info-canvas {
       margin-left: 240px;
      /*width:220px;*/
   }

   .content-canvas {
      /*width:481px;*/
   }

   .content-canvas.wide {
      width: 720px;
   }



   /* Navigation
   *********************************************************** */
   .nav-site {
      width:1000px;
   }

   .nav1-sticky {
      width:1000px;
   }

   .nav1 a {
      padding: 6px 7px;
   }

   /* Search
     *********************************************************** */

   #searchform-container {

   }

   #searchform-container input.searchform-word {
      width:170px;
      height: 22px;
      background-position:180px 3px;
      /*      background-size:24px 118px;*/
   }


   /* Footer
   *********************************************************** */
   #footer {
      width:1000px;
   }







   /* Pageelements
   *********************************************************** */
   .news-index-content {
      width:266px;
   }

   .pageElement-image-info img,
   .mainteaser img,
   .news-detail .mainimage,
   .pageElement-image img,
   .events-detail .mainimage img {
      width:100%;
      height:auto;
   }

   .overview-item .text-container.width-image {
      width: 242px;
   }

   .vor-ort-main .ort {
      width:200px;
   }

   .vor-ort-main .news {
      width:330px
   }

   .vor-ort-main .link {

   }
   #head{
      height: 212px;
   }
   .header-bogen{
      width: 100%;
   }


}