/*
Lansuite common Style-Definitions
These styles are loaded, before the custom designs definitions

For detailed Information see:
http://lansuite-docu.orgapage.de/index.php?title=Stylesheets

Format:
name {
  Positioning, Width, Height
  Margin, Border, Padding
  Float, Clear, Allign, White-space
  Colors, Background, Backgroundimages
  Font-size, -weight and -family
}a
*/


/*
*   HTML-Tag rewrites
*/

li.box_entry {
    padding: 0 !important;
}

#gallery {
    width: 100%;
}

#gallery-image {
    width: 33%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 1%;
    color: #fff;
}

#gallery-image img {
    width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body {
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: #ffffff;
    color: #000000;
    font-size: 11px; 
}

td {
    font-size: 11px; 
}

a:link,
a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #888888;
    text-decoration: underline;
}

form {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

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

label {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

input {
    margin: 0px 0px 0px 0px;
    border: 1px solid #284279;
    padding: 1px 0px 1px 0px;
    background: #D7E5F2;
    color: #102132;
    font-size: 11px; 
    font-weight: normal;
    font-family: verdana, helvetica, sans-serif;
}

input.checkbox {
    margin: 0px 4px 0px 0px;
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #eeeeee;
}

input[type=checkbox] {
    border: 0px;
    background-color: transparent;
}

select {
    margin: 0px 0px 0px 0px;
    border: 1px solid #284279;
    padding: 0px 0px 0px 0px;
    background: #D7E5F2;
    color: #102132;
    font-size: 11px; 
}

textarea {
    width: 99%;
    margin: 0px 0px 0px 0px;
    border: 1px solid #284279;
    padding: 0px 0px 0px 0px;
    background: #D7E5F2;
    color: #102132;
}


/*
*   Used for Info2 and Wiki content format
*/

div.textContent {
    font-size: 10pt;
    padding: 24px 11px 11px 11px;
}

div.textContent a {
    color: #444444;
    text-decoration: underline;
}


/*
*   Line definitions for the LS-typical 2-column tables
*/


/* Lars: height geändert auf 10% */

ul.Line {
    position: relative;
    height: 10%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #9c9d9c;
    padding: 0px 0px 2px 0px;
    clear: left;
}


/* Used for first line - Lars: height geändert auf 10% */

ul.LineFirst {
    position: relative;
    height: 10%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    clear: left;
}


/* 20% 76% Columns */

li.LineLeft {
    width: 20%;
    min-height: 11px;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    float: left;
    list-style: none;
}

li.LineRight {
    width: 76%;
    min-height: 11px;
    z-index: 11;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    list-style: none;
    float: left;
}


/* 48% 48% Columns */

li.LineLeftHalf {
    width: 48%;
    min-height: 11px;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 0%;
    float: left;
    list-style: none;
}

li.LineRightHalf {
    width: 48%;
    min-height: 11px;
    z-index: 11;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    float: left;
    list-style: none;
}


/* 14% 80% Columns */

li.LineLeftBoard {
    width: 14%;
    min-height: 11px;
    z-index: 10;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    float: left;
    list-style: none;
}

li.LineRightBoard {
    width: 80%;
    min-height: 11px;
    z-index: 11;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    list-style: none;
    float: left;
}


/* 20% 70% 4% Columns */

li.LineMiddle {
    width: 70%;
    min-height: 11px;
    z-index: 11;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    list-style: none;
    float: left;
}

li.LineMiddleRight {
    width: 4%;
    min-height: 11px;
    z-index: 11;
    margin: 0px 0px 0px 0px;
    padding: 4px 1% 4px 1%;
    list-style: none;
    text-align: right;
    float: right;
}


/*
*   Info-Boxes
*/

li.Confirmation {
    margin: 8px 2px 8px 2px;
    padding: 8px 4px 10px 8px;
    background: #84cd82;
    list-style: none;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

li.Err {
    margin: 8px 2px 8px 2px;
    padding: 8px 4px 10px 8px;
    background: #f33737;
    list-style: none;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

li.Information {
    margin: 8px 2px 8px 2px;
    padding: 8px 4px 10px 8px;
    background: #f8ae38;
    list-style: none;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

li.Information>A,
li.Confirmation>A,
li.Err>A {
    color: DarkBlue;
}


/*
* LS-Buttons (either div, or input)
*/

div.Button {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.Button a {
    width: 140px;
    margin: 2px 0px 2px 0px;
    padding: 2px 6px 2px 6px;
    text-align: center;
    background: #bbbbbb;
    font-weight: bold;
    display: block;
}

div.Button a:hover {
    width: 140px;
    margin: 2px 0px 2px 0px;
    padding: 2px 6px 2px 6px;
    text-align: center;
    background: #999999;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

div.Buttons a {
    width: 125px;
    height: 100%;
    margin: 2px 2px 2px 0px;
    border: 2px solid #6882b9;
    padding: 1px;
    float: left;
    background: #D7E5F2;
    color: #102132;
    font-size: 11px; 
    /* font-family: verdana, helvetica, sans-serif; */
    text-align: center;
}

div.Buttons a:hover {
    width: 125px;
    height: 100%;
    margin: 2px 2px 2px 0px;
    border: 2px solid #6882b9;
    padding: 1px;
    float: left;
    background: #284279;
    color: #ffffff;
    font-size: 11px; 
    /* font-family: verdana, helvetica, sans-serif;
    text-align: center; */
    text-decoration: none;
}

div.Buttonslogin {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.Buttonslogin a {
    width: 125px;
    height: 100%;
    margin: 2px 0px 2px 0px;
    border: 2px solid #6882b9;
    padding: 0px 2px 0px 2px;
    background: #D7E5F2;
    color: #102132;
    font-size: 11px; 
    font-family: verdana, helvetica, sans-serif;
}

div.Buttonslogin a:hover {
    width: 125px;
    height: 100%;
    margin: 2px 0px 2px 0px;
    border: 2px solid #6882b9;
    padding: 0px 2px 0px 2px;
    background: #284279;
    color: #ffffff;
    font-size: 11px; 
    /* font-family: verdana, helvetica, sans-serif; */
    text-decoration: none;
}

input.Button {
    width: 125px;
    height: 100%;
    margin: 2px 0px 2px 0px;
    border: 2px solid #6882b9;
    padding: 0px 2px 0px 2px;
    background: #D7E5F2;
    color: #102132;
    /* font-size: 11px; 
     font-family: verdana, helvetica, sans-serif; */
}

.Login {
    width: 100% !important;
}

input.Button:hover {
    width: 125px;
    height: 100%;
    margin: 2px 0px 2px 0px;
    border: 2px solid #6882b9;
    padding: 0px 2px 0px 2px;
    background: #284279;
    color: #ffffff;
    /* font-size: 11px; 
     font-family: verdana, helvetica, sans-serif; */
    text-decoration: none;
}


/*
*   Help
*/

.Help {
    color: #aaaaaa;
}


/*
*   Forms
*/

.form_optional {
    /* used for optional form fields */
    background: rgb(191, 255, 255);
}

input.yes_button {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("images/icon_yes.png");
    cursor: pointer;
}


/*
*   Images (Dot (active/inactive) in front of Line; User-Icon (online / offline))

.DotRow:before {
  margin: 0px 0px 0px 0px;   border: 0px;   padding: 0px 4px 0px 0px;
  content: url(data:image/gif;base64,R0lGODlhDAANANUAAPv7+/r6+vn5+ff39/b29vX19fPz8/Dw8O/v7+7u7u3t7ezs7Onp6ejo6Ofn5+bm5uTk5OPj4+Hh4eDg4N/f397e3tzc3Nvb29ra2tnZ2dbW1tXV1dPT09LS0tHR0c3NzcjIyMfHx8bGxsXFxby8vLe3t7W1tbOzs62traurq6mpqaioqKenp6ampqWlpaOjo6KioqGhoaCgoJ+fn5qampmZmf//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUUADYALAAAAAAMAA0AAAZxQJtwSCyGYrVaLEQswGYWAOAygxWELxaFwCVUWi/bRyZaJM5nUezjInkcjHi8U2rVNhmJY++QZDg0NBgTExEPhxJ+NCogDY6PjiMqGisLCJeYDTIaNikmCgOhAwgnKUICKCsdBgYdMSgCRBgogSgZQ0EAOw==);
  *content: url(images/dot.gif); 
}
.DotRowActive:before {
  margin: 0px 0px 0px 0px;   border: 0px;   padding: 0px 4px 0px 0px;
  content: url(data:image/gif;base64,R0lGODlhDAANAOYAAP758Pn56/nz6v/y1v/y1//orf/orv/lpP/1AP/lovT0Ef/ihf/ihP/hhf/gfv/gfPbtDv/rAPTrEP/eXP/eW/vnBvbkDv/hAP/dMP/dL+/Wp//gAP/UeezVrNranf3Te//aHdnZnf/bHP/XNNrVnf/WM9nUnf/WAP/XAPfRDNrJnfTQEdnInf/NANLSQ//LAPnICNnBnfTHEf/CAP/BANbEPdLBQ/S1EPe1C9myOLi1as+vSLWyb62thK2rhK2ohKmpgqqnf62jhLugZ62ghK2fhLifaqGhja2dhKmegqGfjaqbf6ybfZqamJqZmJqZl5mZmZmZmP//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUUAFIALAAAAAAMAA0AAAd/gFKCg4SFMUhPT0gxhAJFTBoAAB1LRQKCRUMcBJwEH0ZEUixJOAcGpwYJN0kqQjk0Dg2yDQ8zO0JRMC8jE70TJS0yTk4pJycgGBgiKCgrTj81G9IX1NQ2PyRBFRHc3RZKJlI+OhII5ggQPD6CAT1ALgoKLkc9AYQePU1NPSGDgQA7);
  *content: url(images/dot_active.gif); 
}
*/

.user_settings:after {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 2px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gQPERA5rXOwGgAABZJJREFUeNpNy0tsXFcBAND7e/fNe2/+/4w9sccztjMZ51enqdoKFGgQ0AqhEokq6yxYsGHbFUiIDWIHSEhhQykLJJRVUgkhUmjakNhOiGsnaWI7tsfjcWbG833/+969lw2Lnv2Bhbcukfd+ch14jMHbf/gjgbrGeRjifC7Pe51OLVabvZFMpTIAYc2ejLvjZuvX0nZv6ZkUZFIGmuNh4TN+eH81AAAAUnvjdXnrTx8r3HFRcflcdHDcPwsd12OauqkZem1uqXE+l0zZXAgShmFuE6E3sO194kaUujgeTA9Go3vTVy574P5qCACQWCRiWOgaxAiBYa93bXph4VdaKvFdazTaQVwksnOzFUPTfu8HwW0JZLXTPNg2zckgVTpxI1vI/9hmjFpbO596B20BAAAYpJMQtTvEDcPvV9689GFhqoT0WIxxgpc1XU+HGOFMLP67sWU9Mx3nimVas0pE/Va90VhPZTKqEo/Vu8+3BTvqrAMAJOaOS+F0MV88v/SLysICdX3vzlcbm7+sNxqVaDp1jgvRBgjeSUSjan8yvljI5RbzhcKX5Vz+553RKBaPRqdoRF3ClZNPI+VSF5Vffw3QXMY3bXvXZ34Y1Y2bmOCXBOEbluvcVBTlr57v267rOZLzvwBC/pxPJH9786OP3Uw0docSolqTSYdNJh272YK4ePntGOsPmbXX/GxoW3NGOv1OLp8/ON7a2SvNzLxQFSXkgte3dnbSs+Vy13XdB4PJBGbnZkpcip9trqwOextPP4RRo29MlwQmlZOXIEbXojMn34YQxvREvJ5KJvV0Nrs/NM0TW8+f/+DVi23NGwy0Xqt9oTI7o6SzWTcQ4gPu+6f63d5Ay2fmia695U3MFMx/8MPfnF1ePosVpYMgdDHGfGiaT/LJ5NqzLzeu9lqHd9PlqX/oiQQ8XPtvDUfo+8vvfPs/AKGqBPKiEBLoqko8xnJPVlaHBFHqUEp7KqUbtuftcSEUIxLxTdetM0qyU/XFh6phpACE6sLlbwz37z04CIQoUIy3fcaars+grqrzccO4qGEiCQ8CAQAIjIimKYQIIaUahpxBCIQIQrj34ItJ9sxpmSkW8aDbxUEYxkMeCkLIGEFkZBMJrqsRKqUMQs4hVgq580jTyh4PUt3RMKdgMo0RUvRIZDQxTWpa1hn/VfdlDCLZ2t39Xqm+2Dg1v9D0Ar+EEaqPTavWGw2Lvf6xcbzfHMH8u1dmuaKcgpQY0g8ulBfny7Vqta1SusUYIwet1nznxXaoaJEYjce900uNNuN8CACYnQyH048/v+cr8djfA8t2heu1CM1nj+y9ZpsNR7XM4vw3q+WTuwQTc+LYOKbp6kK1tnVqfkGRUsYQhI7DfI9CRDRKXQ3jvcxUKdVvt2VMN74w5qsCNdK5EHKeAAhdyxeKfaTSQ9OxxxpVAwgAZGEALdeRLvNNL2BCIYRgBKHL/J6EqFtbarxQo9E3HcculhOpEEemS5FUZTZnhcFrp8+dsyO6JjVV1VzLij9aWT2RLhRY0ogKQjDkQqCH6+tzIWMyk84wjJGiUSqOdnZzAuMt1un10UGzyd3BsItDfmt9Y6MkQh7lQShX/n03MWgfDcfmRKOKEhKEeRCGYvyqI56tPTI6/eM4xZg/Xlmtjsej+4jS7Z6CICGppJSZZGCvb65JIfk/b39yFdmODTH+CAVBDWN8WiWKr1EqLNeFQMh9NZ3826PP7l7fiERmncOjO9+5+v6nXx22JOMcYpJOSj/kITtsC2Ox2ueO+zj0/Ye5C2eOB5vPUkouU1cIMSejMWi9OtJ6zSZnL/c/V9KpDW80XgOcP1UdL1BOFLg5GAgIvqb60+skOO5LEIuiSq2Ktv51N+si+CMAYCA9X4ogEEou86R/8/b9/xf5tS4BAOB/4i3z0lJ9AFMAAAAASUVORK5CYII=);
    content: url(images/icon_generate.png);
    /* IE7 and below */
}

.user_online:after {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 2px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMTMiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMTIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxMiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjEzIgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgUGhvdG8gKE1hciAzMSAyMDIwKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yNVQxNTowMjo1MCswMjowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+JQ/JVQAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/ZmjEiGJBWUwabIbGqImNMtJQkzRGGWxm3vxS8+P13kyabJWtosTGrwV/AVtlrRSRkpWFNbFBz3lmaiaZczv3fO733nO691ywhNJKRq93Qyab14J+n2MhvOiwPWOjCzv9eCKKro7PzgaoaR931JnxZsCsVfvcv9Yci+sK1DUKjymqlheeEg6s5lWTt4U7lFQkJnwq7NLkgsK3ph4t8YvJyRJ/mayFghNgaRN2JKs4WsVKSssIy8txZtIFpXwf8yX2eHZ+TmKPeDc6Qfz4cDDNJBN4GWJUZi8DeBiUFTXy3b/5M+QkV5FZpYjGCklS5HGJWpDqcYkJ0eMy0hTN/v/tq54Y9pSq233Q8GQYb71g24LvTcP4PDSM7yOwPsJFtpKfO4CRd9E3K5pzH1rX4eyyokV34HwDOh/UiBb5lazilkQCXk+gJQzt19C0VOpZeZ/jewityVddwe4e9Mn51uUfl/Fn/KRSehwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAPSURBVCiRY2AYBaNggAAAAn0AAWzoNmUAAAAASUVORK5CYII=);
    content: url(images/arrows_user_online.png);
    /* IE7 and below */
}

.user_offline:after {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 2px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMTMiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMTIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxMiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjEzIgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgUGhvdG8gKE1hciAzMSAyMDIwKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yNVQxNTowMjo1MCswMjowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+JQ/JVQAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/ZmjEiGJBWUwabIbGqImNMtJQkzRGGWxm3vxS8+P13kyabJWtosTGrwV/AVtlrRSRkpWFNbFBz3lmaiaZczv3fO733nO691ywhNJKRq93Qyab14J+n2MhvOiwPWOjCzv9eCKKro7PzgaoaR931JnxZsCsVfvcv9Yci+sK1DUKjymqlheeEg6s5lWTt4U7lFQkJnwq7NLkgsK3ph4t8YvJyRJ/mayFghNgaRN2JKs4WsVKSssIy8txZtIFpXwf8yX2eHZ+TmKPeDc6Qfz4cDDNJBN4GWJUZi8DeBiUFTXy3b/5M+QkV5FZpYjGCklS5HGJWpDqcYkJ0eMy0hTN/v/tq54Y9pSq233Q8GQYb71g24LvTcP4PDSM7yOwPsJFtpKfO4CRd9E3K5pzH1rX4eyyokV34HwDOh/UiBb5lazilkQCXk+gJQzt19C0VOpZeZ/jewityVddwe4e9Mn51uUfl/Fn/KRSehwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAPSURBVCiRY2AYBaNggAAAAn0AAWzoNmUAAAAASUVORK5CYII=);
    content: url(images/arrows_user_offline.png);
    /* IE7 and below */
}

.user_idle:after {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 2px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMTMiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMTIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIxMiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjEzIgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDctMjVUMTU6MDI6NTArMDI6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgUGhvdG8gKE1hciAzMSAyMDIwKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMC0wNy0yNVQxNTowMjo1MCswMjowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+JQ/JVQAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/ZmjEiGJBWUwabIbGqImNMtJQkzRGGWxm3vxS8+P13kyabJWtosTGrwV/AVtlrRSRkpWFNbFBz3lmaiaZczv3fO733nO691ywhNJKRq93Qyab14J+n2MhvOiwPWOjCzv9eCKKro7PzgaoaR931JnxZsCsVfvcv9Yci+sK1DUKjymqlheeEg6s5lWTt4U7lFQkJnwq7NLkgsK3ph4t8YvJyRJ/mayFghNgaRN2JKs4WsVKSssIy8txZtIFpXwf8yX2eHZ+TmKPeDc6Qfz4cDDNJBN4GWJUZi8DeBiUFTXy3b/5M+QkV5FZpYjGCklS5HGJWpDqcYkJ0eMy0hTN/v/tq54Y9pSq233Q8GQYb71g24LvTcP4PDSM7yOwPsJFtpKfO4CRd9E3K5pzH1rX4eyyokV34HwDOh/UiBb5lazilkQCXk+gJQzt19C0VOpZeZ/jewityVddwe4e9Mn51uUfl/Fn/KRSehwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAPSURBVCiRY2AYBaNggAAAAn0AAWzoNmUAAAAASUVORK5CYII=);
    content: url(images/arrows_user_idle.png);
    /* IE7 and below */
}

.icon_delete:after {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 2px;
    content: url(data:image/gif;base64,R0lGODlhDAANANUAAP//b29u7u7u3t7enp6ejo6OXl5eTk5OPj4+Hh4d7e3tzc3NnZ2dHR0cnJycfHx8bGxsXFxcHBwbm5ubGxsa+vr6enp4mJiXFxcXBwcG9vb2pqamlpaWhoaGdnZ2ZmZv//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUUACAALAAAAAAMAA0AAAZVwAjnQywSN5ANAcBsAgaXjSdArVYtHo9gyxUQKdlCgSgmT7KHtDEtySbeCSLc0enAje+GO/7h9xloRGkHgglZBgSJiokIHRoUC3BwChUZDxh1mZmWQQA7);
    content: url(images/arrows_delete.gif);
    /* IE7 and below */
}


/*
* Dropdown Images (Countries)
*/

option[value=de]:before {
    content: url("images/icon_de.png");
}

option[value=en]:before {
    content: url("images/icon_en.png");
}

option[value=at]:before {
    content: url("images/icon_at.png");
}

option[value=ch]:before {
    content: url("images/icon_ch.png");
}

option[value=es]:before {
    content: url("images/icon_es.png");
}

option[value=fr]:before {
    content: url("images/icon_fr.png");
}

option[value=nl]:before {
    content: url("images/icon_nl.png");
}

option[value=it]:before {
    content: url("images/icon_it.png");
}


/*
*   Message-Highlighting
*/

.okay {
    text-align: left;
    color: #008000;
    font-weight: bold;
}

.warning {
    text-align: left;
    color: #EE6600;
    font-weight: bold;
}

.error {
    text-align: left;
    color: #FF0000;
    font-weight: bold;
}


/*
*   Bars
*/

ul.BarOccupied {
    position: static;
    height: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #2bb800;
}

ul.BarMarked {
    position: static;
    height: 12px;
    margin: 0px 0px 0px 0px;
    border: 2px 0px 2px 0px solid #9c9d9c;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fff500;
}

ul.BarFree {
    position: static;
    height: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #b0b0b0;
}

ul.BarClear {
    position: static;
    width: 0px;
    height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: left;
}


/*
*   Wiki
*/

div.wikiH6 {
    padding: 8px 0px 8px 0px;
    font-weight: bold;
}

div.wikiH5 {
    padding: 8px 0px 8px 0px;
    font-weight: bold;
}

div.wikiH4 {
    padding: 8px 0px 8px 0px;
    font-weight: bold;
}

div.wikiH3 {
    padding: 8px 0px 8px 0px;
    font-weight: bold;
}

div.wikiH2 {
    padding: 11px 0px 8px 0px;
    font-weight: bold;
    font-size: 12pt;
}

div.wikiH1 {
    padding: 11px 0px 8px 0px;
    font-weight: bold;
    font-size: 16pt;
}


/*
*   Teamspeak2
*/

#teamspeakdisplay img {
    border: 0px;
}

#teamspeakdisplay table {
    border-collapse: collapse;
    border-spacing: 0px;
}

#teamspeakdisplay td {
    padding: 0px;
    vertical-align: top;
    white-space: nowrap;
    font-size: 11px;
    /* font-family: verdana, helvetica, sans-serif; */
}

#teamspeakdisplay td.teamspeakserver {
    padding-left: 3px;
    font-weight: bold;
}

#teamspeakdisplay td.teamspeakchannel {
    padding-left: 3px;
}

