body {
    font-family: Arial;
    margin: 0;
    display: block;
    line-height: 1.2;
}

#loader {
    text-align: center;
    display: block;
}

#screenshot {
    display: block;
}

.navSpace {
    overflow: auto;
}

.newTable td td {
}

.replace {
    width: 40px!important;
}

.no_border {
    border-style: hidden;
}

.new_input {
    /*height: 17px;*/
    width: 40px;
    font-size: 15px;
    border-radius: 4px;
    padding: 6px 6px 6px 6px;
    margin-right: 15px;
    margin-left: 15px;

    -webkit-box-shadow:inset 0 0 0 #fff;
    -moz-box-shadow:inset 0 0 0 #fff;
    box-shadow:inset 0 0 0 #fff;

    border: 1px;
    border-style: solid;
    border-color: #aaa;

    text-align: center;
    margin-top: 10px;
}

.new_select {
    height: 33px;
    font-size: 16px;
    border-radius: 4px;
    padding: 6px 6px 6px 6px;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.ontop {
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #cccccc;
    background-color:rgba(0,0,0,.5);
    color: #aaaaaa;
    opacity: 1.0;
    filter: alpha(opacity = 100);
    display: none;
}


#popup {

    width: 700px;
    height: 400px;
    position: fixed;
    border-radius: 3px;
    color: #000000;
    background-color: #ffffff;
    /* To align popup window at the center of screen*/
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    max-height: 400px;
    overflow-y: auto;
}



.newTable {
    width: 95%;
    font-family: "Roboto";
    font-weight: normal;
    color: #525252;
    margin: 20px;
    text-align: center;
    border-style: solid;
    border-color: #C4C4C4;
    border-width: 1px;
    border-radius: 4px;
}

.newTable th {
    padding-top: 6px;
    padding-left: 15px;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-style: solid;
    border-bottom-color: #C4C4C4;
    border-width: 1px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 800;
    letter-spacing: 0.02em;
    height: 26px;
    text-align: left;
    color: #000;
}

.dienstplan {

}

.slicknav_menu {
    z-index: 10000000000;
    position: fixed;
    width: 100%;
}

.dienstplan td {

    padding: 0;
}

.newTable td {
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.newTable2 td {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}



.print_msg_class {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    background-color: rgba(150, 150, 150, 1);

    text-align: center;
    border: 1px solid #0b0e07;

    color: #fff;

    width: 400px;
    padding: 35px;
    margin: auto;
}

.newEditClass {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    font-size: 13px;
    padding: 1px 0;
    text-decoration: none;

    border: 1px dashed #0b0e07;

    text-align: center;
    height: 20px;
    outline: none;
}

.rotate {
    background-color: transparent !important;
    /* FF3.5+ */
    -moz-transform: rotate(-90.0deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90.0deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90.0deg);
    /* IE6,IE7 */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90.0deg);
}

td div.left {
    text-align: left;
}

td div.center {
    text-align: center;
}

.modernTxt {
    width: calc( 100% - 8px );
    padding: 7px 12px;
    margin: 8px 4px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Roboto, serif;
}

.myButtonLogin {
    -moz-box-shadow: inset 0 -3px 7px 0 #29bbff;
    -webkit-box-shadow: inset 0 -3px 7px 0 #29bbff;
    box-shadow: inset 0 -3px 7px 0 #29bbff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
    background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa', GradientType=0);
    background-color: #2dabf9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 #263666;
}

.myButtonLogin:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background: -moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9', GradientType=0);
    background-color: #0688fa;
    cursor: pointer;
}

.linktxt {
    cursor: pointer;
    color: #0000FF;
}

.myButtonLogin:active {
    position: relative;
    top: 1px;
}

.input_label {
    vertical-align: middle;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    background: #EEE;
    border: 1px solid #CCC;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #FFF;
    display: inline-block;
    height: 42px !important;
    line-height: 36px;
    margin-right: 0;
    width: 40px !important;
}

.spacer {
    height: 52px;
    display: none;
}

@media screen and (max-width: 60em) {

    .input_label {
        height: 42px;
    }

    .spacer {
        height: 52px;
        display: block;
    }
}

