@font-face {
  font-family: fas; /* icon font */
  src: url("/static/fonts/fa-solid-900.woff") format("woff");
  font-weight: normal; font-style: normal; 
}
@font-face {
  font-family: far; /* icon font */
  src: url("/static/fonts/fa-regular-400.woff") format("woff");
  font-weight: normal; font-style: normal; 
}
* { position: relative; }
html { color: #707070; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
audio, canvas, iframe, img, svg, video { vertical-align: bottom; }
fieldset { border: 0; margin: 0; padding: 0; }

div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] { font-size: 0; line-height: 0; width: 0; height: 0; overflow: hidden; }

body { font: 1em/1.4 ubuntu, Helvetica, Helvetica Neue, Arial; font-weight: 400; background: #fff; }
a { color: #707070; }
img { max-width: 100%; height: auto; }
img.rounded { border-radius: 50%; }

.wrapper { width: 1200px; margin: auto; }

.header-container { background-image: linear-gradient(75deg, #93cebc, #97d5f0, #30a8b9, #0087a2, #00a5a8); padding-bottom: 2em; text-align: center; }
#title { font-family: interstate, ubuntu, Helvetica, sans serif; font-weight: 700; display: inline-block; color: #fff; font-size: 4em; line-height: 1em; padding: 0.4em 0.5em 0.3em 0.5em; margin-top: 30px; }

nav#main { margin-top: 1em; font-family: interstate, ubuntu, Helvetica, sans serif; font-weight: 700; }
nav#main ul { margin: 0; padding: 0; list-style-type: none; }
nav#main li { display: inline-block; margin: 0 10px; }
nav#main a { font-size: 1.1em; padding: 0.2em 0.4em; display: block; text-align: center; text-decoration: none; color: #fff; border: 3px solid #fff; border-radius: 10px; transition: 0.3s; }
nav#main a:hover { background: #fff; color: #0087a2; }
 
article h1 { font-family: interstate, ubuntu, Helvetica, sans serif; font-weight: 700; text-align: center; text-transform: uppercase; font-weight: normal; font-size: 2.5em; text-align: center; color: #0087a2; margin: 0.5em 0; }
article h2 { font-family: interstate, ubuntu, Helvetica, sans serif; font-weight: 700; text-align: left; text-transform: uppercase; font-weight: normal; font-size: 2em; text-align: center; color: #0087a2; }
article h2.red { text-transform: none; font-size: 1.875em; }
article h2:first-child { margin-top: 0; }
.textbox { text-align: justify; hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;}
.textboxcenter { text-align: center; width: 75%; margin: auto; }
.textbox p { margin: 1.4em 0; }
.textbox h2:first-child, .textbox p:first-child  { margin-top: 0; }
.textbox h2 { text-align: left; font-size: 1.5em; }
.textbox li { margin-bottom: 0.6em; }

section { padding: 0; }
section.block { margin: 7em 0; }
.contentrow { display: flex; justify-content: space-between; }
.contentrow .textbox { width: 48%; }
.bottom { align-items: flex-end; }

.sec__video { background: url("/static/images/video-bg.png") no-repeat; background-size: 100% 100%; }

.gray { background: #edebeb; padding: 4em 0; }
.biggal { width: 90%; margin: auto; }
.galrow { display: flex; justify-content: space-between; flex-wrap : wrap; margin-bottom: -2%; }
.galrow div { margin-bottom: 2%; text-align: center; }
.row2 > div { width: 49%; }
.row3 > div { width: 32%; }
.row4 > div { width: 24%; }
.row5 > div { width: 19%; }
.row6 > div { width: 16%; }
.galrow img { max-width: 100%; height: auto; }
.full img { background: #ddd; width: 100%; height: auto; }
.contentrow .picbox { width: 48%; }
.withair .picbox { width: 46%; }
.picbox > div { margin-bottom: 4em; }
.contentrow .picbox div:first-child { margin-top: 0; }
.contentrow .picbox:first-child table { margin-left: auto; }
.contentrow .picbox:first-child div { text-align: right; }
.contentrow .picbox:first-child div.lefted { text-align: left; }
.contentrow .picbox:first-child div.lefted table { margin-left: 0; }
.contentrow .picbox:nth-child(2) div { text-align: left; }
.contentrow .picbox:nth-child(2) div.righted { text-align: right; }
.contentrow .picbox:nth-child(2) div.righted table { margin-left: auto; }
.cols3 img { width: 269px; height: auto; }
.cols4 img { width: 372px; height: auto; }
.cols5 img { width: 475px; height: auto; }
.cols6 img { width: 578px; height: auto; max-width: 100%; }
.annotation { margin-top: 1em; }
.galrow + .annotation { margin-top: 2em; padding: 0; }

.free { display: inline-block; }
.dis1 { margin-left: 102px; }
.dis2 { margin-left: 204px; }
.dis3 { margin-left: 306px; }
.dis4 { margin-left: 408px; }
.dis5 { margin-left: 510px; }

.annotation { text-align: left!important; font-size: 0.8em; }
.annotation p { margin: 6px 0; }
.cols3 .annotation { max-width: 229px; }
.cols4 .annotation { max-width: 332px; }
.cols5 .annotation { max-width: 435px; }
.cols6 .annotation { max-width: 538px; }
.picbox:nth-child(2) .annotation {  }
.picbox:first-child div.lefted .annotation {  }
.picbox div.righted .annotation { float: right; }

.footer-container { background-image: linear-gradient(75deg, #93cebc, #97d5f0, #30a8b9, #0087a2, #00a5a8); }
.footer-inlay { background: url("/static/images/footer-bg.png") no-repeat; background-size: 100% auto; padding: 5em 0 1em 0; }
footer { min-height: 60px; }
footer nav { padding: 20px 0; float: left; }
footer nav ul { list-style: none; padding: 0; margin: 0; }
footer nav ul li { margin-right: 2.5em; float: left; }
footer nav a { text-decoration: none; color: #fff; }
footer nav a:hover { text-decoration: underline; }
footer .footimg { float: right; }

table.vita { width: 83%; margin-bottom: 4em; margin-left: 17%; }
table.vita td { vertical-align: top; padding-bottom: 2em; }
table.vita img { max-width: 100%; height: auto; }
table.vita tr td:first-child { width: 23%; padding-right: 3%; }
table h2 { text-transform: none; text-align: left; }

.halbfett { font-weight: 500; }
.fas { font-family: fas; }
.far { font-family: far; }

a.galThumbLink:hover { background: none; opacity: 0.7; filter:alpha(opacity=70); }
.elastic-video { position: relative; padding-bottom: 55%; padding-top: 15px; height: 0; overflow: hidden; margin-bottom: 1.5em; }
.elastic-video iframe { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }
.elastic-video video { position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important; }

.position { margin-top: 0.5em; font-size: 1.6em; font-weight: 500; line-height: 2em; width: 2em; border-radius: 50%; display: inline-block; border: 3px solid #0087a2; color: #0087a2; text-align: center; }
.delim tr { border-bottom: 2px dashed #0087a2; }
.paging { font-size: 1.1em; padding: 0.2em 0.4em; display: inline-block; text-align: center; text-decoration: none; border: 3px solid #0087a2; color: #0087a2; border-radius: 10px; transition: 0.3s; }
.paging:hover { background: #0087a2; color: #fff; }

form.out { margin: auto; width: 75%; text-align: center; }
form.out fieldset { border: 1px solid #707070; padding: 2em; }
form.out .doublefield { margin-top: 2em; }
form.out .leftfield { float: left; width: 48%; }
form.out .rightfield { float: right; width: 48%; }
form.out .leftfield input, form.out .rightfield input { margin-top: 0; }
form.out label { left-align: left; display: block; }
form.out input, form.out textarea { border: none; background: #D9E8EB; font-size: 1.2em; padding: 0.5em; box-sizing: border-box; width: 100%; margin-top: 2em; text-align: left; }
form.out textarea { height: 200px; }
form.out .button { text-transform: uppercase; background: #ED8900; border-radius: 1.2em; color: #fff; width: 50%; text-align: center; }
.defaultContent { color: #a6a6a6; }


.playlist { list-style: none; margin: 0 auto; padding: 0; width: 60%; text-align: left; }
.playlist li { background: url('/static/images/icon-audio.png') 12px center no-repeat; padding: 12px 0 12px 42px; margin: 50px 0; border: 1px solid #0778bc; border-radius: 12px; }
.playlist li a { text-transform: uppercase; text-decoration: none; color: #0778bc; }



#fundraising_coins { margin: 2em 0; }
#fundraising_coins a { display: table-cell; text-align: center; vertical-align: -30%; border: 3px solid #0087a2; background: none; font-size: 1.875em; margin-right: 0.7em; text-align: center; padding: 0; text-decoration: none; }
#fundraising_coins a:hover { background: #0087a2; color: #fff; }
.e10 { width: 60px; height: 60px; border-radius: 30px; }
.e30 { width: 70px; height: 70px; border-radius: 35px; }
.e50 { width: 80px; height: 80px; border-radius: 40px; }
.e100 { width: 100px; height: 100px; border-radius: 50px; }
.e200 { width: 120px; height: 120px; border-radius: 63px; }


.inlay-pos { position: absolute; bottom: 2em; width: 100%; text-align: center; }
.inlay { display: inline-block; margin: auto; color: #fff; }
.inlay h1, .inlay h2 { color: #fff; margin: 0.1em 0; }

.news { color: #fff; background-image: linear-gradient(75deg, #93cebc, #97d5f0, #30a8b9, #0087a2, #00a5a8); padding: 2em 0; margin: auto; border-radius: 0; }
.news .wrapper { display: flex; gap: 50px; }
.news .elem { flex: 1; }

.news a { color: #fff; }

	article h3 { font-size: 1.5em; font-weight: normal; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1279px) {
	.wrapper { width: 960px; margin: auto; }
	.cols3 img { width: 229px; }
	.cols4 img { width: 292px; }
	.cols5 img { width: 375px; }
	.cols6 img { width: 458px; }
}

@media only screen and (max-width: 1023px) {
	body { font-size: 0.9125em; }
	.wrapper { width: 760px; margin: auto; }
	.cols3 img { width: 160px; }
	.cols4 img { width: 226px; }
	.cols5 img { width: 294px; }
	.cols6 img { width: 360px; }

}

@media only screen and (max-width: 767px) {
	.wrapper { width: 88%; margin: auto; }
	.header-container { text-align: center; }
	nav#main { position: relative; top: auto; right: auto; margin: 25px 0; }
	nav#main ul { margin: 0; padding: 0; list-style-type: none; }
	nav#main ul li { margin: 8px 5px 0 5px; }
	article h1 { margin-top: 1em; }
	.galrow { flex-wrap: wrap; }
	.galrow > div { width: 100%; margin-top: 1.4em; }
	.cols3 img, .cols4 img, .cols5 img, .cols6 img { width: 100%; }

	table.vita { width: 100%; margin-left: 0; }
	form.out { width: 100%; }
	.textboxcenter { width: 100%; }
/*.inlay-pos { position: relative; bottom: 0; }
.inlay { display: block;  background-image: linear-gradient(75deg, #93cebc, #97d5f0, #30a8b9, #0087a2, #00a5a8); padding: 0.5em 1.5em; margin: auto; border-radius: 0; }
.inlay h1, .inlay h2 { color: #fff;} */
	.news .wrapper { display: block; }
	.news { background-image: linear-gradient(75deg, #93cebc, #97d5f0, #30a8b9, #0087a2, #00a5a8); background: #0087a2; }

	article h1 { font-size: 2em; }

	article h2 { font-size: 1.5em; }

	article h3 { font-size: 1.2em; font-weight: normal; }
}

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

	footer nav { padding: 18px 0; float: none; width: 100%; clear: both; }
	footer nav ul li { margin-right: 0; margin-left: 2.5em; float: right; }
	.footer-inlay { padding: 2.5em 0; }	
}

@media only screen and (max-width: 540px) {
	body { font-size: 0.875em; }
	.wrapper { width: 92%; }
	img { max-width: 100%; height: auto; }
	.contentrow { flex-wrap: wrap; }
	.contentrow .textbox, .contentrow .picbox { width: 100% }
	.picbox + .picbox { margin-top: 2em; }
	.textbox h2:first-child, .textbox p:first-child  { margin-top: 1.4em; }
	table.vita td { display: block; }
	table.vita tr td:first-child { width: 100%; padding-bottom: 1em; }
	table.vita td p:first-child { margin-top: 0; }
	table.vita img.rounded { max-width: 33%; height: auto; }
	
	nav#main ul li { display: block; font-size: 1.2em; width: 80%; margin: 8px auto 0 auto; }
	nav#main a { padding: 0.4em; }
	form.out .leftfield { float: none; width: 100%; }
	form.out .rightfield { float: none; width: 100%; margin-top: 2em; }

	.dis1, .dis2, .dis3, .dis4, .dis5 { margin-left: 0px; }
	a.galThumbLink { pointer-events: none; }
	a.galThumbLink:hover { opacity: 1; filter:alpha(opacity=100); }

	article h1 { font-size: 1.5em; }

	article h2 { font-size: 1.2em; }

	
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}