#teamspeakdisplay td.teamspeaksubchannel {
    padding-left: 3px;
}

#teamspeakdisplay td.teamspeakplayer {
    padding-left: 3px;
    font-weight: bold;
}

#teamspeakdisplay a.teamspeakserver {
    font-size: 11px;
    font-weight: bold;
    /* font-family: verdana, helvetica, sans-serif; */
    text-decoration: none;
    color: #000000;
}

#teamspeakdisplay a.teamspeakchannel,
a.teamspeaksubchannel {
    font-size: 11px;
    /* font-weight: ; */
    text-decoration: none;
    color: #000000;
}

#teamspeakdisplay a.teamspeakserver:hover,
a.teamspeakchannel:hover,
a.teamspeaksubchannel:hover {
    color: #000066;
    text-decoration: none;
}


/* Shoutbox */

#shoutbox {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 11px;
}

.shoutbox-list {
    border-bottom: 1px solid #8DA2B4;
    padding: 3px;
}

#shoutbox-list {
    text-align: left;
    margin: 0px auto;
}

#shoutbox-form {
    text-align: left;
    padding: 3px;
}

#shoutsubmitline {
    margin-top: 3px;
}

#shoutsubmit {
    float: left;
}

#shoutbox-status {
    float: right;
    padding-top: 2px;
}

