﻿@import url('fonts.css');
@import url('bootstrap.min.css');
@import url('loader.css');


@font-face {
	font-family: 'corp-va';
	src:url('../fonts/IntOTLt_.otf');
	font-weight: normal;
	font-style: normal;
}


html {
    margin:0;
    padding:0;
}

body {
    color: #333;
    font: Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
}

#background {
    background-image: linear-gradient(to bottom, #3b4b5f 4em, #3b4b5f 4em, #fff 24em, #fff 100%);
    /*background-image: linear-gradient(to bottom, #75808E 2em, #75808E 2em, #fff 12em, #fff 100%);*/
    height: 60rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -999;
}

#wrapper {
    min-height: 100%;
}

h1{
    font-size: 2.0em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}

h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 2rem 0.4em 0;
    display:inline;
}

h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 1.5em 0 1em 0;
}

h4 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 1em 0 .5em 0;
}
 /***************************
    Header

****************************/
header[role="banner"] {
    background: rgba(0, 0, 0, 0) url("../images/brandshield-background.png") repeat scroll center top;
    height: 10em;
}

header[role="banner"] .inner {
    background: rgba(0, 0, 0, 0) url("../images/brandshield.png") no-repeat scroll center center;
    height: 7em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow:hidden;
}
header[role="banner"] .inner h1.logo {
    margin: 0.67em 0 0;
}

.app-head {
    text-align:center;
    color:#ffffff;
    font-weight:400;
    font-family: corp-va, Arial, sans-serif;
    font-size:1.3125em;
}

 /***************************
    große Navigation

****************************/

 nav#main-nav {
     width:100%;
     box-sizing:border-box;
 }

 nav#main-nav ul{
     margin-left: 4%;
     margin-right: 4%;
     box-sizing: border-box;
     padding:0;
 }

 #main-nav-1 {
     z-index:1;
 }

#main-nav-1 ul {
    margin-bottom: 1rem;
}

nav#main-nav #main-nav-1 ul li{
    list-style: outside none none;
    position:relative;
    display:inline-block;
    font-family: corp-va, Arial, sans-serif;
    background-color: #485B73;
    margin: 0 0.4375rem 0 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.22));
    box-shadow: 2px -4px 7px -2px rgba(0, 0, 0, 0.15), 0 -2px 7px rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem 0.5rem 0 0;
  }

ul li a.nav_1st_level {
    font-family:corp-va, Arial, sans-serif;
    color:#fff;
    text-decoration: none;
    border-radius: 0.5rem 0.5rem 0 0;
    background: transparent none repeat scroll 0 0;
    padding: 1rem 2rem;
    font-size:1.6rem;
    display:inline-block;
    }

ul li.menuactive a {
    color:#3B4B5F;
    background: #fff;

    }

nav#main-nav ul li:hover {
    background-image:none;
}

ul li a.nav_1st_level:before {
  font-size: 2.2rem;
  line-height: 2rem;
  position: relative;
  top: 0.45rem;
  width: 2.2rem;
}

/*li:first-child a.nav_1st_level:before {
  top: 0.0rem;
}*/


nav#main-nav ul li a.nav_1st_level .icon-only {
    display:none;
    }

/*}

nav#main-nav ul li.menuactive ul {
    display:block;
    position:absolute;
    background:red;
}*/


#main-nav-1 {
    display:block;
    width:100%;
}

#main-nav-2 {
    width: 100%;
    margin-top: -1.6rem;
    z-index:10;
}

#main-nav-2 ul {
    /*display:block;*/
    background: #fff;
    padding: 0.375rem 0.4375rem;
    overflow:visible;
    list-style: outside none none;
    border-radius: 0 0.5rem 0.5rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

#main-nav-2 ul li {
    list-style: outside none none;
    position:relative;
    display:inline-block;
    font-family: corp-va, Arial, sans-serif;
    height:45px;
    padding:0 1em;
    width:100%;
    margin-top: 2rem;
}

#main-nav-2 ul li a {
    text-decoration:none;
    color:#333;
    font-family:corp-va, sans-serif;
    cursor:pointer;
}

#main-nav-2 ul li a:hover {
    text-decoration:none;
    color:#3b4b5f;
    font-family:corp-va, sans-serif;
}

div.toggle-peb-new span {
    font-family: corp-va,​Arial,​sans-serif;
    font-size: 1.5rem;
    margin-right:1rem;
    cursor:pointer;
}

