.panel {
    border: 0px solid transparent;
    border-left: 2px solid transparent;
}

.panel-default {
    border-color: #ff3333;
}

.section {
  padding-top: 0em;
  padding-bottom: 0em;
}
@media (min-width: 768px) {
  .section {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 992px) {
  .section {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}

.frame {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .frame {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  .frame {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}




/* den header weniger hoch */

.navbar-header-main .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
  height: 70px;
  -webkit-transition: opacity 0.15s ease-in-out 0s;
  -o-transition: opacity 0.15s ease-in-out 0s;
  transition: opacity 0.15s ease-in-out 0s;
}

@media (max-width: 991px) {
  .navbar-header-main .navbar-brand {
    padding: 23px 20px;
    font-size: 1.25em;
    line-height: 24px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .navbar-main {
    float: right;
  }
  .navbar-main > li.dropdown > a > .caret {
    display: none;
  }
  .navbar-main > li:last-child > a {
    margin-right: 0px;
  }
  .navbar-main > li > .navbar-text,
  .navbar-main > li > a {
    line-height: 70px;
    padding: 20px 20px 0px 20px;
  }
  .navbar-main > li > .navbar-text .caret,
  .navbar-main > li > a .caret {
    display: none;
  }
}

/* news */

.news-latest-item {
    padding: 3px;
    margin: 0;
    width: 33%;
    float: left;
}


/* Sprachmenü oben */

.navbar-header .language-menu {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .navbar-header .language-menu {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .navbar-header .language-menu > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.navbar-header .language-menu a {
  font-size: 0.7em;  
}

.navbar-header .language-menu .active a {
  font-weight: bold;
  color: #ff3333;
}

.frame.language {
    padding-top: 0em;
    padding-bottom: 0em;
}

.navbar-header .text-muted {
  font-size: 0.7em;  
}

.frame.meta,
.frame.copyright {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.frame.copyright {
  padding-top: 0em;
  padding-bottom: 0.5em;
}

/* Images in RTE */

.frame-type-textcolumn img,
.frame-type-text img {
  padding: 10px;
}


/* table layout */

.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.contenttable > thead > tr > th,
.contenttable > tbody > tr > th,
.contenttable > tfoot > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 1.55;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.contenttable > caption + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.contenttable > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.contenttable .contenttable {
  background-color: #ffffff;
}
.contenttable-condensed > thead > tr > th,
.contenttable-condensed > tbody > tr > th,
.contenttable-condensed > tfoot > tr > th,
.contenttable-condensed > thead > tr > td,
.contenttable-condensed > tbody > tr > td,
.contenttable-condensed > tfoot > tr > td {
  padding: 5px;
}
.contenttable-bordered {
  border: 1px solid #dddddd;
}
.contenttable-bordered > thead > tr > th,
.contenttable-bordered > tbody > tr > th,
.contenttable-bordered > tfoot > tr > th,
.contenttable-bordered > thead > tr > td,
.contenttable-bordered > tbody > tr > td,
.contenttable-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.contenttable-bordered > thead > tr > th,
.contenttable-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.contenttable-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.contenttable-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.contenttable > thead > tr > td.active,
.contenttable > tbody > tr > td.active,
.contenttable > tfoot > tr > td.active,
.contenttable > thead > tr > th.active,
.contenttable > tbody > tr > th.active,
.contenttable > tfoot > tr > th.active,
.contenttable > thead > tr.active > td,
.contenttable > tbody > tr.active > td,
.contenttable > tfoot > tr.active > td,
.contenttable > thead > tr.active > th,
.contenttable > tbody > tr.active > th,
.contenttable > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.contenttable-hover > tbody > tr > td.active:hover,
.contenttable-hover > tbody > tr > th.active:hover,
.contenttable-hover > tbody > tr.active:hover > td,
.contenttable-hover > tbody > tr:hover > .active,
.contenttable-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.contenttable > thead > tr > td.success,
.contenttable > tbody > tr > td.success,
.contenttable > tfoot > tr > td.success,
.contenttable > thead > tr > th.success,
.contenttable > tbody > tr > th.success,
.contenttable > tfoot > tr > th.success,
.contenttable > thead > tr.success > td,
.contenttable > tbody > tr.success > td,
.contenttable > tfoot > tr.success > td,
.contenttable > thead > tr.success > th,
.contenttable > tbody > tr.success > th,
.contenttable > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.contenttable-hover > tbody > tr > td.success:hover,
.contenttable-hover > tbody > tr > th.success:hover,
.contenttable-hover > tbody > tr.success:hover > td,
.contenttable-hover > tbody > tr:hover > .success,
.contenttable-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.contenttable > thead > tr > td.info,
.contenttable > tbody > tr > td.info,
.contenttable > tfoot > tr > td.info,
.contenttable > thead > tr > th.info,
.contenttable > tbody > tr > th.info,
.contenttable > tfoot > tr > th.info,
.contenttable > thead > tr.info > td,
.contenttable > tbody > tr.info > td,
.contenttable > tfoot > tr.info > td,
.contenttable > thead > tr.info > th,
.contenttable > tbody > tr.info > th,
.contenttable > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.contenttable-hover > tbody > tr > td.info:hover,
.contenttable-hover > tbody > tr > th.info:hover,
.contenttable-hover > tbody > tr.info:hover > td,
.contenttable-hover > tbody > tr:hover > .info,
.contenttable-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.contenttable > thead > tr > td.warning,
.contenttable > tbody > tr > td.warning,
.contenttable > tfoot > tr > td.warning,
.contenttable > thead > tr > th.warning,
.contenttable > tbody > tr > th.warning,
.contenttable > tfoot > tr > th.warning,
.contenttable > thead > tr.warning > td,
.contenttable > tbody > tr.warning > td,
.contenttable > tfoot > tr.warning > td,
.contenttable > thead > tr.warning > th,
.contenttable > tbody > tr.warning > th,
.contenttable > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.contenttable-hover > tbody > tr > td.warning:hover,
.contenttable-hover > tbody > tr > th.warning:hover,
.contenttable-hover > tbody > tr.warning:hover > td,
.contenttable-hover > tbody > tr:hover > .warning,
.contenttable-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.contenttable > thead > tr > td.danger,
.contenttable > tbody > tr > td.danger,
.contenttable > tfoot > tr > td.danger,
.contenttable > thead > tr > th.danger,
.contenttable > tbody > tr > th.danger,
.contenttable > tfoot > tr > th.danger,
.contenttable > thead > tr.danger > td,
.contenttable > tbody > tr.danger > td,
.contenttable > tfoot > tr.danger > td,
.contenttable > thead > tr.danger > th,
.contenttable > tbody > tr.danger > th,
.contenttable > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.contenttable-hover > tbody > tr > td.danger:hover,
.contenttable-hover > tbody > tr > th.danger:hover,
.contenttable-hover > tbody > tr.danger:hover > td,
.contenttable-hover > tbody > tr:hover > .danger,
.contenttable-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.contenttable-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .contenttable-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .contenttable-responsive > .contenttable {
    margin-bottom: 0;
  }
  .contenttable-responsive > .contenttable > thead > tr > th,
  .contenttable-responsive > .contenttable > tbody > tr > th,
  .contenttable-responsive > .contenttable > tfoot > tr > th,
  .contenttable-responsive > .contenttable > thead > tr > td,
  .contenttable-responsive > .contenttable > tbody > tr > td,
  .contenttable-responsive > .contenttable > tfoot > tr > td {
    white-space: nowrap;
  }
  .contenttable-responsive > .contenttable-bordered {
    border: 0;
  }
  .contenttable-responsive > .contenttable-bordered > thead > tr > th:first-child,
  .contenttable-responsive > .contenttable-bordered > tbody > tr > th:first-child,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr > th:first-child,
  .contenttable-responsive > .contenttable-bordered > thead > tr > td:first-child,
  .contenttable-responsive > .contenttable-bordered > tbody > tr > td:first-child,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .contenttable-responsive > .contenttable-bordered > thead > tr > th:last-child,
  .contenttable-responsive > .contenttable-bordered > tbody > tr > th:last-child,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr > th:last-child,
  .contenttable-responsive > .contenttable-bordered > thead > tr > td:last-child,
  .contenttable-responsive > .contenttable-bordered > tbody > tr > td:last-child,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .contenttable-responsive > .contenttable-bordered > tbody > tr:last-child > th,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr:last-child > th,
  .contenttable-responsive > .contenttable-bordered > tbody > tr:last-child > td,
  .contenttable-responsive > .contenttable-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}




/* Layouting */

h1 {
  border-bottom: 1px solid #b3b3b3;
  }


/* Section Navigation */
ul.ce-menu {
  list-style: none;
  }

.ce-menu li {
  margin-bottom: 10px;
  }
