* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #56ac42;
}

a:focus, a:hover {
    color: #56ac42;
    text-decoration: underline;
}

a:focus {
    outline: 2px solid #56ac42;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.top-line {
    background-color: #56ac42;
    color: #ffffff;
    padding: 10px 0;
    vertical-align: middle;
}

.top-line a {
    color: #ffffff;
}

.top-line-infos {
    align-items: center;
    display: flex;
    justify-content: end;
}

.top-line .icon-link {
    align-items: center;
    display: flex;
}

.top-line .icon-link:not(:last-child) {
    margin-right: 2.5em;
}

.top-line .icon-link img {
    margin-right: 5px;
}

.carousel-inner .item img {
    width: 100%;
}

.wrapper {
    padding-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.frame-default, .csc-frame-default {
    float: left;
    padding: 15px;
    width: 100%;
}

.container.content, .container.navigation {
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

#home .container.content, #archive .container.content, .frame-default.no-background, .csc-frame-default.no-background {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
}

#archive h1 {
    color: #ffffff;
}

.navbar-brand {
    height: auto;
}

.nav > li > a {
    color: #434343;
    font-size: 1.071em;
}

/*.nav li ul {    position: absolute;    left: 0;    top: 36px;    z-index: 1;}.nav li ul li {    overflow: hidden;    height: 0;    -webkit-transition: height 200ms ease-in;    -moz-transition: height 200ms ease-in;    -o-transition: height 200ms ease-in;    transition: height 200ms ease-in;}*/
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active, .nav > li.active > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li.active > a, .dropdown ul.dropdown-menu li.dropdown ul a:focus, .dropdown ul.dropdown-menu li.dropdown ul a:hover, .dropdown ul.dropdown-menu li.dropdown ul a:active, .dropdown ul.dropdown-menu li.dropdown ul li.active a {
    background-color: transparent;
    color: #56ac42;
    text-decoration: none;
}

.pagination li a {
    color: #56ac42;
}

.pagination li.current span {
    background-color: #56ac42;
    color: #ffffff;
}

.dropdown:focus .dropdown-menu,
.dropdown a:focus .dropdown-menu,
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown:focus .dropdown-menu li,
.dropdown a:focus .dropdown-menu li,
.dropdown:hover .dropdown-menu li {
    height: 28px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.dropdown:focus .dropdown-menu,
.dropdown a:focus .dropdown-menu,
.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.dropdown:hover .dropdown-menu li {    height: 28px;    -webkit-transition: height 200ms ease-in 0.5s;    -moz-transition: height 200ms ease-in 0.5s;    -o-transition: height 200ms ease-in 0.5s;    transition: height 200ms ease-in 0.5s;}*/
.dropdown-menu {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}

.dropdown-menu > li {
    height: 0;
}

.dropdown-menu > li > a {
    font-weight: normal;
}

.dropdown > ul {
    list-style: outside none none;
}

.dropdown ul.dropdown-menu li.dropdown ul {
    padding-left: 0;
}

.dropdown ul.dropdown-menu li.dropdown ul li {
    height: 28px;
}

.dropdown ul.dropdown-menu li.dropdown ul a {
    color: #434343;
    display: block;
    font-size: 0.85em;
    padding: 3px 20px;
}

.content-wrapper {
    padding-top: 295px;
    position: absolute;
    /*top: 50%;*/
    top: 0;
    width: 100%;
}

.footer {
    background-color: #56ac42;
    min-height: 80px;
    width: 100%;
}

.news-latest-container {
    float: left;
}

.news-title {
    border-bottom: 1px solid #434343;
    padding: 15px;
}

.news-latest-container .news-title, .news-latest-container .news-image, .news-latest-container .news-subheader {
    float: left;
    width: 100%;
}

.news-latest-container .news-latest-item a {
    display: block;
}

.news-latest-container .news-latest-item IMG {
    margin-bottom: 0;
}

.news-title h2 {
    color: #56ac42;
    font-size: 1.072em;
    height: 70px;
    margin-bottom: 0;
    margin-top: 0;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.news-subheader {
    border-top: 1px solid #434343;
    font-size: 1em;
    height: 105px;
    padding: 15px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.news-list-browse {
    float: left;
    text-align: center;
    width: 100%;
}

.news-single-img {
    max-width: 100% !important;
    text-align: right;
    width: auto !important;
}

.news-single-imgcaption {
    float: right;
    font-size: 12px;
    max-width: 100% !important;
    text-align: justify;
    width: 100% !important;
}

.news-single-img > a {
    max-width: 100% !important;
    width: 100% !important;
}

.news-single-img img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
}

.browseLinksWrap > a, .browseLinksWrap > span {
    font-size: 1.5em;
    padding: 0 0.5em;
}

.disabledLinkWrap {
    color: #999
}

.border-box {
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    margin-bottom: 30px;
    height: 400px;
}

.news-image {
    max-height: 175px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .border-box {
        float: left;
        height: auto;
    }

    .news-image {
        max-height: unset;
        overflow: unset;
    }
}

.news-more {
    padding-bottom: 15px;
}

.cc-compliance {
    padding-bottom: 10px;
}

.powered-by {
    display: none;
}

.cc-btn, .green-button a, .news-more a { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9ed49d+2,94ce90+21,67b557+74,58ad44+98,ffffff+100&amp;0+0,0.15+2,0.67+4,0.94+6,1+8,1+92,0.94+94,0.69+96,0.17+98,0+100 */
    background: #56ac42;
    border: 0;
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(158, 212, 157, 0.15)), color-stop(4%, rgba(157, 211, 156, 0.67)), color-stop(6%, rgba(156, 210, 155, 0.94)), color-stop(8%, rgba(155, 209, 154, 1)), color-stop(21%, rgba(148, 206, 144, 1)), color-stop(74%, rgba(103, 181, 87, 1)), color-stop(92%, rgba(92, 175, 73, 1)), color-stop(94%, rgba(91, 174, 71, 0.94)), color-stop(96%, rgba(90, 174, 70, 0.69)), color-stop(98%, rgba(88, 173, 68, 0.17)), color-stop(100%, rgba(255, 255, 255, 0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0); !* IE6-9 *!*/
    /*border-radius: 5px 5px 5px 5px;*/
    /*-moz-border-radius: 5px 5px 5px 5px;*/
    /*-webkit-border-radius: 5px 5px 5px 5px;*/
    color: #ffffff !important;
    display: block;
    font-size: 1.072em;
    font-weight: bold;
    margin: auto;
    max-width: 80%;
    padding: 10px;
    text-align: center;
    width: 218px;
}

.cc-btn, button, .button, input[type="submit"], .powermail_submit { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9ed49d+2,94ce90+21,67b557+74,58ad44+98,ffffff+100&amp;0+0,0.15+2,0.67+4,0.94+6,1+8,1+92,0.94+94,0.69+96,0.17+98,0+100 */
    background: #56ac42;
    border: 0;
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(158, 212, 157, 0.15)), color-stop(4%, rgba(157, 211, 156, 0.67)), color-stop(6%, rgba(156, 210, 155, 0.94)), color-stop(8%, rgba(155, 209, 154, 1)), color-stop(21%, rgba(148, 206, 144, 1)), color-stop(74%, rgba(103, 181, 87, 1)), color-stop(92%, rgba(92, 175, 73, 1)), color-stop(94%, rgba(91, 174, 71, 0.94)), color-stop(96%, rgba(90, 174, 70, 0.69)), color-stop(98%, rgba(88, 173, 68, 0.17)), color-stop(100%, rgba(255, 255, 255, 0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(158, 212, 157, 0.15) 2%, rgba(157, 211, 156, 0.67) 4%, rgba(156, 210, 155, 0.94) 6%, rgba(155, 209, 154, 1) 8%, rgba(148, 206, 144, 1) 21%, rgba(103, 181, 87, 1) 74%, rgba(92, 175, 73, 1) 92%, rgba(91, 174, 71, 0.94) 94%, rgba(90, 174, 70, 0.69) 96%, rgba(88, 173, 68, 0.17) 98%, rgba(255, 255, 255, 0) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0); !* IE6-9 *!*/
    /*border: 0;*/
    /*border-radius: 5px 5px 5px 5px;*/
    /*-moz-border-radius: 5px 5px 5px 5px;*/
    /*-webkit-border-radius: 5px 5px 5px 5px;*/
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    max-width: 80%;
    padding: 10px;
    text-align: center;
    width: auto;
    transition: all .3s ease-in-out;
}

.cc-btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .powermail_submit:hover, .green-button a:hover, .news-more a:hover {
    background: #56ac42;
    border: 0;
    /*border: 0; !* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,58ad44+2,67b557+26,94ce90+79,9ed49d+98,ffffff+100&amp;0+0,0.17+2,0.69+4,0.94+6,1+8,1+92,0.94+94,0.67+96,0.15+98,0+100 *!*/
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(88, 173, 68, 0.17) 2%, rgba(89, 174, 70, 0.69) 4%, rgba(90, 175, 72, 0.94) 6%, rgba(91, 176, 74, 1) 8%, rgba(103, 181, 87, 1) 26%, rgba(148, 206, 144, 1) 79%, rgba(155, 210, 153, 1) 92%, rgba(156, 211, 154, 0.94) 94%, rgba(157, 212, 156, 0.67) 96%, rgba(158, 212, 157, 0.15) 98%, rgba(255, 255, 255, 0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(2%, rgba(88, 173, 68, 0.17)), color-stop(4%, rgba(89, 174, 70, 0.69)), color-stop(6%, rgba(90, 175, 72, 0.94)), color-stop(8%, rgba(91, 176, 74, 1)), color-stop(26%, rgba(103, 181, 87, 1)), color-stop(79%, rgba(148, 206, 144, 1)), color-stop(92%, rgba(155, 210, 153, 1)), color-stop(94%, rgba(156, 211, 154, 0.94)), color-stop(96%, rgba(157, 212, 156, 0.67)), color-stop(98%, rgba(158, 212, 157, 0.15)), color-stop(100%, rgba(255, 255, 255, 0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(88, 173, 68, 0.17) 2%, rgba(89, 174, 70, 0.69) 4%, rgba(90, 175, 72, 0.94) 6%, rgba(91, 176, 74, 1) 8%, rgba(103, 181, 87, 1) 26%, rgba(148, 206, 144, 1) 79%, rgba(155, 210, 153, 1) 92%, rgba(156, 211, 154, 0.94) 94%, rgba(157, 212, 156, 0.67) 96%, rgba(158, 212, 157, 0.15) 98%, rgba(255, 255, 255, 0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(88, 173, 68, 0.17) 2%, rgba(89, 174, 70, 0.69) 4%, rgba(90, 175, 72, 0.94) 6%, rgba(91, 176, 74, 1) 8%, rgba(103, 181, 87, 1) 26%, rgba(148, 206, 144, 1) 79%, rgba(155, 210, 153, 1) 92%, rgba(156, 211, 154, 0.94) 94%, rgba(157, 212, 156, 0.67) 96%, rgba(158, 212, 157, 0.15) 98%, rgba(255, 255, 255, 0) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(88, 173, 68, 0.17) 2%, rgba(89, 174, 70, 0.69) 4%, rgba(90, 175, 72, 0.94) 6%, rgba(91, 176, 74, 1) 8%, rgba(103, 181, 87, 1) 26%, rgba(148, 206, 144, 1) 79%, rgba(155, 210, 153, 1) 92%, rgba(156, 211, 154, 0.94) 94%, rgba(157, 212, 156, 0.67) 96%, rgba(158, 212, 157, 0.15) 98%, rgba(255, 255, 255, 0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(88, 173, 68, 0.17) 2%, rgba(89, 174, 70, 0.69) 4%, rgba(90, 175, 72, 0.94) 6%, rgba(91, 176, 74, 1) 8%, rgba(103, 181, 87, 1) 26%, rgba(148, 206, 144, 1) 79%, rgba(155, 210, 153, 1) 92%, rgba(156, 211, 154, 0.94) 94%, rgba(157, 212, 156, 0.67) 96%, rgba(158, 212, 157, 0.15) 98%, rgba(255, 255, 255, 0) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0); !* IE6-9 *!*/
    opacity: .8;
    text-decoration: none;
}

.news-image > img {
    height: auto;
    width: 100%;
}

#content {
    margin-bottom: 25px;
}

#content .contenttable td {
    padding: 5px;
}

#content legend {
    font-size: 1.1em;
}

#content fieldset {
    border: 0px none;
}

#content label {
    float: left;
    display: block;
    width: 150px;
}

#content .powermail_check_inner, #content .powermail_radio_inner {
    clear: both;
}