.shoutbox-list-time {
    color: #8DA2B4;
}

.shoutbox-list-nick {
    margin-left: 5px;
    font-weight: bold;
}

.shoutbox-list-message {
    margin-left: 5px;
}

#shoutdialog {
    display: none;
}


/*
*   Tooltip
*/

a {
    position: relative;
}

a span.infobox {
    visibility: hidden;
    display: none;
    position: absolute;
    margin-top: 1.5em;
    padding: 0.5em;
    text-decoration: none;
}

a:hover span.infobox {
    visibility: visible;
    display: block;
    left: 1em;
    border: 1px solid #c30;
    left: -30px;
    color: black;
    background: white;
    text-decoration: none;
    z-index: 999;
}

.infolink {
    position: relative;
}

.infolink span.infobox {
    visibility: hidden;
    display: none;
    position: absolute;
    margin-top: 1.5em;
    padding: 0.5em;
    text-decoration: none;
}

.infolink:hover span.infobox {
    visibility: visible;
    display: block;
    left: 1em;
    border: 1px solid #c30;
    left: -30px;
    color: black;
    background: white;
    text-decoration: none;
    z-index: 999;
}


/*
*   Boxes
*/

.box_entry,
.box_entryuser,
.box_entry_active,
.engaged,
.box_entryadd,
.BoxContent {
    list-style: none;
}