#contact input[type=text] {
    vertical-align: middle;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0 5px 5px 0;
    color: #333;
    font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    height: 42px !important;
    line-height: 24px;
    margin: 0px 8px 0px -5px;
    outline: none;
    padding: 0 3px;
    width: 250px;
    /*	*padding-top:40px;/*IE7 and IE6*/
    /*	*height:42px;/*IE7 and IE6*/

}

#contact2 input[type=password] {
    vertical-align: middle;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 0 5px 5px 0;
    color: #333;
    font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    height: 42px;
    line-height: 24px;
    margin: 0px 8px 0px -5px;
    outline: none;
    padding: 0 3px;
    width: 250px;
}

.pwd label {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAYAAAALHW+jAAABLWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAACjPY2BgMnB0cXJlEmBgyM0rKQpyd1KIiIxSYD/PwMbAzAAGicnFBY4BAT4gdl5+XioDKmBkYPh2DUQyMFzWBZnFQBrgSi4oKgHSf4DYKCW1OBlopAGQnV1eUgAUZ5wDZIskZYPZG0DsopAgZyD7CJDNlw5hXwGxkyDsJyB2EdATQPYXkPp0MJuJA2wOhC0DYpekVoDsZXDOL6gsykzPKFEwtLS0VHBMyU9KVQiuLC5JzS1W8MxLzi8qyC9KLElNAaqFuA8MBCEKQSGmAdRooclAZQCKBwjrcyA4fBnFziDEECC5tKgMFhdMxoT5CDPmSDAw+C9lYGD5gxAz6WVgWKDDwMA/FSGmZsjAIKDPwLBvDgDCs0/+1ia4KQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB94EGQgfN0eFkwMAAAOoSURBVDjLlZRfSGRVHMe/59xpRucPozPmgiUJK4tZRGAx7YMFJpNERQwE+yIEvm2s5jQDPvhkDhL3DoPYwyCkQo89hJAUupG9SCxFbfWikrpBItxxaubeq3fmnnt+PTS3XBld+8KBwzmHz/n9Z0QExhgAQFVVv8/niwIIEBEASM65adu2OTU1JQFgcnIShUIBF4l5G1VVr0ej0XeCweAdv9/fxTkHEYGI1kzT/OTg4ODuzMyMQUQYHx/HwsLCxcB8Pv9MW1vbxx0dHc92d3f/2d7e3qMoymNCCJTLZei6Trqua9vb2x/mcjnjrFfnxefn51tDoZAWjUY7gsHgWLlcvnV4eKjt7Oxgb28PpmkiFAqxWCz2fk9Pz20AYIxhbm6uuYWFQuG1WCz2RSQSGU+lUkUAtLm5+bhlWTu2bbcxxuAtwzB+1nX9rXQ6/eCiGPo45+OKoshqtUq5XA77+/tM1/UTIYTfcZz/fmYMUsrriqIMAVi+EMgYe8W2bT8RjXV2dt6LRCK/WZaVr9frwfOPiSgE4GlcIp+UMmjbNgC8AOAHRVFgGEbToDeyjkuBruvuMsZuPOqhJ9d1jy+750S0LISAlPKRy3Xdw3q9vj00NOS7FCiltK4AJCHEj/F4fDSVSk2ebYqHgACOGWNpAE4zt70zIrofDoc/6uvre763t3cun89/0AyobGxsyOHh4V8BlBsZDADwNSwQACwi+oYx9ovruj8lk8n7p6enNwG8kUgk7PX19e8A0NLSElZXV6FomoZsNusmk8l7AL4G8ABABcDvADaJ6EvO+bV4PP52MBh8dWtrqzgwMPBttVp9GcDrg4ODlVKp9H2xWKTFxcV/4qCqKrLZrDckWMNKCCFCra2tn0cikcFAIAAAME1z9/j4+M2RkZFru7u7y5VKJW5Z1p10Ov3p+WnzL9RTf38/m5iYGGtpabntOM4TRNQJALZt/6Hr+ouJROKpo6Ojz05OTkK1Wu1WJpNZb5qp2dlZTE9PAwBWVlZ8iqIEDMN4V0q54BkhhDisVqs3u7q6ErVabblWq0kpZYI3A3owACiVSmJ0dNSybdt0HOcvx3FqQggC0BUOh7+qVCpDQgjGOY8wxvIMV1Q+n3+Sc/4SgOeI6D0AMa+svDYlIvtKQE3TWCaToUasewGsAbjhTSEPSkSn/AowZDIZ0jTNOzoCUGyMsLtnCh8A5q/s8lmpqtrSKK12AAkAcQBVAGvsf4IeKi1VVb325QAkAPk3t0wECSiCMbwAAAAASUVORK5CYII=) no-repeat 6px center;
}

