
:root {
  --heading: #323a45;
  --normal: #293340;
  --dark: #293340;
  --dark-two: #27313f;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: var(--normal);
  line-height: 1.666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  color: var(--heading);
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.col-plr-0 {
  padding-left: 0;
  padding-right: 0;
}

iframe {
    width: 100% !important;
}


/* HERO */

.s-hero {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(235,235,235,1)), color-stop(100%, rgba(235,235,235,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(235,235,235,1) 50%, rgba(235,235,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(#111));
  background-image: linear-gradient(180deg,transparent 50%,#111 100%);
  z-index: 10;
}

.circle {
  border-radius: 50%;
}

.post h1 {
  margin: 30px 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.post .entry p {
  text-align: justify;
  margin-bottom: 30px;
}

.post .entry p img {
  width: 100% !important;
  height: auto !important;
  margin: 15px 0 !important;
}

.post .entry p img .left {
  display: inline !important;
  float: left !important;
  margin: 0 30px 30px 0;
}

.post .entry blockquote {
  border-left: solid 4px orange;
  padding: 0 30px;
}

.post .entry blockquote p {
  font-size: 24px;
  color: gray;
  font-style: italic;
}

.carousel-caption {
  text-align: left;
  right: 10%;
  left: 10%;
}

.carousel-caption h5 {
  font-size: 2.375rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  letter-spacing: -.32px;
  line-height: 1.5;
  color: var(--white);
}

.carousel-inner {
  box-shadow: 0px 4px 0px #990000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 1024px;
  }

  .card-home {
    border-width: 0;
    width: 66%;
    margin-bottom: 1%;
  }

  .card-home .card-title {
    font-weight: 700;
    font-size: 28px;
  }

  .card-home:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
  }

  .card-home:first-child,
  .card-home:last-child {
    width: 33% !important;
  }

  .card-home:first-child .card-title,
  .card-home:last-child .card-title {
    font-size: 18px !important;
  }

  .card-home:first-child {
    margin-right: 1%;
  }

  .card-home:last-child {
    margin-left: 1%;
  }

  .card-home .card-body {
    text-align: center;
  }

  .cat-plug {
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .cat-plug::before {
    height: 0;
    width: 20px;
    border-top: 2px solid #e20020;
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .card-home .card-title a {
    line-height: 1.5;
    color: var(--heading) !important;
  }

  .card-home .card-title a:hover {
    text-decoration-color: #cccccc;
    text-decoration-style: wavy;
  }
  .card-home .card-body p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .card-home .card-body p a {
    color: #293340;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .card-emp .about-img {
    border-radius: 50%;
    border: solid 6px #FFFFFF;
  }

  .card-emp .em-name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    color: #666666;
  }
  .card-emp .card-layer {
    background-color: var(--dark) ;
    background: linear-gradient(to bottom, var(--dark) 0%, var(--dark) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 225px;
    text-align: center;
    padding-top: 50px;
    border-bottom: solid 1px #000;
  }








  .dropdown-menu {
    border-radius: 0;
    border-bottom: solid 3px #990000;
    /* box-shadow: 0px 4px 0px #990000; */
  }

  .dropdown-menu ul.dropdown-menu,
  .dropdown-menu ul.dropdown-menu ul.dropdown-menu {
    margin-left: 2px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }



}

.s-main {
  padding: 80px 0;
}

.bg-gradient {
  background: rgba(235,235,235,1);
  background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 );
}




/* NAVBAR */

.bg-light {
  background: #FFFFFF !important;
}

@media screen and (min-width: 992px) {

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    margin-right: 40px;
  }

  .navbar-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

}

/* DROPDOWN */
.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu li a {
  font-size: 14px;
}

.dropdown-menu {
  width: 200px;
}

.goleft .dropdown-item {
  white-space: normal;
  padding-left: 1.2em;
  padding-right: 1em;
}

.goleft .dropdown-toggle::after {

  /*
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: right;
  top: -20px;
  */
  margin-right: 40px;
}


/* PAGES */

.pages .entry h3 {
  display: block;
}

.pages .entry p img {
  width:  inherit;
}

/* FOOTER */

.f-main {
  padding: 50px 0 0;
  background-color: #344051;
}

.f-main h4 {
  font-size: 10px !important;
}

.f-main .nav li a {
  color: var(--white);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.f-body {
  text-align: center;
}

.f-footer {
  background-color: var(--dark-two);
  padding: 15px 0;
  margin-top: 30px;
}

.f-footer a { color: white; }

.white-text {
  color: var(--white);
}


.f-footer strong {
  font-weight: initial;
  font-size: 14px;
  color: var(--white);
}











.author-panel {
  display: flex;
  overflow: hidden;
  margin: 1em 0;
  color: #fff;
  align-items: center;
  padding: 15px 0;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #E9E9E9;
}

.avatar {
  text-align: left;
}

.author-bio {
  text-align: left;
}

#parent2 .author-bio {
      flex-grow: 1;
}

.author-bio .author-name {
  font-size: 13px !important;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shared {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shared li {
  display: inline;
}

.shared li a {
  padding: 0 15px;
}

.shared li:first-child {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* SINGLE */

@media screen and (min-width: 992px) {

  .miniatur {
    background: rgba(58, 193, 98, 1);
    min-height: 100px;
    padding: 100px 0;
  }

  .miniatur h1 {
    text-align: center;
    color: #FFFFFF;
    line-height: 1.5 !important;
  }

  .single .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-weight: 400;
  }

  .single .navbar-brand,
  .single .navbar-brand:hover {
    color: white;
  }

  .single .bg-light,
  .single header {
    background: #8cd64d !important; /* rgba(41,51,64,1) */
  }

  .cat-top {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
  }

  .cat-top::before {
    height: 0;
    width: 10px;
    border-top: 2px solid #FFFFFF;
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .cat-top::after {
    height: 0;
    width: 10px;
    border-top: 2px solid #FFFFFF;
    content: '';
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .time-label {
    background-color: white;
    box-shadow: 0px 4px 5px -2px #ccc;
    padding: 0px 40px 8px;
    position: absolute;
    z-index: 1;
    bottom: -55px;
    left: 145px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
  }

}

/* ARCHIVE */

.archives .intro,
.single .intro {
  padding: 0px 0 30px;
  background: linear-gradient(to bottom, rgba(58, 193, 98, 1) 0%, rgba(58, 193, 98, 1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  min-height: 300px;
  border-bottom: solid 1px #d7dce0;
}

.archive-post h4 {
  line-height: 1.4;
  margin-bottom: 10px;
}

.archive-post h4 a:hover {
  text-decoration-color: #bcc3c9;
}

.archive-post .date {
  text-transform: capitalize;
}

.archive-post .author {
  text-transform: uppercase;
}

.archive-post .author::before {
  content: "\f4ff";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  margin-right: 4px;
  display: inline;
}

.archive-post .date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  margin-right: 4px;
  display: inline;
}

.archive-post .author,
.archive-post .date {
  color: var(--dark);
  font-size: 13px;
  font-weight: 600;
}

.archive-list {
  list-style: none;
}

.archive-list li {
  padding: 30px 0;
  border-bottom: solid 1px #bcc3c9;
}

.archive-list li:last-child {
  border-bottom: none;
}

.archive-post h4 > a {
  font-weight: 700;
  color: var(--normal) !important;
}



.ekko-lightbox .modal-footer {
  font-size: 12px;
  color: gray;
}



.star {
  display: inline;
}

.star::before {
  content: "\f005     \f005     \f005";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  width: 200px;
  color: gold;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  display: inline;
}

.line-o {
  text-align: center;
  display: block;
}

.line-o::before {
  height: 0;
  width: 100px;
  border-top: thin solid #FFFFFF;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.line-o::after {
  height: 0;
  width: 100px;
  border-top: thin solid #FFFFFF;
  content: '';
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