div.toggle-peb-new span.peb-name {
    padding-left: 0.2rem;
    font-family:corp-va, sans-serif;
    }

@media (max-width: 70rem) {
    div.toggle-peb-new span.peb-name {
        display:none;
    }
}




 /***************************
    Breadcrumb

****************************/

#breadcrumb-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display:table;
    width: 92%;
    margin:0 auto 1rem;
}

.btn-group{
    display:table-cell;
        float:right;
}

#breadcrumb {
    padding: 0 1rem;
    font-family: arial,sans-serif;
    margin: auto;
    position:relative;
    display:table-cell;
    float:left:
}

#breadcrumb ul {
    list-style: none;
    margin:1rem 0 0 0;
    padding:0;
    height: 2.1rem;
    display:inline;

}

#breadcrumb li::before {
    color: #333;
    left: 0;
    line-height: 1.5;
    width: 1rem;
    content: "►";
    display: inline-block;
    font-size: .95rem;
    margin-right:.3rem;
}

#breadcrumb li {
     font-size: 1.2rem;
     padding: 0 0.375rem 0 0;
     position: relative;
     display:inline;
}

#breadcrumb a {
    /*text-decoration:none;*/
    color: #333;
    font-size: 1em;
}

.dropdown-menu {
    left:-9rem;
}
.dropdown-menu li{
    line-height: 1.2em;
    padding: .3em 0;
}

.btn-primary {
    border:none;
    background-color: #F6F7F8;
    color:#333;
}

.btn {
    border-radius: 0px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #F6F7F8;
    border:none;
    color: #333;
}

#functions {
    display:table-cell;
    text-align:right;
    float:right;
    margin-right: 2rem;
}

#functions .dropdown-menu {
    left: -5rem;
}

.toggle-peb-new {
    display:inline-block;
}

#project1 {
    display:inline-block;
    top: -.5rem;
}

div#main-nav-2 #project1 button {
    font-family:iconfont;
    background: #ffffff;
    border:none;
    padding:1px;
    font-size: 2.5rem;
    /*margin-left:2rem;*/
    /*color:#00917E;*/
    color: #333333;
    top:-5px;
}

#wrapper .panel-heading #project1 button {
    top:5px;
}

.zuklappen {
float:right; 
font-size: 1.5rem;
}

.zuklappen:hover {
    text-decoration:underline;
}

div#main-nav-2 .btn-group{
    padding:1px;
    text-align:center;
}

div#main-nav-2 .btn-group .dropdown-toggle{
      padding:4px;
}

.shadow-button {
    /*background-color: #3b4b5f;
    background-image: linear-gradient(to bottom, #fff, #3b4b5f);
    box-shadow: 0 8px 6px #b7cec9;*/
    display:inline-block;
}

nav#main-nav div#main-nav-2 ul.projekte-peb li button.btn.btn-primary.glyphicon {
    box-shadow:none;
    font-family:iconfont;
    background:#ffffff;
    font-size: 2.2rem;
    z-index:9;
    padding: 0 1rem 1.1rem;
    margin: 0 1px;
}

div#main-nav-2 .toggle-peb-new #project1 ul.dropdown-menu {
    padding: 8px;
    left: -15rem;
}

div#main-nav-2 #project1 .dropdown-menu {
    border-top: 1px solid;
    margin-top:-8px;
}

div.dropdown-menu.row.projekte-box {
        position:absolute;
}

nav#main-nav div#main-nav-2 div.row.projekte-box {
    margin: -1.3rem 4% 0 4%;
    background-color: #fff;
    border-top: 1px solid #485b73;
    border-radius: 0 0 0.5em 0.5em;
    padding-bottom: 1rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

nav#main-nav div#main-nav-2 ul.projekte-peb {

}

/*nav#main-nav div#main-nav-2 ul.projekte-peb li div#project1.btn-group.open ul.dropdown-menu {
    width: 100%;
}


nav#main-nav div#main-nav-2 ul.projekte-peb li div#project1.btn-group.open ul.dropdown-menu li.ng-binding.ng-scope {
    display:inline;
}*/

 /***************************
    Main

****************************/

 main {
     display:table;
     width:92%;
     padding:2rem 0;
     margin:0 auto;
 }

 aside.sidebar-left {
     display:table-cell;
     width:25rem;
     padding-right: 1em;
     font-size:1.28rem;
 }

 aside.sidebar-left ul {
     margin:0;
     padding:0;
 }

 aside.sidebar-left li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.2rem;
    list-style: outside none none;
    padding: 0;
    cursor:pointer;
 }

