
/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border;
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0;
    top: 0;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0);
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0);
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0;
}

.mm-fixed-top {
    top: 0;
}

.mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

html.mm-opened .mm-page {
    position: relative;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
}

.mm-menu > .mm-panel.mm-opened {
    left: 0%;
}

.mm-menu > .mm-panel.mm-subopened {
    left: -40%;
}

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu > .mm-panel.mm-hidden {
    display: block;
    visibility: hidden;
}

.mm-menu .mm-list {
    padding: 20px 0;
}

.mm-menu > .mm-list {
    padding: 20px 0 40px 0;
}

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
    padding-top: 0;
}

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
/*
.mm-list {
    font: inherit;
    font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
}

.mm-list > li {
    position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
}

.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}

.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}

.mm-list > li.mm-spacer {
    padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px;
}
*/


html.mm-opened .mm-page {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


.mm-ismenu {
    background: #333333;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05);
}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 80%;
}

.mm-menu {
    width: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px;
    }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px;
    }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 440px;
    }
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}

em.mm-counter + a.mm-subopen {
    padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
    margin-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 60px;
    padding: 30px 40px 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.mm-header .mm-prev,
.mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.mm-header .mm-prev:before,
.mm-header .mm-next:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px;
}

.mm-header .mm-prev {
    left: 0;
}

.mm-header .mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 22px;
}

.mm-header .mm-next {
    right: 0;
}

.mm-header .mm-next:before {
    border-top: none;
    border-left: none;
    right: 18px;
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    padding-top: 20px;
    top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-prev:before,
.mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}

.mm-menu.mm-hasheader .mm-panel {
    padding-top: 80px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
    padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
    padding-top: 60px;
}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
    padding-top: 100px;
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
    background: inherit;
}

.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
    background: inherit;
    width: 100%;
    position: absolute;
    left: 0;
}

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
    padding-top: 25px;
}

.mm-list > li.mm-label > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 17px;
}

.mm-list > li.mm-collapsed {
    display: none;
}

.mm-menu .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mm-search {
    background: inherit;
    width: 100%;
    height: 50px;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 2;
}

.mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
    display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
}

.mm-menu li.mm-noresults {
    text-align: center;
    font-size: 21px;
    display: none;
    padding-top: 80px;
}

.mm-menu li.mm-noresults:after {
    border: none;
}

.mm-menu.mm-noresults li.mm-noresults {
    display: block;
}

.mm-menu.mm-hassearch > .mm-panel {
    padding-top: 60px;
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-40%);
    -moz-transform: scale(0.7, 0.7) translateX(-40%);
    -ms-transform: scale(0.7, 0.7) translateX(-40%);
    -o-transform: scale(0.7, 0.7) translateX(-40%);
    transform: scale(0.7, 0.7) translateX(-40%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(40%);
    -moz-transform: scale(0.7, 0.7) translateX(40%);
    -ms-transform: scale(0.7, 0.7) translateX(40%);
    -o-transform: scale(0.7, 0.7) translateX(40%);
    transform: scale(0.7, 0.7) translateX(40%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-40%);
    -moz-transform: scale(0.7, 0.7) translateY(-40%);
    -ms-transform: scale(0.7, 0.7) translateY(-40%);
    -o-transform: scale(0.7, 0.7) translateY(-40%);
    transform: scale(0.7, 0.7) translateY(-40%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(40%);
    -moz-transform: scale(0.7, 0.7) translateY(40%);
    -ms-transform: scale(0.7, 0.7) translateY(40%);
    -o-transform: scale(0.7, 0.7) translateY(40%);
    transform: scale(0.7, 0.7) translateY(40%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-page.mm-opened .mm-page {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-page.mm-opening .mm-page {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

html.mm-zoom-page.mm-right.mm-opened .mm-page {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-zoom-page.mm-top.mm-opened .mm-page {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

html.mm-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 100%;
}

.mm-menu.mm-fullscreen {
    width: 100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-fullscreen {
        width: 140px;
    }

    html.mm-opening.mm-fullscreen .mm-page,
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opening.mm-fullscreen .mm-fixed-bottom {
        left: 140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-fullscreen {
        width: 10000px;
    }

    html.mm-opening.mm-fullscreen .mm-page,
    html.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-opening.mm-fullscreen .mm-fixed-bottom {
        left: 10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen {
    height: 100%;
}

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 100%;
}

html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 140px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-page,
    html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
        top: 140px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-top.mm-fullscreen {
        height: 10000px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-page,
    html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
        top: 10000px;
    }

    html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen {
    width: 100%;
}

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 140px;
    }

    html.mm-right.mm-opening.mm-fullscreen .mm-page,
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
        right: 140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-right.mm-fullscreen {
        width: 10000px;
    }

    html.mm-right.mm-opening.mm-fullscreen .mm-page,
    html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
    html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
        right: 10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen {
    height: 100%;
}

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 100%;
}

html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 140px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: 140px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-bottom.mm-fullscreen {
        height: 10000px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
    html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
        bottom: 10000px;
    }

    html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
        top: -10000px;
    }
}

.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
        left: -140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
        left: -10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
        top: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -100%;
}

@media all and (max-width: 140px) {
    .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 10000px) {
    .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
        right: -10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -100%;
}

@media all and (max-height: 140px) {
    .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
    .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
        bottom: -10000px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto;
}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
    top: 0;
}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
    width: 100%;
}

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
    top: 0%;
}

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    left: 0;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
    left: auto;
    right: 0%;
}

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    left: auto;
}

.mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0;
}

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
    bottom: 0%;
    top: auto;
}

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    top: auto;
    left: 0;
}

.mm-menu.mm-top {
    height: 80%;
}

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
    top: 80%;
}

html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-top {
        height: 140px;
    }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 140px;
    }

    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-top {
        height: 880px;
    }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 880px;
    }

    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -880px;
    }
}

.mm-menu.mm-right {
    width: 80%;
}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
    right: 80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-right {
        width: 140px;
    }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu.mm-right {
        width: 440px;
    }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 440px;
    }
}

.mm-menu.mm-bottom {
    height: 80%;
}

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 80%;
}

html.mm-bottom.mm-opening .mm-fixed-top {
    top: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom {
        height: 140px;
    }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 140px;
    }

    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom {
        height: 880px;
    }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 880px;
    }

    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -880px;
    }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform;
}

html.mm-front .mm-page,
html.mm-front #mm-blocker {
    z-index: 0;
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    left: 0%;
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    left: 0;
}

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0%;
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    left: auto;
}

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%;
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0;
}

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0%;
}

.mm-menu.mm-front, .mm-menu.mm-next {
    left: -80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -440px;
    }
}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -880px;
    }
}

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -80%;
}

@media all and (max-width: 175px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -140px;
    }
}

@media all and (min-width: 550px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -440px;
    }
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -80%;
}

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -880px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto;
}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
    top: 0;
}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0;
}

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-ismenu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white li.mm-noresults {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}

.mm-ismenu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black li.mm-noresults {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
    background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../fileadmin/templates/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../../../fileadmin/templates/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../../../fileadmin/templates/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../../../fileadmin/templates/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../../../fileadmin/templates/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
/*------------------------------------------------------------------------Angebot */

.grid {
    position: relative;
}

.itempage .image {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

/*.item .image img {
   display:none;
}*/
.item .image img {
    width: 100%;
    height: auto;
    display: block;
}

.item .image .spezial {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 85px;
}

.item {
    display: none;
    margin: 12px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 #d0d0d0;
    box-shadow: 0 0 6px 0 #d0d0d0;
    cursor: pointer;
}


.item .description-top h2 {
    color: #005064;
    font-size: 20px;
    margin: 14px 13px 0 13px;
    padding-bottom: 16px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.item .description-top h3 {
    display: none;
    color: #fff;
    font-size: 16px;
    margin: 0 13px 0 13px;
    padding-bottom: 16px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.item .description-top ul {
    display: none;
}

.item .description-bottom {
    display: none;
}

.category-1 {
    background-color: #af9f82;
}

.category-2 {
    background-color: #758d99;
}

.category-3 {
    background-color: #918198;
}

.category-4 {
    background-color: #96825a;
}

.category-5 {
    background-color: #b46e87;
}

.category-6 {
    background-color: #9a9b95;
}

.category-7 {
    background-color: #789164;
}

/*.category-8 {
    background-color: #5b423b;
}
*/
.category-9 {
    background-color: #A5733C;
}

.category-10 {
    background-color: #828CB4;
}

.category-rubrik {
    background-color: #003A50;
}

.category-kklickaktiv-1 {
    background-color: #005a6e;
}

.category-kklickaktiv-2 {
    background-color: #00788c;
}

.category-kklickaktiv-3 {
    background-color: #001e1e;
}

.category-kklickaktiv-4 {
    background-color: #003c50;
}


.item.hover-angebot {
    /*    padding-bottom: 103px;*/
    position: relative;
}

.item.hover-angebot .category-1,
.item.hover-angebot .category-2,
.item.hover-angebot .category-3,
.item.hover-angebot .category-4,
.item.hover-angebot .category-5,
.item.hover-angebot .category-6,
.item.hover-angebot .category-7,
.item.hover-angebot .category-8,
.item.hover-angebot .category-9,
.item.hover-angebot .category-9,
.item.hover-angebot .category-rubrik,
.item.hover-angebot .category-kklickaktiv-1,
.item.hover-angebot .category-kklickaktiv-2,
.item.hover-angebot .category-kklickaktiv-3,
.item.hover-angebot .category-kklickaktiv-4 {
    background-color: #e6007d;

}

.item.hover-angebot .cat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;

}

.item.no-touch-mode .cat {
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}


.item.hover-angebot .overlay {
    background-color: rgb(230, 0, 125);
    background-color: rgba(230, 0, 125, 0.8);
    position: absolute;
    top: 339px;
    bottom: 0;
    left: 0;
    right: 0;
}

.item.no-touch-mode .overlay {
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}




.item.hover-angebot .description-top {
    /*text-shadow: #3c3c3c 1px 1px 1px;*/
    position: absolute;
    bottom: 0;
    opacity: 1;

}

.item.hover-angebot .description-top ul {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 13px 20px;
}

.item.hover-angebot .description-top ul li {
    -webkit-font-smoothing: antialiased;
    background: url('../../../fileadmin/templates/img/list-small.png') no-repeat 0 10px;
    padding-left: 8px;
    list-style: none;
    line-height: 20px;
    margin-bottom: 8px;

}

.item.hover-angebot .description-top h2 {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin: 0 13px 8px 13px;
    padding-bottom: 0;
}

.item.hover-angebot .description-top h3 {
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0 13px 26px 13px;
    padding-bottom: 0;
}

.item.hover-angebot .description-bottom ul {
    color: #005064;
}

.item a.detail {
    display: none;
}

.item.hover-angebot .description-top a.detail {
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin: 0 13px 0 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 0 0 0 14px;
    background: url('../../../fileadmin/templates/img/detaillink-weiss.png') no-repeat 0 50%;
}

.item.hover-angebot img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /*filter: url('../../../fileadmin/templates/css/#greyscale');*/
    filter: gray;
    -webkit-filter: grayscale(1);

}

.grid[data-columns]::before {
    content: '3 .column.size-1of3';

}

[data-columns]:before {
    -moz-box-sizing: border-box;
    left: 0;
}

/*.grid {
    overflow: hidden;
    -moz-box-sizing: border-box;
}*/

/* These are the classes that are going to be applied: */
.column {
    float: left;
}

.size-1of3:first-child {
    margin-left: 0;
}

.size-1of3 {
    width: 312px;
    width: 32.5%;
    margin-left: 1.25%;
}

.loadertop,
.loader {
    display: none;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 6px 0 #d0d0d0;
    box-shadow: 0 0 6px 0 #d0d0d0;
}

.loadertop img,
.loader img {
    display: block;
    width: 24px;
    margin: 0 auto;
}


/*----------------------------------------------------------------Mediaqueries*/



@media screen and (max-width: 824px) {
    .item.hover-angebot .description ul {
        padding: 0 13px 18px 13px;
    }



    .grid {
        width: 100% !important;
    }

}


/*

@media screen and (max-width: 720px) and (min-width: 561px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media screen and (max-width: 560px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }

    .size-1of1 {
        width: 100%;
        margin-left: 0;
    }
}

*/
/*
    3 Spalten erzeugen
*/
/*

@media screen and (min-width: 720px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}
*/
.finder input.submit {
    border: 1px solid #da80ad;
    background-color: #e6007d;
    color: #fff;
    padding: 7px 4px;
    margin:  0 0 0 10px;
    text-align: left;
    width: 142px;
    font-size: 16px;
    cursor: pointer;
    
    float:left;
    display:block;
}

.finder .search-switch {
    border: 1px solid #da80ad;
    color: #fff;
    padding: 7px 4px 7px 4px;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    margin: 6px 0 0 12px;
    width: 142px;
    display: inline-block !important;
}
.finder.mm-opened .search-switch{
    display: none !important;
}
.finder input.text {
    border: 1px solid #fff;
    padding: 8px 4px;
    color: #005064;
    width: 300px;
    outline: none;

    float:left;
}

.finder ul li {
    list-style: none;
}


/* Checkboxen Finder Anbieter */
.advancedSearch.asAnbieter .sparten,
.advancedSearch.asAnbieter .regionen,
.advancedSearch.asAnbieter .zielgruppen {
    width:100%;
    margin-left:0;
}
.advancedSearch.asAnbieter .sparten,
.advancedSearch.asAnbieter .zielgruppen {
    margin-bottom:10px;
}
.advancedSearch.asAnbieter h3 {
    margin-bottom:8px;
}
.advancedSearch.asAnbieter ul {
    float:left;
    width:calc(100% - 90px);
}
.advancedSearch.asAngebote ul {
    float:left;
    width:calc(100% - 140px);
}
.advancedSearch.asAnbieter ul li {
    float:left;
    margin-right:10px;
    min-width:184px;
}
.advancedSearch.asAnbieter .regionen ul li {
    /* min-width:auto; */
    min-width:184px;
}

.advancedSearch.asAnbieter li label {
    padding-left: 0;
}
.advancedSearch.asAnbieter .sparten h3,
.advancedSearch.asAnbieter .regionen h3,
.advancedSearch.asAnbieter .zielgruppen h3 {
    float:left;
    width:90px;
}
.advancedSearch.asAngebote .sparten h3,
.advancedSearch.asAngebote .regionen h3,
.advancedSearch.asAngebote .zielgruppen h3 {
    float:left;
    width:140px;
}
.advancedSearch .spezial-wrapper {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.advancedSearch .extra-fields {
    margin-top: 20px;
}

/*Form RESET**/
input.text, input.submit {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

@media screen and (min-width: 721px) {
    .tx_plugin {
        margin-top: -116px;
    }
    .finder {
        position: relative;
        z-index: 1;
        background-color: #b4005a;
        left: 0;
        right: 0;
        padding: 25px 0 12px 0;
        min-height: 79px;

    }


    .advancedSearch {
        display: block;
        margin-top: 15px;
        overflow: hidden;
    }

    .advancedSearch li {
        /*color:#fff;*/
        color: #faa5d2;
    }

    .advancedSearch h4,
    .advancedSearch h3 {
        margin: 0;
        padding: 0;
        color: #fff;
    }
	
	.advancedSearch h4,
    .advancedSearch h3,
	.unterangeboteforminner h3,
	.unterangeboteforminner h4 {
        font-size: 16px;
    }
	
	

    .advancedSearch h3 {
        margin-bottom: 16px;
    }

    .advancedSearch h4 {
        float: left;
        width: 41%;
    }
	.advancedSearch h4,
	.unterangeboteforminner h4 {
        font-weight: normal;
      
    }
	
	

    .advancedSearch .sparten {
        width: 35%;
    }

    .advancedSearch .regionen {
        width: 22%;
        margin-left: 3%;
    }

    .advancedSearch .veranstaltungsort {
        margin-top: 15px;
    }

    .advancedSearch li label {
        padding-left: 4px;
    }

    .zielgruppen .icheckbox_square {
        float: left;
    }

    .advancedSearch .zielgruppen {
        overflow: hidden;
        width: 40%;
    }

    /*
    .advancedSearch .zielgruppen ul {
        display: block;
        float: left;
        width: 55%;
        padding-bottom: 12px;
    }
    */

    .advancedSearch .zielgruppen ul li label {
        display: block;
        float: left;
        width: 80%;
    }

    .advancedSearch .zielgruppen ul li input {
        display: block;
        float: left;
        width: 10%;
    }

    .advancedSearch > div {
        width: 30%;
        float: left;
    }

    .advancedSearch > div ul {
        padding: 0;
        margin: 0;
    }

    .advancedSearch > div ul li {
        list-style: none;
        overflow: hidden;
    }
}

/*----------------------------------------------------------------Mediaqueries*/

@media screen and (max-width: 910px) and (min-width: 721px) {

    .advancedSearch .sparten {
        width: 30%;
    }

    .advancedSearch .zielgruppen {
        width: 48%;
    }

    .advancedSearch .regionen {
        width: 22%;
        margin-left: 0;
    }

    .advancedSearch h4 {
        width: 37%;
    }

    /*
    .advancedSearch .zielgruppen ul {
        width: 57%;
    }
    */

    .finder {
        padding: 25px 1% 12px 1%;
    }

}

@media screen and (max-width: 740px) and (min-width: 721px) {

    .advancedSearch .sparten {
        width: 35%
    }

    .advancedSearch .zielgruppen {
        width: 38%;
    }

    .advancedSearch h4 {
        padding: 0 0 4px 0;
        float: none;
        width: 100%;
    }

    /*
    .advancedSearch .zielgruppen ul {
        float: none;
        padding-bottom: 12px;
    }
    */

}

@media screen and (max-width: 720px) {

    .tx_plugin {
        margin-top: 0;
    }

    .finder ul {
        margin: 0;
        padding: 0;
    }

    .finder h2 {
        margin-top: 10px;
        margin-bottom:0;
        margin-left: 22px;
    }

    .finder h4,
    .finder h3 {
        color: #fff;
    }

    .finder h3 {
        margin-bottom: 0.2em;
    }

    .finder form {
        margin: 11px 5% 20px 5%;
    }

    .finder ul li {
        padding: 7px 0;
        color: #faa5d2;
    }

    .finder ul li label {
        padding-left: 8px;
    }

    .search__field__wrapper {
        margin-bottom:20px;
    }

    .search__field__wrapper input.submit {
        margin-left:0;
        margin-top:10px;
    }

    .advancedSearch {
        margin-bottom: 30px;
    }
    .advancedSearch.asAnbieter ul,
    .advancedSearch.asAnbieter ul li {
        float:none;
    }
    .advancedSearch.asAnbieter .sparten h3,
    .advancedSearch.asAnbieter .regionen h3,
    .advancedSearch.asAnbieter .zielgruppen h3 {
        float:none;
        width:auto;
    }

    /*FINDER RESET*/
    .finder {
        display: none;
        position: absolute;
        left: 100%;
        width: 80%;
        right: 0;
        top: 0;
        padding: 0;
        background-color: #B4005a;
        height: 100%;
    }

    .finder input.text {
        box-sizing: border-box;
        width: 100%;
    }

    .openSearch .finder {
        display: block;
    }
/*

    */
/*Animation*//*

    .openSearch .outerwrap {
        right: 0;
        -webkit-transform: translate3d(-80%, 0, 0);
        -moz-transform: translate3d(-80%, 0, 0);
        -ms-transform: translate3d(-80%, 0, 0);
        -o-transform: translate3d(-80%, 0, 0);
        transform: translate3d(-80%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

    .outerwrap {
        */
/*right: 0;*//*

        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
*/

}
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../../../fileadmin/templates/css/square/square.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}
    .icheckbox_square.hover {
        background-position: -24px 0;
    }
    .icheckbox_square.checked {
        background-position: -48px 0;
    }
    .icheckbox_square.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}
    .iradio_square.hover {
        background-position: -144px 0;
    }
    .iradio_square.checked {
        background-position: -168px 0;
    }
    .iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square,
    .iradio_square {
        background-image: url('../../../fileadmin/templates/css/square/square@2x.png');
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/*--------------------------------------------------------------------- Detail*/

.detail-right {
    float: right;
    width: 50%;

}

.detail-left {
    float: left;
    width: 50%;

}

h3.autor {
    margin-bottom: 0;
}


.detail-left>div {
    margin-right: 16px;
}

/*.detail-left h2 {
    font-size: 30px;
    margin: 0;
}*/

.detail-left h4 {
    margin: 36px 0 6px 0;
    font-weight: 700;
    font-size: 12px;
}

/*.detail-right h4 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
}*/

.detail-right h5 {
    margin: 0 0 0 0;
    padding: 0 0 0 13px;
    text-transform: uppercase;
}



.bodytext a {
    color: #b4005a;
    text-decoration: none;

}

/*
.button-buchen {
    box-sizing:border-box;
    width: 100%;
    text-align:center;
    border: 1px solid #DA80AD;
    background-color: #b4005a;
    color: #FFF;
    padding: 7px 4px 7px 13px;
    text-align: left;
   
    font-size: 16px;
    text-decoration: none;
    
    display: inline-block;
    text-transform: uppercase;
}
*/
.button-buchen {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 20px solid #003C50;
    background-color: #b4005a;
    color: #FFF;
    padding: 20px 30px 20px 30px;
    margin-top: 10px;

    font-size: 16px;
    text-decoration: none;

    display: inline-block;
    text-transform: uppercase;

}

.button-buchen:before {
    position: absolute;
    top: 50%;
    left: 10px;
    left: 50%;
    margin: -12px 0 0 -180px;

    font-size: 50px;
    line-height: 24px;
    font-family: 'FontAwesome';
    content: '\f105';
}

@media screen and (max-width: 900px) {
    .button-buchen:before {
        left: 10px;
        margin-left: 0;
    }
}

@media screen and (max-width: 720px) {
    .button-buchen:before {
        left: 50%;
        margin-left: -180px;
    }
}

@media screen and (max-width: 450px) {
    .button-buchen:before {
        left: 10px;
        margin-left: 0;
    }
}


.news-single .button-buchen {
    padding: 10px 20px;
    border: none;
}

.news-single .button-buchen:before {
    display: none;
}

.button-ausgebucht {

    border: 1px solid #ca98b1;
    background-color: #ca98b1;
    color: #FFF;
    padding: 7px 4px 7px 13px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    text-decoration: none;

    margin-top: 10px;
    text-transform: uppercase;
    cursor: default;
}

.details {
    margin-top: 40px;
    font-size: 12px;
}

.addresses {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
    overflow: hidden;
    /*clearfix*/
}

.addresses-anbieter {
    margin-top: 20px;
    margin-bottom: 10px;
}

.addresses>div {
    float: left;
    width: 50%;

}

.detail-right table {
    width: auto;
}

.detail-right td.col-1 {
    width: 150px;
    vertical-align: top;
}

.detail-right td {
    padding: 2px 0;
    line-height: 140%;
}

address {

    font-style: normal;

}



span.link a,
span.link {
    color: #b4005a;
    text-decoration: none;
}

a.back {
    position: absolute;
    right: 0;
    bottom: 12px;
    padding-left: 16px;
    color: #fff;
    background: url('../../../fileadmin/templates/img/back.jpg') no-repeat 0 50%;
    text-decoration: none;

}

.detail-right .detail-pager {
    margin-top: 10px;
}

.detail-right .detail-pager img {
    width: 17px;
    height: 17px;
    margin-right: 6px;
    cursor: pointer;
    min-height: 0;
}

.detail-right img {
    width: 100%;

    height: auto;
    /*
	width: auto;
	min-height:360px;
	max-width: 100%;
	max-height: 450px;
	*/
}

.detail-right .detail-img {
    margin-bottom: 10px;
}


.csc-uploads-description {
    display: block;
}

ul.zusatz {
    padding: 0;
    margin: 0;

}

ul.zusatz li {
    list-style: none;
    line-height: 20px;
}



.detail-cycle {
    max-width: 640px;
    margin: auto
}

.detail-cycle>div {
    width: 100%;
    height: auto;
}

.detail-cycle>img {
    width: 100%;
    height: auto;
    display: block;
}

.detail-cycle div.audio-steuerung {
    height: 30px;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;

}

.inhaltwrap .image {
    position: relative;
}

.detail-cycle .img-desc,
.inhaltwrap .image .img-desc {
    margin: 0;
    padding: 5px;
    background-color: rgba(250, 250, 250, 0.7);
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 140%;
    display: none;
}

.inhaltwrap .image .img-desc {
    bottom: 0px;
}

.detail-cycle div:hover .img-desc,
.inhaltwrap .image:hover .img-desc {
    display: block;
}

.inhaltwrap li {
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
video, iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/
.video-container {
    position: relative;
    /*padding-bottom: 56.25%;
    padding-top: 30px;*/
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail-slide {
    opacity: 0;
    filter: alpha(opacity=0);
}

div.audio-wrap {
    margin-bottom: 10px;
}

div.audio-bild {
    background-color: #333;

}

.box-margin-top {
    margin-top: 140px;
}


/* Youtube Video */
.mediaelement-image,
.mediaelement {
    margin-bottom: 10px;
}

.mediaelement-image img {
    display: block;
}

.mediaelement-video {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

.mediaelement-video iframe,
.mediaelement-video object,
.mediaelement-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaelement-video-portrait {
    margin-bottom: 10px;
    overflow: hidden;
}

.video-portrait {
    max-width: 100%;
}

/*----------------------------------------------------------------Unterangebote*/

.unterangeboteform h4 {
    margin-bottom: 5px;
}

.unterangeboteform {
    background-color: #B4005A;
    margin-top: 15px;
    padding-top: 10px;

}

.unterangeboteforminner {
    color: #fff;
    overflow: hidden;
    /*clear fix*/
    margin: 0 10px 10px 10px;
    padding-bottom: 10px;
}

.unterangeboteforminner ul {
    line-height: 22px;
    overflow: hidden;
    /*clear fix*/
}

.unterangeboteform .schulen ul li {
    color: #FAA5D2;
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.unterangeboteform .gruppen ul li {
    color: #FAA5D2;
    float: left;
    margin-right: 20px;
    display: inline-block;
}

.unterangeboteform .gruppen {
    margin-top: 15px;
}

.unterangebotlist .row .image {
    margin-left: 10px;
    width: 100px;
}


.unterangebotlist .row .anbieter {
    width: 25%;
}

.unterangebotlist .row .zielgruppen {
    width: 20%;
}

.unterangebotlist .row .durchfuehrung {
    width: 20%;
}

.unterangebotlist .row .verfuegbarkeit {
    width: 20%;
}


.detail-title-wrapper.desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.detail-title-wrapper.mobile {
    display: none;
}

.detail-title-wrapper .spezial {
    min-height: 120px;
}

.detail-title-wrapper .spezial img {
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 720px) {
    .detail-title-wrapper.mobile {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .detail-title-wrapper.desktop {
        display: none;
    }
}

/*----------------------------------------------------------------Mediaqueries*/

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {
    .unterangebotlist .row .image {
        margin-left: 10px;
        width: 100px;
    }

    .unterangebotlist .row .anbieter {
        width: 18%;
    }

    .unterangebotlist .row .zielgruppen {
        width: 18%;
    }

    .unterangebotlist .row .durchfuehrung {
        width: 18%;
    }

    .unterangebotlist .row .verfuegbarkeit {
        width: 18%;
    }
}

@media screen and (max-width: 720px) {

    .detail-right,
    .detail-left {
        float: none;
        width: 100%;
    }

    .addresses {
        margin-top: 5px;
    }

    .addresses>div {
        width: 100%;
        float: none;
        margin-top: 18px;
    }

    .button-buchen {
        margin-left: 0;
        float: none;
    }

    .detail-right .detail-pager {
        margin-bottom: 10px;
    }

    .details {
        margin-top: 18px;
    }

    .detail-right table {
        width: 100%;
    }

    .detail-right h4 {
        margin: 0 0 2px 0;
    }

    .detail-left>div {
        margin-right: 0;
    }


    .detail-left h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .unterangebotlist .row .image {
        margin-left: 10px;
        width: 100px;
        float: left;
    }

    .unterangebotlist .row .anbieter {
        width: 65%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }

    .unterangebotlist .row .zielgruppen {
        width: 100%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }



    .unterangebotlist .row .verfuegbarkeit {
        width: 100%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }

    .box-margin-top {
        margin-top: 0px;
    }

}

@media screen and (max-width: 360px) {
    .unterangebotlist .row .anbieter {
        width: 55%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }

    .unterangebotlist .row .verfuegbarkeit {
        width: 55%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }

    .unterangebotlist .row .zielgruppen {
        width: 55%;
        float: none;
        margin-left: 124px;
        margin-bottom: 4px;
    }

}
/*
.button-buchen {
    padding: 7px 13px;
    width: auto;
    margin-top: 10px;
    color: #FFFFFF;
    box-sizing:border-box;
    width: 100%;
    text-align:center;
    display: inline-block;
}
*/

/*----------------------------------------------------------- NEWS */
.news-list-view {
    margin: 0 -12px;
}

.news-list-view {
    overflow: hidden; /* clear fix */
}

.news-list-view .article img {
    width: 100%;
    height: auto;
}
.news-list-view h3 {
    /*font-weight:normal;*/
    font-size: 14px;
}

.news-list-view h2 a:hover {
    color: #B4005A;
}

.news-list-view h2 a:visited,
.news-list-view h2 a {
    color: #014f65;
}

.news-list-view h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.news-list-date {
    display: inline-block;
}

.news-list-view .article img {
    display: block;
}
.news-list-view .article .teaser-text {
    margin-bottom: 20px;
}

.news-list-view .article {
    float: left;
    width: 33.3%;
    padding: 0 12px;
/*    height: 460px;*/
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .news-list-view .article {
        padding: 0 25px;
        width: 50%;
    }

}

@media screen and (max-width: 640px) {
    .news-list-view .article {
        float: none;
        padding: 0 12px 36px 12px;
        width: 100%;
        height: auto;

    }
    .news-list-view .article .teaser-text {
        
        margin-bottom: 0;
    }

}






.row {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden; /* clearfix */
    
}
.rowlast {
	 border-bottom: 1px solid #d8d8d8;
}

.row.headline{
    border: 0;
}

.row.headline > div {
    min-height: 0;
    border: 0;
}

.row > div {
    float: left;
    /*min-height: 93px;*/
}
.row:hover {
	background-color:#E6007D;
	cursor: pointer;
}
.row a{
    color: #000;
    text-decoration:none;
}
.row:hover a{
	color: #FFFFFF;
}
.headline:hover {
 background-color: transparent;
 cursor: default;
}

.image img {
    display: block;
}

.row .image {
    width: 15%;
}

.row .anbieter {
    width: 25%;
}
.row .address{
    width: 45%
}
.row .sparte {
    width: 25%;
   /* border-left: 1px solid #d8d8d8; */
}

.row .region {
    width: 20%;
    /* border-left: 1px solid #d8d8d8;*/
}

.row .detail {
    width: 12%;
    border-left: 1px solid #d8d8d8;
}

.row p {
    margin: 0 0 0 12px;
    padding: 0;
   
}
.einruecken {
    margin-left: 12px;
}

.row .detail a {
    -webkit-font-smoothing: antialiased;
    display: inline;
    margin: 0 0 0 10px;
    color: #005064;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 0 0 0 10px;
    background: url('../../../fileadmin/templates/img/detaillink.png') no-repeat 0 50%;
}

.row ul {
    margin: 0;
    padding: 0;

}

.row ul li {
   
    margin: 0 0 0 10px;
}

@media screen and (max-width: 960px) {
    .list h2,
    .row > div {
        /*margin-left: 10px;*/
    }

}

@media screen and (max-width: 815px) {
    .row .image {
        float: left;
        border: 0;
        margin-left: 5%;
        width: 40%;
    }

    .row .image img {
        width: 100%;
        height: auto;
    }

    .row > div {
        float: left;
        min-height: 0;
        border: 0;
        width: 50%;
        margin-left: 10px;
        margin-bottom: 14px;
    }
    .row > div.simditor {
        margin-left: 0;
    } 

    .row p {
        margin: 0;
    }

    .row ul li {
        margin: 0;
    }

    .detail a {
        margin: 0;
    }

    .row .anbieter {
        width: 20%;
    }

    .row .sparte {
        width: 20%;
    }

    .row .region {
        width: 20%;
    }

    .row .detail {
        width: 20%;
    }

}

@media screen and (max-width: 480px) {

    .row {
        padding-top: 12px;
    }

    .row > div {
        float: none;
        min-height: 0;
        /*margin-left: 50%;*/
        border: 0;
        margin-bottom: 5px;
    }

    .row p {
        margin: 0;
    }

    .row ul li {
        margin: 0;
    }

    .detail a {
        margin: 0;
    }

    .row .anbieter {
        width: 50%;
    }
    .row .address{
        width: 90%
    }

    .row .sparte {
        width: 90%;
    }

    .row .region {
        width: 50%;
    }

    .row .detail {
        width: 50%;
    }
}



.mejs-container {
	position: relative;
	background: #818282;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #818282;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url('../../../fileadmin/templates/mediaelementplayer/bigplay.svg') no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url('../../../fileadmin/templates/mediaelementplayer/bigplay.png');
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url('../../../fileadmin/templates/mediaelementplayer/loading.gif') 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background-color: #818282;
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url('../../../fileadmin/templates/mediaelementplayer/controls.svg') no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url('../../../fileadmin/templates/mediaelementplayer/controls.png');
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #B4005A;
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url('../../../fileadmin/templates/mediaelementplayer/background.png');
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */

 * {
	 margin: 0;
	 border: 0;
	 padding: 0;
	 
}

body, div, nav, ul, li {
    margin: 0;
    padding: 0;
}


body {
    background-color: #F0F0F0;
	font-size: 14px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 140%;
}

table, td {
	border-collapse:collapse;
	border-spacing:0
}
td {
	vertical-align:top;
}

h1 {
    font-size: 30px;
    font-weight: 500;
    margin-top:0;
    margin-bottom: 16px;
    line-height: 140%;
}
h1.white {

}

h2 {
    font-size: 30px;
	line-height: 140%;
    font-weight: 500;
    margin-top:0;
    margin-bottom: 16px;
}

h3 {
	font-size: 16px;
	line-height: 140%;
    font-weight: 500;
    margin-top:0;
    margin-bottom: 12px;
}

h4 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 12px;
	line-height: 140%;
    display: inline-block;
}

h5 {
    margin: 0 0 0 13px;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

p {
    margin: 0 0 14px 0;
    line-height: 20px;
}


.detail-left .inhaltwrap ul {
	margin-bottom: 14px;
}
ul li {
    list-style: none;
}

ul.download {
    display: block;
    margin-top: 0px;
    padding: 0;
}

ul.download li {
    font-size: 12px;
    color: #B4005A;
    
}


ul.download li,
.details ul.zusatz li,
.inner-content ul li {
  padding-left: 16px;
  background-image: url('../../../fileadmin/templates/img/pager.png');
  background-repeat: no-repeat;
  background-position:0 5px;
}
#search ul li,
 .unterangeboteform ul li ,
.details ul li {
   padding-left: 0;
  background-image: none;
  background-position:0 0;
}

.contentwrapper {
    max-width: 960px;
    min-width: 706px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inner-content {
    margin: 40px 12px;
    position: relative;
    flex-grow: 1;
}

.inhaltwrap {
    margin-top: 40px;
}

.header {
    background-color: #fff;
}

.logo {
    float: left;
    margin-left: -35px;
    margin-top: 11px;
    position: absolute;
    z-index: 0;


}

.corner {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 255px;
    width: 50%;
    z-index: -1;
}

.white {
    color: #fff;
}

.einspaltig {
	max-width: 720px;
}

.margintop40 {
    margin-top: 40px; !important;
 }
.margintop14 {
     margin-top: 14px !important;
 }
.marginbottom14 {
    margin-bottom: 14px !important;
}
.marginbottom20 {
    margin-bottom: 20px !important;
}
 .marginleft12 {
     margin-left: 12px !important;
 }

.navwrapper {
    background-color: #fff;
    /*width: 658px;*/
    /*float: left;*/
    height: 165px;
    position: relative;
    margin-left: 330px;
}

/*.clearfix {
    clear: both;
}*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* IE < 8 */

.content {
    margin-top: 0;
    height: calc(100vh - 165px);
}

.bar {
    height: 116px;
    background-color: #b4005a;


    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
}

.m-search,
.m-nav {
    display: none;
}

.desktop-only {
    display: block !important;
}

.mobile-only {
     display: none !important;
 }
 .printlogo {
     display: none !important;
 }


/* Inhaltselement Kulturpassliste */
.nwce_kultur table {
    width:100%;
}
.nwce_kultur tr:first-child td {
    border-top:1px solid #000;
}
.nwce_kultur td {
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:1px solid #000;
}
.nwce_kultur td.title {
    width:40%;
    padding-right:2%;
}
.nwce_kultur td.text {
    width:60%;
}


@media screen and (max-width: 720px) {
    .nwce_kultur td {
        display:block;
    }
    .nwce_kultur tr:first-child td.text {
        border-top:none;
    }
    .nwce_kultur td.title {
        width:100%;
        padding-right:0;
        border-bottom:none;
    }
    .nwce_kultur td.text {
        width:100%;
        padding-bottom:20px;
    }
}


/*---------------------------------------------------------------------Content END*/

/* ----------------------------------------------------------------------Forms */
.formwrap{
    margin-top: -80px;
}
.formwrap h1.white{
    margin-bottom: 50px;
}


/* ----------------------------------------------------------------------Forms END */


/*----------------------------------------------------------------------Header*/
.kkalender-link {
    position:absolute;
    right:10px;
    top:60px;
    display:block;
    color:#FFF;
    text-indent:-1000px;
    overflow:hidden;
    width:120px;
    height:66px;
        
    background-image:url(/fileadmin/templates/img/kkalender-button.png);
    background-position:0 0;
    background-size:120px auto;
    background-repeat:no-repeat;
}
.kkalender-link:hover, 
.kkalender-link:focus {
    background-position:0 -66px;
}
@media screen and (max-width: 720px) {
    .kkalender-link {
        display:none;
    }
}

/*----------------------------------------------------------------------Footer*/

.footer {
    margin-top: 30px;
    color: #a0a0a0;
    font-size: 12px;
    height: 80px;
    flex-shrink: 0;
    flex-grow: 0;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover {
    color: #A0A0A0;

}
 .footer a:active{
    color: #B4005A;
 }

.footer p {
    padding-left: 13px;
}

.clame {
    text-transform: uppercase;
    float: left;
}

.footer.portal p {
    padding: 0;
    margin: 0;
    float: left;
}


.copyright {
  float:left;
}

.printicon {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

/*----------------------------------------------------------------------Diverses*/

/*** Addthis ***/
.addthis-container {
  margin:0;
  float:right;
}
.addthis-text {
  margin:0 8px 0 0;
}
.addthis-text,
.addthis_toolbox {
  float:left;
}

 a {
	 color: #B4005A;
    text-decoration: none;
}

/*----------------------------------------------------------------Mediaqueries*/

 @media screen and (max-width: 984px) {
     .footer {
         margin-left: 12px;
         margin-right: 12px;
     }

 }


 @media screen and (max-width: 950px) {
    .logo {
        margin-left: -20px;
        margin-top: 74px;
        width: 200px;
    }
    .logo img {
        width:100%;
        height:auto;
    }
    .navwrapper {
        margin-left: 210px;
    }
}




/*GO TO MOBILE VIEW*/
@media screen and (max-width: 720px) {
    body {
        min-height: 100vh;
    }
    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    .content {
        height: 100vh;
    }

    .contentwrapper {
        min-width: 0;
    }

    .corner {
        background: none;
        display: none;
    }

    .bar {
        height: 50px;
    }

    .size-1of2 {
        width: 49%;
        margin-left: 2%;
    }

    .size-1of2:first-child {
        margin-left: 0;
    }

    .m-search,
    .m-nav {
        display: block;
        position: absolute;
        top: 10px;
        font-size: 30px;
    }

    .m-nav {
        left: 13px;
        font-size: 24px;
    }

    .m-search {
        right: 13px;
        font-size: 24px;
        color: #ffc8dc;
    }

    .bar h1 {
        padding-top: 7px;
        font-weight: 100;
        text-align: center;
        margin: 0;
        color: #fff;
    }

    .inhaltwrap {
        margin-top: 15px;
    }

    .bar {
        position: relative;
    }
    .copyright {
        float: none;
    }
    .addthis-container{
        margin-top: 12px;
        float: none;
    }
    .addthis-text {
        margin-top: 0;
    }

    .bar a {
        color: #ffc8dc;
        text-decoration: none;
    }
    .footer {
        margin-left: 2%;
        margin-right: 2%;
        height: 50px;
    }

    .inner-content {
        margin: 10px;
    }

    .formwrap{
        margin-top: 0;
    }
    .formwrap h1.white{
        margin-bottom: 0px;
        color: #000;
    }


    .openNav .outerwrap {
        left: 0;
        -webkit-transform: translate3d(80%, 0, 0);
        -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        -o-transform: translate3d(80%, 0, 0);
        transform: translate3d(-80%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }

}

/*------------------------------------------------------------------Navigation*/

@media screen and (min-width: 721px) {
    nav.main {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    nav.main ul > li.page151,
    nav.main ul > li.page152 {
        display:none;
    }

    nav.main ul > li {
        float: left;
        list-style: none;
        margin: 0 5px;
        padding: 0 0 0 0;
    }

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

    nav.main ul > li a:first-child {
        padding-left: 0;
    }

    nav.main ul li.aktiv a {
        color: #B4005A;
    }

    nav.main ul > li a {
        display: inline-block;
        padding: 0 10px 6px 10px;
        text-transform: uppercase;
        color: #005064;
        text-decoration: none;
        font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
        font-weight: 500;
        font-style: normal;

    }

    nav.main ul > li a:hover {
        color: #b4005a;
    }
    nav.main ul.second-level li a:hover {
        color:#fff;
    }


    nav.main ul {
        margin: 0;
        padding: 0 0 0 0px;
    }

    nav.main ul ul {
        display: none;
    }

    nav.main ul > li:hover ul.bigbox {
        height: 348px;
    }

    nav.main ul > li:hover ul,
    nav.main ul  li.aktiv ul.second-level 
    {
        background-color: #B4005A;
        background-color: rgba(179, 0, 88, 0.85);
        width: 436px;
        height: 106px;
        position: absolute;
        left: -330px;
        display: block;
        right: 0;
        z-index: 10;
        padding: 10px 0 0 524px;
       
        /*margin: 5px 0 0 0;*/
    }

    nav.main ul ul li a {
        text-decoration: none;
        text-transform: none;
        padding: 0;
        margin: 0;
        color: #ffd9ed;
        font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
        font-weight: 400;
        font-style: normal;

    }

    nav.main ul > li:hover ul ul,
    nav.main ul > li.aktiv ul.second-level ul{
        background-color: transparent;
        position: static;
        /*width: 100%;*/
        height: auto;
        padding: 0;
        margin: 0;
    }

    nav.main ul ul ul.sub1 {
        /*height: 116px;*/
        display: block;
        width: 200px;
        float: left;
        margin-left: 22px;
    }

    nav.main ul ul ul.sub1 li {
        padding: 2px 0 2px 14px;
        background-image: url('../../../fileadmin/templates/img/subnav.jpg');
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

    nav.main ul ul  ul.sub1 li a:hover {
        color: #fff;
    }

    nav.main .aktiv ul.sub1 li a,
    nav.main .aktiv ul.sub2 li a{
        color: #ffd9ed;
    }
    nav.main ul.sub2 li.aktiv a,
    nav.main ul.sub1 li.aktiv a{
        color:#fff;
    }

    nav.main ul ul ul.sub2 {
        /*height: 116px;*/
        display: block;
        width: 200px;
        float: left;
    }

    nav.main ul ul ul.sub2 li {
        padding: 2px 0 2px 14px;
        background-image: url('../../../fileadmin/templates/img/subnav.jpg');
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

    nav.main ul ul  ul.sub2 li a:hover {
        color: #fff;
    }

    nav.main ul ul li ,nav.main ul ul li:first-child {
        padding: 0;
        margin: 0;
        margin-left:4px;
        float: none;
    }

    nav.sub {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width:400px;
    }

    nav.sub ul {
        margin: 0;
        padding: 15px 0 0 0px;
    }
	nav.sub ul.loggedin-menu {
		margin-top: 5px;
	}

    nav.sub ul li {
        list-style: none;
        float: left;
        margin: 0;
        border-left: 1px solid #646464;
        height: 12px;

    }

    nav.sub ul li a {
        margin: 0;
        padding: 0px 4px;
        /*border-left: 1px solid #646464;*/
        font-size: 12px;
        color: #646464;
        text-decoration: none;
        font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
        font-weight: 400;
        font-style: normal;
        position: relative;
        top: -5px;
    }

    nav.sub ul li:first-child {
        border-left: none;
    }

    nav.sub ul li:first-child a {
        padding-left: 0;
        margin-left: 0;
    }

    nav.kantone {
        position: absolute;
        top: 0;
        right: 0px;
        height: 36px;
    }

    nav.kantone ul {
        margin: 0 -20px 0 0;
        padding: 0 0 0 0;

    }

    nav.kantone ul li.small a {
        text-transform: uppercase;
        font-size: 12px;
        padding-top: 9px;
        top: 0px;
        vertical-align: bottom;
    }

    nav.kantone ul li {
        list-style: none;
        float: left;
        margin-left: -10px;
    }

    nav.kantone ul li a {
        font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
        font-weight: 500;
        font-style: normal;
        /*    font-weight: bold;*/
        font-size: 20px;
        color: #aaaaaa;
        text-decoration: none;
        display: inline-block;
        padding: 9px 0 4px 10px;
        margin: 0 0 0 0;
        height: 26px;
        width: 43px;
    }

    nav.kantone ul li.aktiv a {
        background-image: url('../../../fileadmin/templates/img/navigationBg.jpg');
        background-repeat: no-repeat;
        color: #fff;
    }

    nav.kantone:hover ul li.aktiv a {
        background-image: none;
        color: #aaaaaa;
    }

    nav.kantone:hover ul li a:hover {
        background-image: url('../../../fileadmin/templates/img/navigationBg.jpg');
        background-repeat: no-repeat;
        color: #fff;
    }

    nav.kantone ul li.small a {
        width: 64px;
    }

    nav.kantone:hover ul li.small a:hover,
	 nav.kantone ul li.aktiv.small a 
	
	 {

        background-image: url('../../../fileadmin/templates/img/navigationBgBreit.jpg');
        background-repeat: no-repeat;
        color: #fff;
    }
}

/*----------------------------------------------------------------Mediaqueries*/

@media screen and (max-width: 960px) and (min-width: 721px) {
    nav.kantone {
        padding-left: 8px;
        overflow: hidden;
    }

    nav.kantone ul li.small a {
        width: 70px;
    }

}

@media screen and (max-width: 910px) and (min-width: 721px) {
    nav.sub {
        width: 240px;
        width: 340px;
    }

    nav.sub ul li a {
        border-left: none;
        padding: 0 10px 0 0;
    }

    nav.sub ul li {
        border-left: none;
        height: 18px;
        margin: 0;

    }

    nav.main ul > li:hover ul,
    nav.main ul > li.aktiv ul.second-level 
    {
        padding-left: 320px;
        /*width: 610px;*/
    }

}
/*
@media screen and (max-width: 780px) and (min-width: 721px) {
    nav.sub {
        width: 200px;
    }
}
*/
@media screen and (max-width: 780px) and (min-width: 721px) {
    nav.sub {
        width: 160px;
        width: 240px;
    }

    nav.sub ul li a {
        border-left: none;
        padding: 0 8px 0 0;
    }

}

@media screen and (max-width: 720px) {

 /*   .header {
        background-color: #b4005a;
        position: fixed;
        top: 0;
        width: 80%;
        left: -80%;
        height: 100%;
        overflow: auto;
        z-index: 9999;
    }
*/
    .mm-menu .mm-list,
    .mm-menu > .mm-panel{
        padding: 0;
    }
    .mm-menu ul.second-level.mm-list {
        padding-top: 8px;
        margin-left: 20px;
    }


    .header {
        background-color: #b4005a;
    }

    .navwrapper {
        background: none;
        width: auto;
        height: auto;
        position: static;
        margin: 0;
    }

    .navwrapper nav {
        padding: 4px 4% 0 4%;
        box-sizing: border-box;
    }

    .navwrapper ul {
        margin: 0;
        padding: 0;
    }

    .navwrapper ul ul {
        margin-left: 10px;
        padding: 4px 0 0 0;
    }

    .navwrapper li {
        padding: 8px 0 8px 0;
        color: #ffc8dc;
    }

    .navwrapper li.sub1,
    .navwrapper li.sub2 {
        padding: 0;
    }

    .navwrapper a {
        color: #ffc8dc;
        text-decoration: none;
        /*padding-left: 4px;*/
    }

    .kantone {
        background-color: #9A004D;
        height: 50px;
    }

    nav.kantone ul.mm-list {
        padding-top: 4px;
        overflow: hidden; /*clearfix*/

    }

    .kantone ul li a {
        padding: 0 10px;
        color: #ffc8dc;
        border-left: 1px solid #ffc8dc;
        line-height: 16px;
    }

    .navwrapper li.aktiv i,
    .navwrapper li.aktiv a{
        color: #fff;
    }

    .kantone ul li:first-child a {
        border-left: none;
    }

    .kantone ul li {
        float: left;
    }

    .kantone ul li.small a {
        font-size: 12px;
        padding: 3px 12px 0px 12px;
    }

    .main {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .main ul li {
        padding: 10px 0;
    }

    .main ul ul li {
        padding: 8px 0;
    }

    .main ul li a {
        text-transform: uppercase;
    }

    .main ul ul li a {
        text-transform: none;
    }

   /* .sub ul li:first-child{
        background:none;
    }*/
    .sub ul li {
        padding: 8px 5px;
       /* float: left;*/
        background: url('../../../fileadmin/templates/img/list-small.png') no-repeat 0 50%;
    }

    .sub i,
    .sub a {
        font-size: 12px;
    }

    .sub {
        margin-top: 12px;
        background-color: #9A004D;
    }

    .sub ul {
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: hidden; /*clearfix*/
    }

}




.page-navigation {
  display: none;
}
.powermail_form input,
.powermail_form textarea,
.powermail_form option {
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.powermail_form input {
    background: transparent;
    border: 1px solid #D8D8D8;
    padding: 7px 1%;
}

.powermail_form h3 {
    margin: 0;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
}

.powermail_form h2 {
    margin: 0;
    margin-bottom: 4px;
}

.powermail_form label,
.powermail_form textarea {
    display: inline-block;
}

.powermail_form textarea,
.powermail_form input {
    width: 47%;
    min-width: 150px;
    background-color: #FFF;
}

.powermail_form label {
    width: 19%;
    min-width: 130px;
    line-height: 1.3;
    color: #000;
    margin: 0 13px 0 0;
    float: left;
    font-size: 14px;
}

.inner-content .parsley-errors-list li {
    color: #E6007D;
    background-image: none;
    padding-left: 0;
    width: calc(100% - 19% - 13px);
    float: right;
    max-width: calc(100% - 130px - 13px);
    margin-bottom: 5px;
}

.inner-content .powermail_fieldwrap_type_check .parsley-errors-list li {
    width: auto;
    float: none;
    max-width: 100%;
}

.radio:nth-last-child(2) label,
.checkbox:nth-last-child(2) label {
    float: none;
}

.powermail_form .radio input,
.powermail_form .checkbox input,
.powermail_form .radio label,
.powermail_form .checkbox label {
    width: auto;
    min-width: 0;
}

.powermail_form .radio label,
.powermail_form .checkbox label {
    padding-right: 15px;
}

.powermail_form textarea {
    /*margin-bottom:10px;*/
    border: 1px solid #D8D8D8;
    padding: 7px 1%;
    height: 70px;
}

.powermail_fieldwrap_type_select select {
    padding: 7px 1%;
    font-size: 14px;
}

.powermail_fieldwrap_type_file input::-ms-value {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    padding: 7px 1%;
}

.powermail_fieldwrap_type_file input::-ms-browse {
    background: #EDEDED;
    border: 1px solid rgb(167, 167, 167);
    box-shadow: none;
    padding: 5px 10px;
}

.powermail_form input[type=submit] {
    border: 1px solid #DA80AD;
    background-color: #E6007D;
    color: #FFF;
    padding: 7px 4px;
    margin: 6px 0 0 0;
    text-align: left;
    width: auto;
    min-width: 142px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;

}

.mandatory {
    position: absolute;
}

.powermail_fieldwrap {
    clear: both;
    margin: 5px 0;
}

.nolabel>h3,
.nolabel>legend {
    display: none;
}

.powermail_fieldwrap.marginNolabel label.powermail_label {
    visibility: hidden;
}

.powermail_fieldwrap.smallInput label.powermail_label {
    visibility: hidden;
}

.powermail_fieldwrap.smallInput input {
    width: 20%;
}

.powermail_fieldwrap.marginNolabel .checkbox {
    clear: left;
}

.powermail_fieldwrap_type_check .powermail_field {
    display: inline-block;
}

.powermail_fieldwrap_type_text .powermail_field {
    display: flex;
}

.powermail_fieldwrap_type_html.marginNolabel .powermail_field {
    display: flex;
}

.powermail_fieldwrap_type_text .powermail_field:before,
.powermail_fieldwrap_type_html.marginNolabel .powermail_field:before {
    content: "";
    width: calc(19% + 2.5px);
    min-width: 130px;
    display: inline-block;
    margin: 0 13px 0 0;
}

.powermail_fieldwrap_type_html.marginNolabel span {
    width: calc(100% - 19%);
}

.powermail_fieldwrap_type_file input {
    background-color: transparent;
    border: 0;
    padding: 7px 0;
}

.powermail_fieldwrap_type_textarea textarea {
    height: 150px;
}

.powermail_fieldwrap_agb .checkbox label,
.powermail_fieldwrap_newsletterabonnieren .checkbox label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    width: 250px;
}

.powermail_fieldwrap_anangeboteninteressiert .powermail_field {
    display: flex;
    flex-direction: column;

    padding: 0;
    margin: 0;
}

.powermail_fieldwrap_anangeboteninteressiert .powermail_field .checkbox {
    margin-bottom: 20px;
}

.powermail_fieldwrap_anangeboteninteressiert .powermail_field .checkbox:nth-last-child(2) {
    margin-bottom: 0;
}

.powermail_fieldwrap_anangeboteninteressiert .powermail_field .checkbox label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 250px;
}

.powermail_fieldwrap_anangeboteninteressiert .powermail_field .checkbox label input {
    order: 1;
}

.powermail_fieldwrap_agb .powermail_label,
.powermail_fieldwrap_newsletterabonnieren .powermail_label,
.powermail_fieldwrap_anangeboteninteressiert .powermail_label {
    display: none;
}

.powermail_fieldwrap_agb .checkbox label #powermail_field_agb_1,
.powermail_fieldwrap_newsletterabonnieren .checkbox label #powermail_field_newsletterabonnieren_1 {
    order: 1
}

.formwrap div.powermail_fieldwrap label.powermail_label {
    margin-top: 8px;
}

hr.top {
    margin: 35px 0 14px 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #D8D8D8;
    margin: 0;
    padding: 0;
}

.formwrap h2 {
    margin: 0;
    margin-bottom: 4px;
}

.formwrap .addresses .kontaktperson {
    /*width: 48%;*/
    /* margin-left: 2%; */
}

.formwrap .addresses {
    /*width: 50%;*/
    margin-top: 0;
}

.formwrap .addresses .veranstalter {
    width: 25%;
    min-width: 130px;
    margin-right: 13px;
}

.formwrap .kosten-row {
    margin-left: calc(25% + 13px);
}

.formwrap .kostenblock {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 35px 0 20px 0;
    padding: 8px 0;
}

.formwrap .kostenblock p {
    margin-bottom: 0;
}

.powermail_field .kostenblock {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 35px 0 20px 0;
    padding: 8px 0;
}

.powermail_field .kostenblock p {
    margin-bottom: 0;
}

.formwrap label {
    width: 25%;
    min-width: 150px;
    line-height: 1.3;
    color: #000;
    margin: 0 13px 0 0;
    float: left;
    font-size: 14px;
}

.powermail_fieldwrap_schuljahr .powermail_field {
    max-width: 400px;
}

.powermail_fieldwrap_schuljahr .powermail_field .checkbox {
    display: inline-flex;
    width: 150px;
    margin-bottom: 10px;
}

.powermail_fieldwrap_schuljahr .powermail_field .checkbox:nth-child(1) {
    width: 100%;
}

.powermail-errors-list.filled {
    margin-left: 12rem;
}

.powermail_field_error_container_schuljahr .powermail-errors-list.filled {
    margin-left: 0rem;
}

.powermail-errors-list.filled li {
    color: #E6007D
}

.powermail_input.powermail_field_error,
.powermail_select.powermail_field_error,
.powermail_textarea.powermail_field_error {
    background-color: #E6007D;
    color: #FFFFFF;
}

.radio.powermail_field_error label,
.checkbox.powermail_field_error label {
    color: #E6007D;
}

.termin-element ul.powermail-errors-list {
    position: absolute;
    left: 0;
    bottom: -27px;
    margin: 0;
}

.terminrow {
    width: 100%;
    display: flex;
    border-top: none;
    margin: 2rem 0;
}

.terminauswahl {
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
}

.terminrow .terminauswahl .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;

}

.terminrow .terminauswahl label {
    margin: 0;
}

.terminrow .terminauswahl .col.tag {
    align-items: flex-start;
    width: 100%;
}

.terminrow .terminauswahl .col .termin-element input[type=checkbox] {
    min-width: 40px;
}

/* Feedback Anpassungen */
.powermail_fieldwrap_bewveranstaltungtext,
.powermail_fieldwrap_bewstufetext,
.powermail_fieldwrap_beworganisatortext,
.powermail_fieldwrap_bewanbietertext {
    margin-left: 20%;
}

.powermail_fieldset_12 .powermail_fieldwrap_type_textarea .powermail_field textarea {
    width: 60%;
}

.powermail_fieldwrap_bewgut,
.powermail_fieldwrap_bewgutsus,
.powermail_fieldwrap_bewwunsch {
    margin: 0;
}

.powermail_fieldset_12 .powermail_fieldwrap_bewgut .powermail_field textarea,
.powermail_fieldset_12 .powermail_fieldwrap_bewgutsus .powermail_field textarea,
.powermail_fieldset_12 .powermail_fieldwrap_bewwunsch .powermail_field textarea {
    width: 47.5%;
}

/*******************************************************/
/******************** MEDIA QUERIES ********************/
/*******************************************************/



@media only screen and (max-device-width : 960px) {

    /*.powermail_form textarea,
	.powermail_form input.singleline {
		width:90%;
	}
	.powermail_form select {
		width:90%;
	}
	.powermail_form .inputcol {
		width: 92%;
	}*/
    .formwrap label {
        width: 30%;
    }

    .formwrap .kosten-row {
        margin-left: calc(30% + 13px);

    }

    .formwrap .addresses .veranstalter {
        width: 30%;
    }
}


@media screen and (max-width: 720px) {
    .powermail_form .addresses .kontaktperson {
        width: 100%;
        margin-left: 0;
    }

    .powermail_form .addresses {
        width: 100%;
        margin-top: 0;
    }

    /* .powermail_form .kosten-row {
        margin-left: 142px;
    } */

    .formwrap .addresses .kontaktperson {
        width: 100%;
        margin-left: 0;
    }

    .formwrap .addresses {
        width: 100%;
        margin-top: 0;
    }

    .formwrap .kosten-row {
        margin-left: 0;
        width: 100%;
    }

    .powermail_form .terminauswahl {
        width: 100%;
    }

    /* Feedback Anpassungen */
    .powermail_fieldset_10 input,
    .powermail_fieldset_11 input,
    .powermail_fieldset_14 input {
        width: 98%;
    }

    .powermail_fieldwrap_bewveranstaltungtext,
    .powermail_fieldwrap_bewstufetext,
    .powermail_fieldwrap_beworganisatortext,
    .powermail_fieldwrap_bewanbietertext {
        margin-left: 0;
    }

    .powermail_fieldset_12 .powermail_fieldwrap_type_textarea .powermail_field textarea {
        width: 98%;
    }

    .powermail_fieldwrap_type_input .powermail_field input {
        width: 98%;
    }

    .powermail_fieldwrap_type_select,
    .powermail_fieldwrap_type_textarea {
        display: flex;
        flex-direction: column;
    }

    .powermail_fieldwrap_type_textarea textarea {
        width: 98%;
    }

    .powermail_fieldwrap_type_select select {
        width: 100%;
    }

    .formwrap label {
        margin-bottom: 5px;
        width: 100%;
    }

    .kostenblock {
        display: flex;
        flex-direction: column;
    }

    .powermail_fieldwrap_type_html.marginNolabel .powermail_field:before {
        display: none;
    }
}

@media only screen and (max-width : 550px) {

    .powermail_form label,
    .powermail_form textarea,
    .powermail_form input.singleline {
        width: 97%;
    }

    .powermail_form .simditor {
        width: 99%;
        max-width: none;
    }

    .powermail_form .terminauswahl label {
        line-height: 1.3;
    }

    .powermail_form label {
        line-height: 2;
    }

    .powermail_form .row.schulstufen .titel {
        height: auto;
    }

    .powermail_form .schulstufen .kindergarten-row {
        padding-left: 0;
    }

    .powermail_form .row {
        padding-top: 0;
    }

    .powermail_form select {
        width: 100%;
    }

    .powermail_form input.singleline.small {
        width: 50%;
    }

    .powermail_form .kosten-row {
        margin-left: 0;
    }

    .powermail_fieldwrap_type_text .powermail_field:before,
    .powermail_fieldwrap_type_html.marginNolabel .powermail_field:before {
        display: none;
    }

    .inner-content .parsley-errors-list li {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    /*.powermail_form .inputcol {
		width: 92%;
	}*/

    .formwrap .kosten-row {
        margin-left: 0;
    }

    .formwrap label {
        min-width: unset;
    }

    .terminrow {
        flex-direction: column;
    }

    .powermail_form .termin-row .termin-element {
        min-width: none;
    }
}


/*   Formular Lehrplan Start   */
.powermail_form .formlehrplan label {
    float: none;
    width: auto;
    margin: 0 0 0 13px;
}

.powermail_form .formlehrplan .hidechk>label {
    margin: 0;
    font-weight: bold;
}

.powermail_form .formlehrplan .hidechk>input {
    display: none;
}


/*   Formular Lehrplan End   */



/* Formular Anmeldung Kulturverantwortliche */

.newsletter_kulturverantwortlicher label {
    height: 1px;
}

.newsletter_kulturverantwortlicher .col {
    display: inline-block;
    vertical-align: middle;
}

.newsletter_kulturverantwortlicher .col.label {
    margin-left: 10px;
    max-width: calc(100% - 30px);
}


/* FE Login */
.frame-type-felogin_login input[type=submit] {
    margin-bottom: 20px;
}

.frame-type-felogin_login input {
    margin-bottom: 5px;
}

.frame-type-felogin_login {
    max-width: 720px;
}
.inner-content {
    margin: 0;
}

.finder {
    padding-left: 12px;
}

.advancedSearch>.categories {
    width: 100%;
    display: flex;
    margin-right: 12px;
    gap: 30px;
}

.categories label {
    color: #faa5d2;
}

.categories input[type="checkbox"] {
    opacity: 0;
}

.checkbox-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../../../fileadmin/templates/css/square/square.png') no-repeat;
    border: none;
}

.checkbox-wrapper {
    background-position: 0 0;
}

.checkbox-wrapper.hover {
    background-position: -24px 0;
}

.checkbox-wrapper.checked {
    background-position: -48px 0;
}

.checkbox-wrapper.disabled {
    background-position: -72px 0;
    cursor: default;
}

.checkbox-wrapper.checked.disabled {
    background-position: -96px 0;
}

.margintop80 {
    margin-top: 80px;
}

.einleitung {
    margin: 0 12px;
}

.destinationen {
    margin-top: 30px;
}

.destinationen table {
    width: 100%;
}

.destinationen-row {
    border-top: 1px solid #d8d8d8;
}

.destinationen-row td {
    padding: 12px;
}

.destinationen-row h3,
p {
    margin-bottom: 0;
}

.destinationen-mobile {
    display: none;
    padding: 12px;
}

.destinationen-mobile .details {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.destinationen-mobile .destinationen-row {
    padding: 12px 0;
}


/* ------------- Mediaqueries -------------*/

@media screen and (max-width: 720px) {
    .destinationen {
        display: none;
    }

    .destinationen-mobile {
        display: block;
    }

    .destinationen-suche .mm-panel {
        padding: 11px 5% 20px 10%;
        top: unset;
    }

    .advancedSearch>.categories {
        gap: 10px;
        flex-direction: column;
    }

    .inner-content {
        margin: 0 10px;
    }
}
#captchaimg {
    display:block;
    margin-bottom:10px;
}

.tx_nsnewscomments {
    display: inline-block;
    width: 100%;
    margin-top:50px;
}
.tx_nsnewscomments *{
    box-sizing: border-box;
}
.tx_nsnewscomments *::after,.tx_nsnewscomments *::before {
    box-sizing: border-box;
}
.tx_nsnewscomments input, .tx_nsnewscomments textarea, .tx_nsnewscomments select {
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: normal;
    margin: 0;
    outline: medium none !important;
    padding: 0 10px;
    width: 100%;
    max-width: 490px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
.tx_nsnewscomments .pull-right{
    float: right;
}
.tx_nsnewscomments .pull-left{
    float: left;
}
.clear {
    clear: both;
}
.tx_nsnewscomments .comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}
.tx_nsnewscomments .comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}
.tx_nsnewscomments .comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-left:0;
    background-image:none;
}
.tx_nsnewscomments .comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}
.tx_nsnewscomments .reply-list {
    padding-left: 30px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/

.tx_nsnewscomments .comments-list .comment-avatar {
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.tx_nsnewscomments .comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}
.tx_nsnewscomments .comment-main-level {

}
.tx_nsnewscomments .comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/

.tx_nsnewscomments .comments-list .comment-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-head {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-head::after, 
.tx_nsnewscomments .comment-box .comment-head::before {
    border-color: transparent;
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
}
.tx_nsnewscomments .comment-box .comment-head::before {
    border-right-color: #ddd;
    border-width: 8px;
}
.tx_nsnewscomments .comment-box .comment-head::after {
    border-right-color: #f7f7f7;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px;
}
.tx_nsnewscomments .comment-box .comment-head i:hover {
    color: #03658c;
}
.tx_nsnewscomments .active-comment-form {
    position: relative;
    margin-top: 10px;
    width:calc(50% - 16px);
}
@media screen and (max-width: 720px) {
    .tx_nsnewscomments .active-comment-form {
        width:100%;
    }
}
.tx_nsnewscomments .comment-box .comment-btn {
    color: inherit;
    padding-left: 20px;
    position: relative;
}
.tx_nsnewscomments .comment-box .comment-btn:hover{
    text-decoration: none;
}
.tx_nsnewscomments .ns-icon-reply {
    background-image: url('../../../fileadmin/templates/ext/ns_news_comments/Public/Icons/reply.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}
.tx_nsnewscomments .text-muted {
    color: #777;
}
.tx_nsnewscomments .comment-box .comment-content {
    padding: 15px;
    font-size: 14px;
    word-wrap: break-word;
}
.tx_nsnewscomments .comment-box .comment-name.by-author,
.tx_nsnewscomments .comment-box .comment-name.by-author a {
    color: #03658c;
}
.tx_nsnewscomments .comment-author strong{
    margin-right: 5px;
}
.tx_nsnewscomments .comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tx_nsnewscomments .comment-link .link-icon {
    cursor: pointer;
    font-size: 14px;
    padding: 3px 4px;
    min-width: 22px;
    text-align: center;
    display: inline-block;
    margin: 1px;
    line-height: 16px;
}
.tx_nsnewscomments .comment-link {
    background-image: url('../../../fileadmin/templates/ext/ns_news_comments/Public/Icons/link.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    border: 1px solid #cccccc;
    color: #bbbbbb;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
.tx_nsnewscomments .comment-link-input {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    outline: 0;
    width: 100%;
}
.tx_nsnewscomments span {
    display: inline;
}
.tx_nsnewscomments .header-right {
    float: right;
}
.tx_nsnewscomments .comment-footer {
    padding: 15px;
}

.tx_nsnewscomments .footer-left {
    display: block;
    line-height: 22px;
}
.tx_nsnewscomments .footer-right {
    float: right;
    display: block;
    margin-top: 0px;
    line-height: 22px;
}
.tx_nsnewscomments .comment-footer .footer-right .comment-date {
    display: inline-block;
    margin-left: 10px;
}
.tx_nsnewscomments .comment-date {
    font-size: 12px;
    color: #999;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    display: inline-block;
}
.tx_nsnewscomments .typo3-messages {
    width: 100%;
    margin-top: 10px;
}
.tx_nsnewscomments .typo3-messages li {
    list-style-type: none;
    list-style: none;
    padding-left: 20px;
    width: 55%;
}
.tx_nsnewscomments .media-left {
    display: none;
}
.tx_nsnewscomments .media-body p {
    padding: 0px !important;
}
.thanksmsg, .approve {
    width: 70%;
}
.tx_nsnewscomments .error-msg {
    display: none;
}
.tx_nsnewscomments #comment-form .text-muted {
    margin-top: 10px;
}
.tx_nsnewscomments .has-error {
    position: relative;
}
.tx_nsnewscomments .error-msg {
    background: #ee0101 none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 6px;
    bottom: 82%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 7px;
    text-align: center;
    text-transform: capitalize;
    z-index: 999;
}
.tx_nsnewscomments .error-msg p {
    margin: 0;
}
.tx_nsnewscomments .error-msg::after {
    background-color: #ee0101;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tx_nsnewscomments .ns-headline h2{
    color: #1a1a1a;
    line-height: 1.42857;
    font-size: 20px;
}
.tx_nsnewscomments .ns-headline {
    margin: 0 0 20px;
}
.tx_nsnewscomments .ns-form-group {
    display: inline-block;
    margin: 0 0 15px;
    max-width: 497px;
    width: 100%;
}
.tx_nsnewscomments .ns-form-group label {
    display: inline-block;
    margin: 0 0 5px;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    color: inherit;
}
.tx_nsnewscomments textarea {
    min-height: 100px;
    padding: 10px;
}
.ns-captch-input {
    margin: 15px 0 5px;
}
.tx_nsnewscomments input:focus,
.tx_nsnewscomments textarea:focus,
.tx_nsnewscomments select:focus{
    border: 1px solid #337ab7;
}
.tx_nsnewscomments  .ns-btn {
    background-color: #b4005a;
    border:none;
    border-radius:0;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-weight: 700;
    min-width: 105px;
    width: auto !important;
    outline: medium none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ns-btn-login{
    font-weight: bold;
    padding: 5px;
    margin-right: 5px;
}
.tx_nsnewscomments ul,.tx_nsnewscomments ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx_nsnewscomments .reply-form:not(:empty){
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
}
.tx_nsnewscomments .comment-form-close-btn{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 #fff;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tx_nsnewscomments .comment-form-close-btn:focus, .comment-form-close-btn:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
.tx_nsnewscomments ul ul {
    padding-left: 114px;
}
.tx_nsnewscomments .ns-form-group-main{
    display: inline-block;
    width: 100%;
}
.tx_nsnewscomments .comment-link a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.tx_nsnewscomments .comment-main-level{
    position: relative;
}
.tx_nsnewscomments .comment-main-level .comment-avatar{
    position: absolute;
    left: 0;
    top: 0;
}
.tx_nsnewscomments .comment-form-close-btn{
    display: none;
}
.tx_nsnewscomments .reply-form .comment-form-close-btn{
    display: inline-block;
    z-index: 1;
}
.tx_nsnewscomments .comment-form .has-error input,
.tx_nsnewscomments .comment-form .has-error textarea{
    border-color: #a94442;
}

.tx_nsnewscomments .ns-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tx_nsnewscomments .ns-alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.tx_nsnewscomments .ns-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media(max-width: 992px){
    .tx_nsnewscomments .ns-form-group,
    .tx_nsnewscomments input, .tx_nsnewscomments textarea, .tx_nsnewscomments select {
        max-width: 100%;
    }
    .tx_nsnewscomments .ns-headline{
        margin-bottom: 10px;
    }
    .tx_nsnewscomments .ns-headline h2{
        margin-top: 15px;
    }
    .tx_nsnewscomments .comments-list .comment-avatar{
        height: 55px;
        width: 55px;
        border-width: 2px;
    }
    .tx_nsnewscomments .tx_nsnewscomments ul ul{
        padding-left: 0;
    }
    .tx_nsnewscomments .comments-list li{
        margin-bottom: 0;
    }
    .tx_nsnewscomments .comment-main-level{
        /*padding-left: 70px;*/
    }
    .tx_nsnewscomments .reply-form:not(:empty){
        padding: 20px;
        padding-bottom: 0;
    }
}

@media(max-width: 767px){
    .tx_nsnewscomments .comments-list .comment-avatar{
        width: 40px;
        height: 40px;
    }
    .tx_nsnewscomments .comment-box .comment-head,
    .tx_nsnewscomments .comment-box .comment-content,
    .tx_nsnewscomments .comment-footer{
        padding: 10px;
    }
    .tx_nsnewscomments .comment-author,
    .tx_nsnewscomments .comment-box .comment-btn{
        font-size: 11px;
    }
    .tx_nsnewscomments .comment-box .comment-content,
    .tx_nsnewscomments .reply-form .comment-form .text-muted{
        font-size: 12px;
    }
    .tx_nsnewscomments .comment-main-level{
       /* padding-left: 55px;*/
    }
    .tx_nsnewscomments .comment-link{
        top: 7px;
    }
    .tx_nsnewscomments .reply-form:not(:empty){
        padding-left: 15px;
        padding-right: 15px;
    }
    .tx_nsnewscomments .reply-form .ns-form-group label{
        font-size: 12px;
    }
    .tx_nsnewscomments .reply-form .comment-form input, 
    .tx_nsnewscomments .reply-form .comment-form textarea, 
    .tx_nsnewscomments .reply-form .comment-form select {
      font-size: 12px;
      height: 32px !important;
    }
    .tx_nsnewscomments .reply-form .comment-form textarea{
        min-height: 75px;
    }
    
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../typo3conf/ext/ns_news_comments/Resources/Public/fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../../../typo3conf/ext/ns_news_comments/Resources/Public/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../../../typo3conf/ext/ns_news_comments/Resources/Public/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../../../typo3conf/ext/ns_news_comments/Resources/Public/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../../../typo3conf/ext/ns_news_comments/Resources/Public/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}