@charset "UTF-8";
/**
 * Place your custom styles here.
 */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Open+Sans:400,700);
/**
* AJAX Flash
*/
.background-highlight {
  background-color: #fff;
  animation-name: highlight;
  animation-duration: 3s;
}

@keyframes highlight {
  10% {
    background-color: #7c7;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes bounce_fountainG {
  10% {
    background-color: #7c7;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes bounce_fountainG {
  10% {
    background-color: #7c7;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes bounce_fountainG {
  10% {
    background-color: #7c7;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes bounce_fountainG {
  10% {
    background-color: #7c7;
  }
  100% {
    background-color: #fff;
  }
}
/**
* AJAX Loader code
*/
#fountainG {
  position: relative;
  width: 84px;
  height: 10px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #e31e25;
  width: 10px;
  height: 10px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.905s;
  -o-animation-duration: 0.905s;
  -ms-animation-duration: 0.905s;
  -webkit-animation-duration: 0.905s;
  -moz-animation-duration: 0.905s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.366s;
  -o-animation-delay: 0.366s;
  -ms-animation-delay: 0.366s;
  -webkit-animation-delay: 0.366s;
  -moz-animation-delay: 0.366s;
}

#fountainG_2 {
  left: 10px;
  animation-delay: 0.4525s;
  -o-animation-delay: 0.4525s;
  -ms-animation-delay: 0.4525s;
  -webkit-animation-delay: 0.4525s;
  -moz-animation-delay: 0.4525s;
}

#fountainG_3 {
  left: 21px;
  animation-delay: 0.549s;
  -o-animation-delay: 0.549s;
  -ms-animation-delay: 0.549s;
  -webkit-animation-delay: 0.549s;
  -moz-animation-delay: 0.549s;
}

#fountainG_4 {
  left: 31px;
  animation-delay: 0.6355s;
  -o-animation-delay: 0.6355s;
  -ms-animation-delay: 0.6355s;
  -webkit-animation-delay: 0.6355s;
  -moz-animation-delay: 0.6355s;
}

#fountainG_5 {
  left: 42px;
  animation-delay: 0.732s;
  -o-animation-delay: 0.732s;
  -ms-animation-delay: 0.732s;
  -webkit-animation-delay: 0.732s;
  -moz-animation-delay: 0.732s;
}

#fountainG_6 {
  left: 52px;
  animation-delay: 0.8185s;
  -o-animation-delay: 0.8185s;
  -ms-animation-delay: 0.8185s;
  -webkit-animation-delay: 0.8185s;
  -moz-animation-delay: 0.8185s;
}

#fountainG_7 {
  left: 63px;
  animation-delay: 0.905s;
  -o-animation-delay: 0.905s;
  -ms-animation-delay: 0.905s;
  -webkit-animation-delay: 0.905s;
  -moz-animation-delay: 0.905s;
}

#fountainG_8 {
  left: 73px;
  animation-delay: 1.0015s;
  -o-animation-delay: 1.0015s;
  -ms-animation-delay: 1.0015s;
  -webkit-animation-delay: 1.0015s;
  -moz-animation-delay: 1.0015s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #e31e25;
  }
  100% {
    transform: scale(0.3);
    background-color: white;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #e31e25;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: white;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #e31e25;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: white;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #e31e25;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #e31e25;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: white;
  }
}
@media (max-width: 992px) {
  #block-publicmainnavigation {
    float: none;
    text-align: center;
  }
}
#block-publicmainnavigation li {
  min-width: 100px;
  text-align: center;
  border-right: 1px solid #dfddde;
  background-color: #fff;
}
@media (max-width: 992px) {
  #block-publicmainnavigation li {
    float: none;
    background-color: #0074bd;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    width: 100% !important;
  }
}
#block-publicmainnavigation li:last-child {
  border: none;
}
#block-publicmainnavigation li .is-active {
  background-color: transparent;
  min-width: 100px;
  color: #0074bd;
}
#block-publicmainnavigation li a {
  display: inline-block;
  text-transform: uppercase;
  color: #777;
}
#block-publicmainnavigation li a:hover {
  color: #dfddde !important;
  background-color: transparent;
  text-align: center;
}
@media (max-width: 992px) {
  #block-publicmainnavigation li a:hover {
    color: #fff !important;
  }
}
#block-publicmainnavigation li a:focus, #block-publicmainnavigation li a:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  #block-publicmainnavigation li a:focus, #block-publicmainnavigation li a:active {
    color: #fff !important;
  }
}
@media (max-width: 992px) {
  #block-publicmainnavigation li a {
    color: #fff !important;
  }
}

