/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, 
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, 
section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}
blockquote, q { quotes: none }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
/* end reset */
.header-pages, .header-index {
  padding-top: 5px;
  border-radius: 5px 5px 0 0;
  background-color: hsl(0, 0%, 100%);
  background-position: center 65px;
  background-repeat: no-repeat;
}
.header-index {
}
.header-pages, .header-index {
  min-height: 210px;
  background-image: url("../images/banner2.jpg");
  background-position: center 0;
}
.header-special {
  min-height: 210px;
  background-image: url("../images/special.jpg");
  background-position: center 0;
}
.topline {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-left: 22px;
  top: 24px;
  z-index: 10;
}
.topline .h1, .topline .h5 {
  color: white;
  left: 10px;
}
.logoline {
  display: flex;
  height: 60px;
  justify-content: flex-start;
}
header .titleline {
  padding-top:  4%;
  padding-left: 4%;
}
header .h1, header .h2, header .h3, header .h4, header .h5, header .h6 {
  color: hsl(0, 0%, 100%);
}
.logo-top {
  height: 60px;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    
    top: -31px;
    left: 0px;
    background-color: hsl(0, 0%, 70%);
    color: hsl(60, 100%, 98%);
    text-align: center;
    font-size: 11pt;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
footer {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-flow: wrap; 
  align-items: baseline;
  padding: 1ex 1em;
  background-color: hsl(0, 0%, 70%);
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
footer > div { 
  width: 18em; 
  height: 3ex;
 }
footer .tooltip img {
  height: 40px;
}
footer p, footer a {
  font-family: 'Laila', serif;
  font-size: 12pt;
  color: hsl(0, 0%, 100%);
}
footer a { 
  color: hsl(0, 0%, 100%); 
}
footer a:hover { 
  color: #2c1376 
}
html, body, main, header, footer { width: 100% }
body {
  margin: 0 auto;
  line-height: 130%;
  max-width: 940px;
  width: 105%;
}
div, p, a, input, label, header, aside, menu, body {
  font-family: 'Laila', serif;
  color: hsl(0, 0%, 13%);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  margin-top: 1.8ex;
  margin-bottom: 0.8ex;
  line-height: 130%;
  font-family: 'Laila', sans-serif;
  color: #2c1376;
}
h1, .h1 { font-size: 24pt }
h2, .h2 { font-size: 21pt }
h3, .h3 { font-size: 18pt }
h4, .h4 { font-size: 16pt }
h5, .h5 { font-size: 14pt }
h6, .h6 { font-size: 12pt }
p, a, .p { font-size: 14pt }
ul, ol {
  list-style: none;
  margin: 0 0 20px 20px;
  font-size: 14pt;
  line-height: 130%;
}
ul.dots { list-style: initial }
ul li, ol li { margin-top: 10px }
ol {
  list-style-type: decimal;
  white-space: nowrap;
}
dl {
  padding: 0.5em;
}
dt {
  float: left;
  width: 1em;
  text-align: right;
  font-weight: bold;
  color: hsl(352, 100%, 46%);
}
dt::after {
  content: ":";
}
dd {
  margin-left: 2em;
  padding-bottom: 0.5em;
}
a {
  text-decoration: none;
  color: #2c1376;
}
a:hover { color: hsl(0, 0%, 70%) }
/* Buttons */
button, .button {
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: relative;
  padding: 0.6ex 0.6em;
  margin: 5px;
  font-family: 'Laila', serif;
  font-size: 14pt;
  color: hsl(60, 100%, 98%);
  background-color: hsl(0, 0%, 70%);
}
button:hover, .button:hover {
  color: #2c1376;
  background-color: hsl(0, 0%, 96%)
}

/* Images */
.image-top { width: 100%; padding: 5px 0 6px 0 }
.image-top-left  { width: 100%; padding: 0 20px 10px 0 }
.image-top-right { width: 100%; padding: 0 0 10px 20px }
.image-special  { width: 100%; padding: 10px 0px 100px 0 }

/* Gallery */
div.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
  width: 190px;
}
div.gallery img {
  width: 190px;
  height: 100%;
}
div.gallery.scalew img:active {
  transform: scale(1);
  position: fixed;
  width: 940px;
  max-width: 100vw;
  height: auto;
  margin: 0;
  top: 0;
  --leftm: calc( 50vw - 478px );
  left: var(--leftm);
}
div.gallery.scaleh img:active {
  transform: scale(1);
  position: fixed;
  width: auto;
  height: 100vh;
  margin: 0;
  top: 0;
  --leftm: calc( 50vw - 150px );
  left: var(--leftm);
}
div.gallery.scale img:hover {
  transform: scale(1.0);
  cursor: pointer;
}
div.gallery div.desc {
  padding: 1ex 0.4em;
  text-align: center;
  font-style: italic;
}
/* Columns */
.col {
   column-gap: 2em;
   -moz-column-gap: 2em;
   -webkit-column-gap: 2em;
   column-rule: 1px dotted hsl(0, 0%, 96%); 
   -moz-column-rule: 1px dotted hsl(0, 0%, 96%); 
   -webkit-column-rule: 1px dotted hsl(0, 0%, 96%); 
}
.col-3 {
   column-count: 3;
   -moz-column-count: 3;
   -webkit-column-count: 3;
}
.col-2 {   
   column-count: 2;
   -moz-column-count: 2;
   -webkit-column-count: 2;
}
.col-1 {   
   column-count: 1;
   -moz-column-count: 1;
   -webkit-column-count: 1;
}
.col p {
   margin: 0;
   padding: 0;
   font-size: 14pt; 
   line-height: 130%;
   text-align: justify; 
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   orphans: 3; 
   widows: 3;
}
.container {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-flow: row wrap; 
  justify-content: flex-start;
  align-items: flex-start;
}
section {
  width: 100%;
  background-color: hsl(0, 0%, 96%);
  border-radius: 0 0 5px 5px;
}
aside {
  flex: 1 4 12%;
  background-color: hsl(70, 100%, 97%);
}
article {
  flex: 4 1 50%;
}
article.doubleaside {
  flex: 4 1 50%;
}
article.card {
  flex: 2 1 25%;
}
article {
  padding: 2%; 
  border-radius: 0 0 5px 5px;
  background-color: hsl(70, 100%, 97%);
  color: hsl(0, 0%, 13%);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
article .headline {
  margin-top: 0; 
  margin-bottom: 0.8ex;
  line-height: 130%;
  font-family: 'Laila', sans-serif;
  color: #2c1376;
  font-size: 24pt;
}
article .headline2 {
  margin-top: 0; 
  margin-bottom: 0.8ex;
  line-height: 130%;
  font-family: 'Laila', sans-serif;
  color: #2c1376;
  font-size: 21pt;
}
article p {
  font-size: 14pt;
  line-height: 130%;
  text-align: justify;
  padding-top: 0.8ex;
}
.header-pages article p.text-marked {
  color: hsl(92, 100%, 26%);
}
.header-index article p.text-marked {
  color: hsl(0, 0%, 13%);
}
article .col {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-rule: 1px dotted hsl(0, 0%, 96%); 
  -moz-column-rule: 1px dotted hsl(0, 0%, 96%); 
  -webkit-column-rule: 1px dotted hsl(0, 0%, 96%); 
}
article .no-col {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}
article { 
}
article.card {
  padding: 1ex 1em; 
  background-color: hsl(0, 0%, 96%);
  border-radius: 10px;
}
article.card p {
  font-size: 12pt;
  margin: 0 0 1ex 0;
}
article.card p a {
  font-size: 12pt; 
}
article.card > .col {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
@media print {
  @page {
    size: auto;
    margin: 5%;
  }
  body {
    transform: scale(0.95);  
    margin: 0;
  }
  header {
    height: 60px;
    background-image: none;
    color: #2c1376;
    border: 1px blue;
  } 
  footer {
    display: none;
  }
}
@media screen and (max-width: 940px) { 
  div.gallery.scalew img:active {
    --leftm: 0;
  }
}
@media screen and (max-width: 640px) { 
  article > .col {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
  article.card > .col {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
  article.card {
    flex: 1 1 0%;
    margin: 0 0 1ex 0;
  }
}
@media screen and (max-width: 520px) { 
  article {
    flex: 4 1 100%;
  }
  article.card {
    flex: 1 1 0%;
    margin: 0 0 1ex 0;
  }
}
/* nav */  
nav {
  display: flex;
  position: relative;
  height: 60px;
  top: -200px;
  left: 15px;
  z-index: 5;
}
nav > ul {
  display: flex;
  margin: 18px 0 0 0;
  padding: 0;
}
nav li {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  font-size: 16pt;
  font-family: 'Laila', sans-serif;
  font-weight: 400;
  color: white;
  background-color: transparent;
  padding: 9px 12px 9px 12px;
  border-radius: 20px;
}
nav a:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 70%);
}
/* nav */  
.menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    z-index: 100;
    background: rgba(21,21,21,0.5);
}
nav2 {
  display: flex;
  position: relative;
  height: 60px;
  top: -120px;
  left: 30px;
}
nav2 > ul {
  display: flex;
  margin: 18px 0 0 0;
  padding: 0;
}
nav2 li {
  margin: 0;
  padding: 0;
}
nav2 a {
  display: block;
  font-size: 16pt;
  font-family: 'Laila', sans-serif;
  font-weight: 400;
  color: white;
  background-color: transparent;
  padding: 9px 12px 9px 12px;
  border-radius: 20px;
}
nav2 a:hover {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 70%);
}
nav2 > ul > li > ul { 
  display: none;
  position: relative;
}
nav2 > ul > li > ul > li {
  border-top: 1px dotted hsl(0, 0%, 70%);
  margin: 0;
}
nav2 > ul > li:hover > ul {
  color: #2c1376;
  background-color: hsl(0, 0%, 100%);
}
nav2 > ul > li#m1:hover > ul {
  display: block;
}
nav2 > ul > li#m2:hover > ul {
  display: block;
}
nav2 > ul > li#m3:hover > ul {
  display: block;
}
@media screen and (min-width: 1600px) {
}
.mainmenu2 { display: none }
@media screen and (max-width: 1600px) {
  .header-pages, .header-index {
    padding-top: 0;
  }
  .header-index .titleline {
    padding-left: 50px;
  }
  .header-index {
    min-height: 134px;
    background-image: url("../images/banner2.jpg");
    background-position: bottom;
  }
  header .titleline {
    padding-top: 2%;
  }
  header .h1, header .h2, header .h3, header .h4, header .h5, header .h6 {
    margin-top: 0ex;
    margin-bottom: 0.2ex;
    line-height: 100%;
  }
  header .h1 {
    font-size: 22pt;
  }
  header .h5 {
    font-size: 12pt;
  }
  nav2 {
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.1s ease-out;
    transform: scaleY(0);
    transform-origin: 50% 0;
    -ms-transition: all 0.1s ease-out;
    -ms-transform: scaleY(0);
    -ms-transform-origin: 50% 0;
    -webkit-transition: all 0.1s ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
  }
  nav2 ul, nav2 li, nav2 a { 
    display: block 
  }
  nav2 a { 
    background-color: hsl(0, 0%, 100%);
  }
  nav2 > ul { 
    position: relative;
    top: 10px
  }
  .mainmenu2 {
    display: block;
    position: absolute;
    z-index: 6;
    top: 15px;
    margin-left: 15px;
    width: 50px;
    height: 42px;
    padding: 10px;
    cursor: pointer;
  }
  .mainmenu2 a .openbutton:before {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 4px;
    background-color: hsl(0, 0%, 100%);
    content: '';
  }
  .mainmenu2 a .openbutton:after {
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
    width: 30px;
    height: 4px;
    border-top: 4px solid hsl(0, 0%, 100%);
    border-bottom: 4px solid hsl(0, 0%, 100%);
    content: '';
  }
  .mainmenu2:hover a .openbutton:after {
    border-color: #2c1376;
  }
  .mainmenu2:hover a .openbutton:before {
    background-color: #2c1376;
  }
  .mainmenu2:hover ~ nav,
  .mainmenu2 ~ nav:hover {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* utility */
* { box-sizing: border-box }
.right { float: right }
.left { float: left }
.flex { display: flex }
.flexwrap { display: flex; flex-wrap: wrap; }
.clear { clear: both }
.no-pad { padding: 0 }
.pad-left { padding-left: 20px }
.space-bottom { margin-bottom: 6pt; }
.no-margin { margin: 0 }
.no-margin-left { margin-left: 0 }
.no-margin-right { margin-right: 0 }
.no-margin-top { margin-top: 0 }
.no-margin-bottom { margin-bottom: 0 }
.no-margin-vertical {
  margin-top: 0;
  margin-bottom: 0;
}
.center { 
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content: center;
  width: 100%;
}
.text-center { text-align:center }
.text-bold, b { 
  font-weight: 600;
  line-height: 18pt;
  font-size: 17pt;
}
.text-italic { font-style: italic }
.border-box { box-sizing: border-box }
.row:after {
  content: "";
  clear: both;
  display: block;
}
.no-hyphen { hyphens: none }
.subtitle {
  font-style: italic;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext, .tooltip .tooltiptextL, .tooltip .tooltiptextR {
    visibility: hidden;
    
    top: -34px;
    background-color: hsl(0, 0%, 70%);
    color: |co-tooltiptext|;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
}
.tooltip .tooltiptext, .tooltip .tooltiptextL {
    left: 0px;
}
.tooltip .tooltiptextR {
    right: 0px;
}
.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptextL, .tooltip:hover .tooltiptextR {
    visibility: visible;
}
@keyframes fade { 
   0% { opacity: 0; transform: scale(0.9);}
  10% { opacity: 0; }
  20% { opacity: 0; }
  30% { opacity: 0; }
  40% { opacity: 1; }
  50% { opacity: 1; }
  60% { opacity: 0; }
  70% { opacity: 0; }
  80% { opacity: 0; }
  90% { opacity: 0; }
 100% { opacity: 0; }
}
main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height:816px;
}
#fader {
  position: relative;
  margin: 0;
  background: none;
  border: none;
  top: -20px;
  left: -20px;
}
#fader figure {
  position: absolute;
  display: inline-block;
  z-index: 1;
  animation: fade 24s infinite;
  width: 104%;
}
#fader figure img {
  width: 100%;
  height: auto;
}
#fader figure:last-of-type {
  position: relative;
}
#fader > figure figcaption {
  position: absolute;
  left: 1em;
  font-size: 2em;
  font-weight: bold;
  bottom: 1.5em;
  z-index: 2;
  color: white;
}
#fader figure:nth-of-type(1) {
  animation-delay: 0s;
  opacity: 0;
}
#fader figure:nth-of-type(2) {
  animation-delay: 4s;
  opacity: 0;
}
#fader figure:nth-of-type(3) {
  animation-delay: 8s;
  opacity: 0;
}
#fader figure:nth-of-type(4) {
  animation-delay: 12s;
  opacity: 0;
}
#fader figure:nth-of-type(5) {
  animation-delay: 16s;
  opacity: 0;
}
#fader figure:nth-of-type(6) {
  animation-delay: 20s;
  opacity: 0;
}