<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../fonts/stylesheet.css');

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

html * {
    -webkit-text-size-adjust: none;
}

html {
    background-color: #f5ead0;
    font-family: 'fagonoregular', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.3;
}

html * {
    box-sizing: border-box;
}

body.offCanvasMenuOpen {
    overflow: hidden;
}

body:after {
    display: table;
    content: " ";
    clear: both;
}

img, embed, video, iframe {
    height: auto;
    max-width: 100%;
    /* and for IE 8 */
    width: auto\9;
}

h1, h2 {
    font-size: 2.2rem;
    color: #8a2237;
    font-weight: bold;
    /*letter-spacing: -2px*/
    line-height: 1;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.466667rem;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

a:focus, a:active {
    outline: none;
    text-decoration: none;
}

#middleCol ul,
#rightCol ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

div.clear {
    clear: both;
    float: none;
    height: 0px;
    visibility: hidden;
}

#offCanvasMenu, #wrap {
    float: left;
}

#offCanvasMenu {
    width: 0px;
    height: 100%;
    overflow: hidden;
    transition: width 0.5s linear;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #8a2237;
}

#offCanvasMenu &gt; nav {
    width: 1000px;
    overflow: hidden;
    transition: width 0.5s linear;
}

#offCanvasMenu &gt; nav &gt; ul &gt; li {
    margin-bottom: 3px;
}

#offCanvasMenu nav a {
    display: block;
    text-decoration: none;
    color: #fff;
}

#offCanvasMenu nav a:hover {
    text-decoration: underline;
}

#offCanvasMenu &gt; nav &gt; ul &gt; li &gt; a {
    background-color: #992942;
    padding: 0 10px 0 20px;
    height: 33px;
    line-height: 33px;
}

#offCanvasMenu .sub {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s linear, padding 0.25s linear;
    padding: 0px 10px 0px 40px;
}

#offCanvasMenu .sub li {
    padding: 6px 0;
}

#wrap {
    width: 100%;
    position: relative;
    z-index: 20;
    transition: left 0.5s linear;
    left: 0px;
    padding-bottom: 90px;
    min-height: 100%;
}

#logoContainer {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    position: relative;
}

#logo {
    position: absolute;
    top: 70px;
    left: 0px;
    display: block;
    background-color: #fafafa;
}

#header {
    height: 40px;
    width: 100%;
    background-color: #8a2237;
    position: relative;
    z-index: 200;
}

#header:after {
    display: table;
    content: " ";
    clear: both;
}

#menuOuterContainer {
    width: 100%;
    position: relative;
    z-index: 201;
    position: static;
    transition: position 0.5s linear, top 0.5s linear;
    background-color: inherit;
    top: 0px;
}

#menuContainer {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.menuFixed #menuOuterContainer {
    position: fixed;
    top: 0;
    left: 0;
    transition: left 0.5s linear;
    z-index: 100;
}

#menuContainer:after {
    display: table;
    content: " ";
    clear: both;
}

#menuToggle {
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px solid #fff;
    background: url(../images/icons/iconMenu.png) center center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#menuMain {
    float: left;
}

.activeLang {

    margin-right: 4px;
    display:inline;
}


.langMenu img {
    width: 30px;
    height:20px;
}

.langMenu a {
    display: inline;
    width: 30px;
    height: auto;
    margin-right: 4px;
}
.langMenu &gt; img {
    opacity: 0.5;
}

nav.langMenu {
    display: inline;
    position: absolute;
    left: -105px;
    bottom: 5px;
}

#menuMain:after {
    display: table;
    content: " ";
    clear: both;
}

#menuMain &gt; ul &gt; li {
    float: left;
}

#menuMain &gt; ul:after {
    display: table;
    content: " ";
    clear: both;
}

#menuMain &gt; ul &gt; li &gt; a {
    padding: 0 5px 8px 5px;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    display: block;
}

#menuMain &gt; ul &gt; li:first-child &gt; a {
    padding-left: 0px;
    margin-left: 0px;
}

#menuMain &gt; ul &gt; li:hover &gt; a {
    border-bottom: 3px solid #fff;
}

#menuMain .sub {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    border-bottom: 2px solid #8a2237;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s linear;
    display: none;
}

#menuMain .sub.show {
    max-height: 1000px;
    display: block;
}

#menuMain .subInner {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
}

#menuMain .subInner &gt; ul {
    float: left;
    width: 20%;
    padding: 5px 0;

}

