body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Arial, "Segoe UI";
    font-size: 14pt;
    font-weight: 100;
    word-wrap: break-word !important;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 24pt;
    color: #267f00;
    text-align: center;
    font-weight: 300;
    font-variant: small-caps;
}

h2 {
    font-size: 1.5em;
    color: #267f00;
    font-weight: 100;
}

h3 {
    font-size: 14pt;
    color: #e00020;
    font-weight: 300;
    text-align: center;
}

h4 {
    font-size: 14pt;
    color: #444;
    font-weight: 100;
}

h5 {
    font-size: 14pt;
    font-weight: 100;
    color: #e00020;
    font-variant: small-caps;
}

h6 {
    font-size: 12pt;
    font-weight: 100;
    color: #000;
}

h7 {
    color: #000;
    font-size: 12pt;
    font-weight: 100;
}

h8 {
    color: #000;
    font-size: 10pt;
    font-weight: 100;
}

a {
    text-decoration: none;
    color: #267f00;
}

a:hover {
    text-decoration: none;
    color: #e00020;
}

.select {
    border: 1px solid #267f00;
    font-family: Segoe UI, Arial, "Segoe UI";
    font-weight: 100;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 268px;
    background-color: rgba(178, 204, 130, .47);
}

.input[type="text"],
.input[type="password"],
.input[type="date"] {
    border: 1px solid #267f00;
    color: #333;
    font-size: 1.2em;
    font-family: Segoe UI, Arial, "Segoe UI";
    font-weight: 100;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 268px;
    background-color: rgba(178, 204, 130, .47);
}

.input[type="text"]:focus,
.input[type="password"]:focus,
.input[type="date"]:focus {
    border: 1px solid #f75c1a;
}

.textarea {
    border: 1px solid #267f00;
    font-family: Segoe UI, Arial, "Segoe UI";
    color: #333;
    font-size: 1.2em;
    font-weight: 100;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 268px;
    background-color: rgba(178, 204, 130, .47);
}

.errorField {
    border: 1px solid #ff0000;
    color: #000;
    font-size: 1.2em;
    font-weight: 100;
    margin: 5px 0 6px 0;
    padding: 5px;
    background-color: #d2d2d2;
    width: 220px;
}

.messagepop {
    background-color: #cbcbcb;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: absolute;
    text-align: left;
    width: 310px;
    z-index: 50;
    padding: 15px 15px 10px;
}


/*
label {
  display: block;
  margin-bottom: 3px;
  padding-left: 15px;
  text-indent: -15px;
}
*/

.messagepop p,
.messagepop.div {
    margin: 8px 0;
    padding-bottom: 8px;
    right: 35px;
}

.form-row {
    padding: 5px 0;
    clear: both;
    font-family: Segoe UI;
    font-size: 12pt;
    color: #267f00;
}


/*
.td { background: #afca0b; color: #000;}
.nowrap {white-space: nowrap;}
.trhd    { background: #afca0b; color: #fff; font-size: 12pt; font-weight: 100; }
.weiss   { background: #fbfbfb; }
.grau    { background: #cbcbcb; }
*/

.tooltip {
    position: relative;
    /*display: inline-block;
    border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 90px;
    background-color: #267f00;
    color: #fff;
    font-family: Segoe UI;
    font-size: 10pt;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -45px;
    /*Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 2s;
    -moz-opacity: 0;
    -moz-transition: opacity 2s;
    -webkit-opacity: 0;
    -webkit-transition: opacity 2s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #267f00 transparent transparent transparent;
}

.leer {
    border: 0px;
    height: 1.8em;
    width: 120px;
    color: #000;
    font-size: 10pt;
    text-align: center;
    background: transparent;
}

.abo {
    /*padding: 0.17em 1.03em 0.23em 0.97em;*/
    border: 1px solid #d2d2d2;
    /* neu für 3D*/
    border-color: #cbcbcb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 1.8em;
    width: 80px;
    color: #fff;
    background-color: #267f00;
    font-size: 8pt;
    text-align: center;
}