ul.BoxContent {
    padding: 1px;
    margin: 0px;
}

span.AdminIcons {
    padding: 1px 0px 2px 24px;
    background-position: 8px;
    background-image: url(data:image/gif;base64,R0lGODlhDAANANUAAPv7+/r6+vn5+ff39/b29vX19fPz8/Dw8O/v7+7u7u3t7ezs7Onp6ejo6Ofn5+bm5uTk5OPj4+Hh4eDg4N/f397e3tzc3Nvb29ra2tnZ2dbW1tXV1dPT09LS0tHR0c3NzcjIyMfHx8bGxsXFxby8vLe3t7W1tbOzs62traurq6mpqaioqKenp6ampqWlpaOjo6KioqGhoaCgoJ+fn5qampmZmf//wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUUADYALAAAAAAMAA0AAAZxQJtwSCyGYrVaLEQswGYWAOAygxWELxaFwCVUWi/bRyZaJM5nUezjInkcjHi8U2rVNhmJY++QZDg0NBgTExEPhxJ+NCogDY6PjiMqGisLCJeYDTIaNikmCgOhAwgnKUICKCsdBgYdMSgCRBgogSgZQ0EAOw==);
    background-image: url(images/dot.gif);
    /* IE7 and below */
    background-repeat: no-repeat;
}


/*
*   Page headline and header menu
*/

h1 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.HeadlineSub {
    font-size: 12px;
    border-bottom: 1px solid #9c9d9c;
    margin: 0px 0px 12px 0px;
}

div.HeadlineHelp {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 10px;
}

span.HeaderMenuItem {
    border: 1px solid #9c9d9c;
    padding: 6px 11px 0px 11px;
}

span.HeaderMenuItem:hover {
    background: #bbbbbb;
}

span.HeaderMenuItemActive {
    border: 1px solid #9c9d9c;
    padding: 6px 11px 0px 11px;
    font-weight: bold;
}


/*
*   Misc
*/

div#Footer {
    /*clear: both;*/
    /*margin: 8px 0px 0px 0px;*/
    margin: 0px 2px 10px 2px;
    color: #000000;
    text-align: center;
}