#menuMain .subInner:after {
    display: table;
    content: " ";
    clear: both;
}

#menuMain .sub a {
    height: 33px;
    line-height: 33px;
    text-decoration: none;
}

#menuMain .sub a:hover {
    text-decoration: underline;
}

#searchToggle {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(../images/icons/iconMagnifier.png) center center no-repeat;
    background-size: 80% 80%;
    text-indent: -9999px;
    cursor: pointer;
}

#search {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    border-bottom: 0px solid #8a2237;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s linear, border-bottom 0.5s linear;
}

#search.show {
    max-height: 1000px;
    border-bottom: 2px solid #8a2237;
}

#searchInner {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
}

#searchInput {
    margin: 5px 0 8px 5px;
    padding-left: 5px;
    border-left: 1px solid #000;
    background: transparent;
    width: 95%;
}

.form-group input[type="checkbox"] {
    width:12px;
    height:12px;
    margin:2px;
}



.form-check-label &gt; span {
    padding-left: 5px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.clearfix &gt; div {
    padding:0px 22px !important;
}

.clearfix &gt; div &gt; p {
    margin-bottom: 30px;
}

#main {
    max-width: 962px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#main:after {
    display: table;
    content: " ";
    clear: both;
}

#keyvisualContainer {
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}

.keyvisual {
    position: relative;
}

.keyvisual &gt; img {
    width: 100%;
}

.keyvisualText {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35%;
    color: #fff;
    text-align: right;
    padding: 15px;
}

.keyvisualText * {
    text-align: right;
    /*text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;*/
    text-shadow: 0px 0px 5px #000, -0px -0px 5px #000, 0px 0px 3px #000, -1px 0px 0px #000;
}

.keyvisualText h3 {
    font-size: 2.667rem;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1;
}

.keyvisualText a {
    background: url(../images/icons/arrow.png) left 3px no-repeat;
    padding-left: 15px;
    text-decoration: none;
}

#keyvisualStripe {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 28px;
    width: 100%;
    /*background: url(../images/bg/stripe.png) top left repeat-x;*/

    background: linear-gradient(to bottom, rgba(255,206,76,0.8) 0%, rgba(255,206,76,0.8) 39%, rgba(229,7,32,1) 39%, rgba(229,7,32,1)60%, rgba(135,23,51,1) 60%, rgba(135,23,51,1)100%);
}

#middleCol {
    width: 75%;
    padding-right: 10px;
    float: left;
}

.csc-default a,
.csc-frame a,
.frame-default a,
.frame a {
    color: #8a2237;
    text-decoration: none;
}

#middleCol .csc-default,
#rightCol .csc-default,
#middleCol .csc-frame,
#rightCol .csc-frame,
#middleCol .frame-default,
#rightCol .frame-default,
#middleCol .frame,
#rightCol .frame {
    background-color: #fff;
}

#middleCol &gt; .csc-default,
#middleCol .csc-frame,
#middleCol &gt; .frame-default,
#middleCol .frame {
    padding: 35px;
    margin-bottom: 10px;
}

#middleCol .csc-frame.csc-frame-directtop,
#middleCol .frame.frame-custom-23 {
    margin-top: -20px;
    padding-top: 0px;
    padding-bottom: 15px;
}

#middleCol .csc-frame.csc-frame-thinborder,
#middleCol .frame.frame-custom-24 {
    padding: 15px;
}

#middleCol .csc-frame.csc-frame-transparent,
#rightCol .csc-frame.csc-frame-transparent,
#middleCol .frame.frame-custom-25,
#rightCol .frame.frame-custom-25 {
    background-color: transparent;
}

.dropdownsitemap {
    position: relative;
    height: 30px;
    z-index: 20;
}

.dropdownsitemap &gt; ul {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 20px;
    background: url(../images/icons/pfeil_dropdown.png) 7px 8px no-repeat #8a2237;
    display: inline-block;
    padding: 2px 8px 2px 25px;
}

.dropdownsitemap.dropup &gt; ul {
    top: auto;
    bottom: 0px;
}

.dropdownsitemap ul li {
    height: 0px;
    width: 100%;
    overflow: hidden;
}

.dropdownsitemap ul.clicked li {
    height: auto;
}

.dropdownsitemap ul li.active {
    height: auto;
    /*position: absolute;
    top: 0px;
    right: 0px;*/
    width: 100%;
}