#content .powermail_check_inner label, #content .powermail_radio_inner label {
    width: 300px;
    float: right;
}

#content .tx_powermail_pi1_fieldwrap_html_checkbox_title, #content .tx_powermail_pi1_fieldwrap_html_radio_title {
    padding: 10px 0 5px 0;
    font-weight: bold;
    clear: both;
}

#content .tx_powermail_pi1_fieldwrap_html {
    clear: left;
    padding: 0.3em;
}

#content .dp--overlay {
    border: 1px solid #56ac42;
}

#content .dp--overlay-header {
    font-size: 2rem;
    font-weight: bold;
}

#content .db--overlay-submit {
    border: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 28px;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input, textarea, .uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    margin: 0 10px;
    width: auto;
}

select, input[type="file"] {
    height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px; /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple], select[size] {
    height: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.parsley-errors-list {
    color: #cc0000;
    list-style-type: none;
    padding: 0;
}

.top-menu .navbar-right {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
    background-color: #f3f3f3;
    margin-right: -5px;
    margin-top: 10px;
}

.top-menu .navbar-right li a {
    font-size: 0.929em;
    padding: 10px;
}

.tx-im-fontresizer {
    padding: 10px;
}

.tx-im-fontresizer span a {
    color: #434343;
    font-size: 0.929em;
    padding: 0 !important;
}

.tx-im-fontresizer span a:hover {
    color: #56ac42;
    text-decoration: none;
}

div.kesearchbox {
    float: right;
    height: auto;
    margin: 0;
    position: relative; /*right: -80px;    top: 50px;*/
}

#ke_search_sword {
    display: inline;
    font-size: 10px !important; /*height: 40px;*/
    margin: 6px 0 0;
    max-width: 220px;
    padding: 4px 0px 4px 9px !important; /*position: absolute;*/
    text-align: left;
    top: 1px;
    width: auto !important;
}