aside.sidebar-left li a {
    color: #333;
    display: block;
    font-weight: normal;
    padding: 0.9rem 1.1rem;
    text-decoration: none;
    word-wrap: break-word;
    font-family: Arial, sans-serif;
}

aside.sidebar-left li a.bereich_fertig::after {
        content: " /";
        font-family: "iconfont";
        color:#00917E;
}

aside.sidebar-left .aside_active {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.8rem;
    list-style: outside none none;
    padding: 0;
 }


aside.sidebar-left li.aside_active a, aside.sidebar-left li.aside_active a:hover{
    background: #97a4b5 none repeat scroll 0 0;
    border-radius: 0.5rem;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

aside.sidebar-left li a:hover {
    background: #cbd2da none repeat scroll 0 0;
    color: #485b73;
    outline: medium none;
    transition: all 0.05s ease 0s;
    border-radius: 0.5rem;
    border: 0px solid #e3e3e3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


 /***************************
    Icon

****************************/
.icon--check::before {
    color:#00917E;
}

.icon--help, .icon--ventilation, .icon--product-oil, .icon--solar, .icon--pellets, .icon--photovoltaic, .icon--heatpump_spriral, .icon--room,  .icon--source-zeolith, .icon-thermie, .icon-akku, .icon-pv, .icon-bhkw, .icon--product-pellet, .icon--water_source, main .icon--business {
    margin-right:.7rem;
    font-size:2.5rem;
    cursor:default;
}




.icon-active::before,.icon-active span.peb-name {
    color:#396692;
}

.icon-active span.peb-name {
    font-weight:bold;
}

 /***************************
    Popup Email

****************************/
#mail-popup {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top:15rem;
    width: 50rem;
    background: white;
    max-width:100%;
    z-index:999;
    color:#485b73;
    background-color: #97a4b5;
    background-image: linear-gradient(-20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px #fff inset;
    color: #485B73;
    overflow: visible;
    box-sizing: border-box;
    padding: 1rem;
}

#mail-popup a.button {
    width:100%;
    margin: 2rem 0 0.5rem;
    background-color:#485b73;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #3b4b5f;
    border-radius: 0.5em;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    display:inline-block;
    padding: 0.5em 1em;
}

#mail-popup a.button:hover {
    background: #485b73 none repeat scroll 0 0;
    text-decoration: none;
}

#mail-popup .mailadresse {
    margin-top: 25px;
}

 /***************************
    Form

****************************/

 .padding-fix-nicht-belueftete-bereiche {
     padding-right: 122px;
 }

/*div.row {
     height: 6rem;
 }*/

.formular-funktionen {
    float: right;
    text-align: right;
    font-size: 2.4rem;
    cursor: pointer;
    color: #396692;
}

  .formular-funktionen button {
      margin-left:.5em;
  }

div.checkbox {
    margin-top:0;
}



div.checkbox label {
        text-align: left;
        width: 100%;
    }

div.checkbox label span {

}

.checkbox-width {
    width:25px;
}
.checkbox-label {
    padding-left:0;
}

@media (min-width: 60rem) {
    div.row > div {
        min-height: 6rem;
    }

         label {
        text-align: right;
        width: 100%;
    }
         div.checkbox label .row span {
             text-align:right;
         }
         .checkbox-label {
              text-align:right;

          }
}

@media (max-width: 47.9rem) {
    .checkbox-label {
    padding-left:25px;
}
}


div.row div {
     margin-bottom: 0.2rem;
 }



div.ng-scope[ui-view=content] .form-control:focus {
    border-color: #396692;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 128, 182, 0.6);
    outline: 0 none;
}

label {
    font-weight:normal;
    font-size:0.875em;
}

div.row label {
    margin-top:5px;
    margin-bottom:0px;
}



/*Multiselect*/

.glyphicon-ok::before {
/*font.css*/
    color: #00917e;
}

.multiselect-parent {
    width:100%;
}

.multiselect-parent .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    width:100%;

    overflow: hidden;
}

.multiselect-required {
    border: 1px solid #a94442;
}

