@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url('/css/fonts/google-icons.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/css/fonts/oswald-200.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/fonts/oswald-200.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/css/fonts/inter.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
html {height:100%;}
body {
    min-height:75rem;
    background: #efefef;
    background-attachment: fixed;
    margin:0;
    color:#111;
    overflow-x: hidden;
    padding-top: 3.5rem;
}
.adminMain {
    padding-top:2rem;
}
.striked {
    text-decoration: line-through;
}
#logoContainer img {
    height: 170px;
}
#logoContainer {
    position: absolute;
    top:10px;
    left: 0;
    z-index: 1000;
}
.telegram {
    color:#44F;
    font-weight: bold;
}
#topRightMenue {
    display: block;
    position: absolute;
    top:15px;
    right:5px;
    text-align: right;
    font-size: large;
}
#naviLogout {display: none;}
main a {
    color:#d50f0e;
    text-decoration: underline;
}
main a:visited {
    color:#d50f0e;
    text-decoration: underline;
}

.rolldown {
    height:2rem;
    overflow: hidden;
    position: relative;
}
.rollDownBtn {
    position: absolute;
    top:0;
    right:1rem;
}

footer {
    margin-top:4rem;
}
.beschlussKeyword {
    background: #AAA;
    padding: 10px;
    margin: 10px;
    color: #000;
    float: left;
    font-size: small;
    font-style: italic;
    border-radius: 10px;
    cursor: pointer;
}

.werbung img {
    margin:0.5rem;
}

.myDataBtn {
    cursor: pointer;
}
.carousel-caption {
    text-shadow: 3px 3px 4px #000000;
    color:#FFFFFF;
}
#notizenListe {
    list-style: none;
    width: auto;
    height: 240px;
    border:1px solid grey;
    overflow: auto;
    padding:5px;
}

#habenStd,#sollStd {
    list-style: none;
    width: auto;
    height: 120px;
    border:1px solid grey;
    overflow: auto;
    padding:5px;
}
#habenStd p {margin: 0;}
#sollStd p {margin: 0;}


.loggedInData {
    display: none;
}

#signUpForm {
    /*display: none;*/
}
#signOutForm {/*display: none;*/}

.small {
    font-size: 0.8rem;
    line-height: 1;
}
.testbanner {
    writing-mode: vertical-rl;
    width: 30px;
    background: red;
    color: white;
    text-align: center;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    font-weight: bold;
    line-height: 30px;
}
#updateLmcBtn {
    cursor: pointer;
}
.teilnahmeBox {
    padding:1rem;
    background: #FF9;
}
.bbOverFlowIdx {
    position: sticky;
    bottom: -10px;
    left:70%;
    width: 30%;
    background:rgba(255,0,0,0.3);
    color:#FFF;
    padding:2px 10px;
    text-align: center;
}
.boardItem {
    text-align: left;
    padding:2rem 1rem 0.5rem 1rem;
    margin:1rem 0.1rem;
    border-top:1px solid #777;
    border-left:1px solid #666;
    border-right:2px solid #555;
    border-bottom:2px solid #444;
    position: relative;
    background: #FFC;
    height:25rem;
    overflow: auto;
    font-family: "Comic Sans MS", ui-rounded;
}
.newsItem {
    padding:1rem;
    margin:1rem 0.5rem;
    border:1px solid #777;
    position: relative;
    background: #FFF;
    text-align: left;
}
.newsDate {
    font-size: smaller;
    margin:0;
    padding:0px 10px;
    text-align: right;
    position: absolute;
    top:0.5rem;
    right:0.5rem;
    background: rgba(255,255,255,0.6);
}
#replyToText {
    padding:5px;
    background:#FF0;
    color:#000;
}

#geoContainer {
    position: absolute;
    top:1rem;
    left:1rem;
    z-index: 1000;
    background:rgba(255,255,255,0.7);
    padding:1rem;
    border-radius: 15px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.carousel {
    margin-bottom: 2rem;
}

nav.bg-light {
    background: rgba(0,0,0,0);
}

.hl2 {
    padding-top:1rem;
    margin-bottom: 1rem;
}
.adminNavi {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.adminNavi a {
    text-decoration: none;
    color: black;
}
.adminNavi a:visited {
    text-decoration: none;
    color: black;
}

#bearbeiteGui table {
    width:90%;
}
.adminNavi a.active {
    font-weight: bold;
}
.form-label {
    margin-bottom: 0;
    margin-top: 1rem;
}
.kai {
    width:100%;
    height:250px;
    overflow: auto;
    border:1px solid #000;
    padding:20px;
    margin:0;
    position: relative;
    background-color: #4455BB;
    z-index:0;
}
.liegeplatz {
    font-size: x-small;
    float: left;
    height:173px;
    padding:0;
    margin:0;
    position: absolute;
    top:0;
    left:0;
    border:1px solid #999;
    text-align: center;
    color:#FFF;
    border-top:25px solid #007700;
}
.lpLabel {
    text-align: center;
    color:#FFF;
    position: absolute;
    top:-20px;
    left:30%;
    z-index:100;
    font-weight: bold;
}
.stegRechts {
    position: absolute;
    top: 0;
    right: 0;
    height:140px;
    width:10px;
    background: #743b0b;
}
.stegLinks {
    position: absolute;
    top: 0;
    left: 0;
    height:140px;
    width:10px;
    background: #743b0b;
}
.dalbenRechts {
    position: absolute;
    top:140px;
    right: 0;
    height:10px;
    width:10px;
    border-radius: 5px;
    background: #000;
}
.dalbenLinks {
    position: absolute;
    top:140px;
    left: 0;
    height:10px;
    width:10px;
    border-radius: 5px;
    background: #000;
}
.boot {
    position: relative;
    margin:0;
    padding:0;
    background:#EFE;
    color:#222;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 120px;
    width:auto;
}
.bootfremd {
    position: relative;
    margin:0;
    padding:0;
    background:#FEE;
    color:#222;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 120px;
    width:auto;
}
.bootLabel {
    display: inline-block;
    transform: rotate(-90deg)  translate(-50px);
    height:20px;
    width: 20px;
    white-space: nowrap;
    margin:0;
    padding:0;
}
a.btn-secondary:visited {
    color:#FFF;
}
.bootRow {
    margin-bottom: 0.5rem;
}
#addToHome {margin-bottom: 2rem;display: none;}
#alleBooteDiv {
    overflow: auto;
    height:16rem;
    border:1px solid #999;
    padding:0.3rem;
}
.dataTables_wrapper .dataTables_filter input {background-color: #FFF;}
.hlCountDark {
    position: absolute;
    border-radius: 10px;
    background: #000;
    color: #FFF;
    top: 0;
    right:-20px;
    font-size: 12px;
    line-height: 14px;
    padding:0 5px;
    height:16px;
}
.replyItem {
    border-top:1px solid #444;
    padding-top:0.5rem;
    margin-top:1rem;
}
.hlCountLight {
    position: absolute;
    border-radius: 10px;
    background: #A00;
    color: #FFF;
    top: 0;
    right:-20px;
    font-size: 12px;
    line-height: 14px;
    padding:0 5px;
    height:16px;
}
.cntHeadline {
    position: relative;
    width: auto;
    display: inline-block;
    cursor: pointer;
}
.text-left {text-align: left;}
.text-right {text-align: right;}

.mitgliedStatusehemalig {text-decoration: line-through;}
@media (min-width: 62em) {
 .featurette-heading {margin-top: 0rem;}
}
.antwortBox {
    float:left;
    border-left:1px solid #999;
    border-right:1px solid #999;
    padding:0.5rem 1rem;
    background:#FFFF99;
}
#wait {
    position: absolute;
    z-index:1000;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.9);
    text-align: center;
    vertical-align: center;
    padding-top:30%;
    display:none;
}
#gpsmapframe {
    width:350px;
    height:400px;
    padding:25px;
    background: #7f7;
}
#gpsmap {
    width:300px;
    height:350px;
    background: #99ff99;
    position: relative;
    overflow:auto;
}
.gpspoint {
    position: absolute;
    width:10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
}
#mypos {
    position: absolute;
    width:10px;
    height: 10px;
    border-radius: 5px;
    background: #F00;
    z-index: 1000;
}
.btn-secondary {
    background-color:#ffffff;
    color:#d50f0e;
    border-color:#d50f0e;
}
.btn-primary {
    color:#FFFFFF;
    background-color:#d50f0e;
    border-color:#990000;
 }
.btn-secondary:visited {
    background-color:#ffffff;
    color:#d50f0e;
    border-color:#d50f0e;
}
.btn-primary:visited {
    color:#FFFFFF;
    background-color:#d50f0e;
    border-color:#990000;
 }
.lmcred {color:#d50f0e;}
.lmcgreen {color: #27a104;}
.link {
    color:#d50f0e;
    text-decoration: none;
}
.link:visited {
    color:#d50f0e;
    text-decoration: none;
}
.local-pdf:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color:#d50f0e;
    content: '';
    -webkit-mask: url('/css/file-earmark-pdf.svg') no-repeat 50% 50%;
    mask: url('/css/file-earmark-pdf.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.internallink:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color:#d50f0e;
    content: '';
    -webkit-mask: url('/css/arrow-right-square-fill.svg') no-repeat 50% 50%;
    mask:url('/css/arrow-right-square-fill.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.exterallink:before {
    content: url('/css/arrow-up-right-square.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color:#d50f0e;
}
.maillink:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color:#d50f0e;
    content: '';
    -webkit-mask: url('/css/envelope-fill.svg') no-repeat 50% 50%;
    mask:url('/css/envelope-fill.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.phonelink:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color:#d50f0e;
    content: '';
    -webkit-mask: url('/css/telephone-fill.svg') no-repeat 50% 50%;
    mask:url('/css/telephone-fill.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.form-check-input:checked {
    background-color: #d50f0e;
    border-color: #d50f0e;
}

input[type=text]:read-only {
    background: #bbbbbb;
}
input[type=date]:read-only {
    background: #bbbbbb;
}
h2 {
    color:#000;
    font-family: 'Inter';
    font-weight: 500;
}
h2 .bi {
    color:#d50f0e;
}
h2 .material-symbols-outlined {
    color:#d50f0e;
}
h3 {
    font-family: 'Inter';
}
h3 .bi {
    color:#d50f0e;
}
h3 .material-symbols-outlined {
    color:#d50f0e;
}
.werbungBox {
    border:0px solid #000;
    border-radius: 15px;
    background: #ddd;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: calc(100% - 1rem);
    padding:1rem;
}

.werbungBox img {
    height:100px;
}
.photoBox {
    padding:1rem;
    margin:0.5rem;
    float:left;
    border:1px solid #999;
    background: #FFF;
    border-radius: 8px;
}
.photoBox img {display: block; margin-bottom:0.5rem;cursor: pointer;}
#bigImage {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    max-width: 95%;
    max-height: 95%;
}
#bigImageContainer {
    z-index: 999;
    position: fixed;
    top:5%;
    left:5%;
    width:90%;
    height:90%;
    text-align: center;
    background: rgba(0,0,0,0.9);
    color:#EEE;
    overflow: hidden;
}
.photoTag {
    text-transform: uppercase;
    text-decoration: none;
    margin:0 1rem 1rem 0;
    border:1px solid;
    padding:3px 5px;
    float: left;
    display: block;
    font-weight: bold;
    color:#333;
    cursor: pointer;
}
.photoTag:visited {
    text-transform: uppercase;
    margin:0 0.5rem 0 0;
    border:1px solid;
    padding:3px 5px;
    float: left;
    display: block;
    font-weight: bold;
    color:#333;
}

.pagination .page-link1 {
    color: #440000;
    background: #d50f0e;
}
.page-link {
    background:#fff;
    color: #440000;
}
.active>.page-link, .page-link.active {
    color:#fff;
    background: #440000;
    border-color: #d50f0e;
}
.closeImgBtn {
    position: absolute;
    top:1rem;
    right: 1rem;
    font-size: xx-large;
    cursor: pointer;
    z-index: 1000;
}
.prevImgBtn {
    position: absolute;
    top:45%;
    left: 1rem;
    font-size: xx-large;
    cursor: pointer;
    z-index: 1000;
}
.nextImgBtn {
    position: absolute;
    top:45%;
    right: 1rem;
    font-size: xx-large;
    cursor: pointer;
    z-index: 1000;
}