@media (max-width: 992px) {
  .navbar-collapse #block-publicmainnavigation ul li {
    float: none !important;
    display: block;
    width: 100% !important;
  }
  .navbar-collapse #block-publicmainnavigation li + li:before {
    content: normal;
  }
}

.navbar {
  border: none;
}

.navbar-toggle {
  flex-direction: column;
  align-items: center;
}
.navbar-toggle .navbar-toggle--label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: 45px;
  }
}
@media (max-width: 4000px) {
  .navbar-toggle {
    display: flex !important;
  }
}

.navbar-default {
  background-color: #fff;
}
.navbar-default .navbar-brand {
  color: #e31e25;
  text-transform: uppercase;
  font-size: 2.5em;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 542px) {
  .navbar-default .navbar-brand {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .navbar-default .navbar-brand {
    font-size: 2em;
  }
}
.navbar-default .navbar-text {
  color: #e31e25;
  text-transform: uppercase;
  font-size: 1.5em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 4px;
}
@media (max-width: 542px) {
  .navbar-default .navbar-text {
    font-size: 1.2em;
    letter-spacing: normal;
  }
}
@media (max-width: 992px) {
  .navbar-default .navbar-text {
    font-size: 1.2em;
    padding: 15px 15px;
  }
}
.navbar-default .navbar-brand:hover {
  color: #e31e25;
  background-color: transparent;
}

.navbar-nav {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 4000px) {
  .navbar-nav {
    margin: 0;
    float: none !important;
  }
}

.navbar-header {
  font-family: "EB Garamond", serif;
  line-height: 1.1;
}
@media (max-width: 542px) {
  .navbar-header {
    margin-left: 0 !important;
  }
}
@media (max-width: 4000px) {
  .navbar-header {
    float: none;
  }
  .navbar-header .collapse {
    display: block !important;
  }
}

@media (max-width: 992px) {
  #block-frimurarorden16-main-menu {
    float: none;
    text-align: center;
  }
  #block-frimurarorden16-main-menu .is-active {
    color: #fff !important;
  }
}
#block-frimurarorden16-main-menu li {
  min-width: 100px;
  text-align: center;
  border-right: 1px solid #dfddde;
  background-color: #fff;
}
@media (max-width: 4000px) {
  #block-frimurarorden16-main-menu li {
    display: block;
    float: none;
    background-color: #0074bd;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    width: 100% !important;
    content: normal;
  }
  #block-frimurarorden16-main-menu li:before {
    content: normal;
  }
}
#block-frimurarorden16-main-menu li:last-child {
  border: none;
}
#block-frimurarorden16-main-menu li .is-active {
  background-color: transparent;
  min-width: 100px;
  color: #0074bd;
}
#block-frimurarorden16-main-menu li a {
  display: inline-block;
  text-transform: uppercase;
}
#block-frimurarorden16-main-menu li a:hover {
  color: #dfddde !important;
  background-color: transparent;
  text-align: center;
}
#block-frimurarorden16-main-menu li a:focus, #block-frimurarorden16-main-menu li a:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  #block-frimurarorden16-main-menu li a:focus, #block-frimurarorden16-main-menu li a:active {
    color: #fff !important;
  }
}
@media (max-width: 4000px) {
  #block-frimurarorden16-main-menu li a {
    color: #fff !important;
  }
}

@media (max-width: 4000px) {
  #block-frimurarorden16-account-menu {
    float: none;
    text-align: center;
  }
  #block-frimurarorden16-account-menu .is-active {
    color: #fff !important;
  }
  #block-frimurarorden16-account-menu li {
    float: none !important;
    display: block;
    width: 100% !important;
    background-color: #0074bd;
    border-bottom: 2px solid #fff;
    overflow: hidden;
  }
  #block-frimurarorden16-account-menu a {
    color: #fff !important;
  }
}
#block-frimurarorden16-account-menu li a:hover {
  color: #dfddde !important;
  background-color: transparent;
  text-align: center;
}

