/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.09.2017, 09:08:00
    Author     : sschleich
*/

/*
Basic color palette:
    brown:  #87643e
    red:    #ff6e4e
    orange: #fea201
    yellow: #ffe02a
    green:  #2d5500
    blue:   #4250f4
    white:  #f5f5f5 (whitesmoke)
    grey:   #cccccc
    black: #494849    

    signal-red:   #ff9999
    signal-blue:  #4250f4
    
    light-orange: #ffcc80
    light-green:  #bfd7bd
    light-red:    #ff4500
    light-black:  #898889
*/

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

html {
    font-size: 1em !important;
    font-family: sans-serif !important;
}

body {
    padding: 0;
    margin: 0;
    background: #bfd7bd !important;
}



/*html {
    font-size: 1em !important;
    font-family: sans-serif !important;
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    background: #bfd7bd !important;
    position: relative;
    padding: 0;
    margin: 0;
}

#header {
    height: 40px;
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%
}

#footer {
    min-height: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%
}

#content_space {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:100%;    
    background-color: #f5f5f5;      
    padding: 5px 0;   
    width: 100%;
}*/

/* setup small screens */
[class*="col-"] {
    width: 100%;
    text-align: left;
    border: none;
}

[class*="col-h-"] {
    display: none;
}
#desktopNav {
    display: none;
}

#mobileNav {
    display: block;
}

span.mainmenu {
    display: none;
}

.headerNav {
    background-color: #898889;
    padding: 1px;
    font-size: smaller;
}

.col-staticHeaderTitle {
    width: 70%;
    text-align: left;
    border: none;
    float: left;
}

.col-staticStateLogo {
    width: 30%;
    text-align: right;
    border: none;
    float: left;
}

.staticTitle {
    background-color: #6f6f6f;
    background-color: rgba(111,111,111,0.8);
    color: white;
}

textarea.standard, input.standard, select.standard {
    width: calc(97% - 20px);
}

/* bigger screens */
@media only screen and (min-width: 768px) {

    /* setup bigger screen */
    [class*="col-h"] {
        display: block;
    }
    [class*="col-"] {
        float: left;
        padding: 0px 3px;
        border: none;
    }
    #desktopNav {
        display: block;
    }
    #mobileNav {
        display: none;
    }
    .headerNav {
        line-height: 26px;
        padding: 0;
    }
    span.mainmenu {
        display: inline;
    }
    textarea.standard, input.standard, select.standard {
        width: calc(99% - 20px);
    }

    /* header */
    .col-h-staticNwfvaLogo {
        width: 15%;
        text-align: left;
        padding:0;
    }
    .col-staticHeaderTitle {
        width: 70%;
        text-align: center;
    }
    .col-staticStateLogo {
        width: 15%;
        text-align: right;
        padding:0;
    }
    .col-internalNav {
        width: 70%;
        text-align: left;
    }
    .col-staticHeaderNav {
        width: 30%;
        text-align: right;
    }

    /* footer */
    .col-h-staticEzrInfo {
        width: 25%;
        text-align: left;
    }
    .col-h-staticFooterNav {
        width: 50%;
        text-align: center;
    }
    .col-staticNwfvaInfo {
        width: 25%;
        text-align: right;
    }

    /* content */
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 16.66%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.66%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.66%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.66%;
    }
    .col-12 {
        width: 100%;
    }

    .col-h1 {
        width: 8.33%;
    }
    .col-h2 {
        width: 16.66%;
    }
    .col-h3 {
        width: 25%;
    }
    .col-h4 {
        width: 33.33%;
    }
    .col-h5 {
        width: 41.66%;
    }
    .col-h6 {
        width: 50%;
    }
    .col-h7 {
        width: 58.33%;
    }
    .col-h8 {
        width: 66.66%;
    }
    .col-h9 {
        width: 75%;
    }
    .col-h10 {
        width: 83.33%;
    }
    .col-h11 {
        width: 91.66%;
    }
    .col-h12 {
        width: 100%;
    }

    .staticTitle {
        padding: 0 8px;
        background-color: #6f6f6f;
        background-color: rgba(111,111,111,0.8);
        border-radius: 0 0 10px 10px;
        font-size: larger;
        color: white;
    }
}

