/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ddd;
}

#page-wrapper {
    position:relative;
    top:0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background-color: white;
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#scrollToTop {
  position:fixed;
  bottom:0;
  right:0;
  color: #d0d2d3;
  background-color: #0e4194;
  padding:8px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index:1000;
}

h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.indented {
    padding-left: 15pt;
}

.acg-fa-text {
    font-size: +2;
}
.acg-fa {
    font-size: 30px;
}

.produktinfo a {
    color: #13229e !important;
    font-weight: bold;
}

#lexikon a {
    color: #13229e ;
    font-weight: bold;
}

.flreq {
    white-space: pre-wrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 13px;
}

.alptherm {
    white-space: pre;
    margin-left: -10px;
    margin-right: -10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 13px;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar;
}

.tempcols {
    width: 60px;
}

.astrotable {
    border-width: 2px;
    border-style: outset;
}
.astrotable td, .astrotable th {
    border-left:2px solid #000;
    border-right:2px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.astrotable td:first-child, .astrotable th:first-child {
    border-left: none;
    width: 60px;
}

.astrotable td:last-child, .astrotable th:first-child {
    border-right: none;
}

.nobordertable {
    border: none;
}

.centertable td, th {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.mettable {
    border-width:3px;   
    border-style:outset;
}

.mettable td {
    border-left:2px solid #000;
    border-right:2px solid #000;
}

.mettable td:first-child {
    border-left: none;
}

.mettable td:last-child {
    border-right: none;
}

.alptherm-table {
    margin-left: 15px;
}

.alptherm-table td {
    padding-right: 15px;
}

.kategorie-home {
    margin-bottom: 20px;
}

.list-group-item {
    font-size: 20px;
}

.list-group-subitem {
    font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

img {
  max-width:100%;
  height:auto !important;
}

img[usemap] {
  height:auto !important;
}

.push {
  margin-top:1em;
  margin-bottom:1em;
}

.push-top {
  margin-top:1em;
}

.push-bottom {
  margin-bottom:1em;
}

.push-2x {
  margin-top:2em;
  margin-bottom:2em;
}

.push-top-2x {
  margin-top:2em;
}

.push-bottom-2x {
  margin-bottom:2em;
}

.push-3x {
  margin-top:3em;
  margin-bottom:3em;
}

.push-top-3x {
  margin-top:3em;
}

.push-bottom-3x {
  margin-bottom:3em;
}

.center {
  text-align: center
}

.category-item img {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.container-popup {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: -1;
}

.popup {
    width: 50%;
    height: 50%;
    background: #1abcb9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1000;
}


#header {
    min-height: 80px;    
    background-color: #eee;
    position:relative;
}

#footer {
    min-height: 37px;
    border: 1px solid #eee;
    margin-left: 20px;
    margin-right: 20px;
}

#footer p {
    text-align: center;
}

#footer a {
    margin-left: 7px;
    margin-right: 7px;
}

#banner {
  display:none;
  height: 200px;
  background: url("../images/acg-banner.png") center center no-repeat;
  margin-bottom: 20px;
}

#logo {
  display:inline-block;
  max-height:31px;
}

#logo img {
  width:121px;
}

#infotxt {
    display:block;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 3px 3px 3px 3px;
    border-style: solid;
    border-color: #bdbdbd;
    font-size: 18px ;
    color: red ;
}

#infotxt > p {
    font-size: 18px ;
    color: red ;
}

.infozeile {
    font-family: monospace;
}

#header-nav {
  position:relative;
}

#header-nav-label {
  display:inline-block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size:1.5em;
  padding:7px 7px 7px 20px;
  color:#999;
  text-transform: uppercase;
  text-align:left;
}

#header-nav-menu {
  display:block;
  margin-left:20px;
  margin-bottom:20px;
}

#header-nav-menu li {
  text-align:center;
}

#header-nav .nav-pills {
  display:inline-block;
}

#header-nav .nav-pills > li {
  
}