@media (max-width: 4000px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

.nav-tabs {
  margin-bottom: 10px;
}

span.form-required:after, label.form-required:after {
  color: #e31e25;
  font-weight: normal;
  font-size: 12px;
  content: "*";
  margin-left: 4px;
  vertical-align: super;
}

.form-type-tel .iti {
  display: block;
}

.webform-actions {
  display: flex;
  justify-content: space-between;
}

.block-formblock-contact {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
  max-width: 762px;
}

table.default-table th, table.default-table td {
  vertical-align: top;
  padding: 10px;
  text-align: left;
}

#carousel {
  max-height: 90vh;
}
#carousel img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #carousel img {
    width: auto;
    max-height: 700px;
    max-height: 90vh;
  }
}
#carousel .slick-arrow {
  height: 100%;
  background-color: #4848481f;
  z-index: 2;
  padding: 0 24px;
}
#carousel .slick-arrow:hover {
  background-color: #55555555;
}
#carousel .slick-prev {
  left: 0;
}
#carousel .slick-prev:before {
  font-family: inherit;
  content: "«";
  color: black;
  font-size: 30px;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
#carousel .slick-next {
  right: 0;
}
#carousel .slick-next:before {
  font-family: inherit;
  content: "»";
  font-size: 30px;
  color: black;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

.content .field--name-body {
  margin-right: 15px;
  margin-left: 15px;
}

img.logo-align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.view-content-as-notification {
  margin: 15px;
}

.locotech_ldap-change_password .page-header,
.frimurarorden_profile-user-profile_edit .page-header {
  display: block;
}

.frimurarorden_profile-user-profile .page-header {
  display: block;
}
.frimurarorden_profile-user-profile article {
  display: flex;
  flex-direction: column;
}
.frimurarorden_profile-user-profile article .user--public-profile--presentation {
  margin-bottom: 20px;
}
.frimurarorden_profile-user-profile article .user--public-profile--presentation .field--name-user-picture {
  margin-bottom: 20px;
}
.frimurarorden_profile-user-profile article .user--public-profile--presentation .field--name-user-picture img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .frimurarorden_profile-user-profile article .user--public-profile--presentation .field--name-user-picture {
    margin-right: 20px;
    float: left;
  }
  .frimurarorden_profile-user-profile article .user--public-profile--presentation .field--name-user-picture img {
    width: 220px;
    height: 220px;
    max-width: 100%;
  }
}
.frimurarorden_profile-user-profile article .user--public-profile--table {
  margin-bottom: 20px;
  width: 100%;
}
.frimurarorden_profile-user-profile article .user--public-profile--table td {
  padding-right: 20px;
}
.frimurarorden_profile-user-profile article .user--public-profile--table td .field {
  display: inline-block;
}
.frimurarorden_profile-user-profile article .user--public-profile--table td:first-child {
  width: 150px;
}