.user label {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAABLWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAACjPY2BgMnB0cXJlEmBgyM0rKQpyd1KIiIxSYD/PwMbAzAAGicnFBY4BAT4gdl5+XioDKmBkYPh2DUQyMFzWBZnFQBrgSi4oKgHSf4DYKCW1OBlopAGQnV1eUgAUZ5wDZIskZYPZG0DsopAgZyD7CJDNlw5hXwGxkyDsJyB2EdATQPYXkPp0MJuJA2wOhC0DYpekVoDsZXDOL6gsykzPKFEwtLS0VHBMyU9KVQiuLC5JzS1W8MxLzi8qyC9KLElNAaqFuA8MBCEKQSGmAdRooclAZQCKBwjrcyA4fBnFziDEECC5tKgMFhdMxoT5CDPmSDAw+C9lYGD5gxAz6WVgWKDDwMA/FSGmZsjAIKDPwLBvDgDCs0/+1ia4KQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB94EGQgiAnveH54AAAKcSURBVDjLlZTPa9RAFMe/SbZ02aal6ELjQWgPCipUW6hIe1D8DwS92otgD6Wl0m3tcUsLLaFHwVMv/gmKB9d/QPZSPIjgQaEsUtyY/dVJMjNvxouzxHS3Wx8MgZm8T75v3vfFQiZ830epVML6+vrQ5OTkouu6LwqFwg3O+c8oil7X6/VXW1tbgXkvGzn0iampqQ/z8/MPhoeHEUURGGNX2u12uVAoPPV9/57jOPVeeU52o1KpYG9v7+Xc3NwzIkIYhgjDEK1WC6enp5BSXlJKXVpdXX3r+z4qlco/+VYWuLS0NLSwsHA0MTFxkzEGzjmSJIEQAlJKEBGEEFhZWbF6KbSzG57nFSzLGgmCAM1ms6ssiiLEcQzOOYgI+/v7V3sBz9yhUirqdDrctm0QUXcppcw5tNbY3Nw8vpDC7e1tzhh7nyRJt9Q0WGsNrfU744hsWP26fHBwcATg9l9A+igCcKtUKn2/kELz1U6n80hK+VFrXQPQAvALwCcienh4ePjjvxSWy+WN2dnZrfHx8aBarVYZY18sy3Ly+fwdz/PuhmH4bXl5+X6v3DPA3d3dazMzM5+np6fzzWYTSZIgCAJwzuE4TrfTtVrNX1tb2xhYcrFYXPQ8L39ycoJGo4FGowEpJaSUaLfbYIwhjmO4rvt4Z2fHHWgb27afCCEQRRHSnTbLmJuILo+OjhYBdM4F5nK5661WC0mSgHPeBRFRV6lSCkTkaq1HBirUWsOMXBqWNblSylZKDQ0EmnI55+nyDCRtbmitrYFAKSXiOO6WaCBm5Myzn0vOAIlICyGsNMwoMjADzExQ359DWwgxZkBpZWlIL1g/YCilHEurOUeVNdDYSqnf2fs6RxUNBGqtn0spjzPdzMIIwBsAX7P5fwBJpkQZ67Gl+QAAAABJRU5ErkJggg==) no-repeat 6px center;
}

