@charset "UTF-8";
html body {
  font-family: "PoppinsRegular";
}
html body a, html body h1, html body h2, html body h3, html body h4, html body p a {
  color: #383838;
}
html body h1, html body h2, html body h3, html body h4 {
  font-weight: 600;
  letter-spacing: 1px;
}
html body a:hover {
  color: #25abd1;
  text-decoration: none;
}
html body main#site-content {
  min-height: 500px;
}
html body main#site-content .entry-header {
  background-color: #fafafa;
}
html body main#site-content .entry-header h1 {
  font-size: 70px;
  text-align: left;
  position: relative;
}
html body main#site-content .section-inner {
  max-width: 1300px;
}
html body main#site-content .post-inner {
  padding-top: 8rem;
}
html body main#site-content .post-inner .entry-content p {
  max-width: 1300px;
}
html body form#loginform + a {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 14px;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
html body form#loginform p label {
  color: #808285;
  font-size: 14px;
}

body header#site-header .header-inner {
  padding: 15px 0;
}
body header#site-header .site-logo img {
  max-height: 60px;
}
body header#site-header .primary-menu > li {
  margin: 0;
}
body header#site-header .primary-menu > li .icon {
  display: none;
}
body header#site-header .primary-menu > li > a {
  padding: 0 24px;
  color: #383838;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body header#site-header .primary-menu > li > a:hover {
  color: #25abd1;
  text-decoration: none;
}
body header#site-header .primary-menu > li ul.sub-menu {
  background-color: #fff;
  padding: 23px 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #939598;
}
body header#site-header .primary-menu > li ul.sub-menu a {
  text-decoration: none;
}
body header#site-header .primary-menu > li ul.sub-menu:before, body header#site-header .primary-menu > li ul.sub-menu:after {
  content: none;
  display: none;
}
body header#site-header .primary-menu > li.current-menu-item > a {
  color: #25abd1;
  text-decoration: none;
}
body header#site-header .search-right .toggle-text {
  display: none;
}
body header#site-header .search-right .toggle {
  color: #383838;
}
body header#site-header .search-right .toggle-icon {
  color: #383838;
}

footer#site-footer {
  background-color: #363636;
  border-bottom: 30px solid #3f3f3f;
}
footer#site-footer .section-inner {
  display: block;
  width: 100%;
  max-width: 1300px;
}
footer#site-footer .section-inner .lagune-flex {
  display: flex;
}
footer#site-footer .section-inner .lagune-flex .lagune-container {
  width: 25%;
  padding: 0 15px;
}
footer#site-footer .section-inner .lagune-flex .lagune-container .footer-image img {
  max-height: 90px;
  margin: 0;
  margin-bottom: 30px;
}
footer#site-footer .section-inner .lagune-flex .lagune-container .footer-text {
  font-weight: 300;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
footer#site-footer .section-inner .lagune-flex .lagune-container .footer-text a {
  display: block;
  margin-bottom: 15px;
  color: #999;
}
footer#site-footer .section-inner .lagune-flex .lagune-container .footer-text a:hover {
  color: #fff;
  text-decoration: none;
}
footer#site-footer a.to-the-top {
  position: fixed;
  right: 25px;
  padding: 10px 20px;
  bottom: 25px;
  background: #25abd1;
  color: white;
  margin: 0;
  text-decoration: none;
  z-index: 10000;
}
footer#site-footer a.to-the-top .arrow {
  color: white;
}

@font-face {
  font-family: PoppinsRegular;
  src: url(/wp-content/themes/itlagune/orcas_assets/css/fonts/Poppins-Regular.ttf);
}
html .lagune-news .eael-post-grid .eael-grid-post .eael-entry-wrapper .eael-entry-footer {
  padding-left: 0;
}
html .lagune-news .eael-post-grid .eael-grid-post .eael-entry-wrapper .eael-entry-footer .eael-entry-meta {
  padding-left: 0;
}

* {
  box-sizing: inherit;
}