.user-public-profile-form .contact-details-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.user-public-profile-form .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.frimurarorden_profile-user-view_deceased_profile article {
  display: flex;
  flex-direction: column;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details {
  margin-bottom: 20px;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .col-xs-12,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .col-md-3,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .col-md-4,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .col-md-6,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .col-md-12 {
  padding-left: 0;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-user-picture {
  margin-bottom: 20px;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-user-picture img {
  width: 100%;
  max-width: none;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-field-level,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-field-city-of-birth,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-field-date-reception,
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-field-date-deceased {
  margin-bottom: 10px;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .file .file-icon {
  padding-left: 0;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .file span {
  border: none;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .file span :first-child {
  border-left: none;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .file span :last-child {
  border-right: none;
}
@media screen and (min-width: 992px) {
  .frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-user-picture {
    margin-right: 20px;
    float: left;
  }
  .frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--details .field--name-user-picture img {
    width: 220px;
    height: 220px;
    max-width: 100%;
  }
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--table {
  margin-bottom: 20px;
  width: 100%;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--table td {
  padding-right: 20px;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--table td .field {
  display: inline-block;
}
.frimurarorden_profile-user-view_deceased_profile article .user--deceased-profile--table td:first-child {
  width: 150px;
}

.view-scf_user_search-deceased_members article.page h2:first-child {
  display: none;
}
.view-scf_user_search-deceased_members article.page .content {
  margin: 0;
  padding-bottom: 15px;
}
.view-scf_user_search-deceased_members article.page .content .field--name-body {
  margin: 0;
}

.path-scf-user-search,
.path-loger,
.frimurarorden_profile-user-view_deceased_profile,
.path-scf-deceased-members {
  /* fixme: eventually this should be generalised to all the other pages.
  Original sfmo theme build did not correctly utilize the drupal way
  of displaying a page title.
  */
}
.path-scf-user-search .page-header,
.path-loger .page-header,
.frimurarorden_profile-user-view_deceased_profile .page-header,
.path-scf-deceased-members .page-header {
  display: block;
  border-bottom: none;
  font-size: 30px;
}
.path-scf-user-search .view-header,
.path-loger .view-header,
.frimurarorden_profile-user-view_deceased_profile .view-header,
.path-scf-deceased-members .view-header {
  margin-bottom: 20px;
}

#views-exposed-form-scf-user-search-search-member .form-inline,
#views-exposed-form-scf-user-search-deceased-members .form-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#views-exposed-form-scf-user-search-search-member .form-inline .form-item,
#views-exposed-form-scf-user-search-deceased-members .form-inline .form-item {
  order: 1;
}
#views-exposed-form-scf-user-search-search-member .form-inline .form-actions,
#views-exposed-form-scf-user-search-deceased-members .form-inline .form-actions {
  margin-left: 5px;
  order: 2;
}
#views-exposed-form-scf-user-search-search-member .form-inline .fieldgroup,
#views-exposed-form-scf-user-search-deceased-members .form-inline .fieldgroup {
  order: 3;
}
@media screen and (min-width: 992px) {
  #views-exposed-form-scf-user-search-search-member .form-inline,
#views-exposed-form-scf-user-search-deceased-members .form-inline {
    justify-content: flex-start;
  }
  #views-exposed-form-scf-user-search-search-member .form-inline .facets-views-plugin,
#views-exposed-form-scf-user-search-deceased-members .form-inline .facets-views-plugin {
    margin-left: 20px;
  }
}

.form-checkboxes {
  display: inline-block;
  margin-top: 2px;
}
.form-checkboxes .checkbox {
  display: inline-block;
  padding-left: 0;
}
.form-checkboxes .checkbox .control-label {
  margin-left: 10px;
  display: inline-block;
}
.form-checkboxes .checkbox .control-label .form-checkbox {
  margin-right: 5px;
}

.region-content img {
  height: auto;
}

.block-views-blockarticle-list-latest-for-all-loges-block-1 {
  margin-left: 30px;
  margin-right: 30px;
}

.block-views-blockroom-bookings-block-current-user-bookings .views-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.block-views-blockroom-bookings-block-current-user-bookings .views-row .views-field-name {
  flex-grow: 2;
  margin: 0 20px;
}
.block-views-blockroom-bookings-block-current-user-bookings .views-row .views-field-flagged {
  width: 30px;
}

.login-form--wrapper form.user-login-form--saml {
  display: flex;
  margin-bottom: 30px;
}
.login-form--wrapper form.user-login-form--saml .saml-login--btn {
  margin-right: 20px;
}
.login-form--wrapper h3 {
  margin-bottom: 30px;
}

.bat-event--delete-form--wrapper .form-actions {
  margin-top: 20px;
}

.page-node-type-landing-page .landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.page-node-type-landing-page .landing-page h1 {
  text-align: center;
}
.page-node-type-landing-page .landing-page h1, .page-node-type-landing-page .landing-page .content-left, .page-node-type-landing-page .landing-page .content-right {
  width: 100%;
}
.page-node-type-landing-page .landing-page .field--name-field-header-image {
  margin-bottom: 10px;
}
.page-node-type-landing-page .landing-page .field--name-field-header-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-node-type-landing-page .landing-page {
    flex-direction: row;
    align-items: flex-start;
  }
  .page-node-type-landing-page .landing-page .content-right {
    padding-left: 20px;
  }
  .page-node-type-landing-page .landing-page .content-left, .page-node-type-landing-page .landing-page .content-right {
    width: 50%;
  }
  .page-node-type-landing-page .landing-page .field--name-field-header-image {
    margin-top: 5px;
  }
}

.field--name-field-loge-vapen {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-node-type-loge-publik-sida .page-header {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}
.page-node-type-loge-publik-sida .content {
  margin-left: 30px;
  margin-right: 30px;
}

.page[about="/introduktion"] {
  margin-left: 15px;
  margin-right: 15px;
}

.page-node-type-festsal .page-header {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.page-node-type-festsal .local-actions {
  float: right;
  margin-right: 10px;
}
.page-node-type-festsal .content .field--name-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.page-node-type-utrymme .page-header {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.page-node-type-utrymme .local-actions {
  float: right;
  margin-right: 10px;
}
.page-node-type-utrymme .content .field--name-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}

.protected_pages_description {
  margin-bottom: 20px;
}

.path-donera .page-header {
  display: block;
}

.paytrail-api--payment--table {
  border-collapse: collapse;
  width: 100%;
}
.paytrail-api--payment--table td {
  padding: 10px;
  border: 1px solid #dfddde;
}

.donation-reminder__target-container label {
  margin-left: 10px;
}

html {
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-bottom: 130px;
  margin: 0;
}

h2 {
  margin-bottom: 20px;
}

p {
  font-size: 14px;
}

a {
  color: #0074bd;
}

a:hover {
  text-decoration: none;
  color: #dfddde;
}

/*Navigation and header*/
.rubrik {
  margin-top: 25px;
}

.page-header {
  display: none;
}

/*Frontpage styles*/
#block-frontblocktop {
  margin-top: 20px;
  margin-bottom: 60px;
}

#block-frontblocktop .navbar-brand {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  color: #e31e25;
}

.text-center img {
  margin-left: auto;
  margin-right: auto;
}

#block-frontblocki,
#block-frontblockii {
  text-align: center;
  position: relative;
  padding: 10px;
  min-height: 350px;
}

#block-frontblocki h3,
#block-frontblockii h3 {
  margin-bottom: 20px;
}

#block-frontblocki .btn,
#block-frontblockii .btn {
  background-color: #0074bd;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  margin-top: 20px;
  color: #fff;
  border: none;
}

#block-frontblocki .btn.secondary,
#block-frontblockii .btn.secondary {
  bottom: initial;
  white-space: normal;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  #block-frontblocki .btn.secondary,
#block-frontblockii .btn.secondary {
    bottom: 40px;
    margin-top: 0px;
  }
}
#block-frontblocki .btn:hover,
#block-frontblockii .btn:hover {
  color: #e0dedf;
}

.front-link,
.front-link:hover,
.front-link:active,
.front-link:focus,
.front-link:visited {
  color: #333;
}

/*Loge map*/
#loge-map-placeholder {
  width: 100% !important;
  height: 500px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.loge-link {
  display: table;
  list-style: none;
  padding: 10px 10px 10px 0px;
  border: 1px solid #0074bd;
  width: 100%;
  min-height: 72px;
  font-size: 18px;
  margin-bottom: 10px;
}

.loge-link span {
  padding-left: 40px;
}

.loge-link::before {
  font-family: "Glyphicons Halflings";
  content: "";
  display: inline-block;
  padding-left: 10px;
  margin-top: 10px;
  position: absolute;
}

.loge-city {
  display: list-item;
}

.loge-infos {
  max-width: 300px;
}

.loge-data:first-child {
  font-weight: bold;
}

.loge-info:nth-child(n+2) {
  margin-top: 20px;
  border-top: 1px solid #dfddde;
}

.loge-info:nth-child(n+2) span:first-child {
  margin-top: 20px;
}

.loge-info .loge-data {
  display: list-item;
}

.content,
article.article {
  margin-right: 15px;
  margin-left: 15px;
}

article.article .content {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 30px;
}

.view-article-latest-per-loge .views-row,
.block-views-blockarticle-latest-per-loge-block-1 .views-row {
  margin-bottom: 20px;
}