.email label {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/lJREFUeNrMVllIW1kYTtJojDHGxtE4EWNcSqwBBwe0QR3bp0ZRIfggVCoFlSoFZWBgqBRxEBlEW6iifRJ8UOpSo0jjQ1uxmReXse67Rm0UG+MW97jFO995uBKceKOFgTlwuOS7/znff//l+8OmKIr1Xy/Od5zhYvNuesDpOjo6ChgbG3s8Ojqasrq6Kj87O+Pw+fwdmUw2GB0dXRscHPyR6TzbSbjY/f39z1tbW//Y2Ni4pVAo2rA/i0Qis9VqFRkMhl/m5uYSlUplb0ZGxhM3N7cdh7cQEkf7/Pyc39zc3JKenk6VlZXVLy8vyxzZra2t+eF9W0lJydDx8bHAkc1VJOympiZtamoqVV9f/+IqR+x3eXm5rra2tubaJH19fb8SgsrKyjeXyREeTWdn5/OJiQmNzWYTYPPIu93dXXF+fr5xZWUl7PJ9/8rJ4eHhjwUFBTM4tFVVVaUUCAQHBEcO5NXV1W9xiZtEIpnCU+Xq6uoSHh6uy8rKekZsampq3ri7u28ixIWM1dXd3Z05Pj4uzMvL+50mOD09FRcXF3ednJzMl5aW3ufxeKdmszkoJydnISQk5Jg+GxER8aGjo+OpsxLm6PX6R/DGGh8f30KDWq22bGBgIBD5iSUEBENhCEHKQhmP0Xb4wq8HBwdCxma0WCwy9IMyKCjob7FYvEEwhE3e0NCQGRMT0+Dr62uibREuxd7eHsvf33+WxlxcXM6QI4qRBI0WbDKZWAEBAaM0Njg4mLC4uMhWqVQ6e9ulpaW7+BqWn5+fkcbgkA+Xy7Uykmxvb98m3gmFwi0am5ycjCSXISwz9rbz8/NKhHXL29vbTGOzs7PRIJ1hJMFlNkgISfQtGkOz/UCeHh4eu5dIwnx8fAyosBMa6+npUcfFxbUxknh6epoRUxYqR2qnCPtIJgv4RZGQakOfKORy+UXSp6amEhEuKioq6i9GEhIS6NIRkv8zjYWGhg6sr6+zRkZGVDTW2NhYODw8zEPSF8hvyImkoqLiz+zs7BccDodiLGEQbCHBH9vb21OQ2FCQGhISEt4FBgYWokGr8FUSo9EYDq+l+AoTtC0bOTjv6urSqNXqV5GRkX3XEkjE9QHxpqio6DWNoUdUSUlJesj6IpqyHJ5ze3t772s0mk/wXgulVjHpmkMwNzf3LZqOGhoaUl1HHJ1thyDKWBQbG/tFKpXuQGLuObsE4Xuo0+kyb0RCNnpGjHB0eHl52TAvXqJRFcA5dvPGCxWmxhypg869hzM/XXWXs8lIKukxJP83IjlYm+gNCyFDWfPRO9+Sk5Pr0tLS6pDH7x6/Fwuj9s709LRif39fhH6yYAxPQ4EXrnOW/X/9S3Tj9Y8AAwB70VXD/PkoJAAAAABJRU5ErkJggg==) no-repeat 8px center;
}



body {
    background-color: #f7f7f7;
}

.color {
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 30px;
    z-index: 1000;

}

.myText {
    border-radius: 5px;
    text-align: center;
}

