﻿/*@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 16px "UniversLTStd", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e6cfd2;
}


#divImage {
    float: left;
    margin-right: 5%;
    margin-top: 10px;
}

header {
    position: relative;
    width: 100%;
}

    header img {
        height: 100%;
        width: 100%;
    }


/*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*/


section {
    position: relative;
    width: 60%;
    min-height: 200px;
    background-color: transparent; /*#F99D36;*/
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    border-color: transparent; /*#FF8500;*/
    display:block;
    overflow: auto;
    /*border-style: solid;
    border-radius: 15px;
    margin-top: -5%;
    z-index: 5;*/
}
section ul{
    display: block;
    margin-left: 5%;
}

section ul li {
    list-style-type: none;
}

    section ul li:before {
        content: "\25BA" " ";
    }

/*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: #000;
    font-family: UniversLTStd;
}

/*Formular frmFragen*/
.frmFragen{
    padding: 5px;
}

.frmText {
    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;
}

    .frmText: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);
    }


textarea.frmText {
    height: auto;
}


.frmBtn {
    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;
}

    .frmBtn:hover,
    .frmBtn:focus {
        color: #333333;
        text-decoration: none;
    }


/*Formular frmFragen*/

/*Beginn Reports*/
.divReport {
    font-size: 1em;
    font-family: Verdana;
    display: inline;
}
/*Ende Reports*/


/* 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{
    background-color: #ccc;
/*    margin-top: 5px;
*/
    position: fixed;
    bottom: 0px;
    width: 100%;
/*    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
*/}
.footerInnen {
    max-width: fit-content;
    margin-left: auto;
    margin-right:auto;
    padding: 5px 15px 5px 15px;
    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) {
    section {
        width: 96%;
    }
    .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: 19.7%;
        margin-left: 0.3%;
        margin-bottom: 0.3%;
        height:auto;
    }
    .colCenter{
        width: 79.4%;
        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*/