@charset "iso-8859-1";
/* ------------------------------------------------------------------------------ */
/* BASE                                                                           */
/* ------------------------------------------------------------------------------ */

/* The Big One!: >1280px
================================================== */

    @media only screen and (min-width: 1180px) {
      .container                                  { width: 1160px; }

      .container #Arbeitszimmer                   { width:250px; }
      .container #Wohnzimmer                      { width:644px; }
      .zweispaltig .container #Wohnzimmer         { width:902px; }
      .container #Kinderzimmer                    { width:250px; }
    }

/* #Tablet (Portrait): 768px
================================================== */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .container                                  { width: 768px; }

      .container #Arbeitszimmer                   { width:170px; }
      .container #Wohnzimmer                      { width:412px; }
      .zweispaltig .container #Wohnzimmer         { width:590px; }
      .container #Kinderzimmer                    { width:170px; }
    }
 
/*  #Mobile (Portrait): 320px
================================================== */

    @media only screen and (max-width: 767px) {
      .floatright { float:none; }
      .floatleft  { float:none; }
    
      .container { width: 300px; }
      .container #Arbeitszimmer,
      .container #Wohnzimmer,
      .zweispaltig .container #Wohnzimmer,
      .container #Kinderzimmer                    { margin:0px; }

      .container #Arbeitszimmer                   { width:300px; }
      .container #Wohnzimmer                      { width:300px; }
      .zweispaltig .container #Wohnzimmer         { width:300px; }
      .container #Kinderzimmer                    { width:300px; }

      .startseite .nzContainer-flex               { display: flex; flex-direction: column; }
      .startseite .nzContainer-flex > .text       { margin-left: 0 !important; }

      .vnavitem-flex                              { display: flex; flex-direction: column; }
      .vnavitem-flex > .bild                      { width: 100%; }
      .vnavitem-flex > .text                      { margin-left: 0 !important; }
    }


/* #Mobile (Landscape): 480px
================================================== */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .container { width: 420px; }
      .container #Arbeitszimmer,
      .container #Wohnzimmer,
      .zweispaltig .container #Wohnzimmer,
      .container #Kinderzimmer                    { margin:0px; padding: 0px; }

      .container #Arbeitszimmer                   { width:420px; }
      .container #Wohnzimmer                      { width:420px; }
      .zweispaltig .container #Wohnzimmer         { width:420px; }
      .container #Kinderzimmer                    { width:420px; }
    }
    
/* #Mobile Buttons
================================================== */

    @media only screen and (max-width: 767px) {
      #mobilefooter { 
        position:fixed; 
        bottom:-1px; 
        padding-bottom: 1px; 
        left:0px; 
        right:0px; 
        z-index:9999; 
        display:block-inline;
        background:rgba(100,100,100,0.8);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NGYzMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTAyMDIiIHN0b3Atb3BhY2l0eT0iMC43NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(249,79,49,0) 0%, rgba(5,2,2,0.74) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,79,49,0)), color-stop(100%,rgba(5,2,2,0.74))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(249,79,49,0) 0%,rgba(5,2,2,0.74) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(249,79,49,0) 0%,rgba(5,2,2,0.74) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(249,79,49,0) 0%,rgba(5,2,2,0.74) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(249,79,49,0) 0%,rgba(5,2,2,0.74) 100%); /* W3C */
      }
      
      #mobilefooter.a ul li{
        width:50%; 
      }
      #mobilefooter.b ul li{
        width:33.3%; 
      }
      #mobilefooter.c ul li{
        width:25%; 
      }
      #mobilefooter.d ul li{
        width:20%; 
      }
      
      #mobilefooter ul { 
        list-style:none; 
        margin:0px; 
        padding:0px;
      }
      #mobilefooter ul li { 
        float:left;
      }
      #mobilefooter ul li a { 
        display:block; 
        text-align:center; 
        margin-left:-1px;
      	border:1px solid rgba(0,0,0,0.8);
      	background:rgba(55,55,55,0.85);
        font-weight: normal !important;
        text-decoration: none !important;
      }
      #mobilefooter ul li a:hover { 
      	background:rgba(77,77,77,0.8);
      }
      #mobilefooter ul li a:active .btn-inner { 
        border-top: 1px solid rgba(255, 255, 255, 0.6);
      }
      
      #mobilefooter ul li .btn-inner {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding:38px 3px 10px 3px; 
        text-align:center;
        display: block;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
      }
      
      #mobilefooter ul li .btn-text {
        position:relative;
        text-shadow: 0px 1px 0px rgb(0, 0, 0);
        color: rgb(255, 255, 255);  
        font-size:13px;
        font-weight:normal;
        font-family:Helvetica,Arial,sans-serif !important;
      }
      
      #mobilefooter ul li .ui-icon {
        position:absolute;
        left:50%;
        top:5px;
        width: 24px !important;
        height: 24px !important;
        margin-left: -12px !important;
        box-shadow: none !important;
      }
      
      #mobilefooter_twg {
        display: inline;
        font-size: 90%;
      }
    }
/* ������������������������������������������������������������������������������ *
 * multi-INTER-media GmbH                                                         *
 * Letzte Aenderung: 09.12.2013                                                   *
 * ������������������������������������������������������������������������������ */