.view-display-id-page_3 {
  padding-left: 30px;
  padding-right: 30px;
}

.field--name-field-categories,
.field--name-field-categories .field--item {
  display: inline-block;
}

.block-views-blockarticle-latest-per-loge-block-1 .views-row .views-field-created {
  margin-bottom: 5px;
}

.item-foreningsband,
.item-medlemsdokument {
  padding-left: 0;
  padding-right: 0;
}

.item-foreningsband .file > span,
.item-foreningsband .file > span:first-child,
.item-foreningsband .file > span:last-child,
.item-medlemsdokument .file > span,
.item-medlemsdokument .file > span:first-child,
.item-medlemsdokument .file > span:last-child {
  border: none;
}

.item-foreningsband .file-icon,
.item-medlemsdokument .file-icon {
  padding-left: 0;
}

.item-foreningsband .file-size {
  display: none;
}

.item-foreningsband .file-link,
.item-foreningsband .file {
  width: auto !important;
  font-size: 12px;
}

/*Loge style*/
.loge-row:first-child {
  margin-top: 2.5em;
}

.region-sidebar-second {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-top: 0;
}

.loge p {
  margin-bottom: 1.5em;
}

.block-loge-info {
  margin-top: 3.5em;
}

.view-loge_officers-page_loge_officers_list .block-loge-info {
  margin-top: 0;
}

.loge-info-placeholder-text {
  display: list-item;
  list-style: none;
}

.loge-info-placeholder-text:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/*User page*/
.profileHeading {
  font-size: 14px;
  font-weight: bold;
}

.profileInfo {
  font-size: 14px;
}
.profileInfo.actions a {
  display: inline-block;
  margin-right: 20px;
}

#eventOfficer hr:last-child,
#eventRsvp hr:last-child {
  display: none !important;
}

article h4.label {
  display: none;
}

.view-article-list-latest-for-all-loges .views-row {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.view-article-list-latest-for-all-loges .views-field-term-node-tid {
  padding-top: 1rem;
  clear: both;
}

.view-article-list-latest-for-all-loges .article__authored-on {
  margin-bottom: 1rem;
  display: inline-block;
}

.view-article-list-latest-for-all-loges .article__read-more {
  margin-top: 0.3rem;
}

/*Footer*/
.footer-push {
  height: 3rem;
}

.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /*width: 100%;*/
  height: 130px;
  padding-top: 30px;
  margin-top: 2rem;
  border-top: 1px solid #dfddde;
}

.footercopy {
  margin-bottom: 10px;
  padding-left: 2px;
}

.contactinfo {
  padding-left: 0;
}

.contactinfo ul {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contactinfo li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .loge-row:first-child {
    margin-top: 0;
  }

  #block-logeinfo {
    margin-top: 1.5em;
  }

  #block-frontblocki,
#block-frontblockii {
    min-height: 400px;
  }

  #block-frontblocki .btn,
#block-frontblockii .btn {
    margin-top: 20px;
    left: 0;
    right: 0;
  }

  .footer-push {
    margin-top: 50px;
  }

  .col-md-3 img {
    display: none;
  }
}
@media (max-width: 768px) {
  .content {
    margin-right: 0;
    margin-left: 0;
  }

  #block-frontblocki .btn,
#block-frontblockii .btn {
    bottom: initial;
    margin-bottom: 20px;
  }

  #block-logeinfo {
    padding-left: 15px;
  }
}
@media (max-width: 542px) {
  .logo {
    display: none;
  }

  .rubrik {
    width: 100%;
  }

  .contactinfo li {
    display: list-item;
  }

  .loge-link {
    font-size: 16px;
  }

  .loge-name {
    display: inline-block;
  }
}
.loge-search {
  width: 100%;
}

#kalender-filter .form-group {
  margin: 10px;
}

#kalender-filter {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #dfddde;
  padding: 15px;
}

.wide-container {
  width: 100%;
  padding-top: 24px;
}

.larger--font {
  font-size: 1.4em;
}

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