﻿/*@font-face {
    font-family: 'TheGreatEscapeBold';
    src: url('TheGreatEscapeBold.ttf') format('truetype');
}
@font-face {
    font-family: '3Dumb';
    src: url('3Dumb.ttf') format('truetype');
}
@font-face {
    font-family: '2Dumb';
    src: url('2Dumb.ttf') format('truetype');
}*/

@font-face {
    font-family: 'UniversLTStd';
    src: url('UniversLTStd.otf') format("opentype");
}

@font-face {
    font-family: 'UniversLTStd-Bold';
    src: url('UniversLTStd-Bold.otf') format("opentype");
}

body {font: normal 15px "UniversLTStd", Arial, sans-serif; margin: 0; padding: 3%; }

#mainNav {
    height: 75px;
    background-color: #0603e1;
    width: 99%;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #fff;
}

#divImage {
    padding: 3%;
/*    width: 100%;
    height: 100%;
*/}

header {
    position: relative;
    width: 99%;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #fff;
    background-color: #0603e1;
}

    header img {
        height: 100%;
        width: 100%;
    }

/*nav {
    height: 75px;
}

    nav ul {
        margin: 10px, 0px, 0px, 0px;
        padding: 1px;
        list-style-type: none;
        height: 56px;
    }

        nav ul li {
            float: left;
            margin: 0px;
            padding: 0px;
            width: 12%;
        }

            nav ul li a {
                display: block;
                height: 56px;
                line-height: 56px;
                font-size: 1.6em;
                text-decoration: none;
                text-transform: lowercase;
                text-align: center;
                color: dimgray;
                font-family: 'Arial Rounded MT';
            }

                nav ul li a:hover {
                    background-color: #FF8500;
                    color: white;
                }*/

section {
    position: relative;
    width: 87%;
    min-height: 200px;
    color: #fff;
    padding: 0% 6% 3% 6%;
    display: block;
    overflow: auto;
    background-color: #0603e1;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #fff;
}

/*Datenschutzerklärung*/
.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.2;
    background-color: #ddd;
    width: 100%;
    z-index: 100;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fabc6c;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 200;
}

a.close,
a.submit {
    display: inline-block;
    color: white;
    background-color: #000;
    padding: 5px 10px;
}
/*Datenschutzerklärung*/



/*Beginn Select-Auswahl*/
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
/*Ende Select-Auswahl*/

/*Beginn Links allgemein*/
a:link, a:visited {
    text-decoration: none;
    color: #999;
}

a:hover, a:active
{
    color: #000;
}

.clear{clear:both}

/*Ende Links allgemein*/
img { outline: 0; max-width: 100%; height: auto;}

.lblContTitel{
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    font-family: UniversLTStd;
}

/*Beginn Language Dropbox*/
.ddlLang
{
    position: absolute;
    top: 5px;
    width:auto;
    height: 30px;
    text-align: center;
    /*background: #4E443C;*/
    background: rgba(246, 149, 125,1.0); /*falls Browser linear-gradient nicht versteht*/
    background: linear-gradient(left, rgba(255, 250, 197,1.0), rgba(246, 149, 125,1.0));
    background: -moz-linear-gradient(left, rgba(255, 250, 197,1.0), rgba(255, 216, 031,1.0));
    background: -webkit-linear-gradient(left, rgba(255, 250, 197,1.0), rgba(255, 216, 031,1.0));
    background: -o-linear-gradient(left, rgba(255, 250, 197,1.0), rgba(255, 216, 031,1.0));
    background: -ms-linear-gradient(left, rgba(255, 250, 197,1.0), rgba(255, 216, 031,1.0));
    color: #000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: normal 12px Advert-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*-webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;*/
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}
/*Ende Language Dropbox*/

/*Beginn Sponsoren*/
/*.imgGold{
    width: 97%;
    padding-left:1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 3%;
}
.divSilber{
    width: 47%;
    padding:1%;
    float:left;
}
.divBronze{
    width: 30%;
    padding:1%;
    float:left;
}*/
/*Ende Sponsoren*/

/*Beginn Reports*/
.divReport{
    font-size: 1em;
    font-family: Verdana;
    display: inline;
}
/*Ende Reports*/

/*Beginn Content 3- spaltig*/
/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select/*,
textarea*/ {
    max-width: 280px;
}



.container {
    background-color: transparent;
    /*padding-right: 15px;
    padding-left: 15px;*/
    /*    margin-right: auto;
    margin-left: auto;
*/ overflow: hidden; /* This chops off any overhanging divs */
}

/*.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}*/

.row {
    background-color: #999;
    min-height: 50vh;
    /*margin-top: 100px;
    background-color: #999;*/
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-md-4
    {
    position: relative;
    min-height: 1px;
    /*height: inherit;*/
    /*padding-right: 15px;
    padding-left: 15px;*/
}

footer {
    /*    margin-top: 5px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
*/
    width: 87%;
    padding: 2% 6% 1% 6%;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: inset;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #fff;
    background-color: #0603e1;
    color: #fff;
}
.footerInnen{
    font-family: UniversLTStd;
}

/*Beginn News Bild und Datumsangabe*/
.lblContNews > img
{
    float: left;
    /*margin-top: 15px;*/
    margin-right: 5px;
}

.newsDate{
    /*display:none;*/
    font-size: 0.7em;
    font-weight: lighter;
    font-style: italic;
}
.newsTime{
    display:none;
}
/*End News Bild und Datumsangabe*/

/*Beginn Login*/
.form-group {
  margin-bottom: 15px;
}

.text-danger {
  color: #b94a48;
}

.col-md-2,
.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}