.small {
    font-size: 10px;
}

.tbl_7 {
    /* used for quotes */
    text-align: left;
    background: #C7C6C4;
    color: #000000;
    font-family: Courier New, Courier, mono;
}

.frame_box {
    /* used for seating descriptions */
    border: 1px solid #9D9D9D;
    padding: 4px 4px 4px 4px;
    text-align: center;
    vertical-align: middle;
    background: #D6D6D6;
}

#SVGSeating {
    width: 100%;
    height: 100%;
}


/*
* Old should not be used anymore
*/

.content {
    padding: 0px 0px 0px 0px;
    background: #DEE3E7;
}

.row_key,
.mastersearch2_search_row_key,
.mastersearch2_result_row_key {
    height: 100%;
    border-bottom: 1px solid #9c9d9c;
    padding: 4px 2px 0px 2px;
    background: #E8E7E7;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.row_value,
.mastersearch2_search_row_value,
.mastersearch2_result_row_value {
    height: 100%;
    border-bottom: 1px solid #9c9d9c;
    padding: 4px 2px 0px 2px;
    background: #EFEFEF;
    font-size: 11px;
}

.row_value_highlighted,
.mastersearch2_search_row_value_highlighted,
.mastersearch2_result_row_value_highlighted {
    height: 100%;
    border-bottom: 1px solid #9c9d9c;
    padding: 4px 2px 0px 2px;
    background: #E2F2E2;
    font-size: 11px;
}

.row_value_important,
.mastersearch2_search_row_value_important,
.mastersearch2_result_row_value_important {
    height: 100%;
    border-bottom: 1px solid #9c9d9c;
    padding: 4px 2px 0px 2px;
    background: #EEE6BD;
    font-size: 11px;
}


/*
*   RLC Anpassungen
*   Google Font only local not from googleapis
*/

/* @import url('https://fonts.googleapis.com/css?family=Poppins');
* {
    font-size: 11px !important;
} */

/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    size-adjust: 150%;
    src: url('../design/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

#SVGSeating {
    margin-top: px !important;
}

#ContentFullscreen::before {
    display: block !important;
    background: #f7f7f7 !important;
    width: 100% !important;
    height: 100px !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    content: " " !important;
}

#ContentFullscreen {
    overflow: scroll !important;
    min-height: 400px !important;
}

#ContentFullscreen #content {
    height: auto;
    min-height: 200px;
}

#SVGSeating * {
    font-size: 10px !important;
    text-align: center;
}


/*
#SVGSeating rect{
  /*
  sonst wird die Farbe nicht angezeigt beim Sitzplan:
  fill:#f7f7f7;
}


#SVGSeating line{
	stroke-width:2;
}

#SVGSeating text{
	fill:#333;
}*/

iframe {
    border: 0 !important;
    min-height: 500px !important;
}

fieldset {
    border: 0 !important;
}

input {
    border: 1px solid #333 !important;
    background: #f7f7f7 !important;
    color: #333 !important;
    padding: 2px 2px 2px 2px !important;
}

input.form,
input.form_optional {
    width: 90% !important;
}

select.form,
select.form_optional {
    width: 50% !important;
}

select {
    border: 1px solid #333 !important;
    background: #f7f7f7 !important;
    color: #333 !important;
}

textarea {
    border: 1px solid #333 !important;
    background: #f7f7f7 !important;
    color: #333 !important;
}

.form_optional {
    background: #f7f7f7 !important;
    border: 1px solid #333 !important;
}

a span.infobox {
    display: none !important;
}

li.Information {
    padding: 2% !important;
    background: #f7f7f7 !important;
    list-style: none !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

li.Err {
    padding: 2% !important;
    background: #f7f7f7 !important;
    list-style: none;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

li.Confirmation {
    padding: 2% !important;
    background: #f7f7f7 !important;
    list-style: none;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

div.Buttons a {
    font-weight: 300 !important;
    border: 2px solid #333 !important;
    background: transparent !important;
    color: #333 !important;
    padding: 5px 10px !important;
    min-width: 100px !important;
    width: auto !important;
}

div.Button a {
    font-weight: 300 !important;
    border: 2px solid #333 !important;
    background: transparent !important;
    color: #333 !important;
    padding: 5px 10px !important;
    min-width: 100px !important;
    width: auto !important;
}

input.Button {
    font-weight: 300 !important;
    border: 2px solid #333 !important;
    background: transparent !important;
    color: #333 !important;
    margin-top: 20px !important;
    padding: 5px 10px !important;
    min-width: 100px !important;
    width: auto !important;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-widget-header {
    border: 0px !important;
    background: #f7f7f7 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: transparent !important;
    color: #333 !important;
    opacity: 0.5 !important;
    border: 0 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #fff !important;
    color: #333 !important;
    opacity: 1 !important;
    border: 0 !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 2% 0 0 2% !important;
}

div#tabs {
    background: transparent !important;
}

.row_key,
.mastersearch2_search_row_key,
.mastersearch2_result_row_key {
    border-bottom: 2px solid #f8f8f8 !important;
    padding-bottom: 2% !important;
    padding-top: 2% !important;
    background: #f7f7f7 !important;
    vertical-align: middle !important;
}

.row_value,
.mastersearch2_search_row_value,
.mastersearch2_result_row_value {
    border-bottom: 2px solid #f8f8f8 !important;
    background: transparent !important;
    vertical-align: middle !important;
    padding: 1% 0 1% 0 !important;
}

.row_value_highlighted,
.mastersearch2_search_row_value_highlighted,
.mastersearch2_result_row_value_highlighted {
    border-bottom: 2px solid #f8f8f8 !important;
    background: transparent !important;
    vertical-align: middle !important;
    padding: 1% 0 1% 0 !important;
}

.row_value_important,
.mastersearch2_search_row_value_important,
.mastersearch2_result_row_value_important {
    border-bottom: 2px solid #f8f8f8 !important;
    background: #f8f8f8 !important;
    vertical-align: middle !important;
    padding: 1% 0 1% 0 !important;
}

.content_head:first-child * {
    display: none !important;
}

.content_head:nth-child(2) {
    display: block !important;
    padding-top: 50px !important;
}

.content_head input {
    display: none !important;
}

h1 {
    font-size: 36px !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

body {
    background-color: #f7f7f7 !important;
    font-size: 11px !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
    height: 100%;
    line-height: 160% !important;
    overflow-x: hidden !important;
}

body::after {
    display: block !important;
    content: "" !important;
    background: #df3c3c !important;
    background-image: url(simple/images/bg-red.jpg) !important;
    background-size: 100% !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: 20% !important;
    top: 0 !important;
    position: fixed !important;
    left: 0% !important;
}


/*div#Footer{
	display:none;
}*/

div#Logo {
    position: fixed !important;
    top: 0px !important;
    left: 0 !important;
    text-align: left !important;
    width: 80% !important;
    left: 0 !important;
    background: transparent !important;
    height: 60px !important;
    overflow: hidden !important;
    z-index: 99 !important;
}

div#Logo img {
    margin-left: 5% !important;
    height: 30px !important;
    margin-top: 20px !important;
}

div#DateLogout {
    font-size: 11px;
    position: fixed !important;
    text-align: right !important;
    z-index: 9 !important;
    color: #fff !important;
    margin-top: 17px !important;
    font-weight: bold !important;
    margin-right: 5% !important;
}

div#DateLogout a {
    font-size: 11px !important;
    color: #fff !important;
}

div.HeadlineHelp {
    display: none !important;
    font-size: 11px;
}

div#Content {
    font-size: 11px;
    background: #fff !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    max-width: 55% !important;
    margin: 0 auto !important;
    min-width: 400px !important;
    padding: 3% !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    top: 15% !important;
    right: 5% !important;
    left: 0% !important;
}

div#Content ul {
    position: relative !important;
    z-index: 9 !important;
}

div#Content div.Headline {
    position: fixed !important;
    z-index: 9999999 !important;
    top: 10% !important;
    color: #fff !important;
}

div#Content div.HeadlineSub {
    position: relative !important;
    z-index: 99999999 !important;
}

div.HeadlineSub {
    font-size: 11px !important;
    border-bottom: 0 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

ul.Line {
    border-top: 2px solid #f8f8f8 !important;
}

div#BoxesLeft {
    position: fixed !important;
    top: 20% !important;
    left: 5% !important;
    width: 101% !important;
    z-index: 50 !important;
    left: auto !important;
    padding-top: 2% !important;
    box-sizing: border-box !important;
    min-width: 200px !important;
    overflow-y: scroll !important;
    height: 80% !important;
}

div#BoxesLeft div.Box {
    padding: 0 0 0 1% !important;
}

div#BoxesLeft div.Box ul {
    line-height: 300% !important;
}

div#BoxesLeft div.Box ul.BoxHeadline {
    display: none !important;
}

div#BoxesLeft div.Box ul li a {
    font-size: 14px !important;
    font-weight: 600 !important;
    opacity: 0.5 !important;
}

div#BoxesLeft div.Box ul li a.admin:link,
div#BoxesLeft div.Box ul li a.admin:visited {
    font-size: 12px !important;
    font-weight: 100 !important;
}

li.box_entry_active {
    text-decoration: underline;
}

div#BoxesRight {
    position: absolute !important;
    top: 100px !important;
    left: 50% !important;
    width: 18% !important;
    z-index: 50 !important;
    margin-left: 27% !important;
    box-sizing: border-box !important;
    min-width: 200px !important;
    background: #fff !important;
    -webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    padding: 1% !important;
    top: 15% !important;
}

div#BoxesRight div.Box {
    padding: 0 0 0 0 !important;
}

ul.BoxHeadline,
ul.BoxContent {
    width: 100% !important;
    box-sizing: border-box !important;
}

ul.BoxHeadline {
    padding: 10% 2% 5% 2% !important;
}

ul.BoxContent {
    padding: 0% 2% 10% 2% !important;
}

li.BoxCaption {
    width: auto !important;
    float: none !important;
    background: transparent !important;
    text-transform: uppercase;
    padding: 0 0px;
}

li.BoxHelpClose {
    display: none !important;
}

ul.BoxHeadline {
    background: transparent !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border: 0 !important;
}

ul.BoxContent {
    background: transparent !important;
    -moz-border-radius-bottomleft: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
}

.infolink span.infobox {
    background: #df3c3c !important;
    width: 250px !important;
    display: block !important;
    position: relative !important;
    top: 0 !important;
    color: #fff !important;
    border: 0 !important;
}

div#Content .infolink span.infobox {
    z-index: 10 !important;
}

#newmail {
    display: inline;
}

@media screen and (max-width: 1200px) {
    div#Content div.Headline {
        position: relative !important;
        top: 0 !important;
        color: #333 !important;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    div#Content div.Headline h1 {
        text-align: center !important;
        line-height: 110%;
    }
}

@media screen and (max-width: 1024px) {
    li.LineRight,
    li.LineLeft {
        width: 100% !important;
    }
    li.LineLeft {
        padding: 10px 0 0 1% !important;
    }
    div#BoxesRight,
    div#BoxesLeft {
        display: none !important;
    }
    div#Content {
        max-width: 100% !important;
        left: 0 !important;
        right: auto !important;
    }
    body::after {
        display: none !important;
    }
    ul.BoxHeadline {
        display: none !important;
    }
    ul.BoxContent {
        padding: 0 !important;
        height: 90% !important;
        position: fixed !important;
        overflow-y: scroll !important;
        background: #df3c3c !important;
    }
    div#Logo {
        width: 80% !important;
        height: 60px !important;
        z-index: 999999999999999999 !important;
    }
    div#Logo img {
        height: 20px !important;
        margin-top: 22px !important;
        margin-left: 5% !important;
    }
    div#DateLogout {
        display: none !important;
    }
    div#Content div.Headline {
        position: relative !important;
        top: 0 !important;
        color: #333 !important;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    div#Content div.Headline h1 {
        text-align: center !important;
        line-height: 110%;
    }
    tr td.mastersearch2_result_row_value input[type="checkbox"],
    tr td.mastersearch2_result_row_value:hover input[type="checkbox"] {
        display: none !important;
    }
}


/* MOBILE MENU */

.mobile-menu {
    display: none;
    width: 100%;
    background: #df3c3c/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/
    ;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 999999999999999999999999999999999999999999999999;
    top: 0;
    right: 0;
    color: #fff;
}

.mobile-menu * {
    color: #fff !important;
}

.mobile-menu input {
    color: #333 !important;
}


/*Strip the ul of padding and list styling*/

.mobile-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    background: #df3c3c;
}


/*Create a horizontal list with spacing*/

.mobile-menu li {
    display: inline-block;
    /*float: left;
	margin-right: 1px;*/
}


/*Style for menu links*/

.mobile-menu div.Box:nth-child(1) li a {
    display: block;
    min-width: 140px;
    text-align: center;
    color: #333 !important;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.mobile-menu li a.admin {
    background: transparent;
}


/*Hover state for top level links*/

.mobile-menu .Box:nth-child(1) li:hover a {
    color: #333 !important;
    background-color: #fff;
}


/*Style for dropdown links*/

.mobile-menu li:hover ul a {
    background: #fff;
    color: #333 !important;
    height: 40px;
    line-height: 40px;
}


/*Hover state for dropdown links*/

.mobile-menu li:hover .mobile-menu ul a:hover {
    color: #4db3ff;
}


/*Hide dropdown links until they are needed*/

.mobile-menu li ul {
    display: none;
}


/*Make dropdown links vertical*/

.mobile-menu li ul li {
    display: block;
    float: none;
}


/*Prevent text wrapping*/