#ke_search_sword {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #696f6f;
}

#kesearch_submit {
    height: 15px;
    left: -33px !important;
    position: relative;
    top: 6px !important;
    width: 15px;
    z-index: 100;
}

.footer .nav > li > a {
    color: #ffffff;
}

.footer .nav > li > a:focus, .footer .nav > li > a:hover {
    color: #333;
}

.tx-rgsmoothgallery-pi1, .rgsgcontent, .jdGallery {
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

@media (max-width: 992px) {
    .content-wrapper {
        /*top: auto;*/
    }

    .navbar-default {
        margin-bottom: 0;
    }

    #header-carousel {
        /*margin-bottom: 25px;*/
    }

    .navbar {
        z-index: 1000;
    }

    #nav {
        z-index: 1000;
    }
}

@media (max-width: 767px) {
    #nav li a {
        font-size: 1em !important;
        padding-left: 3em !important;
    }

    .browseLinksWrap > a, .browseLinksWrap > span {
        font-size: 1em;
    }

    .content-wrapper {
        padding-top: 0;
        top: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-subheader {
        font-size: 0.85em;
    }
}

/*.carousel-inner > .item {    -webkit-transition: 1.2s ease-in-out left;    -moz-transition: 1.2s ease-in-out left;    -o-transition: 1.2s ease-in-out left;    transition: 1.2s ease-in-out left;}*//* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch-browsebox LI {
    display: inline;
    margin-right: 5px;
}

.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: 100px;
}

.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 150px;
}

.tx-indexedsearch-whatis {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic;
}

.tx-indexedsearch-noresults {
    text-align: center;
    font-weight: bold;
}

.tx-indexedsearch-res TD.tx-indexedsearch-descr {
    font-style: italic;
}

.tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red;
}

.tx-indexedsearch-res .tx-indexedsearch-info {
    background: #eeeeee;
}

.tx-indexedsearch-res .tx-indexedsearch-secHead {
    margin-top: 20px;
    margin-bottom: 5px;
}

.tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.tx-indexedsearch-res .tx-indexedsearch-secHead TD {
    background: #cccccc;
    vertical-align: middle;
}

.tx-indexedsearch-res .noResume {
    color: #666666;
}

.tx-indexedsearch-category {
    background: #cccccc;
    font-size: 16px;
    font-weight: bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.res-tmpl-css {
    clear: both;
    margin-bottom: 1em;
}

.searchbox-tmpl-css LABEL {
    margin-right: 1em;
    width: 10em;
    float: left;
}

.result-count-tmpl-css, .percent-tmpl-css {
    letter-spacing: 0;
    font-weight: normal;
    margin-top: -1.2em;
    float: right;
}

.info-tmpl-css dt, dl.info-tmpl-css dd {
    float: left;
}

.info-tmpl-css dd.item-mtime {
    float: none;
}

.info-tmpl-css dd.item-path {
    float: none;
}

/* Cookie-Hinweis */
.cc_container {
    background: #fff !important;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.cc_message {
    color: #56ac42;
    font-size: 16px !important;
}

.cc_more_info {
    color: #56ac42 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.cc_container .cc-btn {
    background-color: #fff !important;
}

figure.image {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

caption, figcaption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

@media (max-width: 992px) {

    .ce-intext.ce-right .ce-gallery {
        display: inline-block;
        width: 100%;
    }

    .ce-gallery .ce-column {
        width: 100%;
    }

    .ce-gallery figure {
        height: auto;
        width: 100%;
    }

    .image-embed-item {
        height: auto;
        width: 100%;
    }

    .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
        display: inline-block;
    }
}

#accessibility {
    left: 10px;
    position: absolute;
    z-index: 9999
}

#accessibility ul {
    list-style: outside none none;
    padding: 0
}

#accessibility ul li {
    min-width: 250px;
    position: relative
}

#accessibility ul li a {
    display: inline-block;
    left: -999px;
    padding: 5px;
    position: absolute
}

#accessibility ul li a:focus, #accessibility ul li a:active {
    background: #fff;
    color: #76b828;
    left: 0;
    text-decoration: none
}

.powermail_field {
    display: inline-block;
    width: 100%;
}

.layout1 .powermail_label {
    width: 100% !important;
}

.nolabel .checkbox label {
    width: 100% !important;
}

.nolabel .powermail_label {
    display: none !important;
}

.powermail_captchaimage {
    display: block;
}

.powermail_fieldwrap_type_captcha {
    margin: 1em 0;
}

.powermail_checkbox {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .footer .nav > li {
        float: left;
        width: 50%;
    }

    .cc-window.cc-bottom-left, .cc-window.cc-bottom-right {
        bottom: 100px;
        -webkit-box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.75);
        -moz-box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.75);
        box-shadow: 4px 4px 5px 0px rgba(50,50,50,0.75);
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 0px solid #000000;
    }
}
