/*
************************************************************
Styles:     flix//theme
Project:    interaktiv manufaktur - 760px Responsive CSS
Autor:      Michael Eipel
Copyright:  (c) 2015 Interaktiv Manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

@media only screen and (max-width: 768px) {

   #openstreetmap-container-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding-left: 2%;
      padding-right: 2%;
   }

   #newsticker-search-form {
      float: none;
      max-width: 100%;
      width: 100%;
      margin-bottom: 25px;
   }

   .newsticker-map-date-filter-wrapper {
      float: none;
      text-align: left;
      width: 100%;
      max-width: 100%;
   }

   .newsticker-map-date-filter-wrapper label {
      display:block;
      margin-bottom:8px;
   }
}


@media only screen and (min-width: 760px) and (max-width: 1000px)  {

   slider .kat {
      font-size: 18px;
      margin-bottom: 3px;
   }

   #slider .headline,
   #slider .subheadline {
      font-size: 30px;
      line-height: 30px;
   }



   /* ********** download-cat-main ********** */
   .download-cat-main .container {
      width:86%;
      border-top: 1px solid #a4b7e0;
   }

   .download-cat-main .text {
      width:73%;
      margin:0;
   }



   /* ********** video-intern-main / video-extern-main ********** */
   body .video-extern-main iframe {
      height:402px !important;
   }


   /* ********** contact-form ********** */
   .ort-input .textbox {
      width: 89% !important;
      margin-left:0;
   }


   /* *************************************************
   *** PageElements Start
   ************************************************* */
   .teaser-start,
   .teaser-start.nomargin {
      width:49%;
      margin:0 0 30px 0;
   }

   .teaser-start.even {
      margin-left:2%;
   }


   /* ********** news-detail ********** */
   .news-detail .contentmain_newslandscape .image-intro-main-container {
      float:left;
   }

   .news-detail .contentmain_newslandscape .image-intro-main,
   .news-detail .contentmain_newslandscape .image-content-main {
      margin:0 10px 0 0;
   }

   .news-detail .contentmain_newslandscape .intro-main {
      display:block;
   }

   #claim-footer {
      display:block;
   }

   /* ********** PIWIK Custom Optout ********** */
   body #optout {
      height:190px !important;
   }


}

@media only screen and (min-width: 550px) and (max-width: 760px)  {
   /* ********** video-intern-main / video-extern-main ********** */
   body .video-extern-main iframe {
      height:302px !important;
   }

}




@media only screen and (min-width: 860px) and (max-width: 1000px)  {

   body .download-cat-main h2,
   body .download-cat-main h2 a {
      display:table-cell;
      float:none;
      padding-right:15px;
   }

   body .download-cat-main .text {
      display:table-cell;
      float:none;
   }

}

@media only screen and (min-width: 0px) and (max-width: 1266px)  {

   .article-page .flag {
      display:none;
   }

}