.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 3px 6px;
  font-size: 1em;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(208, 108, 85, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(208, 108, 85, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.btn > .caret {
border-top-color: #000 !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
/*Beginn Login*/

/*Beginn Galerie design*/
.left
{
    float: left;
    padding: 0px 15px 0px 0px;
}

.hoehe{
    min-height: 130px;
}

.ulFotoAlben {
    width: 94%;
    /*min-height: 100px;*/
    background-color: #f0f0f0;
    margin: 0px 0px 10px 0px;
    padding: 1% 3% 1% 1%;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.ulFotoCont {
    width: 94%;
    /*min-height: 100px;*/
    background-color: #f0f0f0;
    margin: 0px 0px 10px 0px;
    padding: 1% 3% 1% 1%;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/*Ende Galerie design*/

/*Accordeon style*/
        .accordionContent
        {
            background-color: #D3DEEF;
            border-color: -moz-use-text-color #2F4F4F #2F4F4F;
            border-right: 1px dashed #2F4F4F;
            border-style: none dashed dashed;
            border-width: medium 1px 1px;
            border-radius: 0em 0em 0.5em 0.5em;
            padding: 1% 1% 1%;
            width: 97%;
        }
        .accordionHeaderSelected
        {
            background-color: #F89728;
            border: 1px solid #2F4F4F;
            color: white;
            cursor: default;
            border-radius: 0.5em 0.5em 0em 0em;
            /*font-family: Arial,Sans-Serif;
            font-size: 12px;
            font-weight: bold;*/
            margin-top: 5px;
            padding: 1%;
            width: 97%;
        }
        .accordionHeader
        {
            background-color: #004A61;
            border: 1px solid #2F4F4F;
            color: white;
            cursor: default;
            border-radius: 0.5em 0.5em 0.5em 0.5em;
           /*font-family: Arial,Sans-Serif;
            font-size: 12px;
            font-weight: bold;*/
            margin-top: 5px;
            padding: 1%;
            width: 97%;
        }
        .href
        {
            color: White;
            font-weight: bold;
            text-decoration: none;
        }

/*Ende Accordeon style*/

/*Beginn Tabellen*/
.mGrid{
    width: 100%;
    display: inline;
}
.mGrid tr{
    background-color: #fff;
}

.mGrid tr th{
    background-color: #333;
}
.mGrid tr.footer,
.mGrid tr td table tr{
    background-color: #ccc;
}
.mGrid tr.alt{
    background-color: #ccc;
}
/*Ende Tabellen*/

@media screen and (max-width: 480px) {
    .col-md-4 {
        border-bottom: 1px solid #999;
        padding: 10px 5px 10px 5px;
    }
    .container {
    padding-right: 0px;
    padding-left: 0px;
    }
    #logo{
        width:50px;
        height:auto;
        top: 0px;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .container {
        max-width: 100%;
    }
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
    #logo{
        width:228px;
        height:auto;
    }
}

@media (min-width: 992px){
    .container {
        width: 100%;
    }
    .col-md-4
     {
        float: left;
        /*margin-top: 15px;*/
/*        background-color: #fff;
*/        /*width: 33.33333333333333%;*/
    }

    .colInner
    {
        /*Absoluter Abstand gegen Aussen*/
        margin: 15px;

        height:auto;
    }

    .colLeft{
        width: 22.5%;
        padding-left: 1%;
        padding-right:1%;
/*        margin-left: 0.3%;
        margin-bottom: 0.3%;
*/        height:auto;
    }
    .colCenter {
        width: 71.5%;
        padding-left: 2%;
        padding-right: 1%;
        border-left-style: groove;
        border-left-color: #fff;
/*        margin-left: 0.3%;
        margin-right: 0.3%;
        margin-bottom: 0.3%;
*/ height: auto;
    }
}

/*@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }*/
}
/*Ende Content 3- spaltig*/

/*Beginn Listenpunkte*/
.row ul li{
    margin-left: 15px;
}

.row ul li ul li
{
    margin-left: 15px;
}
/*Ende Listenpunkte*/

/*Beginn Tabellen*/
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table-alternate{
    background-color: #999;
}

td .Berichtslink {
    display:inline-block;
    max-width: 150px;
    overflow:hidden;
    /*white-space: nowrap;*/
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
*/
table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
    
    .col-md-4{
/*        background-color: #fff;
*/    }
    .colLeft{
        width: 98%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 5px;
        padding: 0.5%;
    }
    .colCenter{
        width: 98%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 5px;
        padding: 0.5%;
    }
    #logo{
        width:150px;
        top: 0px;
    }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*Ende Tabellen*/