@charset "iso-8859-1";
/* ------------------------------------------------------------------------------ */
/* BASE                                                                           */
/* ------------------------------------------------------------------------------ */

/* The Big One!: >1280px
================================================== */

    @media only screen and (min-width: 1180px) {
      .container                       { width: 1160px; }
      
      #navtop                          { right:41px; }
      #gemeindeteileselect             { right:46px; }
      #logoutTop                       { right:52px; }
      
      #Arbeitszimmer                   { width:250px; }
      #Zwischenwand                    { width:854px; }
      #Wohnzimmer                      { width:645px; }
      #Kinderzimmer                    { width:200px; }

      /* keine rechte Spalte */
      .zweispaltig #Wohnzimmer         { width:854px; }

      .mobileonly                   { display: none; }
    }
    
/* #Tablet (Portrait): 768px
================================================== */

    @media only screen and (min-width: 768px) and (max-width: 969px) {
      .container                       { width: 760px; }

      #navtop                          { right:12px; }
      #gemeindeteileselect             { right:18px; }
      #logoutTop                       { right:23px; }
      
      #Arbeitszimmer                   { width:200px; }
      #Zwischenwand                    { width:532px; }
      #Wohnzimmer                      { width:360px; }
      #Kinderzimmer                    { width:163px; }

      /* keine rechte Spalte */
      .zweispaltig #Wohnzimmer         { width:542px; }
    
      .Innenraum			                 { margin: 0px 15px 30px 25px; }
      .zweispaltig .Innenraum		       { margin: 0px 10px 30px 25px; }
    }
 
/*  #Mobile (Portrait): 320px
================================================== */

    @media only screen and (max-width: 767px) {
      .floatright                      { float:none; }
      .floatleft                       { float:none; }
      .container                       { width: 90%; }
      #Arbeitszimmer                   { float:none; width:100% !important; }
      #Zwischenwand                    { float:none; width:100% !important; margin:0px; }
      #Wohnzimmer                      { float:none; width:100% !important; margin:0px;}
      #Kinderzimmer                    { float:none; width:100% !important; }
      #Wohnzimmer .SMSGremiumBox       { margin-left: 0px; margin-top: 15px; position:static; }
      #vList .text                     { margin-left: 5px; }
    }

/* #Mobile (Landscape): 480px
================================================== */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .container                       { width: 90%; }
      #Arbeitszimmer                   { float:none; width:100% !important; }
      #Zwischenwand                    { float:none; width:100% !important; margin:0px; }
      #Wohnzimmer                      { float:none; width:100% !important; margin:0px;}
      #Kinderzimmer                    { float:none; width:100% !important; }
    }

/* #Mobile Buttons
================================================== */

    @media only screen and (min-width: 768px) {
      #mobilefooterwrap { 
        display:none;
      }

      .mobileonly                   { display: none; }

    }

    @media only screen and (max-width: 767px) {
      #mobilefooterwrap { 
        display:block;
      }

      .topbar {
        display: flex !important;
      }

      #navtop {
        display: none;
      }
      
      #mobilefooter { 
        position:fixed; 
        bottom:-1px; 
        padding-bottom: 1px; 
        left:0px; 
        right:0px; 
        z-index:9999; 
        display:block;
        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, #mobilefooter ul li a.selected { 
      	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;
      }
    }
    
/* 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 *
 * multi-INTER-media GmbH - BW                                                    *
 * Letzte Aenderung : 21.01.2013                                                  *
 * 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */