* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote,
sup {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #777;
    color: #333;
    font: 600 14px 'Open Sans', Sans-Serif;
    min-width: 375px;
}

.body-login {
    background: #333333;
    color: #333;
    font: 600 14px 'Open Sans', Sans-Serif;
    min-width: 375px;
}

a {
    color: #333;
    outline: none;
    text-decoration: underline;
    transition: .2s All;
}

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

input,
select,
textarea {
    background: #e5e5e5;
    border: 0;
    color: #333333;
    font: 600 1em 'Open Sans', Sans-Serif;
    padding: 3px 8px;
}

li {
    list-style: none;
}

h1,
h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 2em 0 .5em 0;
}

h3,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 2em 0 .5em 0;
}

p {
    line-height: 1.4em;
    padding: 0 0 1.4em;
}

table {
    /* border-collapse: collapse; */
    width: 100%;
}

img {
    display: block;
}

sup {
    font-size: .7em;
    margin-right: 3px;
    position: relative;
    top: -.4em;
    vertical-align: baseline;
}

.page-container,
.page-header,
.page-nav-bar {
    padding: 0 50px;
}

.page-top-bar {
    background: #333333;
}

.page-nav-bar {
    background: #c7c7c7;
}

.page-frame {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.page-container {
    background: #fff;
    padding-bottom: 50px;
    /*padding-top: 50px;*/
    min-height: 720px;
}

.page-header {
    align-items: flex-end;
    color: #fff;
    display: flex;
    height: 105px;
    justify-content: space-between;
}

.header-slogan {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cst_Cliquenname,.cst_Vereinsart{
  float: left;
}

.header-slogan-separator, .cst_Vereinsart {
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
}

.header-slogan-separator::after {
    background: #fff;
    content: '';
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}


.header-logo {
    margin-bottom: 15px;
    width: 75px;
}

.nav-info {
    align-items: center;
    display: flex;
    font-size: 15px;
    height: 80px;
}

.nav-main {
    font-size: 20px;
    font-weight: bold;
}

.nav-main ul {
    display: flex;
    justify-content: space-between;
}

.nav-main li {
    flex: 0 1 260px;
    margin: 0 10px;
    position: relative;
}

.nav-main li:first-child {
    margin-left: 0;
}

.nav-main li:last-child {
    margin-right: 0;
}

.nav-main a {
    background: #ebebeb;
    border-radius: 15px 15px 0 0;
    box-shadow: 6px -3px 4px rgba(0, 0, 0, .2);
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.nav-main a::before {
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 42px;
    z-index: 1
}

.nav-main a:hover,
.nav-main li.active a {
    background: #fff;
}

.nav-theme-yellow a {
    color: #c79d35;
}

.nav-theme-yellow a::before {
    background: url(../../layout/images/ico-clique.svg) no-repeat center / contain;
}

.nav-theme-green a {
    color: #71ad38;
}

.nav-theme-green a::before {
    background: url(../../layout/images/ico-personen.svg) no-repeat center / contain;
}

.nav-theme-red a {
    color: #da5e41;
}

.nav-theme-red a::before {
    background: url(../../layout/images/ico-fasnacht.svg) no-repeat center / contain;
}

.nav-theme-blue a {
    color: #488dc6;
}

.nav-theme-blue a::before {
    background: url(../../layout/images/ico-drummeli.svg) no-repeat center / contain;
}

.accordeon {
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.theme-red .accordeon {
    color: #808080;
}

.accordeon-section {
    margin-bottom: 55px;
}

.accordeon-row, .table-accordeon-row{
    flex: 1 1 auto;
    margin-bottom: 12px;
    width: 100%;
}

.accordeon-icons {
    align-items: flex-start;
    display: flex;
    flex: 0 0 82px;
    flex-grow: 0;
    margin-left: 10px;
}

.accordeon-headline {
    align-items: center;
    background: #333;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px 7px 12px;
    position: relative;
}

.theme-yellow .accordeon-headline {
    background: #c79d35
}

.theme-green .accordeon-headline {
    background: #71ad38
}

.theme-red .accordeon-headline {
    background: #da5e41
}

.theme-blue .accordeon-headline {
    background: #488dc6
}

.accordeon-headline h3 {
    margin: 0
}

.accordeon-headline:after {
    color: #fff;
    content: "+";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.accordeon-row.is-open .accordeon-headline:after {
    content: '-';
    font-size: 19px;
    margin-top: -2px;
}

.accordeon-wrap {
    border: 1px solid #333;
    border-top: 0;
    padding: 10px;
}
.table-accordeon-row .accordeon-wrap{
    border: none;
}

.theme-yellow .accordeon-wrap {
    border-color: #c79d35;
}

.theme-green .accordeon-wrap {
    border-color: #71ad38;
}

.theme-red .accordeon-wrap {
    border-color: #da5e41;
}

.theme-blue .accordeon-wrap {
    border-color: #488dc6;
}

.theme-red .btn-link,
.theme-red .btn-link a {
    color: #da5e41;
}

.btn-link {
    margin-top: 3px;
}

.theme-blue .btn-link,
.theme-blue .btn-link a,
.theme-blue .cms_column a {
    color: #488dc6;
}

.theme-red .btn-link a::before {
    background: url(../../layout/images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}
.theme-blue .btn-link::before {
    background: url(../../layout/images/ico-arrow-b.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}
.btn-link-icon {
    margin-right: 5px;
}

.btn-link-icon img {
    height: 27px;
    width: auto;
}

.field-text {
    display: block;
    margin-top: 2px;
}

.form-field {
    /* align-items: center;
    display: flex; */
    margin-bottom: 3px;
}

.form-field:last-child {
    margin-bottom: 0;
}

.form-text-field {
    margin-bottom: 10px;
}

.form-label {
    color: #333;
    font-size: 1em;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftLabel{
    text-align: right;
}
.rightLabel{
    text-align: left;
}

.form-label-static {
    flex-grow: 1;
    flex-shrink: 0;
    width: auto;
}

.theme-yellow .form-styled label {
    color: #c79d35;
}

.theme-green .form-styled label {
    color: #71ad38;
}

.theme-red .form-styled label {
    color: #da5e41;
}

.theme-blue .form-styled label {
    color: #488dc6;
}

.form-styled input,
.form-styled select,
.form-styled textarea {
    width: 100%;
}

.checkbox-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-flex;
    margin-right: 20px;
    margin-top: 3px;
    padding-left: 25px;
    position: relative;
    user-select: none;
}

.checkbox-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.checkbox-container input:disabled, .disabled-parent {
  cursor: default;
}

.checkmark {
    border: 2px solid #bbb;
    border-radius: 50%;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px
}
.checkmark-box {
    border-radius: unset;
}

.theme-yellow .checkmark {
    border-color: #c79d35;
}

.theme-green .checkmark {
    border-color: #71ad38;
}

.theme-red .checkmark {
    border-color: #da5e41;
}

.theme-blue .checkmark {
    border-color: #488dc6;
}

.checkbox-container:hover input~.checkmark {}

.checkbox-container input:checked~.checkmark {
    background-color: #bbb;
    border-color: transparent
}

.theme-yellow .checkbox-container input:checked~.checkmark {
    background-color: #c79d35;
}

.theme-green .checkbox-container input:checked~.checkmark {
    background-color: #71ad38;
}

.theme-red .checkbox-container input:checked~.checkmark {
    background-color: #da5e41;
}

.theme-blue .checkbox-container input:checked~.checkmark {
    background-color: #488dc6;
}

.checkmark::after {
    content: "";
    display: none;
    position: absolute;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    height: 9px;
    left: 4px;
    top: 1px;
    transform: rotate(45deg);
    width: 6px;
}

.form-styled textarea {
    height: 70px;
    overflow: auto;
}

.form-styled hr {
    margin-left: -10px;
    margin-right: -10px;
}

.form-submit {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.form-submit-btn, .openForm-btn{
    background: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: 600 1em 'Open Sans', Sans-Serif;
    height: 24px;
    margin: 0;
    padding: 2px 12px 0 12px;
    white-space: nowrap;
    width: auto;
}

.theme-yellow .form-submit-btn, .theme-yellow .openForm-btn {
    background: #c79d35;
}

.theme-green .form-submit-btn, .theme-green .openForm-btn {
    background: #71ad38;
}

.theme-red .form-submit-btn, .theme-red .openForm-btn {
    background: #da5e41;
}

.theme-blue .form-submit-btn, .theme-blue .openForm-btn {
    background: #488dc6;
}

.form-submit-btn:disabled, .openForm-btn:disabled{
    opacity: .3;
    pointer-events: none;
}

.form-submit-btn.disabled, .openForm-btn.disabled{
    opacity: .3;
    pointer-events: none;
}
.form-submit-btn.locked, .openForm-btn.locked {
    pointer-events: none;
}
.table-styled {
    border-spacing: 0;
    margin-top: 10px;
}

.table-styled td {
    background: #e5e5e5;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 2px 5px;
    text-align: center;
}

.table-styled th {
    background: #bebebe;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: 600;
    overflow: hidden;
    padding: 2px 5px;
    text-overflow: ellipsis;
}

.table-styled th:last-child,
.table-styled td:last-child {
    border-right: 0
}

.table-styled .checkbox-container {
    height: 14px;
    margin: 0;
    padding: 0;
    width: 15px;
}

.theme-red th {
    background: #f7dbd5;
    color: #da5e41;
}

hr {
    border: 0;
    border-top: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme-yellow hr {
    border-color: #c79d35
}

.theme-red hr {
    border-color: #da5e41
}

.theme-blue hr {
    border-color: #488dc6
}

.text-left {
    text-align: left;
}

.flex-row {
    display: flex;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-start {
    align-items: flex-start;
}

/*.col-xs-3, .col-xs-2{
    margin-bottom: 3px;
}*/
.p-noedit {
    padding-top: 2px;
    color: gray;
}

.login{
    margin: 100px auto;
    width: 466px;
    min-height:311px;
    color: white;
}

.login h6 {
    margin: 0.5em 0 .5em 0;
}

.login input{
    margin-bottom: 10px;
    width: 274px;
    font-size: 15px;
    background-color: #999999;
    height: 38px;
}
.login .submit {
    background-color: white;
    width: 274px;
}

.w-50 {
    width:50%
}
.ta-right {
    text-align: right;
}


input.error,
textarea.error {
    border: 2px solid #000000;
}



select.error {
    border: 1px solid #bd4466;
    background-color: #FFF;
    background-position: calc(100% - 14px) 50%;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}


#login input {
    margin-right:8px;
}
.submit {
    margin-right:16px!important;
    width: 100px
}
.no-background {
    background: unset;
}
.sim {
    font-size:12px
}
.sim a {
    color:#868686;
}


.button-white                                                                     { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');background-color:#ffffff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #d9d9d9;display:inline-block;color:#525252;font-family:arial;font-size:12px;font-weight:bold;padding:7px 12px;text-decoration:none;text-shadow:1px 1px 0px #d1d1d1; }
.delete_file{
  padding-left: 30px;
  height: 16px;
  background:url(../../layout/images/x_alt_16x16.png) center no-repeat;
}
.showFiles a {
    color:#777;
    line-height:24px;
    text-decoration: none;
}
.file-L::before {
    content: "•"; color: #777;
    margin: 0 9px 0 2px;
    display: inline-block;
}

.verantwortlichkeiten, .verantwortlichkeiten a {
    color: #da5e41;
}

.verantwortlichkeiten li::before {
    background: url(../../layout/images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}

a.file.pdf {
  color: #000;
  font-weight: normal;
}

.verantwortlichkeiten a.file.pdf {
  color: #da5e41
}


.file.pdf::before {
    background: url(../../layout/images/ico-arrow-s.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}

.theme-red .text ul li::before {
    background: url(../../layout/images/ico-arrow.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}


.text ul li::before {
    background: url(../../layout/images/ico-arrow-s.svg) no-repeat center / contain;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 11px;
}

.info {
    height: 30px;
    background: #fff;
    padding-left: 40px;
}
label.error {
    /*width: 140px;*/
    display: flex;
    background-color: black;
    padding: 0 5px 0 5px
}


.dropzone a{
  color: gray;
  text-decoration: none;
}

.hinweisfasnacht{
  border-left: 5px solid #da5e41;
  margin-left: 10px;
  margin-top: 30px;
display: inline-block;
padding-left: 10px;
}
.hinweisdrummeli{
  border-left: 5px solid #488dc6;
  margin-left: 10px;
  margin-top: 30px;
display: inline-block;
padding-left: 10px;
}

.mobileHeader{
    display: none;
}

.rating{
    height: 30px;
    width: 270px;;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 900;
}

.rating.weakPassword{
    color: red;
    border: 1px solid red;
}
.rating.moderatePassword{
    color: orange;
    border: 1px solid orange;
}
.rating.strongPassword{
    color: #40ff40;
    border: 1px solid #40ff40;
}
.rTable {
    display: table;
    width: 550px;
    padding-top: 100px;
}
.rTableRow {
    display: table-row;
}
.rTableCell {
    display: table-cell;
    padding: 0 0 0 8px;
    color: white;
    font-weight: 100;
    font-size: 20px;
}
.pwd-lost a{
    color:white;
    font-size: 20px;
    font-weight: 100;
    text-decoration: none;
    padding: 0 0 0 8px;
}
.pwd-lost a:hover{
    text-decoration: underline;
}
.footer {
    background-color: #333333;
    height: 50px;
}
.footer li {
    float: left;
    padding: 15px 20px 0 50px;
}
.footer li a, .footer li{
    color: white;
    text-decoration: none;
}
.footer li a:hover{
    text-decoration: underline;
}
li.link-webseite {
    float: right;
    padding-right: 48px;
}
.detailseite {
    min-height: 750px;
    background: white;
    padding-left: 50px;
}

.pausierenja .cms_column{
  float: none !important;
}