/* images */
.like_text img {
    width: 12px;
    height: 12px;
}

img.tableRowAction {
    height: 24px;
    width: 24px;
}

.navSvg {
    height: 24px;
    width: 24px;
}

img.mainmenu {
    height: 64px;
    width: 64px;
    border: none;
    float: left;
    padding: 5px;
}

img.imgLink32 {
    width: 32px;
    height: 32px;
}

img.imgLink24 {
    width: 24px;
    height: 24px;
}

img.imgLink16 {
    width: 16px;
    height: 16px;
}

.buttonStyle {
    width: 95%;
    margin: 5px 5px 0 5px;
}

/* general layout stuff */

.row::after {
    content: "";
    clear: both;
    display: table;
}

.bolder {
    font-weight: bold;
}

.al_l {
    text-align: left;
}
.al_c {
    text-align: center;
}
.al_r {
    text-align: right;
}

.val_t {
    vertical-align: top;
}

.val_m {
    vertical-align: middle;
}

.val_b {
    vertical-align: bottom;
}

.p0 {
    padding: 0px;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.pl1 {
    padding-left: 1%;
}

.pr1 {
    padding-right: 1%;
}

.pt1 {
    padding-top: 1%;
}

.pb1 {
    padding-bottom: 1%;
}

.ml1 {
    margin-left: 1%;
}

.mr1 {
    margin-right: 1%;
}

.mt1 {
    margin-top: 1%;
}

.mb1 {
    margin-bottom: 1%;
}

.blackBg {
    background-color: black !important;
}
.darkgrayBg {
    background-color: #999999;
}

.whiteCol {
    color: white !important;
}

.staticHeader {
    background-color: #898889;
    height: 40px;
    background-image: url(../img/buchen5.jpg);
}

.contentSpace {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 0 2px 5px 2px;
    min-height: 200px;
    height: auto;
}

.fullPage {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    height: auto;
    padding: 0;
}

.fullPage [class*="col-"] {
    float: left;
    padding: 0;
    border: none;
}

.staticFooter {
    background-color: #898889;
    color: white;
    font-size: smaller;
}

.headerNav a, img {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    color: white;
}

.col-internalNav a {
    /*padding-left: 3px;*/
}

.col-internalNav a:before {
    content: "\a0\2022\a0";
}

.col-internalNav a.active {
    color: #333333;
    background: #f5f5f5;
    font-weight: bolder;
    font-size: medium;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px 2px 0 0;
}

.col-internalNav a:first-child:before, .col-internalNav a.active:before, .col-internalNav a.active + a:before {
    content: "";
}

.col-staticHeaderNav img {
    margin: 1px 5px;
    /*    width: 24px;
        height: 24px;*/
}
.staticFooter a {
    text-decoration: none;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.col-h-staticFooterNav a:before {
    content: "\a0\2022\a0";
}

.col-h-staticFooterNav a:first-child:before {
    content: "";
}

/* welcome page */
.stateEmblem {
    width: 200px;
}
.stateEmblem:hover {
    transform: scale(1.05);
}

.wPage a {
    color: black;
}

/* user feedback overlay */
.opaque {
    background-color: #6f6f6f;
    background-color: rgba(111,111,111,0.8);
    border-radius: 0 0 10px 10px;
}

div.full_cover{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

div.full_cover_visible{
    position: relative;
    margin-top: 10px;
    background-color: #f5f5f5;
    z-index: 2;
}

div.full_cover_visible_user_response{
    position: relative;
    margin-top: 40px;
    background-color: #f5f5f5;
    z-index: 2;
}

div.full_cover_visible_user_response_1{
    position: relative;
    margin-top: 40px;
    background-color: #bfd7bd;
    z-index: 2;
}

div.full_cover_visible_user_response_2{
    position: relative;
    margin-top: 40px;
    background-color: #ff4500;
    z-index: 2;
}

div.full_cover_visible_user_response_3{
    position: relative;
    margin-top: 40px;
    background-color: #2d5ece;
    z-index: 2;
}

span.user_msg{
    display: block;
    font-size: 110%;
    padding: 1%;
}
input.user_dialog_submit{
    margin: 1%;
    display: inline;
}

input.seperatedSubmit {
    margin: 1%;
    display: block;
}

form.user_dialog_submit{
    display: inline;
}

/* general */
.pageHeadline{
    font-weight: bold;
    font-size: x-large;
    color: #87643e;
    display: block;
    padding: 5px 0 5px 0;
    width: 100%;
}

.headlineLink {
    color: #87643e;
}

.headline{
    font-weight: 500;
    font-size: large;
    color: #494849;
    display: block;
    padding: 5px;
    width: 100%;
}

.subHeadline{
    font-weight: 500;
    font-size: larger;
    color: #494849;
    display: block;
    padding-top: 10px;
    width: 100%;
}

span.payAttention {
    display: block;
    color: red;
    font-size: larger;
}

a.like_text {
    text-decoration: none;
    border: none;
    color: inherit;
}

span.linkSpan {
    display: block;
    padding: 5px 0;
    width: 100%;
}

.subInput {
    font-size: smaller;
    display: block;
    padding: 5px;
    width: 100%;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 5px;
}

.table_row {
    display: table-row;
    text-align: center;
}

.table_cell {
    display: table-cell;
}


span.mainmenu {
    padding: 5px;
    float: left;
    height: 64px;
}

div.mainmenu {
    background-color: #fce9cf;
    padding: 10px;
    text-align: left;
    border: 1px solid black;
}

div.mainmenu:hover {
    background-color: #f7c987;
    box-shadow: 0 0 8px -1px rgba(0,0,0,1);
    transform: scale(1.05);
}

/* form stuff */

.form_title {
    display: block;
    margin-top: 5px;
    /*font-size: small;*/
}

.form_ctrl{
    margin: 5px 1% 10px 5px;
    text-align: left;
}

.form_ctrl_delete{
    margin: 10px 1% 10px 20px;
    text-align: left;
    color: red;
}

form.inline {
    display: inline-block;
}

label.standardInfo {
    display: block;
    margin: 5px;
}

label.standard, label.standard_no_dots {
    /*font-size: small;*/
    display: block;
    margin: 10px 5px 2px 5px;
}

label.standard::after {
    content: ":";
}

textarea.standard, input.standard, select.standard {
    display: inline-block;
    margin: 0 2px;
    padding: 4px 2px;
    border: 1px solid grey;
}

input.standard_file{
    display: inline-block;
    margin: 0 2px;
    padding: 4px 2px;
    width: 90%;
}

textarea.full, input.full, select.full {
    display: inline-block;
    padding: .5%;
    border: 1px solid grey;
    width: 95%;
}

span.required_input {
    width: 20px;
    display: inline-block;
    background: url(../img/star.svg) no-repeat center left;
    background-size: 12px 12px;
}

span.optional_input {
    width: 20px;
    display: inline-block;
}

option.available {
    color: #4250f4;
}

.faulty {
    background-color: #ff9999;
}

label.list {
    display: block;
    margin-bottom: 8px;
}

/* result tables */

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table img {
    border: none;
}

/*#orderRow {
    border-bottom: 2px solid #898889;
}*/

.infoTable {
    width: 80%;
    margin-left: 10%;
    border-collapse: collapse;
    /*font-size: 80%;*/
    word-wrap: break-word;
}

.infoTable tr:nth-child(odd){
    background-color: #ffcc80;
}

.scrollable_table_body tr:nth-child(odd){
    background-color: #ffcc80;
}
.scrollable_table_body tr {
    border-bottom: 1px solid black;
}

.scrollable_table_body td, infoTable td{
    height: 60px;
}

.infoTable tr:nth-child(even){
    background-color: #f5f5f5;
}

.scrollable_table_body tr:nth-child(even){
    background-color: #f5f5f5;
}

.scrollable_table_head {
    width: calc( 100% - 1em );
    font-size: small;
    background: #cccccc;
    background: linear-gradient(to bottom, rgba(204,204,204,1), rgba(255,0,0,0));
}

.scrollable_table_body {
    width: 100%;
    /*font-size: small;*/
}

.scrollable_table_bodydiv {
    width: 100%;
    overflow-y: scroll;
    height: 1px;
    border-bottom: 2px solid #898889;
    border-top: 2px solid #898889;
}

.scrollable_table_head th {
    text-align: center;
    padding-top: 2px;
}

.scrollable_table_head td {
    text-align: center;
}

.scrollable_table_body td {
    text-align: center;
}

.scrollable_table_body img {
    padding: 0 2px;
    /*    height: 32px;
        width: 32px;*/
}

input.chkbAktion{
    vertical-align: middle;
    transform: scale(1.1);
}

.standard_height {
    max-height: 450px;
    min-height: 50px;
    height: auto;
}

.extended_height {
    max-height: 700px;
    min-height: 50px;
    height: auto;
}

.left_aligned {
    text-align: left;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.infoDataTable {
    width: 95%;
    margin: 5%;
    border-collapse: collapse;
    /*font-size: 80%;*/
    word-wrap: break-word;
}

.infoDataTable tr:nth-child(odd){
    background-color: #ffcc80;
}


.infoDataTable tr:nth-child(even){
    background-color: #f5f5f5;
}

.infoDataTable tr:first-child{
    background-color: #cccccc;
}

span.noData {
    font-weight: 600;
    color: #898889;
    display: block;
}

.table_row {
    display: table-row;
    text-align: center;
}

.table_cell {
    display: table-cell;
}

.infoCol {
    width: 100%;
    margin-left: 1%;
    border-collapse: collapse;
    /*font-size: 80%;*/
    word-wrap: break-word;
}

.infoCol tr:nth-child(odd){
    background-color: #ffcc80;
}

.infoCol tr:nth-child(even){
    background-color: #f5f5f5;
}

tr.markLocked {
    background-color: #ef5050 !important;
}
tr.markInactive {
    background-color: grey !important;
}
tr.markArchived {
    background-color: blue !important;
}
div.table_action {
    display: table;
    font-size: small;
    float: left;
    height: 20px;
    padding: 10px 0;
}

div.table_action select {
    max-width: 350px;
}

.subTableAction {
    padding: 10px 0px;
    text-align: center;
    font-size: larger;
    background: #85CCB1;
    background: linear-gradient(to right, rgba(255,0,0,0), rgba(133,204,177,1), rgba(255,0,0,0));
}

.subTableAction select{
    max-width: 350px;
    padding: 2px;
    font-size: medium;
}

.subTableAction input{
    font-size: medium;
}


/* help */
.helpHeadline {
    font-weight: 700;
    font-size: x-large;
    color: #494849;
    display: block;
    padding: 5px 0px;
    width: 100%;
}
.subHelpTitle{
    font-weight: 600;
    font-size: larger;
    color: #494849;
    display: block;
    padding: 5px 0;
    width: 100%;
}

.helpImg {
    max-width: 100%;
}

.helpMainTheme {
    padding: 5px 10px;
    background: #85CCB1;
    background: linear-gradient(to bottom, rgb(204,204,204), rgb(245,245,245));
}

.helpSubTheme {
    border-bottom: 2px solid gray;
    padding: 5px 0 10px 0;
}

.charIndex {
    padding: 0 3px;
}

.imgLink {
    border: none;
    padding: 0 3px;
}

/*map */

.map {
    border-bottom: 1px solid #898889;
}

.mapcontrol {
    background-color: #4250f4;
    background-color: rgba(0,60,136,0.75);
    border-radius: 0 0 10px 10px;
    color: white;
    width: 70%;
    position: absolute;
    top: 67px;
    left: calc(50% - 35%);
    text-align: center;
}

#mapcontroltrigger:hover {
    cursor: pointer;
}
#advancedControls {
    padding: 2px;
}

.mapPopupImg {
    margin: 2px 3px;
}

.mapPopupImg img {
    width: 24px;
    height: 24px;
}

.popupInfo {
    max-height: 450px;
    overflow-y: auto;
}
.popupItem {
    padding: 10px;
    border-bottom: 2px solid #cccccc;
    display: table;
    width: 100%;
    text-align: center;
}
.popupItem:only-child, .popupItem:last-child {
    border: none;
}
.popupItemInfoHead {
    display: table-cell;
    width: 50%;
    font-size: larger;
    color: #87643e;
}
.popupItemInfo {
    display: table-cell;
    width: 50%;
    font-size: smaller;
    vertical-align: middle;
}

/* messages */

.info_underlined {
    text-decoration: underline;
}

.present_message {
    background-color: white;
    padding: 3px;
    margin-top: 10px;
    min-height: 80px;
}

/* small screens */

/* source: https://codepen.io/erikterwan/pen/EVzeRP*/

.navSepHB,.navSepIMG {
    display: inline-block;
    vertical-align: middle;
}

.navSepIMG img{
    padding: 0 2px;
}

#mobNav {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

.navSepHB span {
    display: block;
    width: 32px;
    height: 4px;
    margin: 3px;
    position: relative;
    background: #ffcc00;
    border-radius: 2px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.1s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.2s ease;
}

.navSepHB span:first-child {
    transform-origin: 0% 0%;
}

.navSepHB span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ .navSepHB span:nth-child(1) {
    transform: rotate(45deg) translate(3px, -2px);
    width: 23px;
}

#menuToggle input:checked ~ .navSepHB span:nth-child(2) {
    opacity: 0;
}

#menuToggle input:checked ~ .navSepHB span:nth-child(3) {
    transform: rotate(-45deg) translate(0, 0);
    width: 23px;
}

