body {
  background: transparent;
  background-image: url(../gfx/bg_gradient.png);
  background-repeat: repeat-x;
  background-position: left 219px;
}

.contentelement > .csc-frame-108 {
    background: #182F45;
}

.list-view .event:nth-child(2n) .elinfolinkwrap {
    background-color: #293448;
}

/*FORM*/
.csc-mailform li {
  margin-bottom: 15px!important;
}

.csc-form-element label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.csc-form-element-textarea textarea,
.csc-form-element-textline input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.csc-form-element-textarea textarea {
  resize: vertical; 
  min-height: 150px;
}

.csc-form-element-submit input {
    color: #fff;
    background-color: #0183cd;
    border-color: #2e6da4;
}

.csc-form-element-submit input {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

label strong, legend strong {
    color: #ff0000;
}

/*FOOTER*/
.socialicons a,
footer .socialicons a,
footer .metanav ul li a {
  color: #999!important;
}

footer .metanav ul li a:hover {
  color: #182F45!important;
}

footer .metanav ul li.active a, 
footer .metanav ul li.active a:hover {
  color: #004566!important;
}

.socialicons a:hover,
footer .socialicons a:hover {
  color: #009ee0!important;
}

.tx-irfaq-pi1 > ol > .tx-irfaq-toggle-plus:hover:before,
.tx-irfaq-dynheader.hover {
  color: #009ee0!important;
}