.dropdownsitemap a {
    text-decoration: none;
    display: block;
    color: #fff;
}

#rightCol {
    width: 25%;
    float: right;
}

#rightCol &gt; .csc-default,
#rightCol &gt; .csc-frame,
#rightCol &gt; .frame-default,
#rightCol &gt; .frame {
    margin-bottom: 10px;
}

.csc-default &gt; p:last-child,
.csc-frame &gt; p:last-child,
.frame-default .ce-bodytext &gt; p:last-child,
.frame .ce-bodytext &gt; p:last-child {
    margin-bottom: 0px;
}

.latest-container {
    margin: 0 -5px;
}

.latest-container:after,
.latest-events-container:after {
    display: table;
    content: " ";
    clear: both;
}

.latest-container .latest-item {
    float: left;
    position: relative;
    width: 33.33%;
    padding: 5px;
    margin: 5px 0;
}

.latest-container .latest-item .latest-inner &gt; img {
    display: block;
    width: 100%;
}

.latest-container .latest-date {
    position: absolute;
    top: 105px;
    left: 15px;
    padding: 4px;
    text-align: center;
    background-color: #8a2237;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.867rem;
}

.latest-container .latest-date span {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 3px;
    padding-top: 2px;
    text-align:center;
}

.latest-container .latest-title {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}

.latest-container .latest-text {
    display: block;
    margin-bottom: 5px;
}

.latest-container .latest-item .more,
.latest-container .linkToList,
a.arrowlink {
    color: #8a2237;
    text-decoration: none;
    background: url(../images/icons/arrowRed.png) left 3px no-repeat;
    padding-left: 15px;
}

.latest-container .linkToList {
    padding-top: 7px;
    display: block;
    clear:both;
    background-position: left 12px;
}

.latest-container.latest-events,
.latest-container.latest-joboffer {
    margin: 0px;
}

.latest-container.latest-events .latest-item,
.latest-container.latest-joboffer .latest-item {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 7px 0px;
    margin: 0;
}

.latest-container.latest-events .latest-item:first-child,
.latest-container.latest-joboffer .latest-item:first-child {
    padding-top: 0px;
}

.latest-container.latest-events .latest-item:after,
.latest-container.latest-joboffer .latest-item:after {
    display: table;
    content: " ";
    clear: both;
}

.latest-container.latest-events .more,
.latest-container.latest-joboffer .more {
    display: block;
    padding: 0;
    background: none;
}

.latest-container.latest-events .latest-date {
    position: static;
    width: 28px;
    height: 40px;
    float:left;
    margin-right: 10px;
}

.latest-container.latest-events .latest-title,
.latest-container.latest-joboffer .latest-title {
    font-weight: normal;
    color: #000;
    display: block;
    line-height: 1.25;
    margin: 0px;
}

#rightCol &gt; .csc-default,
#rightCol &gt; .csc-frame,
#rightCol &gt; .frame-default,
#rightCol &gt; .frame {
    padding: 10px;
}

#rightCol .red-background ,
#rightCol .frame.frame-custom-22 {
    background-color: #8a2237;
    color: #fff;
}

.latest-image {
    position: relative;
}
.latest-date-list {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 4px;
    text-align: center;
    background-color: #8a2237;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.867rem;
}
.latest-date-list span {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 3px;
    padding-top: 2px;
    text-align: center;
}
.latest-events-container {
    margin: 0 -20px;
}

.latest-events-container .latest-item {
    width: 50%;
    float: left;
    padding: 5px 20px;
    margin: 0;
}

.latest-events-container .latest-item &gt; a {
    display: block;
    color: #000;
}

.latest-events-container .latest-item &gt; a:after {
    display: table;
    content: " ";
    clear: both;
}

.latest-events-container .latest-imageWrap,
.latest-events-container .latest-textWrap {
    display: block;
    width: 50%;
    float: left;
}

.latest-events-container .latest-imageWrap {
    padding-right: 8px;
    position: relative;
    z-index: 10;
}

.latest-events-container .latest-textWrap {
    padding-left: 8px;
}

.latest-events-container .latest-category,
.latest-events-container .latest-image {
    display: block;
}

.latest-events-container .latest-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding-right: 8px;
}

.latest-events-container .latest-dateTime,
.latest-events-container .latest-title {
    font-weight: bold;
    display: block;
}

.latest-events-container .latest-text,
.latest-events-container .latest-location {
    display: block;
    margin-top: 10px;
}

.latest-events-container .latest-location {
    font-style: italic;
}

.list-footer {
    clear: both;
}

.latest-events-container .list-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.list-footer:after {
    display: table;
    content: " ";
    clear: both;
}

.list-footer &gt; div {
    width: 50%;
    float: left;
}

.list-footer &gt; div:first-child a {
    background-color: #8a2237;
    padding: 2px 10px;
    color: #fff;
}

.list-footer &gt; div:last-child {
    text-align: right;
}

.pagebrowserContainer ul &gt; li:first-child:not(.active),
.pagebrowserContainer ul &gt; li:last-child:not(.active) {
    display: none;
}

.pagebrowserContainer .dropdownsitemap &gt; ul {
    right: 0px;
}

#rightCol .csc-default h1,
#rightCol .csc-default h2,
#rightCol .csc-default h3,
#rightCol .csc-default h4,
#rightCol .csc-frame h1,
#rightCol .csc-frame h2,
#rightCol .csc-frame h3,
#rightCol .csc-frame h4,
#rightCol .frame-default h1,
#rightCol .frame-default h2,
#rightCol .frame-default h3,
#rightCol .frame-default h4,
#rightCol .frame h1,
#rightCol .frame h2,
#rightCol .frame h3,
#rightCol .frame h4 {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    padding: 6px 6px 4px 6px;
    background-color: #8a2237;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0px;
}

.fceCallback {
    padding-left: 40px;
    background: url(../images/icons/phoneWhite.png) 0px 0px no-repeat;
}

.fceCallback .number,
.fceCallback .text {
    display: block;
}

.fceCallback .number {
    font-size: 1.533rem;
    letter-spacing: 1px;
}

.fceCallback a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.fcePanorama {
    overflow: hidden;
    position: relative;
}

.fcePanorama a.scrollLeft,
.fcePanorama a.scrollRight {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    display: block;
}

.fcePanorama a.scrollLeft {
    left: 0px;
    background: url(../images/icons/pfeil_l.png) center no-repeat rgba(255,255,255,0.5);
}
.fcePanorama a.scrollRight  {
    right: 0px;
    background: url(../images/icons/pfeil_r.png) center no-repeat rgba(255,255,255,0.5);
}

.fcePanoramaContent {
    overflow: hidden;
    overflow-x: scroll;
    /*margin-bottom: -180px !important;
    margin-top: -140px;*/
}

.fcePanoramaContent img {
    max-width: none;
    width: auto;
    /*height: 300px;*/
    height: 100%;

}

.fcePanoramaContent .clonesWrapper img {
    width: 33%;
}

#middleCol .red-background,
#middleCol .frame.frame-custom-22 {
    display: none;
}

#footer {
    background-color: #fff;
    margin-top: 30px;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#footer &gt; ul {
    max-width: 962px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

#footer &gt; ul:after {
    display: table;
    content: " ";
    clear: both;
}

#footer &gt; ul &gt; li {
    float: left;
}

#footer &gt; ul &gt; li a {
    padding: 5px;
    text-decoration: none;
}

#footer &gt; ul &gt; li:first-child {
    padding-left: 0;
}

.keyvisualContainer.beforeHeight,
.sliderContainer.beforeHeight {
    height: 0px;
    overflow: hidden;
}

.sliderContainer &gt; div {
    margin-bottom: 10px;
}

.frame-type-form_formframework fieldset &gt; legend {
    width: 355px;
    font-size: 1rem;
    color: #8a2237;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.frame-type-form_formframework h2 {
    width: 355px;
    font-size: 1rem;
}

.frame-type-form_formframework.callBackForm h2 {
    font-size: 1rem;
}

.frame-type-form_formframework .error {
    color: #A00;
    font-weight: bold;
}

.frame-type-form_formframework label {
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 0.9em;
}

/*
.frame-type-form_formframework h2 {
  margin: 20px 0 10px 0;
  font-size: 1.2em;
  color: #585858;
  font-weight: bold;
}
*/

.frame-type-form_formframework input,
.frame-type-form_formframework select,
.frame-type-form_formframework textarea {
    width: 343px;
    padding: 7px 5px;
    font-family: arial, sans-serif;
    border: 1px solid #585858;
    background: #FFF;
}

.frame-type-form_formframework select {
    height: 24px;
    line-height: 24px;
    padding: 3px;
}

.frame-type-form_formframework .form-group,
.frame-type-form_formframework .row {
    height: auto;
    margin-bottom: 10px;
}

.frame-type-form_formframework .form-group textarea,
.frame-type-form_formframework .row textarea {
    width: 343px;
    height: 90px;
    font-size: 1.1em;
}

.frame-type-form_formframework .row .rowStreet,
.frame-type-form_formframework .row .rowStreetNo,
.frame-type-form_formframework .row .rowZip,
.frame-type-form_formframework .row .rowCity {
    float: left;
}

.frame-type-form_formframework .row .rowStreet {
    width: 300px;
}

.frame-type-form_formframework .row .rowStreet input {
    width: 283px;
}

.frame-type-form_formframework .row .rowStreetNo {
    width: 55px;
}

.frame-type-form_formframework .row .rowStreetNo input {
    width: 43px;
}

.frame-type-form_formframework .row .rowZip {
    width: 120px;
}

.frame-type-form_formframework .row .rowZip input {
    width: 103px;
}

.frame-type-form_formframework .row .rowCity {
    width: 235px;
}

.frame-type-form_formframework .row .rowCity input {
    width: 223px;
}

.frame-type-form_formframework .row .rowDate {
    float: left;
}

.frame-type-form_formframework .row .rowDate select {
    float: left;
    margin-right: 5px;
}

.frame-type-form_formframework .row .rowDate select#day,
.frame-type-form_formframework .row .rowDate select#month {
    width: 50px;
}

.frame-type-form_formframework .row .rowDate select#year {
    width: 65px;
}

.frame-type-form_formframework .row .rowWhen {
    float: right;
}

.frame-type-form_formframework .row .rowWhen select#when {
    width: 130px;
}

.frame-type-form_formframework .files li {
    padding: 0 !important;
    background: none !important;
}

.frame-type-form_formframework .files li a {
    float: right;
}

.frame-type-form_formframework .reset {
    float: left;
    margin-top: 10px;
}

.frame-type-form_formframework .btn-group:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
}

.frame-type-form_formframework .submit {
    float: right;
    margin-top: 10px;
}

.frame-type-form_formframework .submit .submit {
    margin: 0;
}

.cbQuickGoogleMap {
    width: 100% !important;
}

.cbQuickGoogleMap .inner_cbQuickGoogleMap {
    width: 100% !important;
}

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_indexedsearch" */


/*  indexed_search  */
.tx-indexedsearch-info {
    display: none;
}

.tx-indexedsearch input[type=text] {
    border: 1px solid #000;
    padding: 3px;
}

.tx-indexedsearch fieldset:after {
    content: " ";
    display: table;
    clear: both;
    float: none;
}

.tx-indexedsearch .tx-indexedsearch-form {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-search-submit {
    float: left;
}

.tx-indexedsearch .tx-indexedsearch-icon.icon {
    width: 20px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox-button {
    width: 150px !important;
    height: 27px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

/*  styled_content  */
.csc-textpic-imagecolumn:first-child:nth-last-child(1) {
    width: 100%;
}

.csc-textpic-imagecolumn:first-child:nth-last-child(2),
.csc-textpic-imagecolumn:first-child:nth-last-child(2) ~ .csc-textpic-imagecolumn  {
    width: 50%;
}

.csc-textpic-imagecolumn:first-child:nth-last-child(3),
.csc-textpic-imagecolumn:first-child:nth-last-child(3) ~ .csc-textpic-imagecolumn  {
    width: 33.3333%;
}

.csc-textpic-imagecolumn:first-child:nth-last-child(4),
.csc-textpic-imagecolumn:first-child:nth-last-child(4) ~ .csc-textpic-imagecolumn  {
    width: 25%;
}

.csc-textpic-imagecolumn:first-child:nth-last-child(5),
.csc-textpic-imagecolumn:first-child:nth-last-child(5) ~ .csc-textpic-imagecolumn  {
    width: 20%;
}

/*  styled_content  */
.ce-column:first-child:nth-last-child(1) {
    width: 100%;
}

.ce-column:first-child:nth-last-child(2),
.ce-column:first-child:nth-last-child(2) ~ .ce-column  {
    width: 50%;
}

.ce-column:first-child:nth-last-child(3),
.ce-column:first-child:nth-last-child(3) ~ .ce-column  {
    width: 33.3333%;
}

.ce-column:first-child:nth-last-child(4),
.ce-column:first-child:nth-last-child(4) ~ .ce-column  {
    width: 25%;
}

.ce-column:first-child:nth-last-child(5),
.ce-column:first-child:nth-last-child(5) ~ .ce-column  {
    width: 20%;
}

div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
}

div.ce-column,
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 0px;
    padding-right: 10px;
}

.ce-row,
.csc-textpic-imagerow {
    margin-right: -10px;
}

/*  override bxSlider  */
.bx-wrapper .bx-loading {
    z-index: 0 !important;
}


@media screen and (max-width: 1190px) {
    body.offCanvasMenuOpen #offCanvasMenu {
        width: 230px;
        overflow: auto;
        height: 100%;
    }

    body.offCanvasMenuOpen #offCanvasMenu &gt; nav {
        width: 100%;
    }

    body.offCanvasMenuOpen #wrap {
        left: 230px;
    }

    #offCanvasMenu li.clicked &gt; a {
        text-decoration: none;
    }

    #offCanvasMenu li.clicked .sub {
        max-height: 1000px;
        padding: 10px 10px 10px 40px;
    }

    body.offCanvasMenuOpen.menuFixed  #menuOuterContainer {
        left: 230px;
    }

    #logoContainer {
        width: 100%;
        max-width: 962px;
        margin: 0 auto;
        position: static;
        background-color: #fff;
    }

    #logo {
        position: static;
        text-align: center;
        display: block;
    }

    #header {
        /*height: 45px;*/
        height: 132px;
        border-bottom: 5px solid #93334f;
    }

    #menuToggle {
        display: block;
    }

    #menuMain {
        display: none;
    }

    #searchToggle {
        border-right: 0px;
    }

    #search {
        top: 132px;
    }

    .menuFixed #search {
        top: 40px;
    }

    .keyvisualText {
        width: 50%;
    }

    .latest-events-container .latest-item {
        width: 100%;
    }

    .langMenu {
        left: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    html {
        background-color: #fff;
    }

    #wrap {
        padding-bottom: 0px;
    }



    #middleCol {
        width: 100%;
        padding-right: 0px;
        float: none;
    }


    .latest-events-container .latest-item {
        width: 50%;
    }

    #rightCol {
        width: 50%;
        float: none;
    }

    #middleCol &gt; .csc-default,
    #middleCol &gt; .csc-frame,
    #middleCol &gt; .frame-default,
    #middleCol &gt; .frame,
    #rightCol {
        padding: 20px;
    }

    #rightCol {
        padding-top: 0px;
    }

    #rightCol .red-background,
    #rightCol .frame.frame-custom-22 {
        display: none;
    }

    #middleCol .red-background,
    #middleCol .frame.frame-custom-22 {
        display: block;
        background-color: transparent;
        border-top: 3px solid #93334f;
        border-bottom: 3px solid #93334f;
        padding: 5px 10px;
    }

    .fceCallback {
        padding-left: 80px;
        background: url(../images/icons/phoneRed.png) 15px 10px no-repeat;
        min-height: 60px;
    }

    .fceCallback .number,
    .fceCallback .text {
        display: block;
    }

    .fceCallback .number {
        font-size: 1.533rem;
        letter-spacing: 1px;
    }

    .fceCallback .text {
        color: #8a2237;
    }

    .fceCallback a {
        text-decoration: none;
        font-weight: bold;
    }

    #footer {
        background-color: #f5ead0;
        position: static;
    }

    #footer span {
        display: none;
    }

    #footer &gt; ul {
        text-align: center;
    }

    #footer &gt; ul &gt; li {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .keyvisualText {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .latest-container .latest-item {
        width: 50%;
    }

    .latest-events-container .latest-item {
        width: 100%;
    }

    #rightCol {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    /*.keyvisualText {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }*/

    .keyvisualText {
        display: none;
    }

    .latest-container .latest-item {
        width: 100%;
    }
}


@media print {
    html, body {
        width: 650px;
    }

    html * {
        background-color: #fff;
        color: #000;
    }

    #offCanvasMenu,
    #footer,
    #menuOuterContainer,
    #keyvisualContainer {
        display: none;
    }

    #header {
        height: auto;
    }

    #logo {
        position: static;
    }
}

.cookieconsent-optout-marketing {
	border: 3px solid #8a2237;
	border-radius: 10px;
	padding: 15px;
}

.cookieconsent-optout-marketing a {
	text-decoration: underline;
	font-weight: bold;
}</pre></body></html>