#menu {
    position: absolute;
    min-width: 200px;
    width: auto;
    margin: 0 0 0 -10px;
    padding-left: 25px;
    padding-top: 10px;
    background-color: #898889;
    color: white;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu a {
    display: block;
    padding: 5px 0;
}

#menu a:before {
    content: "\2022\a0";
}

#menuToggle input:checked ~ ul {
    transform: none;
}

/* Datepicker */
.calendar {
    /*font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;*/
    font-size: 0.9em;
    background-color: #EEE;
    color: #333;
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow:8px 8px 4px #666;
    padding: 0.2em;
    width: 14em;
}
.calendar .months {
    background-color: #F6AF3A;
    border: 1px solid #E78F08;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding: 0.2em;
    text-align: center;
}
.calendar .prev-month,
.calendar .next-month {
    padding: 0;
}
.calendar .prev-month {
    float: left;
}
.calendar .next-month {
    float: right;
}
.calendar .current-month {
    margin: 0 auto;
}
.calendar .months .prev-month,
.calendar .months .next-month {
    color: #FFF;
    text-decoration: none;
    padding: 0 0.4em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
    background-color: #FDF5CE;
    color: #C77405;
}
.calendar table {
    border-collapse: collapse;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}
.calendar th {
    text-align: center;
}
.calendar td {
    text-align: right;
    padding: 1px;
    width: 14.3%;
}
.calendar td span {
    display: block;
    color: #1C94C4;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: 0.2em;
    cursor: pointer;
}
.calendar td span:hover {
    color: #C77405;
    background-color: #FDF5CE;
    border: 1px solid #FBCB09;
}
.calendar td.today span {
    background-color: #FFF0A5;
    border: 1px solid #FED22F;
    color: #363636;
}

/* End Datepicker*/