.participantlist-wrapper {
  margin: auto;
  margin-top: 10px;
  max-width: 1300px;
  font-size: 14px;
}
.participantlist-wrapper .civicrm-list {
  font-size: 14px;
}
.participantlist-wrapper .civicrm-list .civicrm-list-name {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.participantlist-wrapper .civicrm-list .civicrm-list-name .name-wrapper a {
  text-decoration: none;
}
@supports (display: grid) {
  .participantlist-wrapper .civicrm-list #civicrm-sortable-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry {
  margin-bottom: 1%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fafafa;
}
@supports (display: grid) {
  .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry {
    box-sizing: border-box;
  }
  @supports not (display: grid) {
    .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry {
      float: left;
      width: 49%;
    }
    .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry:nth-child(odd) {
      margin-right: 1%;
    }
    .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry:nth-child(even) {
      margin-left: 1%;
    }
  }
}
.participantlist-wrapper .civicrm-list .civicrm-list-logo {
  max-width: 175px;
}
.participantlist-wrapper .civicrm-list-controls .civicrm-sort {
  background: #25abd1;
  border-radius: 30px;
}
.participantlist-wrapper .civicrm-list-controls .civicrm-sort:hover, .participantlist-wrapper .civicrm-list-controls .civicrm-sort.active {
  background: #03708F;
}
.participantlist-wrapper .civicrm-list-controls .civicrm-filter {
  background: #c2e9f4;
  font-size: 13px;
  border-radius: 30px;
  padding: 5px 25px;
  width: 100%;
}
.participantlist-wrapper .civicrm-list-controls .civicrm-filter:hover {
  background: #03708F;
}
.participantlist-wrapper .civicrm-list-controls .civicrm-filter.mixitup-control-active {
  background: #25abd1;
}

.civicrm-list.job-list > div {
  column-gap: 10px;
  column-width: 400px;
}
.civicrm-list.job-list > div .civicrm-list-entry {
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 10px;
  background: #fafafa;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-name {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-name .name-wrapper a {
  text-decoration: none;
}
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-types label,
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-special-fields label,
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-duration label,
.civicrm-list.job-list > div .civicrm-list-entry .civicrm-list-file label {
  font-weight: bold;
  font-size: 14px;
}

button.event-registration,
.register-inner a {
  color: #25abd1;
}
button.event-registration:hover,
.register-inner a:hover {
  color: #383838;
}

@media screen and (max-width: 1200px) {
  .participantlist-wrapper {
    max-width: 950px;
  }
}
.civi-contact {
  margin-top: 25px;
}
.civi-contact .basic-info {
  margin-bottom: 10px;
}
.civi-contact .advanced-info p {
  line-height: 26px;
}

.orcas-icon-slider .slider-hr {
  margin: -12px auto 40px;
  max-width: calc(100% - 100px);
  background: #25abd1;
}
.orcas-icon-slider .slider .civicrm-icon {
  text-align: center;
  margin-left: -2px;
}
.orcas-icon-slider .slider .civicrm-icon img {
  margin: 0 10px;
}

.civicrm-profile {
  box-sizing: border-box;
}
.civicrm-profile .loader .save-info {
  color: #25abd1;
}
.civicrm-profile .loader .thecube .cube::before {
  background-color: #25abd1;
}
.civicrm-profile .event-outter-wrap,
.civicrm-profile .event-box-wrap,
.civicrm-profile .event-wrap {
  box-sizing: border-box;
}
.civicrm-profile #event-form .active-events-wrap .scrollContainer,
.civicrm-profile #event-form .upcoming-events-wrap .scrollContainer {
  bottom: 26px;
}
.civicrm-profile #event-form .active-events-wrap ul li.active,
.civicrm-profile #event-form .active-events-wrap ul li:hover,
.civicrm-profile #event-form .upcoming-events-wrap ul li.active,
.civicrm-profile #event-form .upcoming-events-wrap ul li:hover {
  background-color: #25abd1;
}

.cleanlogin-container {
  border: none;
  box-shadow: none;
}
.cleanlogin-container input[type=password],
.cleanlogin-container input[type=text],
.cleanlogin-container input[type=email] {
  border: solid 1px #25abd1;
  border-radius: 20px;
  height: 39px;
}
.cleanlogin-container button {
  width: 100%;
}
.cleanlogin-container button.register-btn {
  max-width: 50%;
}
.cleanlogin-container button span {
  color: inherit;
}
.cleanlogin-container .center {
  text-align: center;
}
.cleanlogin-container .cleanlogin-field-remember {
  float: none;
  text-align: left;
}
.cleanlogin-container .cleanlogin-form-bottom {
  height: unset;
  padding-top: 12px;
}
.cleanlogin-container .cleanlogin-form-bottom a {
  display: block;
  margin-bottom: 5px;
}

#company-form #company-logo-label {
  background: #10a1d6;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 160rem;
}

.eltdf-bli-loading > div, .eltdf-btn {
  display: inline-block;
  position: relative;
}

.eltdf-btn {
  outline: 0;
  padding: 13px 46px;
  font-family: inherit;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 3em;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eltdf-btn.eltdf-btn-solid {
  text-decoration: none;
  color: #fff;
  background-color: #25abd1;
  border: 2px solid #25abd1;
}

.eltdf-btn.eltdf-btn-small {
  padding: 11px 36px;
}

.eltdf-btn.eltdf-btn-outline {
  text-decoration: none;
  color: #25abd1;
  background-color: transparent;
  border: 2px solid #25abd1;
}

.origin {
  color: #808285;
}

.civi-contact {
  font-size: 14px;
  color: #808285;
}

.civicrm-event-list article {
  font-size: 15px;
  text-decoration: none;
  margin: 0.5em;
  padding: 0.5em;
}
.civicrm-event-list article a {
  text-decoration: none;
  color: #25abd1;
}
.civicrm-event-list article a:hover {
  color: #000;
}
.civicrm-event-list article h4 {
  margin: 15px 0;
}
.civicrm-event-list article h4 .title-link {
  font-size: 15px;
  color: #000;
}
.civicrm-event-list article h4 .title-link:hover {
  color: #25abd1;
}
.civicrm-event-list article p {
  color: #808285;
}
.civicrm-event-list article .event-text {
  display: table-cell;
  background-color: #fafafa;
  padding-left: 15px;
}
.civicrm-event-list article .event-image {
  display: table-cell;
  vertical-align: middle;
  min-width: 100px;
  max-width: 200px;
  width: 15%;
  padding-right: 10px;
}

.civicrm-event .event-content {
  color: #808285;
  font-size: 14px;
}
.civicrm-event .event-content h2 {
  font-size: 30px;
}
.civicrm-event .event-content .event-registration {
  outline: 0;
  padding: 13px 46px;
  font-family: inherit;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 3em;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #25abd1;
  border: 2px solid #25abd1;
  color: #fff;
}
.civicrm-event .event-content .event-registration:hover {
  text-decoration: none;
  color: #000;
}

#member-request-form input {
  padding: 0;
}
#member-request-form #Ort_und_Datum, #member-request-form #Unterschrift {
  font-size: 14px !important;
  color: #808285;
}

main {
  font-family: Poppins, sans-serif;
}

#loginform p {
  line-height: initial !important;
  display: block !important;
  width: 100% !important;
  max-width: 300px !important;
  margin: 5px auto !important;
  font-family: Poppins, sans-serif;
}

form#loginform p input[type=checkbox] {
  display: inline-block !important;
  margin-right: 3px !important;
}

form#loginform p input[type=submit] {
  display: block;
  width: 150px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #25abd1;
  color: #25abd1;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  background-color: transparent;
  font-size: 14px;
}
form#loginform p input[type=submit]:hover {
  color: #fff;
  background: #25abd1;
  text-decoration: none;
}

.eael-grid-post-holder {
  border: none;
}

.eael-load-more-btn-cc539ba:hover:after {
  display: inline-block;
  content: "";
  font-family: Ionicons !important;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 2em;
}

.event-list-date-filter p a {
  font-size: 30px;
}
.event-list-date-filter p a:first-child {
  margin-right: 20px;
}

.opener {
  text-decoration: none;
}

.register-box {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .entry-title, h1, h2 {
    font-size: 35px !important;
  }

  footer#site-footer .section-inner .lagune-flex {
    display: block;
  }

  footer#site-footer .section-inner .lagune-flex .lagune-container {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .participantlist-wrapper .civicrm-list #civicrm-sortable-list {
    display: block;
  }

  .participantlist-wrapper .civicrm-list #civicrm-sortable-list .civicrm-list-entry {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
