/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v15-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('../fonts/roboto-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v15-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v13-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('../fonts/roboto-condensed-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v13-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v13-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('../fonts/roboto-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v13-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



body {
    margin: 0 ;
    padding: 0;
    font-family: 'Roboto';
    font-weight: 300;
    background: rgb(37,37,37);
    background: -moz-linear-gradient(-45deg,  rgba(37,37,37,1) 0%, rgba(84,84,84,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(37,37,37,1) 0%,rgba(84,84,84,1) 100%);
    background: linear-gradient(135deg,  rgba(37,37,37,1) 0%,rgba(84,84,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#545454',GradientType=1 );

}
html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}
html,
body,
* {
    box-sizing: border-box;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #333333;
    float: left;
    margin-top: 40px;
    border-top: solid 1px #f9c922;
}


header{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding:10px 0 10px 0;
    background: #333333;
    border-bottom: solid 1px #f9c922;
    margin-bottom: 20px;
    float: left;
}





/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 65.66%; }
.span_1_of_3 { width: 31.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 900px) {
    .col {  margin: 1% 0 1% 0%; }
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; padding: 0 10px; }
    .wrapper {padding-bottom: 100px!important;}
}


.wrapper{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 120px;
}
.header-wrap{
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.logo{
    background: url("../img/logo_breit.svg");
    width: 100%;
    max-width: 250px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    display: inline-block;
}

.headline{
    font-size: 22px;
    font-weight: 300;
    margin: 10px 5px;
    text-transform: uppercase;
    color: #e3c800;
}
.login-wrap{
    position: relative;
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
}
.breadcrumb-wrap{
    width: 100%;
    margin: 0px 0 20px 3px;
    float: left;
}
.content{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.content-cal{
    position: relative;
    margin: 0 auto;
    text-align: center;
    min-height: 550px;
}
.content-draw {
    width: 100%;
    min-height: 150px;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.footer-wrap{
    margin: 0 auto;
    max-width: 720px;
    padding: 0 20px;
}
.footer-copyright{
    text-align: center;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #ffffff;
 }
.footer-copyright a{
    color: #878787!important;
}
.footer-copyright a:hover{
    color: #e3c800!important;
}

#no-hover {
    pointer-events: none;
}
/* -----        RAUM ÜBERSICHT   ---------- */

.room-drawer-bg{
    background: url("../img/room_default.svg");
    width: 100%;
    min-height: 330px;
    max-width: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px auto;
}

#licht, #dosen, #rollo{
    position: relative;
    width: 100%;
    min-height: 330px;
    max-width: 230px;
    margin: 10px auto;
}
.drawer-all{
    margin: 0 auto;
    top: 130px;
    position: relative;
}
.drawer-gruppe{
    position: absolute;
}

.drawer-horizontal{
    width: 2.14rem;
}
.drawer-rotate-left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -63px!important;
    bottom: 135px!important;
}

.drawer-top-left{
    left: 20px;
    position: absolute;
    top: 20px;
}

.drawer-bottom{
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

.drawer-left-bottom{
     left: -13px;
     position: absolute;
     bottom: 20px;
}

.drawer-left-top{
    left: -13px;
    position: absolute;
    top: 20px;
}

.drawer-right-bottom{
    right: -13px;
    position: absolute;
    bottom: 20px;
}

.drawer-right-top{
    right: -13px;
    position: absolute;
    top: 60px;
}

/* -LICHT WZ- */
.licht-wz-1{
    left: 40px;
    position: absolute;
    top: 20px;
}

.licht-wz-2{
    right: 40px;
    position: absolute;
    bottom: 50px;
}

/* -DOSEN- */

.dosen{
    float: left;
}

.rollo{
    float: left;
}
.tile-additonal-icon-left{
    font-size: 18px;
    border: 1px solid;
    padding: 7px 7px;
    line-height: 16px !important;
    width: 32px;
    position: absolute!important;
    bottom: 32px;
    left: 4px;
}

.tile-additonal-icon-right{
    font-size: 18px;
    border: 1px solid;
    padding: 7px 7px;
    line-height: 16px !important;
    width: 32px;
    position: absolute!important;
    bottom: 32px;
    right: 4px;
}
.tile-additonal-icon-middle{
    font-size: 18px;
    border: 1px solid;
    padding: 7px 7px;
    line-height: 16px !important;
    width: 32px;
    position: absolute!important;
    bottom: 32px;
    left: 0;
    right:0;
    margin: 0 auto;
}
.tile-additonal-icon-middle:hover,
.tile-additonal-icon-right:hover,
.tile-additonal-icon-left:hover{
    background: #e3c800;
    color: #333333;
}

.additonal-icon{
    margin-top: -60px !important;
}

.tile:active.non-active {
    background-color: #333333 !important;
    color: #e3c800 !important;
    box-shadow: inset 0 0 1px #ffffcc !important;
    outline: none !important;
}
.icon-text-center{
    text-align: center;
    width: 100%;
    left: 0!important;
}



/* -----        COLOER PICKER    ---------- */
.colorpicker-wrap{
    width: 100%;
}

.colorpicker-wrap input{
    width: 90px;
    border: solid 2px #555555;
    outline: 2px solid #999999;
    height: 35px;
    text-align: center;
    color: #333333!important;
    font-size: 14px;
    margin: 15px 95px;
    float: left;
    position: relative;
}




/* -----        SWITCH BUTTONS     ---------- */


.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    margin: 50px auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 0;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 26px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.onoffswitch-inner:before {
    content: "on";
    padding-left: 10px;
    background-color: #E3C800;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "off";
    padding-right: 10px;
    background-color: #CCCCCC;
    color: #333333;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 25px;
    margin: 0px;
    background: #252525;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-loader{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute!important;
    left:0;
    right:0;
    top:40px;
    width: 20px;
    margin: 0 auto;
}

/* -----      ROLLO STEUERUNG   ---------- */
.rollo-wrap{
    width: 94%;
    margin: 0 auto 20px auto;
    background: #404040;
    padding: 20px 20px 10px 20px;
    text-align: center;
}
.rollo-discription{
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 0px;
    color: #E3C800;
    background: #222;
    width: 99%;
    margin: 0 auto;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
}
.rollo-control{
    display: inline-block;
}
.rollo-control-wrap{
    margin-bottom: 15px;
}

.counter{
    max-width: 365px;
    height: 125px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}
.counter-wrap{
    width: 98%;
    margin: 0 auto;
}

.content > .tile,
.content > .tile-wide{
    float: none;
    margin: 5px auto;
}

.tile-wide.weather{
    height:140px;
}

@media screen and (max-width: 731px) {
    .content-draw {
        margin: 0;
    }
    
    .logo {
        margin: 0;
        float: left;
        width: 50%;
        max-width: none;
        padding: 0 15px;
        background-size: 90%;
        background-position: center center;
    }
    .clock {
        width: 50%;
        margin: 0;
        float: right;
        padding: 5px 15px 0 0;
    }
    .content{
        padding-left: 10px;
        padding-right: 10px;
    }

    
    
}