/*Werner Wohnbau Cascading Style Sheets
*
* Author: Carsten Nelke
*
*/
@font-face {
    font-family: 'Futura Lt BT';
    src: url('../fonts/FuturaBT-LightItalic.woff2') format('woff2'),
         url('../fonts/FuturaBT-LightItalic.woff') format('woff'),
         url('../fonts/FuturaBT-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'werner';
    src: url('../fonts/FuturaLT-Bold.woff2')  format('woff2'),
         url('../fonts/FuturaLT-Bold.woff')  format('woff'),
         url('../fonts/futuralt-bold.ttf')  format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'wwicon-big';
    src: url('../fonts/Icon_Gross.woff')  format('woff'),
         url('../fonts/Icon_Gross.ttf')  format('truetype');
}


.buttonlink, .buttonlink:hover, .buttonlink:visited {
    text-decoration: none;
    color: #3C3C3C;
}
.ww-hover:hover {
    background: #7a0000;
}

.ww-hover {
  vertical-align: top;
}

.red-background {background-color:#7a0000;}
.white {color:#ffffff;}

hr { 
    margin-top: 0.5em;
    margin-bottom: 0.5em;
} 

h1, h2 {
    /*font-weight: 800 !important;*/
    font-family: 'werner', sans-serif !important;
    font-weight: bold;  
}

.iconfont-big {
    font-family: 'wwicon-big';
    font-size: 5em;
}
.iconfont-sm {
    font-family: 'wwicon-big';
    font-size: 3.5em;
}

body {
    background-color: #7a0000;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='777' height='480'><rect id='backgroundrect' bottom='0' width='100%25' height='100%25' x='0' y='0' fill='%23D40D22' stroke='none'/><g class='currentLayer' style=''><title>Layer 1</title><path fill='%23990000' stroke='none' stroke-width='2' stroke-linejoin='round' stroke-dashoffset='' fill-rule='nonzero' marker-start='' marker-mid='' marker-end='' id='svg_1' d='M-1.4978183465552608,479.22732327649925 L-1.4978183465552608,398.3529816396557 L547.6824956259478,479.22732327649925 L-1.4978183465552608,479.22732327649925 z' style='color: rgb(0, 0, 0);' class='' fill-opacity='1'/><path fill='%23990000' stroke-width='2' stroke-linejoin='round' stroke-dashoffset='' fill-rule='nonzero' marker-start='' marker-mid='' marker-end='' id='svg_4' d='M618.6633460350938,556.7000273210717 L618.6633460350938,320.6344684706375 L700.0840887719626,556.7000273210717 L618.6633460350938,556.7000273210717 z' style='color: rgb(0, 0, 0);' class='' transform='rotate(-90 659.3737182617188,438.66723632812494) '/></g></svg>");
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
    color: #3b3b3b;   
}

.loginfooter {
    color: #FFFFFF;
    font-size: 0.9em;
}

.footerlink, .footerlink:hover, .footerlink:visited {
    text-decoration: none;
    color: white;
}

footer {
    position: fixed;
    left: 3%;
    bottom: 3%;
}

.has-badge[data-count]:before{
  content: attr(data-count);
  padding:.3em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
}


#buttonnav {
    padding-top:20px;
    padding-bottom: 20px;
    margin-bottom:20px;
    align-content: center;
    text-align: center;
}

.anmeldeinfo {
    color: white;
    text-align: right;
}
.ww-capital {
    text-transform: uppercase;
    
}
.ww-boldheadline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
}
.ww-table-rounded {
    border-radius: 10px;
}
.ww-table-rounded th {
    border-top:0px !important;
}
.clickable-row{
    cursor:pointer;
}
.ww-roles-item {
    margin-bottom: 10px;
    text-align: left;
    color: white;
    padding-left:25px;
}
@media only screen and (max-width: 600px) {
    /*Styles für Smartphones*/
    .navbtn-ww {
        border:none;
        width:49%;
        margin-bottom:4px;
        min-height:50px;
        padding: 4px;
        font-size:1.5em;
        border-radius: 2px;
    }
}



/*APP Styles*/
#app {
    padding:0px;
}
.projectname {
    color:white;
    font-size: 1.3em;
    text-align: center;
    overflow: hidden;
    transition: 400ms ease-in-out
}
.warnung {
    color: rgb(173, 0, 0);
    background-color: white;
    transition: 400ms ease-in-out;
}
.text-storniert {
    text-decoration: line-through;
}
/*User Interface*/

.icon-dokumente,
.icon-infos, .icon-plaene,
.icon-kwl {
    color: white;
    background-color: #D40D22;
    background-size: auto 131.6359px;
    background-position: center;
}
.icon-maengel:hover, .icon-dokumente:hover,
.icon-infos:hover, .icon-kwl:hover,
.icon-plaene:hover {
    color: rgb(173, 0, 0) !important;
    background-color:white;
    background-size: auto 131.6359px;
    background-position: center;
}
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    color: white;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(173, 0, 0);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