.mobile-menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/

.mobile-menu .show-menu {
    text-decoration: none;
    color: #fff;
    background: #df3c3c;
    text-align: center;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu .show-menu span {
    padding-left: 35px;
    visibility: hidden;
}


/*Hide checkbox*/

.mobile-menu input[type=checkbox] {
    display: none;
}


/*Show menu when invisible checkbox is checked*/

.mobile-menu input[type=checkbox]:checked~#menu,
.mobile-menu input[type=checkbox]:checked~#menu ul {
    display: block;
    height: 100% !important;
    overflow: scroll !important;
}

.mobile-menu input[type=checkbox]:checked~#menu ul {
    overflow: hidden !important;
}


/*Responsive Styles*/

@media screen and (max-width: 1024px) {
    .mobile-menu {
        display: block;
        padding: 10px;
    }
    .mobile-menu .lines {
        border-bottom: 15px double #f8f8f8;
        border-top: 5px solid #f8f8f8;
        content: "";
        height: 5px;
        width: 20px;
        padding-right: 15px;
        float: right;
    }
    /*Make dropdown links appear inline*/
    .mobile-menu ul {
        position: fixed;
        left: 0;
        display: none;
    }
    /*Create vertical spacing*/
    .mobile-menu li {
        margin-bottom: 5px;
    }
    /*Make all menu links full width*/
    .mobile-menu ul li,
    .mobile-menu li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .mobile-menu .show-menu {
        display: block;
    }
    .mobile-menu li.engaged {
        padding: 0px 0px 0px 0px;
    }
    .mobile-menu li.box_entrydata {
        margin-top: 15px;
    }
    .onlymobile {
        padding-bottom: 50px;
    }
    .mobile-menu input.Button {
        font-weight: 300 !important;
        border: 2px solid #fff !important;
        background: transparent !important;
        color: #fff !important;
        margin-top: 20px !important;
        padding: 5px 10px !important;
        min-width: 100% !important;
        width: 100% !important;
    }
    div#Button {
        border: 2px solid #fff !important;
        font-weight: 300 !important;
        background: transparent !important;
        color: #333 !important;
        padding: 5px 10px !important;
        min-width: 100px !important;
        width: auto !important;
    }
    .onlymobile input {
        color: #333 !important;
        border: 0 !important;
    }
    .onlymobile li a {
        display: block !important;
        min-width: 100% !important;
        text-align: left !important;
        color: #fff !important;
        text-transform: none !important;
        background: transparent !important;
        text-decoration: none !important;
        padding: 0 0 !important;
    }
    .onlymobile .icon_delete {
        display: none !important;
    }
    li.box_entry,
    li.box_entry_active {
        padding: 0 !important;
    }
    ul.BoxContent {
        padding: 5% !important;
    }
    div#Content {
        min-width: 100% !important;
        margin-top: 80px !important;
        overflow: scroll !important;
        position: relative !important;
    }
    div#BoxesLeft {
        overflow: scroll !important;
        height: 50% !important;
    }
    ul.BoxContent {
        position: relative !important;
        text-align: left !important;
    }
    .logoutmobile {
        padding: 20px;
        height: 100%;
        margin-bottom: 100px;
    }
    .logoutmobile a {
        display: block;
        min-width: 140px;
        text-align: center;
        color: #333 !important;
        text-transform: uppercase;
        background: #fff;
        text-decoration: none;
        padding: 10px 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin-bottom: 5px;
    }
    li.LineRightHalf,
    li.LineLeftHalf {
        width: 100% !important;
    }
}


/* Cookie Notice */

.cc-color-override--1254661338.cc-window {
    background-color: #df3c3c !important;
    color: #fff !important;
    -webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.1) !important;
}

.cc-color-override--1254661338 .cc-link,
.cc-color-override--1254661338 .cc-link:active,
.cc-color-override--1254661338 .cc-link:visited {
    color: #fff !important;
}

.cc-color-override--1254661338 .cc-btn {
    color: #fff !important;
    background-color: #df3c3c !important;
}


/* BEAMER THEME */

body#beamer {
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    background: #df3c3c !important;
    background-image: url(/design/simple/images/vision-lan.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15% !important;
    background-position: center 30px !important;
}

body#beamer::after,
#beamer #ContentFullscreen::before {
    display: none !important;
}

#beamer #Logo,
#beamer #DateLogout,
#beamer #Banner,
#beamer #BoxesLeft,
#beamer #BoxesRight,
#beamer ul.LineFirst,
#beamer ul.Line:nth-child(3) {
    display: none !important;
}

#beamer ul.Line,
#beamer ul.Line>div,
#beamer ul.Line center,
#beamer ul.Line iframe {
    height: 100% !important;
    width: 100% !important;
}

#beamer div#ContentFullscreen,
#beamer ul.Line {
    height: 100% !important;
    background: #fff !important;
}

#beamer div#ContentFullscreen {
    position: fixed !important;
    top: 10% !important;
    right: 2.5% !important;
    left: 2.5% !important;
    z-index: 10 !important;
    margin: 0 !important;
    padding: 2% !important;
    box-sizing: border-box !important;
    width: 95% !important;
    height: 85% !important;
}


/*
#beamer div#ContentFullscreen::before{
	content:" ";
	display:block;
	position:fixed;
	top:2%;
	left:0;
	height:4%;
	width:100%;
}

*/

table.tabelleinfo,
table.tabelleinfo * {
    border: 0;
}

table.tabelleinfo td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 10px;
    vertical-align: top;
}

table.tabelleinfo tr>td:first-child {
    font-weight: bold;
}

button.accordion {
    margin-bottom: 10px;
}

div.panel {
    margin-bottom: 10px;
}

input.yes_button {
    margin: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    background-image: url("images/icon_yes.png") !important;
    cursor: pointer !important;
}


/*
Ab hier für die Startseite-News das Style für YoutubeVideos.
*/


/* .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */