/*===========================================================================
C S S  definitons
Klimaprodukte
============================================================================ */


      
       /* The sidebar menu */
.sidenav-klima {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 360px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 100px;
}

/* The navigation menu links */
.sidenav-klima a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 23px;
/*  font-weight: bold;  */
/*  color: #818181;*/
  color: lightgray;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav-klima a:hover {
  color: white;
}



/* Style page content */
.main-klima {
  margin-left: 360px; /* Same as the width of the sidebar */
  padding: 20px 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav-klima {padding-top: 15px;}
  .sidenav-klima a {font-size: 18px;}
} 



.header-klima{
  width: 100vh;
  }

.h4-klima-carousel {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20;
    font-weight: bold;
}


.ul-klima{
  list-style-position: "inside;"
}


.a-klima {
/*Old design:*/    
/*  color: darkgreen;*/
color: "#0066CC";
  }

      
      .hr-klima { 
        background-color: #006400; 
        height: 1px; 
        margin-top: 50px; 
        margin-bottom: 0px;
        margin-left: 0px; 
        margin-right: 0px 
      }
      .hr-klima2 { 
        background-color: #006400; 
        height: 1px; 
        margin-top: 10px; 
        margin-bottom: 10px;
        margin-left: 0px; 
        margin-right: 0px 
      }

      span.centerImage {
        text-align: center;
      }
      
      .h2-klima {
        margin-bottom: 20px;
      }

      .h4-klima {
        margin-top: 30px;
        margin-bottom: 15px;
      }
      .h4-klima2 {
        margin-top: 10px;
        margin-bottom: 10px;
      }
      


      .p-klima {
  font-size: 17px;
}


.info_selected {
  font-size: 20px;
  }


     .table_variables th, .table_variables td {
         font-size: 17px;
         padding: 10px;
         valign: top; 
         text-align: left;
      }
     .table_simulations th, .table_simulations td {
         font-size: 16px;
         valign: top; 
         text-align: left;
      }
    
      
      
      
      
      
      
      
      

      
/*      .verticalcenter {
        vertical-align: middle;
      }*/
      
/*      li {
        padding-bottom: 10px;
      }*/
      
      
      /*
    
      .read-more-state {
        display: none;
      }
      .read-more-target {
        opacity: 0;
        max-height: 0;
        font-size: 0;
      }
      .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        font-size: inherit;
        max-height: 999em;
      }
      .read-more-state ~ .read-more-trigger:before {
        content: '... read more';
      }
      .read-more-state:checked ~ .read-more-trigger:before {
        content: 'Close';
      }
      .read-more-trigger {
        cursor: pointer;
        display: inline-block;
        padding: 0 .5em;
        color: #666;
        font-size: 0.9em;
        line-height: 2;
      }
      .modal-open .navbar-fixed-top,
      .modal-open .navbar-fixed-bottom {
        padding-right: 15px;
      }
      #linkspecial {
        color: #5dade2;
      }
      */
      
.headings-klima {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  }
.headings-klima2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  }


.collapsible-klima {
  background-color: gray;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
}
  
.collapse-klima {
  text-align: justify;
  width: 100%
}

.active, .collapsible-klima:hover {
  background-color: #555;
}

.collapsible-klima:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.dropdown-header-klima {
font-weight: bold;
font-size: 16px;
color: black;
}
.dropdown-toggle-klima {
font-weight: bold;
font-size: 18px;
}
.dropdown-menu-arrow-klima {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow-klima:before,
.dropdown-menu-arrow-klima:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 0;
  border-width: 17px 18px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow-klima:after {
  bottom: -18px;
  right: 0;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow-klima:before {
  bottom: -17px;
  right: 0;
  border-bottom-color: rgba(0,0,0,.15);
}

.dropdown-menu-klima {
  border-width: 4px;
  border-style: solid;
  border-color: black;
}
