@charset "iso-8859-1";
/* ------------------------------------------------------------------------------ */
/* BASE                                                                           */
/* ------------------------------------------------------------------------------ */

/* The Big One!: >1280px
================================================== */
    @media only screen and (min-width: 1580px) and (min-height: 800px) {
      .container                                  { width: 1400px; }
    
    #logoBox                                    { width:296px; }

    .container #Arbeitszimmer                   { width:298px; }
    .container #Wohnzimmer                      { width:760px; }
    .zweispaltig .container #Wohnzimmer         { width:1070px; }
    .container #Kinderzimmer                    { width:280px; }
    
    }

    @media only screen and (min-width: 1380px) and (max-width: 1579px) and (min-height: 800px) {
      .container                                  { width: 1160px; }
      
    #logoBox                                    { width:276px; }

    .container #Arbeitszimmer                   { width:278px; }
    .container #Wohnzimmer                      { width:560px; }
    .zweispaltig .container #Wohnzimmer         { width:850px; }
    .container #Kinderzimmer                    { width:260px; }
    }

/* #Tablet (Portrait): 768px
================================================== */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .container                                  { width: 768px; }

    #logoBox                                    { width:200px; margin-left:20px;}

    .container #Arbeitszimmer                   { width:202px; margin-left:20px;}
    .container #Wohnzimmer                      { width:364px; }
    .zweispaltig .container #Wohnzimmer         { width:544px; }
    .container #Kinderzimmer                    { width:170px; margin-right:10px;}
    }

/*  #Mobile (Portrait): 320px
================================================== */

    @media only screen and (max-width: 767px) {
      .floatright { float:none; }
      .floatleft  { float:none; }

      .container { width: 90%; }
      .container #Arbeitszimmer,
      .container #Wohnzimmer,
      .zweispaltig .container #Wohnzimmer,
      .container #Kinderzimmer                    { margin:0px; }

      .container #Arbeitszimmer                   { width:100%; }
      .container #Wohnzimmer                      { width:100%; }
      .zweispaltig .container #Wohnzimmer         { width:100%; }
      .container #Kinderzimmer                    { width:100%; }
    }


/* #Mobile (Landscape): 480px
================================================== */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .container { width: 90%; }
      .container #Arbeitszimmer,
      .container #Wohnzimmer,
      .zweispaltig .container #Wohnzimmer,
      .container #Kinderzimmer                    { margin:0px; }

      .container #Arbeitszimmer                   { width:100%; }
      .container #Wohnzimmer                      { width:100%; }
      .zweispaltig .container #Wohnzimmer         { width:100%; }
      .container #Kinderzimmer                    { width:100%; }
    }

/* #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, #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;
      }

      #mobilefooter_twg {
        display: inline;
        font-size: 90%;
      }
    }
/* 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 *
 * multi-INTER-media GmbH                                                         *
 * Letzte Aenderung: 09.12.2013                                                   *
 * 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */