<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*** RESET ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	box-sizing: border-box;
	}


optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	}
	
table {
	border-collapse:collapse;
	}
th, td {
	text-align:left;
	vertical-align:top;
	}
.clear {
    clear: both;
}

/** LAYOUT BLOCKS **/

body {
	width:100%;
	background-color: #fff;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
}

#header {
	position: relative;
	height: 130px;
    width: 960px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(/fileadmin/top.jpg);
}
#preheader {
    display: none;
}
.home-logo {
    width: 200px;
    height: 360px;
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
}
.home-logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/fileadmin/massano-logo-up.svg);
}
#content {
	background: white;
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#content &gt; div {
    position: relative;
}
section {
    clear: left;
}
footer {
	width: 960px;
	margin: 0 auto;
    background: linear-gradient(to top, #ECECEC, #B4B4B4);
    display: block;
    clear: both;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 24px;
}

footer &gt; div {
	padding: 4px 12px;
}
#copyright {
    text-align: center;
}

input#mailformsubmit {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


#navi_main {
	position: absolute;
	bottom: 0;
    left: 0;
    border-left: 300px solid #acc969;
    background: rgba(255,255,255,0.5);
    height: 40px;
    width: 100%;
}
#navi_meta {
    position: absolute;
    bottom: 20px;
    right: 5px;
}
.content_left {
	position: absolute;
	padding: 440px 20px 20px;
	width: 300px;
	height: 100%;
	background: #acc969;
	float: left;
	color: white;
    top: 0;
    bottom: 0;
}
.content_main {
    position: relative;
	width: 660px;
	padding-left: 60px;
    padding-bottom: 40px;
	float: right;
    border-right: 3px solid #eee;
    min-height: 1010px;
}



/* start page */


/* loader */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.ball-pulse {
    width: 100%;
    text-align: center;
    padding-top: 250px;
}
.news .article .ball-pulse {
    padding-top: 40px;
    height: 120px;
}

.ball-pulse &gt; div:nth-child(1) {
  -webkit-animation: scale 1.5s -0.48s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s -0.48s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse &gt; div:nth-child(2) {
  -webkit-animation: scale 1.5s -0.24s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s -0.24s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse &gt; div:nth-child(3) {
  -webkit-animation: scale 1.5s 0s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: scale 1.5s 0s infinite cubic-bezier(0.25, 0.1, 0.25, 1); }

.ball-pulse &gt; div {
  background-color: #333;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 8px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}






/** GENERAL **/
p + p {
	padding-top:16px;
	}
#content table {
	width: 100%;
}
#content tr:nth-of-type(even) {
    background: rgba(0,0,0,0.1);
}
thead tr {
    background: #E42313;
}
th {
    font-weight: bold;
    white-space: nowrap;
    color: white;
}
td, th {
    padding-left: 10px;
    padding-right:10px;
}
td:first-of-type {
    padding-left: 0;
}
td:last-of-type {
    padding-right: 0;
}
#content td:first-of-type {
	padding-left: 2px;
}
#content td:last-of-type {
	padding-right: 2px;
}

.align-center, .text-center {
    text-align: center;
}

/** Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#acc969;
	font-weight:bold;
	font-style:normal;
    clear: left;
	}

h1 {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 39px;
}
h2 {
    margin: 50px 0px 8px 0px;
    font-size: 28px;
    line-height: 30px;
}
h3 {
    margin: 30px 0px 5px 0px;
    font-size: 20px;
    line-height: 22px;
}
h4, h5, h6 {
    font-weight: bold;
    margin: 15px 0 2px 0;
}
.content_left h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: unset;
}
.content_left h1, .content_left h2, .content_left h3 {
	color: white;
}
footer h2 {
    font-size: 22px;
    margin: 16px 0 16px 0;
    line-height: 24px;
}
hr {
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #666;
	}
div.divider {
	margin-bottom: 10px;
}

/*
main &gt; div:first-of-type h2,
aside &gt; div:first-of-type h2,
div.frame-borderyellow h2,
div.frame-bordergrey h2 {
    margin-top: 0;
}
*/
time {
    font-size: 11px;
    color: #999;
}

/** Lists */
li {
	margin:0; 
	padding:0; 
	text-indent: -18px;
	list-style: none;
}
ul, .csc-textpic-intext-left ul, .csc-textpic-intext-left ol {
	margin:0; 
	padding:4px 0 8px 0;
}
.frame li {
  margin: 5px 0 5px 22px;
}
.frame li:before {
    content: '–';
    font-weight: bold;
    color: #acc969;
    padding-right: 5px;
}


/* frame classes */
div.frame-borderyellow {
    border: 1px solid #fa8600;
    padding: 13px;
    margin-top: 40px;
}


.frame-space-before-extra-large {
	margin-top: 10em;
}


/** Links */
a {
	text-decoration:none;
	color:#acc969;
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
    font-weight: bold;
	}

a:hover {
	text-decoration:none;
	color:#81964e;
    -webkit-transition: 0s; /* Safari */
    transition: 0s;
	}

a.button, a.button-block {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #acc969;
    min-width: 100px;
    transition: 1s;
}
a.button-block {
    display: block;
}
a.button:hover, a.button-block:hover {
    background-color: #acc969;
    color: white;
    border-color: white;
}
.content_left a {
	color: white;
}
.content_left a:hover {
	color: #81964e;
}


.ce-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
    width: calc(50% - 5px);
}
.ce-gallery[data-ce-columns="3"] .ce-column {
    width: calc(33.3% - 6.7px);
}
.ce-gallery[data-ce-columns="4"] .ce-column {
    width: calc(25% - 7.5px);
}
.ce-gallery[data-ce-columns="5"] .ce-column {
    width: calc(20% - 8px);
}
.ce-gallery[data-ce-columns="6"] .ce-column {
    width: calc(16.66% - 8.34px);
}
.ce-gallery[data-ce-columns="7"] .ce-column {
    width: calc(14.28% - 8.57px);
}
.ce-gallery[data-ce-columns="8"] .ce-column {
    width: calc(12.5% - 8.75px);
}
.ce-gallery figcaption {
    font-size: 80%;
    line-height: 130%;
}

.sf-filecollection-gallery-image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}
.sf-filecollection-gallery-image-container a {
    vertical-align: left;
    display: inline;
    height: auto;
}
.sf-filecollection-gallery-image-container {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
    width: calc(25% - 7.5px);
}
.sf-filecollection-gallery-image-container:nth-of-type(4n+1) {
    margin-right: 0;
}


/* footer menu */
.frame-type-menu_pages ul, .frame-type-menu_subpages ul {
    color: #444;
    padding: 0px;
}
.frame-type-menu_pages li, .frame-type-menu_subpages li {
    list-style: none;
    text-indent: 0;
    padding: 0;
    margin: 0;
}
.frame-type-menu_pages li:before, .frame-type-menu_subpages li:before {
    content: none;
    display: none;
}
.frame-type-menu_pages a {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #444;
    font-weight: normal;
    margin: 16px 0 16px 0;
    display: block;
    line-height: 24px;
}
.frame-type-menu_subpages a {
    font-size: 18px;
    color: #444;
    font-weight: normal;
}



/* sections and columns */
section header h2 {
    animation-duration: 2s;
    animation-fill-mode: both;
}
/* animation */
@keyframes pulse {
  from {
    text-shadow: 0 0 0 #ccc;
  }

  15%,45% {
    text-shadow: 0 0 8px #ccc;
  }

  30% {
    text-shadow: 0 0 0 #ccc;
  }

  to {
    text-shadow: 0 0 0 #ccc;
  }
}

.pulse {
  animation-name: pulse;
}





/* file icons in links */
p a[href$=".pdf"]:before, li a[href$=".pdf"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/pdf.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".zip"]:before, li a[href$=".zip"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/zip.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".doc"]:before,  li a[href$=".doc"]:before,
p a[href$=".docx"]:before, li a[href$=".docx"]:before,
p a[href$=".dot"]:before,  li a[href$=".dot"]:before,
p a[href$=".dotm"]:before, li a[href$=".dotm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/doc.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".xls"]:before,  li a[href$=".xls"]:before,
p a[href$=".xlsx"]:before, li a[href$=".xlsx"]:before,
p a[href$=".xlt"]:before,  li a[href$=".xlt"]:before,
p a[href$=".xltm"]:before, li a[href$=".xltm"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/xls.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href$=".jpg"]:before,  li a[href$=".jpg"]:before,
p a[href$=".jpeg"]:before, li a[href$=".jpeg"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../Icons/FileExt/jpg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
}
p a[href^="https://www.google.com/maps/place/"]:before, li a[href^="https://www.google.com/maps/place/"]:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url(/fileadmin/ic_place_24px_grey.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 3px;
    top: 2px;
    position: relative;
    margin-top: -9px;
}
li a.upload-thumb:before {
    display: none;
}


/* events */
.event-list {
    display: table;
}
.event-list-item {
    display: table-row;
    clear: both;
}
.event-list-item &gt; div {
    display: table-cell;
    padding-right: 15px;
}

.event-registration-row label {
    display: block;
    color: #888;
    margin-top: 10px;
}
.event-registration-row input[type=text],
.event-registration-row textarea {
    max-width: 800px;
    width: 100%;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 2px 8px;
}
.registration input.submit {
    display: block;
    margin: 10px auto 50px;
    padding: 8px 30px;
    background-color: #E42313;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #E42313;
    transition-duration: 0.4s;
}
.registration input.submit:hover {
    color: #E42313;
    background: white;
}
.event-registration-row input.f3-form-error {
    background-color: #fdd;
    border-color: #d99;
}
.field-errors {
    color: #c00;
    background-color: #fee;
}

/* fileuploads */
.ce-uploads li {
    margin: 0 0 10px 0;
    text-indent: 0;
}
.ce-uploads-2 li {
    margin: 0 0 10px 10px;
    width: 148px;
    float: left;
}
.ce-uploads-2 li:nth-of-type(4n+1) {
    clear: left;
    margin: 0 0 10px 0;
}
.ce-uploads li:before {
    display: none;
}
.ce-uploads img {
    padding-right: 8px;
    float: left;
}
.ce-uploads-2 img {
    border: 1px solid #ccc;
    padding: 0;
    box-sizing: content-box;
    float: none;
}
.ce-uploads span {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    padding-top: 4px;
    display: inline-block;
}
.ce-uploads-filesize {
    padding-left: 8px;
    font-size: 11px;
    color: #999;
}
.ce-uploads img.icon {
    width: 32px;
}

.csc-textpic-intext-left-nowrap h1,
.csc-textpic-intext-right-nowrap h1 {
    margin-top: 0;
}




#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}
#cboxTitle  {
    left: 5px;
    top: 100%;
}



/* f.... lightbox */

#sd-lightbox {
    display: none;
}

#sd-lightbox.open {
    display: block;
}



/* jarallax */
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax &gt; .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


</pre></body></html>