/*
blue rgb(0,124,178) 007CB2
purple rgb(142,83,141) 8c528d
*/

@import url('uikit.min.css');

html,
body {
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 150%;
}

strong {
  font-weight: 700;
}

em {
  color: rgb(142, 83, 141);
}

h1,
h2,
h3,
h4 {
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  /* font-family: 'Lato', sans-serif; */
  /* font-family: 'Yanone Kaffeesatz', sans-serif; */
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4 {
  margin-top: 20px;
}
h1 {
  /* font-size: 230%; */
}
h5 {
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 20px;
  position: relative;
  margin: 0;
  font-weight: 600;
}
h6 {
  font-size: 150%;
  font-weight: 300;
}
.uk-card-body h3.uk-card-title {
  margin-bottom: 10px;
  font-size: 120%;
}

.uk-card-body p {
  margin-top: 5px;
}

p {
  font-weight: 300;
  font-style: normal;
}
a {
  color: rgb(0, 124, 178);
}
a:hover {
  color: #8c528d;
}

#main a,
#footer a.link {
  color: rgb(0, 124, 178);
  background-image: linear-gradient(
    120deg,
    rgba(0, 124, 178, 0.5) 0%,
    rgba(0, 124, 178, 0.1) 100%
  );
  background-repeat: no-repeat;
  background-size: 110% 0.15em;
  background-position: 0 100%;
  transition: background-size 0.25s ease-in;
  /* transition: color 0.25s ease-in; */
}
#main a:hover,
#footer a.link:hover {
  background-size: 100% 88%;
  color: rgb(142, 83, 141);
}
#sidebar a {
  color: rgb(0, 124, 178);
  background-image: none;
  transition: color 0.25s ease-in;
}
#sidebar a:hover {
  color: rgb(142, 83, 141);
}

#main ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#main ol {
  list-style: inside;
  margin-left: 0;
  padding-left: 0;
  /* list-style-type: lower-alpha; */
  list-style-type: decimal;
}

#main ol li {
  display: list-item;
  /* counter-increment: inst; */
}

#main li {
  padding-left: 1em;
  text-indent: -1em;
}

#main ul li:before,
#main #sidebar ul li:before {
  content: '‣';
  padding-right: 5px;
  color: rgb(0, 124, 178);
}

#main #sidebar ul li {
  line-height: 2;
}
#main #sidebar ul li div {
  line-height: 1;
  padding: 0 0 1em 0.75em;
}

/* 881F1F */

.uk-section-primary {
  background: #8c528d;
}

.uk-heading-divider {
  border-bottom: 1px solid #8c528d;
}

img#logo {
  width: 258px; /*344 orig*/
  height: 36px; /*48 orig*/
  margin: 10px;
  transition: transform 0.3s, top 0.3s, left 0.3s, margin 0.3s,
    width 0.3s ease-out;
}

#header {
  /* padding-left:140px; */
  /* height:80px;
  z-index: 980; */
  /* background-color: transparent; */
  margin-top: 40px;
  transition: transform 0.3s, background-color 0.5s, height 0.3s,
    width 0.3s ease-out;
}
#menumob {
  /* height:40px; */
  z-index: 10001;
  /* background-color: rgba(120, 90, 150,.5); */
  /* background-color: rgba(38,39,45,.5); */
  transition: transform 0.3s, background-color 0.5s, width 0.3s ease-out;
}

.uk-text-large {
  font-size: 1.1rem;
  line-height: 1.1;
}

/* PW image align */
[class*='align_'] {
  display: block;
  margin-bottom: 30px;
}
* + [class*='align_'] {
  margin-top: 30px;
}
.align_center {
  margin-left: auto;
  margin-right: auto;
}
.align_left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.align_right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
@media (min-width: 640px) {
  .align_left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .align_right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 960px) {
  .align_left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .align_right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .align_left\@l {
    margin-top: 0;
    float: left;
  }
  .align_right\@l {
    margin-top: 0;
    float: right;
  }
  .align_left,
  .align_left\@l,
  .align_left\@m,
  .align_left\@s {
    margin-right: 40px;
  }
  .align_right,
  .align_right\@l,
  .align_right\@m,
  .align_right\@s {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .align_left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .align_right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

#slider .uk-overlay > span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: #fff;
  font-weight: 300;
}
#slider img {
  /* display: none; */
  width: 100%;
  height: 100%;
}
#bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.uk-heading-line > :after,
.uk-heading-line > :before {
  content: '';
  position: absolute;
  top: calc(50% - (1px / 2));
  width: 20px;
  border-bottom: 1px solid #8c528d;
}

.uk-card-body {
  padding: 15px;
}

.uk-overlay-primary {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;

  background: rgba(
    34,
    34,
    34,
    0.3
  ); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    rgba(34, 34, 34, 0.25),
    rgba(34, 34, 34, 0.5),
    rgba(34, 34, 34, 0.85)
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    rgba(34, 34, 34, 0.25),
    rgba(34, 34, 34, 0.5),
    rgba(34, 34, 34, 0.85)
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    rgba(34, 34, 34, 0.25),
    rgba(34, 34, 34, 0.5),
    rgba(34, 34, 34, 0.85)
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    rgba(34, 34, 34, 0.25),
    rgba(34, 34, 34, 0.5),
    rgba(34, 34, 34, 0.85)
  ); /* Standard syntax */
}
.uk-overlay-default {
  color: rgb(255, 255, 223);
  font-weight: 200;
  text-transform: uppercase;

  background: rgba(142, 83, 141, 0.7);
  /* border: rgba(255, 255, 255, 0.75) solid 20px; */
}

#news .uk-overlay-default {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 85%;

  background: rgba(0, 0, 0, 0.75);
  border: rgba(0, 0, 0, 0) solid 10px;
  height: 30px;
}
#news .uk-overlay-default a {
  color: #fff;
}

#related .uk-overlay-default {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 100%;

  background: rgba(0, 124, 178, 0.75);
  /* border: rgba(0, 0, 0, 0) solid 10px; */
  /* height: 30px; */
}
#related .uk-overlay-default a {
  color: #fff;
}

figure {
  display: table;
}
figure img,
figure img.uk-align-left,
figure img.uk-align-right {
  display: table-row;
  padding: 0;
  margin: 0;
}
figure figcaption {
  display: table-row;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 25px;
  margin-top: -25px;
  color: #fff;
}

#links {
  /* margin-top:400px; */
}

@media (max-width: 960px) {
  /* #links {
        margin-top:485px;
    } */
}

.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button {
  background-color: rgba(255, 255, 255, 1);
  color: #cc2229;
  width: 24px;
  height: 24px;
}
.uk-navbar-item {
  height: auto;
}

#kenburns .uk-overlay {
  padding: 0;
}

.ls-slide p {
  font-size: 200%;
}

.uk-navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 100%;
}
.uk-navbar-nav > li > a:hover {
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.uk-navbar-nav > li.uk-active > a {
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.uk-card-default {
  background: #f3f3f3;
  color: #666;
  border-bottom: 2px solid #8c528d;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
}

h4 {
  font-weight: 300;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 5px;
  /* background: #fffbf7; */
}
h4:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 10px;
  left: 5px;
  border-bottom: 1px solid #8c528d;
}
/* h4:after{
    position: absolute;
    heigh
    margin-bottom: 10px;
} */

.uk-card-secondary {
  background: #eee;
  color: #fff;
  box-shadow: none;
}

.uk-switcher {
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .uk-switcher {
    padding-left: 40px;
  }
}

footer div.white div,
footer div.white p {
  color: #fff;
}

footer div.invert div,
footer div.invert p,
footer div.invert a,
footer div.invert td {
  color: rgb(0, 124, 178) !important;
}

footer div.invert td {
  padding: 5px;
}

footer p {
  margin: 0 0 5px 0;
}

footer ul {
  list-style-type: none;
  list-style-position: initial;
  padding: 0;
  margin: 0;
}
footer ul li,
footer p {
  padding: 0;
  margin: 0;
  line-height: 150%;
}
footer ul li:before {
  content: '» ';
  color: #8c528d;
}

#layerslider {
  margin-top: -40px;
}

@media (min-width: 960px) {
  #layerslider {
    margin-top: -80px;
  }
}

.event-date {
  color: #8c528d;
  font-size: 150%;
  font-weight: 700;
}
.event-month {
  font-size: 85%;
}
.event-title a {
  font-size: 75%;
  font-weight: 700;
  color: #333;
}
.event-title {
  padding-bottom: 5px;
  line-height: 1.25;
}
.event-meta p {
  padding: 0;
  margin: 0;
  font-size: 75%;
  line-height: 1.25;
}

/* 
.row >div {
    justify-content: center;
    align-items: center;
    text-
} */
.row.line.next {
  color: #000;
  font-weight: 500;
}

.uk-offcanvas-bar {
  background: #8c528d;
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover,
.uk-navbar-toggle {
  color: #fff;
}

.uk-overlay-primary {
  background: linear-gradient(
    /* rgba(34, 34, 34, 0.5),
    rgba(34, 34, 34, 0.75),
    rgba(34, 34, 34, 0.9) */
      rgba(0, 124, 178, 0.65),
    rgba(0, 124, 178, 0.7)
  );
  padding: 20px;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.6);
  outline: 0;
  border-color: transparent;
}
.uk-dotnav > * > * {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

ul#meta li {
  display: inline-block;
  padding-right: 1em;
}
ul#meta li:before {
  display: inline-block;
  content: '';
}

.button-front {
  line-height: 2;
  padding: 1px 35px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.5);
  border-width: 3px;
  border-color: rgb(0, 124, 178);
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgb(142, 83, 141);
}

.button-front-small {
  color: #fff !important;
  line-height: 2;
  padding: 3px 25px;
  background: rgb(0, 124, 178) !important;
  border-width: 2px;
  border-color: rgb(0, 124, 178) !important;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.8rem;
  color: rgb(142, 83, 141);
}
.button-front-small:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  border-color: rgb(0, 124, 178) !important;
  color: rgb(0, 124, 178) !important;
}

.uk-navbar-nav > li .button-join {
  display: block;
  height: 40px;
  min-height: 40px;
  line-height: 1.5;
  padding: 5px 15px;
  margin: 20px 10px;
  background: rgba(142, 83, 141, 0.75);
  border-width: 3px;
  border-color: rgb(0, 124, 178);
  border-radius: 5px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.uk-navbar-nav > li .button-join:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  border-color: rgb(0, 124, 178) !important;
  color: rgb(142, 83, 141) !important;
}

.uk-tile-primary {
  background: rgb(0, 124, 178);
}
.uk-text-primary {
  color: rgb(0, 124, 178) !important;
}

.text-emphasized p,
.text-emphasized div {
  margin: 10px 0;
  font-size: 125%;
  font-weight: 500;
  line-height: 1.75;
  text-transform: none;
}

.uk-text-secondary {
  color: rgb(142, 83, 141) !important;
}
.uk-section-secondary {
  background: rgb(0, 124, 178);
}

.uk-background-primary {
  background: rgb(0, 124, 178);
}

#numbers h1,
#numbers div,
#numbers p {
  text-align: center !important;
}

#numbers div {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

#numbers h1 {
  font-size: 200% !important;
  font-weight: 700;
  width: 3.2em;
  height: 3.2em;
  border-radius: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  position: relative;
  border: 2px solid #fff;
  mix-blend-mode: multiply;
}
#numbers h1 span {
  margin: 3px;
  border-radius: 100%;
  width: 100%;
  height: 95%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  /* width: 3em; */
  /* height: 1.8em; */
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 84, 121, 0.75);
  mix-blend-mode: multiply;
}
#numbers h1::before {
  content: '';
  position: absolute;
  top: 1.55em;
  left: -3.2em;
  width: 3.2em;
  height: 0.05em;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
}
#numbers h1::after {
  content: '';
  position: absolute;
  top: 1.55em;
  right: -3.2em;
  width: 3.2em;
  height: 0.05em;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
}
#numbers div:first-child h1::before {
  display: none;
}
#numbers div:last-child h1::after {
  display: none;
}

#numbers span {
  text-transform: lowercase;
  font-size: 150%;
  font-weight: 700;
}
#numbers p {
  text-transform: lowercase;
  font-size: 85%;
  font-weight: 400;
  padding: 0 30px;
}

#footer span.menubottom a {
  display: inline-block;
  margin-right: 15px;
  font-size: 85%;
}
#footer span.menubottom:last-child a {
  margin-right: 0;
}