#header-nav .nav-pills > li > a {
  border-radius: 0px;
  padding: 4px 15px;
  color: #d0d2d3;
  background-color: #0e4194;
  opacity: 0.7;
}

#header-nav .nav-pills > li > a:hover,
#header-nav .nav-pills > li > a.active {
  color: #FFF;
  background-color: #0e4194;
  opacity: 1.0;
}

#lang {
  position: absolute;
  top:0;
  right:0;
  background-color: #FFF;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 8px 4px 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  height:33px;

}

#lang.logged-in {
  right:42px;
}

#login-wrapper {
  float:none;
  clear:both;
  margin:0em 20px 20px 20px;
  background-color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#login {
  padding:10px 10px 10px 10px;
}

#login .forgotten {
  display:inline-block;
  padding-right: 20px;
}

#login .form-horizontal .control-label {
    padding-top: 4px;
}

#logout-form {
  display:inline-block;
  position:relative;
  top:-2px;
}

#user-profile-wrapper {
  position:absolute;
  top:0;
  right:0;
  width:44px;
  height:33px;
  background-color:#FFF;
  text-align:right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

#user-profile,
#user-profile input {
  font-size: .95em;
  line-height: 1.5em;
  height: 2em;
  padding: 3px 6px;
}

#user-profile {
  padding:5px 10px 5px 10px;
  height:36px;
  background-color:transparent;
  position:relative;
  cursor: pointer;
}

#user-profile-name-wrapper {
  display:none;
}

#user-profile-icon {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
}

#user-menu {
  display:none;
  position:absolute;
  right:0;
  top:33px;
  z-index:9000;
  background-color: #FFF;
  list-style-type:none;
  -webkit-box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         -4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 0px 6px 5px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}

#user-menu li  {
  display:block;
}

#user-menu li a  {
  display:block;
  width:100%;
  min-width:100px;
  padding: 2px 10px 3px 10px;
  border-bottom: 1px solid #f7f7f7;
}

#user-menu li.form-wrapper {
  padding: 10px 10px 1px 10px;
}

#user-profile:hover #user-menu {
  display:block;
}

#user-profile .form-group {
  margin-bottom:7px;
}

#main-nav ul li ul li {
    min-width: 100px;
    float: none;
}

#navi {
    display: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

#main-nav {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#main-nav ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 18px;
}

#main-nav > ul > li {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

#main-nav a {
    padding: 4px 15px;
    display: block;
    color: #666;
    background-color: white;
}

#main-nav a:hover {
    color: #336699;

}

#main-nav ul ul {
    display: none;
    font-size: 14px;
    text-transform: none;
}

#main-nav a > span {
    float: right;
    padding: 2px 9px 3px 12px;
}

#left-menu {
    display: none;
}

#left-menu span {
    display: none;
}

#left-menu ul {
    list-style-type: none;
    padding-left: 0px;
}

#left-menu ul ul {
    padding-left: 10px;
}

.menu-new {
    font-weight: bold;
    color: red;
    padding: 0px 0px;
    margin-left: 5%;
}

#main-nav a > span.menu-new
{
    display: inline;
    float: none;
}

#navi span.menu-new
{
    display: none;
}

h1 > .menu-new
{
    display: none;
}

.navi-hide {
    padding: 0px !important;
}

#main-nav a > div.navi-hide
{
    display: inline;
    float: none;
}

#navi div.navi-hide
{
    display: none;
}

h1 > .navi-hide
{
    display: none;
}

#diagonal-linien {
    display: none;
}

#content-wrapper {
    margin: 10px 5px 10px 5px;
    min-height: 300px;
}

.proz100 {
    max-width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}

.beschriftung {
    text-align: center;
}

.ballonbeschriftung {
    text-align: center;
    border: none;
    width: 60px;
}

.werte {
    text-align: right;
    width: 60px;
}

.telefon {
    color: #337ab7;
    font-size: 16px;
}


#cldtable {
    max-width: 100%;
    table-layout: fixed;
}

#wxtable {
    table-layout: fixed;
    max-width: 100%;
}

.thumbnail a {
    color: #337ab7 !important;
}

.webcam .thumbnail {
  height: 180px;
  overflow:hidden;
}

.webcam .thumbnail img {
  min-height: 100px;
}

.webcam .thumbnail .caption  {
  text-align: center;
}

.welcome {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.welcome>p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.welcome>p:last-child {
  margin-bottom:0;
}

.collapse-icon {
  display:inline-block;
}

.collapse-icon a {
  display:inline-block;
  padding-left:10px;
  color: #333;
}

.background-map {
  position:relative;
  display:inline-block;
  margin-bottom:15px;
}

.background-map > img {
  width:100%
}

.background-map > span {
  position:absolute;
  width:6.25%;
}

.background-map a {
  position:relative;
  display:inline-block;
  outline:none;
  z-index:1;
  color:black;
}

.background-map a img {
  position:relative;
  width:100%;
  height:100%;
}

.background-map a span {
  position:relative;
  display:inline-block;
  text-align:center;
}

#ballon-map a {
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

#temps-map a {
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

#temps-map a img {
  left:0px;
}

#temps-map span span {
  position:absolute;
  top:75%;
  left:-150%;
  width:400%;
  text-align:center;
}

#print-logo {
  display: none;
}

.pdf-download {
  padding: 2px 0px 2px 20px;
  background: transparent url("../images/pdf.png") left center no-repeat;
}

#accordion p a {
  text-decoration:underline;
  color:#337ab7;
}

.fa-symbol-de,
.fa-symbol-en,
.fa-legend-de,
.fa-legend-en,
.fa-info-circle,
.fa-station {
  font-size: 14px;
  color: white;
  background-color: #337ab7;
  padding: 3px;
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  vertical-align: middle;
}

.fa-info-circle:before {
  content: "more info";
}

.fa-symbol-de:before {
  content: "Symbolverzeichnis";
}

.fa-symbol-en:before {
  content: "Directory of symbols";
}

.fa-legend-de:before {
  content: "Legende";
}

.fa-legend-en:before {
  content: "Legend";
}

.title-inline,
.title-inline-info,
.title-inline-last {
  display: inline-block;
}

.title-inline, 
.title-inline-info {
  margin-bottom: 0px;
}

.title-inline-info,
.title-inline-last {
  margin-top: 0px; 
}

.title-inline-info + div {
  margin-top: 20px;
}

#mouseover-info {
  display: none;
}

.ga-flugwettervorhersage .warning-0 {
  background-color: #00ffff;
}

.ga-flugwettervorhersage .warning-1 {
  background-color: #00ff00;
}

.ga-flugwettervorhersage .warning-2 {
  background-color: #ffff00;
}

.ga-flugwettervorhersage .warning-3 {
  background-color: #ffaa00;
}

.ga-flugwettervorhersage .warning-4 {
  background-color: #ff5050;
}

.ga-ballonmet .warning-0 {
  background-color: #00ff00;
}

.ga-ballonmet .warning-1 {
  background-color: #ffff00;
}

.ga-ballonmet .warning-2 {
  background-color: #ff5050;
}

.ga-flugwettervorhersage #mouseover-windg-value {
  display: none;
}

.ga-flugwettervorhersage #mouseover-vis-bw-value {
  display: none;
}

.ga-flugwettervorhersage #mouseover-turbulence-bw-value {
  display: none;
}

.ga-flugwettervorhersage #mouseover-thermik {
  display: none;
}

.ga-flugwettervorhersage #mouseover-inversion {
  display: none;
}

.ga-ballonmet #mouseover-wind-value {
  display: none;
}

.ga-ballonmet #mouseover-gusts {
  display: none;
}

.ga-ballonmet #mouseover-vis-bw-value {
  display: none;
}

.ga-ballonmet #mouseover-turbulence-fw-value {
  display: none;
}

.ga-ballonmet #mouseover-mtw {
  display: none;
}

.ga-ballonmet #mouseover-weather-wdspr {
  display: none;
}

#taf-table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

#taf-table td,th {
    padding: 1px 5px;
    text-align: center;
    border-style: solid;
    border-color: #bdbdbd;
}

#taf-table td {
    border-width: 1px;
}

#taf-table th {
    border-width: 2px;
}

#taf-table .border {
    border-left-width: 2px;
}

#taf-table td:first-child {
    border-left-width: 2px;
}

#taf-table td:last-child {
    border-right-width: 2px;
}

.taf-warn0 {
    background-color: white;
}

.taf-warn1 {
    background-color: #ccccff;
}

.taf-warn2 {
    background-color: yellow;
}

.taf-warn3 {
    background-color: orange;
}

.taf-warn4 {
    background-color: #ff5f5f;
}

.taf-legende {
    background-color: #bdbdbd;
}

#gafor-cat {
    margin-left: 15px;
}

#gafor-cat tr {
    border: 1px solid black;
}

#gafor-cat tr:nth-child(1) {
    background-color: #92D050;
}

#gafor-cat tr:nth-child(2) {
    background-color: yellow;
}

#gafor-cat tr:nth-child(3) {
    background-color: #FFC000;
}

#gafor-cat tr:nth-child(4) {
    background-color: #FF5050;
}

#gafor-cat td {
    padding-left: 7px;
    padding-right: 7px;
}

#gafor-time {
    margin-left: 15px;
}

#gafor-time thead {
    font-weight: bold;
}

#gafor-time td {
    border: 1px solid black;
    padding-left: 7px;
    padding-right: 7px;
}

#gafor-time td:nth-child(1) {
    background-color: #CCCCFF;
}

#gafor-time td:nth-child(2) {
    background-color: #FDE9D9;
}

#fxos-time {
    margin-left: 15px;
}

#fxos-time thead {
    font-weight: bold;
    background-color: #CCCCFF;
}

#fxos-time td {
    border: 1px solid black;
    padding-left: 7px;
    padding-right: 7px;
}

#fxos-time tbody {
    background-color: #FDE9D9;
}

#tabs { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
} 
#tabs .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav li {
    margin-left: 0px;
    margin-right: -1px;
}
#tabs .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px; 
    overflow: auto;
}

.ui-widget-content div a {
    color: #337ab7;
    text-decoration: underline;
}

#sigwx > div {
    padding-left: 0px;
    padding-right: 0px;
}

#sigwx-table > div:first-child {
    display: none;
}

#sigwx-table > div {
    margin-bottom: 5px;
}

.sigwx-table-row {
    margin-left: -7px;
    margin-right: -7px;
}

.sigwx-table-row > div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
}

.sigwx-caption {
    text-align: center;
    font-size: 18px;
    background-color: #e0e0e0;
}

.sigwx-caption + .sigwx-update {
    text-align: center;
}

.sigwx-update span:first-child {
    padding-left: 7px;
    font-weight: bold;
}

.sigwx-update span:last-child {
    font-weight: bold;
}

#sigwx-fcst > div {
    margin-bottom: 5px;
}

.sigwx-img-status {
    position: absolute;
    left: 7px;
    right: 7px;
    top: 0px;
    bottom: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.sigwx-big-img-status {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 39px;
    bottom: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 36px;
    font-weight: bold;
    padding: 50px;
}

.sigwx-img-invalid {
    background-color: #808080c0;
    color: black;
}

.sigwx-img-leftBlank {
    background-color: #e0e0e0;
}

#sigwx-lvp {
    margin-top: 15px;
    margin-bottom: 34px;
    width: 100%;
    table-layout: fixed;
}

#sigwx-lvp td {
    border-width: 1px;
    text-align: center;
}

.sigwx-lvp-line {
    border-left-style: solid;
    border-right-style: solid;
    height: 15px;
}

#sigwx-lvp-box td {
    height: 57px;
    border-color: black;
    font-weight: bold;
}

.sigwx-lvp-0 {
    background-color: grey;
    border-style: solid;
}

.sigwx-lvp-1 {
    background-color: #33ff33;
    border-style: solid;
}

.sigwx-lvp-2 {
    background-color: #ffff00;
    border-style: solid;
}

.sigwx-lvp-3 {
    background-color: #ff0000;
    color: white;
    border-style: solid;
}

.sigwx-lvp-4 {
    background-color: #ff0000;
    color: white;
    border-style: solid;
}

#sigwx-fcst-table {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    table-layout: fixed;
}

#sigwx-fcst-table col:nth-child(1) {
    width: 50px;
}

#sigwx-fcst-table td,th {
    text-align: center;
    border: 1px solid black;
}

#sigwx-fcst-table tr:nth-child(odd) {
    background-color: #e0e0e0;
}

.sigwx-fcst-missing {
    background-color: grey;
}

.sigwx-warn {
    margin-top: 10px;
}

.sigwx-warning {
    background-color: #fd8383;
}

#sigwx-time {
    position: absolute;
    top: -6px;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
}

#sigwx-popup .modal-dialog {
    width: auto;
    max-width: 932px;
    min-width: 400px;
}

#sigwx-popup .modal-dialog #prevLink {
    left: 10px;
    z-index: 40;
}

#sigwx-popup .modal-dialog #nextLink {
    right: 10px;
    z-index: 40;
}

.sigwx-tab {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding:5px 10px 4px 10px;
    background-color: #e0e0e0;
    cursor: pointer;
}

.sigwx-big-image {
    position: relative;
    z-index: 5;
}

.sigwx-active-tab {
    background-color: white;
    z-index: 10;
}

#stationname {
  cursor: pointer;
}

.tawes-wind {
  position: relative;
}

.tawes-wind-data {
  position: relative;
  z-index: 0;
}

.tawes-wind-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: inherit;
  z-index: 1;
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
    #page-wrapper {        
        max-width: 960px;
        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 0px 10px 10px rgba(102,102,102,0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(102,102,102,0.2);
        box-shadow: 0px 0px 10px 10px rgba(102,102,102,0.2);
    }
    
    #login-wrapper,
    #user-profile-wrapper {
      position:absolute;
      top:0;
      right:0;
      margin:0;
      margin-bottom:20px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow:    0px 3px 15px 0px rgba(0, 0, 0, 0.2);
      box-shadow:         0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    }
    
    #login-wrapper {
      width:290px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      padding-bottom:10px;
    }
    
    #user-profile-wrapper {
      width:150px;
      padding-left:0;
    }
    
    #user-profile-icon {
      padding-right:0;
      padding-top:0;
    }
    
    #user-profile-name-wrapper {
      display:inline-block;
      padding:2px 5px 2px 5px;
      background-color: #f7f7f7;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
    }
    
    #user-profile-name {
      display:inline-block;
      width:90px;
      max-width:90px;
      text-align:left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: -5px;
    }

    #login {
      padding:10px 20px 10px 10px;
      text-align:right;
    }
    
    #user-profile {
      text-align:right;
    }
    
    #login .form-group {
      margin-bottom:7px;
    }
    
    #login,
    #login-form input {
      font-size: .95em;
      line-height: 1.5em;
      height: 2em;
      padding: 3px 6px;
    }

    #login-form label {
      font-weight: 700;
    }

    #login .forgotten {
      display:inline-block;
      padding-top:6px;
      padding-right: 10px;
      text-align: right;
      font-size: .9em;
    }
    
    #lang {
      position: absolute;
      top:0;
      right:288px;
      padding: 3px 15px 4px 8px;
    }
    
    #lang.logged-in {
      right:148px;
    }
    
    #banner {
      display:block;
    }
    
    #logo {
      display:inline-block;
      min-height:62px;
      max-height:auto;
    }

    #logo img {
      width:242px;
    }

    #diagonal-linien {
      display: block;
      height: 20px;
      background-image: url("../images/diagonal_linien.png");
      background-repeat: repeat-x;
      background-color: transparent;
    }

    #navi {
        color: #666;
        display: block;
        padding-left: 23px;
        padding-top: 9px;
        font-size:.9em;
        font-weight: bold;
    }

    #navi a {
        padding: 4px 4px;
        display: inline;
    }
    
    #navi a.link-disabled {
      color:#666;
      cursor: text;
    }
    
    #navi a.link-disabled:hover {
      text-decoration: none;
      color:#666;
      cursor: text;
    }
    
    #main-nav .container-fluid,
    #main-nav .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    
    #main-nav .navbar-nav {
      float: none;
    }

    #main-nav a {
        white-space: nowrap;
    }
    
    #main-nav a.link-disabled {
      cursor: text;
    }
    
    #main-nav .navbar-collapse > ul{
      padding-left:8px;
    }

    #main-nav ul ul {
	    border: 1px solid #ddd;
	    background-color: #FFF;
    }
    
    #main-nav > ul > li {
        float: left;
        position: relative;
        min-width: 100%; 
    }

    #main-nav > ul > li > ul > li {
        position: relative;
        min-width: 100%; 
    }
    
    #main-nav > ul > li > ul {
        min-width: 100%; 
    }

    #main-nav li:hover > ul {
        position: absolute;
        display: block;
        top: 100%;
        z-index:20;
    }

    #main-nav li li:hover > ul {
        position: absolute;
        top: 0px;
        left: 100%;
    }
    
    #main-nav a > span {
        display: none;
    }
    
    #header-nav-label {
      padding-right:60px;
    }
    
    .welcome {
      padding-top:25px;
      padding-bottom:25px;
    }
    
    #sigwx > div:nth-child(odd) {
      padding-right: 14px;
    }

    #sigwx-table > div:first-child {
      display: flex;
    }
    #sigwx-table > div {
      display: flex;
    }

    .sigwx-table-row > div {
      margin-bottom: 0px;
    }

    #sigwx-time {
      top: -32px;
    }
}

@media only screen and (min-width: 992px) {
    #left-menu {
        display: block;
    }
    
    #header-nav-label {
      padding-right:90px;
    }
    
    #scrollToTop {
      right:5px;
    }
}

@media only screen and (min-width: 540px) {
  #header-nav-label {
    display:inline-block;
  }
  
  #header-nav-menu {
    display:inline-block;
    position:relative;
    top:4px;
    margin:0;
  }
  #infotxt {
    display:inline-block;
    position:absolute;
    top:32px;
    left:244px;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.ganzweg {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.thumbdiv {
    float: left;
    position: relative;
    width: 33%;
    margin: 0;
    vertical-align: center;
    padding: 0;
}

.thumb {
    top: 0;
    left: 0;
    width: 100%;
}

.thumbtext {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    color: red;
    z-index: 20;
    font-size: 2vmin;
}

.chartheader {
    clear: both;
    display: block;
}

.login {
    float: right;
}

TD.switchon {
       padding:3px;
       border-style:outset;
       border-color:#4169e1;
       border-width:3px;
       color:#ffffff;
       background-color:#4169e1;
}

TD.switchoff {
       padding:3px;
       border-style:outset;
       border-color:#4169e1;
       border-width:3px;
       text-decoration: none;
}

.navbar-default {
    background-color: #FFF;
    border-color: #e7e7e7;
}

.navbar-toggle .icon-bar {
    display: block;
    background-color: #888;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        display: none; !important;
    }

    abbr[title]:after {
        display: none; !important;
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: auto;   !important;
        page-break-before: avoid;  !important;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .fa-info-circle {
        display: none;
    }

    #page-wrapper {
        padding-bottom: 0px;
    }

    #content-wrapper {
        margin: 0px;
        margin-top: 5px;
    }

    #print-logo {
        display: inline;
        position:absolute;
        top:-5px;
        right:0px;
        width: 130px;
    }

    #imgcontent {
        max-width: 220mm;
    }
    
    .pdf-download {
        display: none;
    }

    .alptherm {
      font-size: 60%;
      overflow-x: auto;
      -ms-overflow-style: none;
    }
}