.btn2 {
    background: #00c6e8;
    background-image: -webkit-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -moz-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -ms-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -o-linear-gradient(top, #00c6e8, #005f9e);
    background-image: linear-gradient(to bottom, #00c6e8, #005f9e);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 130px;
    height: 30px;
}


.btn2_enabled {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -moz-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -ms-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -o-linear-gradient(top, #005f9e, #00c6e8);
    background-image: linear-gradient(to bottom, #005f9e, #00c6e8);
    text-decoration: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 130px;
    height: 30px;
}

.btn2:disabled {
    background: #c7c8ca;
    background-image: -webkit-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -moz-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -ms-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -o-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: linear-gradient(to bottom, #c7c8ca, #c7c8ca);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 130px;
    height: 30px;
}

.btn2:hover {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -moz-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -ms-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -o-linear-gradient(top, #005f9e, #00c6e8);
    background-image: linear-gradient(to bottom, #005f9e, #00c6e8);
    text-decoration: none;
}

.btn2:disabled:hover {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -moz-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -ms-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: -o-linear-gradient(top, #c7c8ca, #c7c8ca);
    background-image: linear-gradient(to bottom, #c7c8ca, #c7c8ca);
    text-decoration: none;
}

.btn2_grey {
    background: #cfcfcf;
    background-image: -webkit-linear-gradient(top, #cfcfcf, #808080);
    background-image: -moz-linear-gradient(top, #cfcfcf, #808080);
    background-image: -ms-linear-gradient(top, #cfcfcf, #808080);
    background-image: -o-linear-gradient(top, #cfcfcf, #808080);
    background-image: linear-gradient(to bottom, #cfcfcf, #808080);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 130px;
    height: 30px;
}

.small_long_btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 10px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 100px;
    height: 20px!important;
}

.big_btn {
    width: 300px!important;
    height: 35px!important;
}

.wide_btn {
    width: 145px!important;
}

.double_btn {
    width: 300px!important;
}

.btn2_grey:hover {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #808080, #cfcfcf);
    background-image: -moz-linear-gradient(top, #808080, #cfcfcf);
    background-image: -ms-linear-gradient(top, #808080, #cfcfcf);
    background-image: -o-linear-gradient(top, #808080, #cfcfcf);
    background-image: linear-gradient(to bottom, #808080, #cfcfcf);
    text-decoration: none;
}

.btn2_old {
    background: #ea3214;
    background-image: -webkit-linear-gradient(top, #ea3214, #74160d);
    background-image: -moz-linear-gradient(top, #ea3214, #74160d);
    background-image: -ms-linear-gradient(top, #ea3214, #74160d);
    background-image: -o-linear-gradient(top, #ea3214, #74160d);
    background-image: linear-gradient(to bottom, #ea3214, #74160d);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 130px;
    height: 30px;
}

.btn2_old:hover {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #74160d, #ea3214);
    background-image: -moz-linear-gradient(top, #74160d, #ea3214);
    background-image: -ms-linear-gradient(top, #74160d, #ea3214);
    background-image: -o-linear-gradient(top, #74160d, #ea3214);
    background-image: linear-gradient(to bottom, #74160d, #ea3214);
    text-decoration: none;
}

.btn3 {
    background: #00c6e8;
    background-image: -webkit-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -moz-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -ms-linear-gradient(top, #00c6e8, #005f9e);
    background-image: -o-linear-gradient(top, #00c6e8, #005f9e);
    background-image: linear-gradient(to bottom, #00c6e8, #005f9e);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    width: 180px;
    height: 30px;
}

.btn3:hover {
    background: #230000;
    background-image: -webkit-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -moz-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -ms-linear-gradient(top, #005f9e, #00c6e8);
    background-image: -o-linear-gradient(top, #005f9e, #00c6e8);
    background-image: linear-gradient(to bottom, #005f9e, #00c6e8);
    text-decoration: none;
}


div.fadeMe {
    opacity: 0.89;
    background: #121212;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
}


.alert_div {
    opacity: 1.0;
    left: calc( 50% - 200px );
    top: calc( 50% - 100px );
    width: 400px;
    height: 200px;
    position: absolute;
    border-radius: 2px;
    background-color: rgba(150, 150, 150, 1);
    color: #ffffff;
    /*padding-top: 15px;
    padding-left: 15px;*/

}

/* unvisited link */
.alert_div a:link {
    color: #ffffff;
}

/* visited link */
.alert_div a:visited {
    color: #ffffff;
}

/* mouse over link */
.alert_div a:hover {
    color: #ffffff;
}

/* selected link */
.alert_div a:active {
    color: #ffffff;
}



.full_alert_div {
    opacity: 1.0;
    left: 60px;
    top: 160px;
    width: calc( 100% - 120px - 30px );
    height: calc( 100% - 120px - 30px - 100px );
    position: absolute;
    border-radius: 2px;
    background-color: rgba(150, 150, 150, 1);
    color: #ffffff;
    padding-top: 15px;
    padding-left: 15px;

}

/* unvisited link */
.full_alert_div a:link {
    color: #ffffff;
}

/* visited link */
.full_alert_div a:visited {
    color: #ffffff;
}

/* mouse over link */
.full_alert_div a:hover {
    color: #ffffff;
}

/* selected link */
.full_alert_div a:active {
    color: #ffffff;
}

#alert_div_title {
    font-size: 22px;
    height: 22px;
}

#alert_div_text {
    padding-top: 10px;
    height: calc( 100% - 22px - 13px - 15px - 10px );
}

#alert_div_buttons {
    font-size: 15px;
    height: 15px;
}

#full_alert_div_title {
    font-size: 22px;
    height: 22px;
}

#full_alert_div_text {
    padding-top: 10px;
    height: calc( 100% - 22px - 13px - 15px - 10px );
}

#full_alert_div_buttons {
    font-size: 15px;
    height: 15px;
}

.password_input {
    border-radius: 5px;
    border-style: hidden;
    padding-left: 10px;
    height: 25px;
}

.div_error_pw {
    color: #ff0000;
}


div.shaddow2_with_menu {
    /*opacity: 0.89;*/
    /*background: #121212;*/
    background-color: rgba(0, 0, 0, 0.89);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}



div.shaddow_with_info {
    /*opacity: 0.89;*/
    /*background: #121212;*/
    background-color: rgba(0, 0, 0, 0.89);
    width: 100%;
    height: 150px;
    z-index: 10;
    bottom: 0;
    left: 0;
    position: fixed;
}



.info_div {
    opacity: 1.0;
    left: calc( 50% - 200px );
    top: 20px;
    width: 400px;
    height: 90px;
    position: absolute;
    border-radius: 2px;
    background-color: transparent;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 15px;

}

/* unvisited link */
.info_div a:link {
    color: #ffffff;
}

/* visited link */
.info_div a:visited {
    color: #ffffff;
}

/* mouse over link */
.info_div a:hover {
    color: #ffffff;
}

/* selected link */
.info_div a:active {
    color: #ffffff;
}

#info_div_title {
    font-size: 12px;
    height: 22px;
    text-align: center;
}

#info_div_text {
    padding-top: 10px;
    height: 68px;
    text-align: center;
}


#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 6px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 90px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 350px;
    height: 90px;
    text-align: center;
    line-height: 25px;
}

#anmelde_button {
    text-align: right;
    padding-right: 9px;
}

.slider_listen_element {
    color: #888;
}


.popup_full {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}

.popup {
    display: none;
    text-align: center;
    line-height: 40px;
    background-color: #73c033;
    z-index: 1000;
    width: 220px;
    height: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;

    margin: auto;
    border-radius: 4px;
}

.popup_default {
    display: none;
    text-align: center;
    line-height: 40px;
    background-color: #ffffff;
    z-index: 1000;
    width: 250px;
    height: 80px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000000;

    margin: auto;
    border-radius: 4px;
}

.popupBad {
    display: none;
    text-align: center;
    line-height: 30px;
    background-color: #C91A23;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 240px;
    height: 30px;
    margin: auto;
    border-radius: 18px;
}

.overlay {
    background-color: #888;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.box {
    position: fixed;
    top: -200px;

    left: calc(50% - 150px);
    width: 300px;
    background-color: #fff;
    color: #333333;
    padding: 20px;
    border: 2px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index: 101;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

a.boxclose {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
}

.box h1 {
    border-bottom: 1px dashed #7F7F7F;
    margin: -20px -20px 0px -20px;
    padding: 10px;
    background-color: #C4C4C4;
    color: #000;
    align: center;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}


/*** RADIO DESIGN ***/

.radioModernView {
    font-size: 42.5%;
    height: 100%;
    width: 100%;
    margin: auto;
}


.option-group {
    width: 90%;
    max-width: 400px;
    /*height: 150px;*/
    position: relative;
    overflow: hidden;
    border-radius: 0.25em;
    font-size: 15px;
    margin: 0.2em auto;
//  will-change: transform;
    transform: translateZ(0);
}

.option-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 120%;
    height: 100%;
    margin: 0 -10%;
}

.option {
    overflow: hidden;
    flex: 1;
    display: block;
    padding: 0.5em;
    background: #FFF;
    position: relative;
    margin: 0em;
    margin-right: 0.2em;
    border-radius: 0.25em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    opacity: 0.5;
    transition-duration: 0.8s, 0.6s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: cubic-bezier(0.98, 0, 0.22, 0.98), linear;
    will-change: transform, opacity;
}
.option:last-child {
    margin-right: 0;
}
.option__indicator {
    display: block;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    transition: inherit;
    will-change: transform;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    left: 0.5em;
}
.option__indicator:before,
.option__indicator:after {
    content: '';
    display: block;
    border: solid 2px #64D6EE;
    border-radius: 50%;
    width: 0.25em;
    height: 0.25em;
    position: absolute;
    top: 0;
    right: 0;
}
.option__indicator:after {
    background: #64D6EE;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: inherit;
    will-change: transform;
}
.option-input {
    position: absolute;
    top: 0;
    z-index: -1;
    visibility: hidden;
}
.option__label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateX(20%) scale(0.7);
    transform: translateX(20%) scale(0.7);
    transition: inherit;
    will-change: transform;
}
.option__label sub {
    margin-left: 0.25em;
    font-size: 0.4em;
    display: inline-block;
    vertical-align: 0.3em;
}
.option__label:after {
    content: '';
    display: block;
    border: solid 2px #64D6EE;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.2);
    transform: scaleX(0.2);
    transition: inherit;
    will-change: transform;
}
.option:last-child .option__label {
    -webkit-transform: translateX(0%) scale(0.7);
    transform: translateX(0%) scale(0.7);
}
.option:last-child .option__indicator {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
.option-input:checked ~ .option {
    -webkit-transform: translateX(-20%) translateX(0.2em);
    transform: translateX(-20%) translateX(0.2em);
}
.option-input:checked ~ .option .option__indicator {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.option-input:checked ~ .option .option__label {
    -webkit-transform: translateX(40%) scale(0.7);
    transform: translateX(40%) scale(0.7);
}
.option-input:first-child:checked ~ .option {
    -webkit-transform: translateX(20%) translateX(-0.2em);
    transform: translateX(20%) translateX(-0.2em);
}
.option-input:first-child:checked ~ .option .option__indicator {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.option-input:first-child:checked ~ .option .option__label {
    -webkit-transform: translateX(0%) scale(0.7);
    transform: translateX(0%) scale(0.7);
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1),
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) {
    opacity: 1;
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__indicator,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__indicator {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__indicator::after,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__indicator::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__label,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__label,
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__label::after,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__label::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*********************/

@media screen and (max-width: 60em) {
    body {
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
    }

    #slider {
        position: relative;
        overflow: hidden;
        margin: 20px auto 0 auto;
        border-radius: 4px;
        min-width: 200px;
    }

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 90px;
        list-style: none;
    }

    #slider ul li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        height: 90px;
        text-align: center;
        line-height: 25px;
        width: 100%;
        max-width: 350px;
    }

    .slider_listen_element {
        color: #888;
    }

    #contact input[type=text] {
        vertical-align: middle;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 0 5px 5px 0;
        color: #333;
        font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        height: 42px !important;
        line-height: 24px;
        outline: none;
        padding: 0 7px;
        width: calc(100% - 42px);
        max-width: 230px;
        /*	*padding-top:40px;/*IE7 and IE6*/
        /*	*height:42px;/*IE7 and IE6*/

    }

    #contact input[type=password] {
        vertical-align: middle;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0 5px 5px 0;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 0 5px 5px 0;
        color: #333;
        font: 13px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
        height: 42px;
        line-height: 24px;
        outline: none;
        padding: 0 7px;
        width: calc(100% - 42px);
        max-width: 230px;
    }

    #anmelde_button {
        padding-right: 0;
    }

    .container {
        top: 60px;
        margin-top: 60px;
    }

}




/****************************************/
/************ New Design ****************/
/****************************************/

.page_background {
    height: 100%!important;
    width: 100%;

    font-family: "Helvetica Neue", Arial, sans-serif;

    margin: 0;
    display: block;
    line-height: 1.2;

    min-height: 100%;
}

.contentBox {
    border: #00a0d2;
    border-radius: 8px;
    border-style: none;

    box-shadow: 0 0 25px #b7e9ff;

    padding: 15px;

    background-color: #FFFFFF;
}

.fullWidthContentBox {
    width: 80%;
    margin-left: 10%;
}

hr {
    border-top: 1px solid #e9e6e6;
}


.btn_green_new {
    background: #4be848;
    background-image: -webkit-linear-gradient(top, #4be848, #057e1e);
    background-image: -moz-linear-gradient(top, #4be848, #057e1e);
    background-image: -ms-linear-gradient(top, #4be848, #057e1e);
    background-image: -o-linear-gradient(top, #4be848, #057e1e);
    background-image: linear-gradient(to bottom, #4be848, #057e1e);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    height: 40px;
    width: 120px;
}


.btn_red_new {
    background: #00c6e8;
    background-image: -webkit-linear-gradient(top, #e86760, #cd0414);
    background-image: -moz-linear-gradient(top, #e86760, #cd0414);
    background-image: -ms-linear-gradient(top, #e86760, #cd0414);
    background-image: -o-linear-gradient(top, #e86760, #cd0414);
    background-image: linear-gradient(to bottom, #e86760, #cd0414);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    height: 40px;
    width: 120px;
}


.btn_yellow_new {
    background: #00c6e8;
    background-image: -webkit-linear-gradient(top, #f0ef39, #ebd900);
    background-image: -moz-linear-gradient(top, #f0ef39, #ebd900);
    background-image: -ms-linear-gradient(top, #f0ef39, #ebd900);
    background-image: -o-linear-gradient(top, #f0ef39, #ebd900);
    background-image: linear-gradient(to bottom, #f0ef39, #ebd900);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 11px;
    margin: 5px 5px 5px 5px;
    padding: 5px 2px 5px 2px;
    text-decoration: none;
    height: 40px;
    width: 120px;
}


.disable_div {
    /*-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    */
    background-color: transparent;


    cursor: not-allowed;

    pointer-events: none;
    opacity: 0.4;

}

/* Lohnmng. */

.lohnselect {
    width: 70%!important;
    display: inline-block;
    float: left;
}

.lohnselect option {
    font-size: 17px;
}

.biggerSelect {
    font-size: 17px;
}

.lohnaddimage {
    max-height: 28px!important;
    display: inline-block;
    float: right;
    padding-right: 3px;
    padding-top: 9px;
    cursor: pointer;
}

.half {
    width: calc( 50% - 10px)!important;
    float: left;
}

.addBtn {

    float: right;
}


.lohngruppe_description {
    font-size: 12px;
}

/***/


/*** Full-Screen-Saver ***/

.background_shaddow_fullscreen_saver {
    background-color: rgba(0, 0, 0, 0.69);
    width: 100%;
    height: 100%;
    z-index: 10001;
    top: 0;
    left: 0;
    position: fixed;
}

.fullscreen_saver_inner {
    height: 100%;
}

.fullscreenloader_txt {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 470px;
}

.fullscreenloader {

}

.fullscreenloader:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border-bottom: 0 solid #ffffff05;

    box-shadow:
            0 -10px 20px 20px #ffffff40 inset,
            0 -5px 15px 10px #ffffff50 inset,
            0 -2px 5px #ffffff80 inset,
            0 -3px 2px #ffffffBB inset,
            0 2px 0px #ffffff,
            0 2px 3px #ffffff,
            0 5px 5px #ffffff90,
            0 10px 15px #ffffff60,
            0 10px 20px 20px #ffffff40;
    filter: blur(3px);
    animation: 2s rotate linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fullscreen_saver_container {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgb(220, 220, 220) 40%, rgb(170, 170, 170) 98%, rgb(10, 10, 10) 100%);
    position: relative;
    /*margin: auto;*/
    left: calc( 50% - 200px );
    top: calc( 50% - 230px );
}
/***                    ***/