.abo:hover {
    color: #888;
    border: 1px solid #d2d2d2;
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #cdcdcd);
}

.frei {
    border: 1px solid #d2d2d2;
    border-color: #cbcbcb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 1.8em;
    width: 80px;
    color: #fff;
    background-color: #ebebeb;
    font-size: 8pt;
}

.frei:hover {
    color: #888;
    border: 1px solid #d2d2d2;
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #cdcdcd);
    cursor: pointer;
}

.training {
    border: 1px solid #d2d2d2;
    border-color: #cbcbcb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 1.8em;
    width: 80px;
    color: #444;
    background-color: #f7f986;
    font-size: 8pt;
    text-align: center;
}

.training:hover {
    color: #888;
    border: 1px solid #d2d2d2;
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #cdcdcd);
}

.reserviert {
    border: 1px solid #d2d2d2;
    border-color: #cbcbcb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 1.8em;
    width: 80px;
    color: #fff;
    background-color: #ff6500;
    font-size: 8pt;
    text-align: center;
}

.reserviert:hover {
    color: #888;
    border: 1px solid #d2d2d2;
    background: radial-gradient(farthest-corner at 50% 5%, #cbcbcb, #cdcdcd);
}

.table-scrollable {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
    overflow-x: auto;
    min-height: 0.01%;
    margin-bottom: 18px;
    /*overflow-y: hidden;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-left: 10px;
    margin-right: 10px;
}

.table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.scrollToTop {
    width: 25px;
    height: 25px;
    padding: 5px;
    font-size: 28pt;
    text-align: center;
    /*background: #177ed7;*/
    font-weight: 400;
    color: #267f00;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #f75c1a;
}

.row {
    margin-top: 50px;
    width: auto;
    border-top: 8px solid #267f00;
    border-radius: 5px 5px 0px 0px;
    min-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.bez {
    display: inline-block;
    width: 300px;
    font-size: 14pt;
    margin-top: 10px;
}

.bezk {
    display: inline-block;
    width: 150px;
    font-size: 14pt;
    margin-top: 10px;
}

.button {
    background-color: #267f00;
    color: white;
    /*padding: 12px 30px;*/
    height: 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.button:hover {
    opacity: 1;
}

.bar {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
    top: 0px;
    /*margin:10px 0 5px 10px;
	padding:20px;*/
}

.blog {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

#tabelle,
th,
td {
    margin: 0 auto;
    padding: 2px;
    font-family: Segoe UI, Arial, "Segoe UI";
    font-size: 14pt;
}

.nowrap {
    white-space: nowrap;
}

.trhd {
    background: #267f00;
    color: #fff;
    font-size: 14pt;
    font-weight: 100;
    cursor: default;
}

.td {
    background: #267f00;
}

.weiss {
    background: #fff;
}

.grau {
    background: #f8f8f8;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.9s;
    animation-name: fade;
    animation-duration: 1.9s;
}

.ui-helper-hidden {
    display: none;
}

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

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.2;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

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

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/*neu ab hier
/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 1500px) {
    .header {
        top: 0px;
        height: 90px;
        width: 100%;
        background: #fff;
        position: fixed;
        z-index: 9;
    }
    .navigation {
        position: fixed;
        top: 25px;
        margin-left: 250px;
        overflow: visible;
        z-index: 99998;
        width: 70%;
        background: transparent;
        font-variant: small-caps;
    }
    .main {
        margin-top: 120px;
        padding: 20px;
        border-top: 8px solid #267f00;
        opacity: 0.9;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px 5px 0px 0px;
        background: #fff;
        z-index: 2;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .main:hover {
        opacity: 1;
    }
    .footer {
        width: 80%;
        height: auto;
        padding: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-variant: small-caps;
        text-align: center;
        background-color: #fff;
        color: #444;
        position: relative;
        z-index: 2;
        border-bottom: 8px solid #267f00;
        border-radius: 0px 0px 5px 5px;
        opacity: 0.9;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .footer:hover {
        opacity: 1;
    }
    .label {
        display: inline-block;
        padding: 6px 6px 6px 6px;
        width: 300px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(29%, rgba(243, 243, 243, 1)), color-stop(68%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border: 1px solid #afca0b;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        min-height: 200px;
        margin-top: 10px;
        vertical-align: top;
    }
    .bild {
        width: 430px;
    }
    .image {
        width: 500px;
    }
    .foto {
        width: 280px;
    }
}

@media (min-width: 720px) and (max-width: 1500px) {
    .header {
        top: 0px;
        height: 120px;
        width: 100%;
        background: #fff;
        position: fixed;
        z-index: 9;
    }
    .navigation {
        position: fixed;
        top: 25px;
        margin-left: 250px;
        overflow: visible;
        z-index: 99998;
        width: 70%;
        background: transparent;
        font-variant: small-caps;
    }
    .main {
        margin-top: 140px;
        padding: 20px;
        border-top: 8px solid #267f00;
        opacity: 0.9;
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px 5px 0px 0px;
        background: #fff;
        z-index: 2;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .main:hover {
        opacity: 1;
    }
    .footer {
        width: 80%;
        height: auto;
        padding: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-variant: small-caps;
        text-align: center;
        background-color: #fff;
        color: #444;
        position: relative;
        z-index: 2;
        border-bottom: 8px solid #267f00;
        border-radius: 0px 0px 5px 5px;
        opacity: 0.9;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .footer:hover {
        opacity: 1;
    }
    .label {
        display: inline-block;
        padding: 6px 6px 6px 6px;
        width: 300px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(29%, rgba(243, 243, 243, 1)), color-stop(68%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border: 1px solid #afca0b;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        min-height: 200px;
        margin-top: 10px;
        vertical-align: top;
    }
    .bild {
        width: 280px;
    }
    .image {
        width: 280px;
    }
    .foto {
        width: 280px;
    }
}

@media (min-width: 100px) and (max-width: 760px) {
    .header {
        top: 0px;
        height: 90px;
        width: 100%;
        background: #fff;
        position: fixed;
        z-index: 9;
    }
    .navigation {
        position: sticky;
        padding: 10px;
        margin-top: 12px;
        overflow-y: auto;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        z-index: 99998;
        width: 90%;
        background: transparent;
        font-variant: small-caps;
    }
    .main {
        margin-top: 120px;
        padding: 10px;
        border-top: 8px solid #267f00;
        opacity: 0.9;
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px 5px 0px 0px;
        background: #fff;
        z-index: 2;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .main:hover {
        opacity: 1;
    }
    .footer {
        position: relative;
        z-index: 2;
        width: 90%;
        height: auto;
        border-radius: 0px 0px 5px 5px;
        border-bottom: 8px solid #267f00;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        font-variant: small-caps;
        text-align: center;
        background-color: #fff;
        color: #444;
        opacity: 0.9;
        -webkit-animation: fadein 3s;
        -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
        -o-animation: fadein 3s;
        animation: fadein 3s;
    }
    .footer:hover {
        opacity: 1;
    }
    .label {
        display: inline-block;
        padding: 6px 6px 6px 6px;
        width: 280px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(29%, rgba(243, 243, 243, 1)), color-stop(68%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 29%, rgba(237, 237, 237, 1) 68%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
        border: 1px solid #afca0b;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        min-height: 200px;
        margin-top: 10px;
        vertical-align: top;
    }
    .bild {
        width: 260px;
    }
    .image {
        width: 260px;
    }
    .foto {
        width: 240px;
    }
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

nav li {
    display: inline-block;
    /*float: left;*/
    margin-right: 1px;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

nav li a {
    display: block;
    min-width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #444;
    text-decoration: none;
    background: #fff;
}

nav li:hover a {
    background: #267f00;
    color: #fff;
}

.strong {
    background: #e00020;
    color: #fff;
    height: 40px;
    min-width: 180px;
    text-align: center;
    line-height: 40px;
}

nav li:hover ul a {
    background: #fff;
    color: #444;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
}

nav li:hover ul a:hover {
    background: #267f00;
    color: #fff;
}

nav li ul {
    display: none;
}

nav li ul li {
    display: block;
    float: none;
}

nav li ul li a {
    width: auto;
    min-width: 120px;
    padding: 0 20px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    transition: height .2s ease;
    overflow: auto;
}

nav ul li a:hover+.hidden,
.hidden:hover {
    display: block;
}


/*Menu für Mobile*/

.show-menu {
    display: none;
    position: fixed;
    text-decoration: none;
    color: #fff;
    background: #267f00;
    text-align: center;
    padding: 10px 0;
    margin-top: -95px;
    margin-left: 260px;
    width: 45px;
    border-radius: 5px;
    cursor: pointer;
}

.show-menu:hover {
    background: #e00020;
}

.show-menu:before {
    content: "";
}

.close {
    display: none;
    position: fixed;
    z-index: 99998;
    color: #fff;
    background: #267f00;
    text-align: center;
    padding: 10px 0;
    margin-top: -95px;
    margin-left: 260px;
    width: 45px;
    border-radius: 5px;
    cursor: pointer;
}

.close:hover {
    background: #e00020;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked~#menu {
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width: 760px) {
    nav ul {
        position: static;
        display: none;
        -webkit-animation: fadein 1s;
        -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
        -o-animation: fadein 1s;
        animation: fadein 1s;
    }
    /*Create vertical spacing*/
    nav li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    nav ul li,
    li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }
}


/*
.nav-down{
 right: 0px;
  transition: right 0.6s ease-in-out;
}
*/

#cookie a {
    color: #afca0b;
    text-decoration: none;
}

#cookie a:hover {
    color: #f75c1a;
}

#cookie div {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#cookie {
    outline: 1px solid #7b92a9;
    text-align: center;
    border-top: 1px solid #fff;
    background: #111;
    opacity: .75;
    color: #fff;
    position: fixed;
    margin-left: 10px;
    bottom: 10px;
    z-index: 1000;
    width: 40%;
    font-size: 12pt;
    line-height: 38px;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    background-color: #267f00;
    /*hier eingefügt*/
    font-weight: normal;
    color: #afca0b;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_888888_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    /*background-image: url(../images/ui-icons_2e83ff_256x240.png);*/
    background-image: url(../images/ui-icons_888888_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/*bis hier */

.ui-button {
    display: inlineblock;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 2.2em;
    font-size: 10pt;
    color: #fff;
    background-color: #267f00;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}


/* Interaction Cues
----------------------------------
.ui-state-disabled {
	cursor: default !important;
}*/

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    /*float: right;
	margin-left: 50px;*/
    text-align: center;
    /*float: none !important;*/
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em 2.4em .5em 0;
    /*2.4 = Abstand zwischen den Buttons*/
    cursor: pointer;
    color: #000;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Segoe UI, Verdana, Arial, sans-serif;
    font-size: 0.9em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Segoe UI, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #267f00;
    /*background: #afca0b url(../images/x.png) 100% repeat-y;*/
    color: #fff;
    font-weight: 100;
}

.ui-widget-header a {
    color: #fff;
}

table {
    /*width: 1000px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

th {
    background: #267f00;
    padding: 2px 2px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 12pt;
    font-weight: 100;
}

td {
    padding: 2px 2px;
    vertical-align: top;
    font-size: 12pt;
    font-weight: 100;
}


/*
td * {
	padding: 6px 11px;
}
*/

.even {
    background-color: #EEEEEE;
}

.hover {
    background-color: #EEEEFF;
}

th.asc {
    background-image: url(../images/asc.gif);
    background-color: #267f00;
}

th.desc {
    background-image: url(../images/desc.gif);
    background-color: #cbcbcb;
}

th {
    background-image: url(../images/default.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    text-align: left;
}

#tools {
    width: 120px;
    margin: 15px 10px 10px 10px;
}

#msg {
    padding: 4px;
    background-color: #CCCCCC;
}

#up,
#down {
    padding: 4px;
    background-color: #CCCCCC;
}


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=50);
    border-radius: 8px;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    cursor: pointer;
    font-family: Segoe UI, Arial, "Segoe UI";
    font-size: 12pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #267f00;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #267f00;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}