.dropdown-menu-form {
    overflow:hidden;
    left: 0;
    width:100%;
}

.has-error-dropdown {}

.has-error .multiselect-parent .dropdown-toggle {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.dropdown-menu .dropdown-header {
    padding-left:.6em;
    cursor:default;
}

span.caret {
}

/*.checkbox label, .radio label {
    padding-left: 15px;
}*/


.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0;
}

div.checkbox label {
    padding-left:1em;
}

.col-lg-12 div.checkbox label {
    padding-left:20px;
}


div.checkbox label input{
    margin-left:0;
}

.col-lg-12 .checkbox label span {
    margin-left: 2em;
}

div.col-lg-12 div.table-form {
    margin: 1rem 0;
}

th {
    font-weight:normal;
}


span.pflichtfeld[tooltip-template]::after {
    content:"*";
    font-weight:bold;
    font-family:"Helvetica Neue",​Helvetica,​Arial,​sans-serif;
    color:#cc0033;
}

/*tooltip*/
.tooltip {

}


label span.checkbox-i::after,
label[tooltip]::after,
label[tooltip-html-unsafe]::after,

label span[tooltip]::after,
label span[tooltip-html-unsafe]::after,
h3[tooltip-html-unsafe]::after,
h4[tooltip]::after,

label span.checkbox-i[tooltip]::after,
label span.checkbox-i[tooltip-html-unsafe]::after,
div[tooltip] .checkbox label span::after,
div[tooltip-html-unsafe] .checkbox label span::after,
label div span[tooltip]::after,
th span[tooltip]::after    {
    content: "";
    color:#396692;
    /*siehe auch fonts.css*/
}



.tooltip.top .tooltip-arrow, .toggle-peb-new .tooltip .tooltip-arrow
{
   color: #396692;
   border-top-color: #396692;
}


.tooltip.right .tooltip-arrow {
   color: #396692;
   border-right-color: #396692;
}

/*div.ng-scope[ui-view=content]*/ .tooltip-inner{
    background-color:#396692;
    
}

.tooltip-width {
}

.long-tooltip, .long-tooltip .tooltip-inner{
    max-width:300px;
}

table tr {
    font-size: 0.875em;
}

table tr.ergebnis-tabelle {
    font-weight:bold;
}

.formular-funktionen .left-center, .new_peb .left-center{
    padding:0 0 4em 0;   
    margin: 0;
}

 /***************************
    Info Seite

****************************/
.link-infosite {
    color:#396692;
    cursor:help;
    font-size:14px;
    border:1px solid #ccc;
    padding: 3px 3px 1px;
    border-radius: 10px;
}

.link-infosite:hover {
    transition:ease-in;
    color:#007465;
    background-color:#E6E6E6;

}


.hilfe-window {
    padding:2rem;
}

.hilfe-window table {
    margin-top:2rem;
}

.hilfe-window .close {
    float:right;
    background-color:#446D96;
    color:#fff;
    padding:.2rem;
    border-radius:4px;
    opacity:1;
}

.hilfe-window .close:hover {
    background-color: #007465;
}


map area {
    cursor:pointer;
}
 /***************************
    Projekte

****************************/
.new_peb {
    float:right;
}

.new_peb > div {
    margin-top: -.7em;
}

.new_peb button {
    font-size: 3rem;    
}

.list-group li button{
    font-size: 2rem;
    float:right;
}

.list-group li button,
.new_peb button{
    color:#396692;
    padding:0;
    background:none;
    /*font über font.css*/
}

.list-group li button:hover,
.new_peb button:hover {
    background:none;
    }

.peb .list-group-item {
    /*padding:0;*/
}

.peb .list-group-item .peb_projekt {
    /*margin: 10px 15px;*/
}

button.btn-blue {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
    background-color: #4780B6;
    border-color: #396692;
    color: #fff;
    font-size:1.2rem;
}
.btn-right{
    float:right
}

button.btn-blue:hover {
    background-color:#396692;
    color:#ffffff;
    transition:ease-in 0.3s ;
}

.projekt_title span {
    font-size:1.7rem;
}
.projekt_title span:first-child {
    margin-left: 2rem;
}

div.panel-heading h3 ul.dropdown-menu {
    left: -13rem;
    padding:10px;
}

div.panel-heading h3 ul.dropdown-menu li {
    margin: 4px;
}

.peb_projekt {
    width:90%;
    display:inline-block;
    cursor:pointer;
}

.dropdown-menu {
    cursor: pointer;
}

#project2 .dropdown-menu {
    line-height:2rem;
    padding: 1rem;
}


 /***************************
    Einstellungen

****************************/

.btn-save {
    box-sizing: border-box;
    font-size: 1em;
    margin: 0.25rem;
    border-radius: 0.5rem;
    background-clip: padding-box;
    background-color: #485b73;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid #485b73;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-family:Arial,sans-serif;
    text-transform:none;
    margin: 2rem 0;
    float:right;
}

.btn-save:hover {
    background: #485b73 none repeat scroll 0 0;
}

.btn-save[disabled], .btn-save:hover[disabled] {
    background-color: #485b73;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    opacity:0.5;
    cursor:not-allowed;
}

.noch-pflichtfelder {
    font-weight:bold;
    color: #cc0033;
    margin: 3rem 0 1rem 0;
}

.error {
    /*color: #cc0033;*/
}

 /***************************
    Home

***************************/
a.home-box {
    display: block;
}
a.home-box:hover {
    text-decoration: none;
}

a.home-box,
div.home-box {
    height: 170px;
    color:#485b73;
    cursor:pointer;
    background-color: #ccc;
    background-image: linear-gradient(-20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
    transition: background-color 0.3s ease 0s;
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px #fff inset;
    color: #485B73;
    overflow: hidden;
    font-size: 4.5rem;
    box-sizing: border-box;
    padding: 2rem 1rem;
    margin-top: 1rem;
    /*opacity: .8;*/
}

div.icon-home-box-active, div.icon-home-box-active:hover {
    opacity:1;
    /*background-color: #97a4b5;*/
    background-color: #485B73;
    background-image: linear-gradient(-20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
    /*box-shadow: 0px 0px 10px 1px rgba(0, 145, 126, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 145, 126, 0.75);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 145, 126, 0.75);*/
}

.home-box:hover {
    background-color: #b5beca;
    background-image: linear-gradient(-20deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76));
    transition: background-color 0.3s ease 0s;
}

a.home-box .box-text,
div.home-box .box-text {
    margin: -4.5rem 1.5rem 1.2rem 8rem;
    vertical-align:top;
    font-family: arial,sans-serif;
    line-height:1.8rem;
    font-size:1.5rem;
    color: #333;
}

a.home-box .box-text h3,
div.home-box .box-text h3 {
    margin: 0;
    padding:0 0 1rem 0;
    font-family: corp-va, arial,sans-serif;
    font-size:2.5rem;
    color:#485B73;
}

.projekte-box a.home-box,
.projekte-box div.home-box{
    height: 65px;
    font-size: 2.5rem;
}

.projekte-box a.home-box .box-text,
.projekte-box div.home-box .box-text {
    margin: -2.8rem 1.5rem 1.2rem 4rem;
}

.projekte-box a.home-box .box-text h3,
.projekte-box div.home-box .box-text h3 {
    font-size:2rem;
}

accordion {
    font-family: corp-va,sans-serif;
}

accordion .panel-default > .panel-heading {
    background-color: #97a4b5;
    background-image: linear-gradient(#fff 50%, #f8f8f8 100%);
}

accordion .panel-default > .panel-heading a{
    width:100%;
    display:block;
    font-size: 2.4rem;
    padding: 1rem 0;
}

.zuklappen {
    font-size:1.6rem;
    color:#396692;
}

.zuklappen-display {
    display:none;
}
.zuklappen:hover, .panel-title .accordion-toggle:hover, .panel-title a.accordion-toggle:active, .panel-title a.accordion-toggle:link, .panel-title a.accordion-toggle:hover, a.panel-title a.accordion-toggle:focus{
    text-decoration:none !important;
    outline:none;
}

 /***************************
    outlines überschreiben

***************************/

html .btn.active.focus, html  .btn.active:focus, html  .btn.focus, html .btn.focus:active, html  .btn:active:focus, html  .btn:focus {
    outline: none;
}

html  a:focus {
        outline: none;
}





 /***************************
    Print

***************************

@media print {
html body.ng-scope div main#wrapper.ng-scope aside.sidebar-left.ng-scope {
        display:none; 
    }

@page {

    }

  [class*="col-sm-"] {
    float: left;
  }

}*/
