/* Really small phones */
/* Regular smart phones, including iPhone 6 + with 414px viewport! */
@media screen and (min-width: 320px) and (max-width: 479px) {

  .om-gudstjanst-popup .content-with-image,
  .flow-data .content-with-image,
  .introduktion-popup .content-with-image {
    margin: 0 -20px 0;
    width: calc(100% + 40px);
  }

  .om-gudstjanst-popup.white-popup-block,
  .flow-data.white-popup-block,
  .introduktion-popup.white-popup-block {
    max-width: 98%;
  }

  .om-gudstjanst-popup .content-with-image picture img,
  .flow-data .content-with-image picture img,
  .introduktion-popup .content-with-image picture img {
    width: auto;
  }

  .om-gudstjanst-popup .content-with-image .text-center,
  .flow-data .content-with-image .text-center,
  .introduktion-popup .content-with-image .text-center {
    padding: 65px 20px 45px;
    position: relative;
    transform: none;
  }

  .flow-data .lightbox-content-text span.left,
  .flow-data .content-with-image span.left,
  .flow-data .lightbox-content-text span.right,
  .flow-data .content-with-image span.right {
    width: 100%;
  }

  .om-gudstjanst-popup .lightbox-content-title h1,
  .introduktion-popup .lightbox-content-title h1 {
    line-height: 1;
  }

  .flow-data h3.moment-header {
    font-size: 130%;
  }

  body .mobile {
    display: block;
  }

  body header #second-nav-search-bar.desktop {
    display: none;
  }

  .search-result-wrapper .search-item {
    width: calc(100% / 1 - 1%);
  }

  .menu-three-block.open {
    display: none !important
  }

  .addsection-preloader.white-popup-block{
        width: 90% !important;
        max-width: 90% !important;
  }


  .lightbox-content-wrapper.ligtbox-content-list {
        padding-left: 20px !important;
        padding-right: 20px !important;
  }


  .lightbox-title h1 {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        font-size: 18px;
        padding: 0 10px 10px;
  }

  .row.bibeltexter .col-lg-8{
      padding: 0;
      margin: 0;
      float: left;
  }

  .row.bibeltexter .export-options{
       margin-top: 0px !important;
  }

  .row.bibeltexter .export-options {
        margin-top: 0px !important;
        width: 160px;
        display: inline-block;
        float: none;
        margin-bottom: 10px;
  }
  .lightbox-title .bibeltexter.row {
    width: 100%;
    margin: 0;

  }
  .row.bibeltexter .col-lg-8 {
    width: 100%;
    padding-bottom: 10px
  }
  .row.bibeltexter .col-lg-8 h1 {
    float: none !important;
    margin: 0 auto;
  }
  .lightbox-content-title {
    font-size: 18px;
  }
  .lightbox-content-text p,
  .ligtbox-content-description {
    font-size: 14px;
  }
  .text-author {
    font-size: 12px;
  }


  .export-options-links {
      float: left !important;
      clear: both !important;
  }

  .mfp-wrap {
    top: 0;
  }

  .login-form,
  .signup-church-form,
  .signup-form,
  .signup-form #form-signup .lightbox-subtitle,
  .signup-church-form #signup-church-form .lightbox-subtitle,
  .login-form #login-form .lightbox-subtitle {
    width: 100%;
  }

  .signup-form #form-signup .lightbox-subtitle,
  .signup-church-form #signup-church-form .lightbox-subtitle,
  .login-form #login-form .lightbox-subtitle {
    padding: 0 10px;
  }

  .signup-form #form-signup .lightbox-subtitle span,
  .signup-church-form #signup-church-form .lightbox-subtitle span,
  .login-form #login-form .lightbox-subtitle span {
    width: 100%;
    display: inline-block;
  }

  .mfp-bg {
    height: 100% !important;
  }

  .login-form #login-form > .row,
  .signup-church-form #signup-church-form > .row,
  .signup-form #form-signup > .row {
    margin: 0;
  }

  .login-form .auth-clients li .auth-title,
  .signup-form .auth-clients li .auth-title,
  .signup-church-form .auth-clients li .auth-title {
    font-size: 14pt;
  }

  .login-form .register-btn,
  .signup-form .register-btn,
  .signup-church-form .register-btn,
  .login-form .back-to-login-btn,
  .signup-form .back-to-login-btn,
  .signup-church-form .back-to-login-btn {
    margin-top: 15px;
  }

  .highlight picture {
    max-height: 325px;
  }
  .profile-nav {
    float: left;
  }
  .profile-nav .wrapper-dropdown-3 {
    position: relative;
    width: 120px;
    margin: 0 auto;
    padding: 10px;
    padding-left: 30px;
    height: 45px;
    background: #f0f1f1;
    border-radius: 7px 0 0 7px;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: sofiapromedium;
    font-size: 13px;
    color: #000;
  }
  .profile-nav .wrapper-dropdown-3:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    width: 0;
    height: 0;
    margin-right: 10px;
    top: 25% !important;
    color: #000;
    float: right;
  }
  .nav .navtoogle:after {
    top: 25%;
    font-size: 16px;
  }
  .profile-nav .wrapper-dropdown-3:before {
    font-family: fontawesome;
    content: "\f007";
    font-size: 18px;
    position: absolute;
    width: 0;
    height: 0;
    margin-right: 10px;
    top: 25% !important;
    left: 10px;
    color: #000;
  }
  .profile-nav .wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .profile-nav a.user-name {
    color: #000;
    text-decoration: none;
    line-height: 1em;
  }
  .search-bar {
    width: 87px;
    display: inline-block;
    float: right;
    margin-left: 3px;
    position: relative;
  }
  .search-bar input {
    border: none;
    background: #f1f1f1;
    padding: 9px 23px 9px 9px;
    border-radius: 0 7px 7px 0;
    width: 100%;
    font-family: sofiapromedium;
    font-size: 16px;
    height: 45px;
  }
  .search-bar input:focus {
    outline: none;
  }
  .search-bar button {
    position: absolute;
    top: 10px;
    right: 5px;
    border: none;
    background: transparent;
    width: 20px;
  }
  .search-bar button:before {
    font-family: fontawesome;
    content: "\f002";
    font-size: 14px;
    width: 0;
    height: 0;
    top: 50%;
    color: #000;
  }
  .container.text div.inner h3 {
    font-size: 24px;
  }
  .container.text div.inner span {
    font-size: 16px;
  }
  header {
    transition: top 0.2s ease-in-out;
  }
  header .site-header-main .container {
    width: 100%;
    padding: 0;
  }
  header .branding {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    margin-right: 40px;
    margin-top: 25px;
    float: left;
  }
  header .branding img {
    max-width: 200px;
  }
  header .navigation-row {
    padding: 0 0.9375rem 25px;
    width: 100%;
    float: right;
    position: relative;
    display: block;
  }
  header .navigation-row nav.nav,
  header .navigation-row .profile-nav,
  header .navigation-row .search-bar {
    width: 29%;
    float: left;
    margin: 0 1% 0 0;
  }
  header .navigation-row nav.nav .navtoogle,
  header .navigation-row .profile-nav .navtoogle,
  header .navigation-row .search-bar .navtoogle {
    width: 100%;
    margin: 0;
    display: block;
  }
  header .navigation-row nav.nav ul,
  header .navigation-row .profile-nav ul,
  header .navigation-row .search-bar ul {
    max-height: 0em;
    overflow: hidden;
    width: 100%;
    background: #e5231b;
    position: absolute;
    margin-left: -0.9375rem;
    list-style: none;
  }
  header .navigation-row nav.nav ul li,
  header .navigation-row .profile-nav ul li,
  header .navigation-row .search-bar ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  header .navigation-row nav.nav ul li a,
  header .navigation-row .profile-nav ul li a,
  header .navigation-row .search-bar ul li a {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: sofiapromedium;
    font-weight: 100;
    font-size: 12pt;
  }
  header .navigation-row nav.nav .navtoogle.active ul,
  header .navigation-row .profile-nav .navtoogle.active ul,
  header .navigation-row .search-bar .navtoogle.active ul {
    overflow: visible;
  }
  /*header .navigation-row nav.nav .active + ul,*/
  /*header .navigation-row .profile-nav .active + ul,*/
  /*header .navigation-row .search-bar .active + ul {*/
    /*max-height: 30em;*/
    /*overflow: hidden;*/
    /*transition: max-height 0.4s;*/
  /*}*/
  header .navigation-row .profile-nav {
    width: 40%;
    margin: 0;
  }
  header .navigation-row .profile-nav .wrapper-dropdown-3 {
    width: 100%;
    border-radius: 0;
    padding-top: 13px;
  }
  header .navigation-row .search-bar {
    width: 29%;
    float: right;
    margin: 0 0 0 1%;
  }
  .nav-down {
    top: -157px;
  }
  #banner-container {
    margin-top: 150px;
  }
  /*#banner-container #top-banner .banner {*/
    /*padding-bottom: 0;*/
    /*padding-bottom: 5vw;*/
  /*}*/
  #banner-container #top-banner .banner picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  #banner-container #top-banner .banner picture img {
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  #banner-container #top-banner .banner .banner-content {
    /*position: relative;*/
    width: 90%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-top: 10%;
  }
  #banner-container #top-banner .banner .banner-content-wrapper .banner-content {
    margin-top: 20%;
  }
  .container div.inner {
    padding: 20px 0;
  }
  #banner-container #top-banner .banner .banner-content h1 {
    font-size: 14pt;
    margin-bottom: 5px;
    margin-top: 0;
  }
  #banner-container #top-banner .banner .banner-content .top-banner-subtitle {
    font-size: 10pt;
  }
  #banner-container #top-banner .banner .banner-content .next-section-arrow a::after {
    font-size: 4em;
    top: -15px;
  }
  #three-highlights .highlight {
    width: 100%;
  }
  #three-highlights .highlight .highlight-content h3 {
    font-size: 1.5rem;
  }
  #site-content .flow-template .sunday-filters {
    height: auto;
  }
  #site-content .flow-template .sunday-filters .goto-flow {
    display: block;
    float: left;
  }
  #site-content .flow-template .sunday-filters .goto-flow .goto-flow-title {
    font-weight: normal;
    font-size: 11pt;
    width: 100%;
    text-align: center;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items {
    display: flex;
    display: -webkit-flex;
    height: auto;
    align-items: center;
    flex-flow: row;
    -webkit-flex-flow: row;
    float: left;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items a {
    width: 50%;
    margin: 10px 0 0;
    cursor: unset;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items a .goto-flow-item {
    margin: 0 auto;
    cursor: pointer;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items .goto-flow-separator {
    height: 2px;
    margin: 10px 0 0;
    width: 100%;
    background: linear-gradient(to right, transparent 50%, #e2e2e2 50%);
    background-size: 16px 2px, 100% 2px;
  }
  #site-content .flow-template .sunday-filters .flow-filter {
    width: 100%;
    margin: 20px 0 40px;
  }
  #site-content .flow-template .sunday-filters .flow-filter .flow-filter-title {
    font-weight: normal;
    font-size: 11pt;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  #site-content .flow-template .sunday-filters .flow-filter .select-grey {
    display: block;
    max-width: 180px;
    height: 40px;
  }
  #site-content .flow-template .sunday-filters .flow-filter .select-grey select.grey-float {
    padding: 10px 40px 10px 20px;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .drag-lable {
    width: 100%;
    float: left;
    left: 0;
    position: relative;
    order: 2;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options {
    order: 1;
    float: left;
    width: 100%;
    height: 30px;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-links {
    float: right;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-title {
    float: left;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item {
    margin-left: 0px;
    margin-top: 20px;
  }

  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info {
    top: 2px;
    left: 7%;
    text-align: left;
  }

  #site-content .flow-template .sunday-content #wallmessages .message-item:before {
    left: 5px;
    width: 4px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item:after {
    left: 0;
    width: 15px;
    height: 15px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info .flow-title,
  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info .flow-subtitle {
    font-size: 11pt;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list .ajax-popup-link {
    left: 35px;
    font-size: 18pt;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list:after {
    left: 7px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner {
    margin-left: 25px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head {
    padding-left: 10px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head a .user-detail h5 {
    font-size: 10pt;
    margin-bottom: 10px;
    width: 80%;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head a .user-detail:after {
    margin-right: 8px;
    line-height: normal;
  }
  /*#site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .section-hidden {*/
    /**/
  /*}*/
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner:after {
    left: -17px;
    border-width: 7px;
    /*border-right: 10px solid #e7f2f6;*/
    border-right-width: 10px;
  }

  #site-content .flow-template .sunday-content #wallmessages .message-item .section-content-block {
    margin-right: 0;
    width: 100%;
    flex: initial;
  }

  #site-content #categories-list,
  #site-content #themes-categories {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: 0 -0.5em;
    padding: 25px 0;
  }
  #site-content #categories-list h1,
  #site-content #themes-categories h1 {
    font-size: 18pt;
  }

  body .main-container > .container:not(.losgodis-widget)  {
    margin-top: 150px !important;
  }

  .sidebar-menu.right .top-part {
    height: 105px;
  }

  #site-content #categories-list .theme-category,
  #site-content #themes-categories .theme-category {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: 0.5em;
    margin-bottom: 15px;
  }
  .scrollToTop {
    right: 50px;
    bottom: 70px;
    z-index: 1500;
  }
  footer {
    padding: 2rem 0;
  }
  footer #footer-content {
    padding-top: 0;
  }
  footer #footer-content .widget-one,
  footer #footer-content .widget-two,
  footer #footer-content .widget-three {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #article-index .list-view .type-post {
    width: 100%;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-content-block {
    margin-left: 2%;
    margin-right: 2%;
  }
  .section-content-block .fa-heart-o,
  .section-content-block .fa-heart {
    line-height: normal;
    position: relative;
    top: 4px;
  }
  .section-inner .export-options-title {
    position: relative;
    top: 0px;
  }
  .user-detail img {
    height: 14px;
  }
  .content-icon {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -10px;
    margin-bottom: 0;
  }
  .remove-section i {
    position: absolute;
    top: 13px;
    right: 20px;
  }
  .select-grey.year-dropdown {
    right: 10px;
    margin-top: 15px;
  }
  .user-detail::after {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .user-detail::after {

  }
  .content-icon {
    margin-top: 0;
  }
  .select-grey.year-dropdown select.grey-float {
    padding: 3px 15px 3px 5px;
  }
  .export-options-links img {
    height: 17px;
  }
  .content-song-name {
    font-size: 18px;
  }
  #themes-categories div.theme-category .inner-block .cat-picture-container,
  #categories-list div.theme-category .inner-block .cat-picture-container {
    /*max-height: 105px;*/
  }
  /*Om gustjanst*/
  .om-gudstjanst #banner-container #top-banner .banner .banner-content h1 {
    font-size: 18pt;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 225vw;
    overflow: hidden;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content .top-banner-subtitle {
    font-size: 16px;
    text-align: left;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content .top-banner-text {
    font-size: 16px;
    text-align: left;
  }
  .om-gudstjanst button.blue-float {
    padding: 5px 20px 5px;
    font-size: 12pt;
  }
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 545%;
    max-width: 545%;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content {
    margin-top: 5%;
  }
  .om-gudstjanst #site-content h1 {
    font-size: 18pt;
  }
  .om-gudstjanst .omgudstjanst .blocks-wrapper .block-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .om-gudstjanst .container.text .flow-blocks {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .om-gudstjanst .container.text .section-list.message-item .section-inner.disabled-group {
    margin-left: 0;
  }
  .om-gudstjanst .section-list.message-item .message-head {
    text-align: left;
  }
  .om-gudstjanst .section-list .section-content .section-content-block {
    width: 100%;
    padding: 0 2%;
  }
  .om-gudstjanst .omgudstjanst .blocks-wrapper .block-item {
    width: 100%;
    padding: 0 2.5%;
    margin-bottom: 25px;
  }
  .om-gudstjanst .message-item .message-head .user-detail h5 {
    font-size: 14px;
  }

  /*End Om Gudstjanst*/
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 480%;
    max-width: 480%;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 200vw;
    overflow: hidden;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  .om-gudstjanst .omgudstjanst .blocks-wrapper .block-item {
    width: 50%;
    padding: 0 2.5%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .om-gudstjanst .section-list .section-content .section-content-block {
    display: flex;
    display: -webkit-flex;
    width: 50%;
    padding: 0 2%;
    position: relative;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 350%;
    max-width: 350%;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 125vw;
    overflow: hidden;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content h1 {
    font-size: 28px;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content .top-banner-subtitle {
    font-size: 18px;
    text-align: left;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content .top-banner-text {
    text-align: left;
  }
  .om-gudstjanst #banner-container #top-banner .banner .banner-content {
    top:40%;
  }
  .om-gudstjanst #site-content h1 {
    font-size: 26pt;
  }
  .om-gudstjanst .container div.inner {
    padding: 40px 0;
  }
  .om-gudstjanst .container.text .flow-blocks {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 480px) and (max-width: 736px) {
  body .mobile {
    display: block;
  }

  body header #second-nav-search-bar.desktop {
    display: none;
  }

  .search-result-wrapper .search-item {
    width: calc(100% / 1 - 1%);
  }

   .addsection-preloader.white-popup-block{
       width: 90% !important;
       max-width: 90% !important;
   }

   .lightbox-content-wrapper.ligtbox-content-list {
        padding-left: 20px !important;
        padding-right: 20px !important;
   }

  .lightbox-title h1 {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
  }

  .login-form .col-lg-8,
  .signup-form .col-lg-8,
  .signup-church-form .col-lg-8 {
    width: 66.666667%;
    margin: auto;
  }

  .profile-nav {
    float: left;
  }
  .profile-nav .wrapper-dropdown-3 {
    position: relative;
    width: 120px;
    margin: 0 auto;
    padding: 10px;
    padding-left: 30px;
    height: 45px;
    background: #f0f1f1;
    border-radius: 7px 0 0 7px;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: sofiapromedium;
    font-size: 13px;
    color: #000;
  }
  .profile-nav .wrapper-dropdown-3:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 14px;
    width: 0;
    /*height: 0;*/
    margin-right: 10px;
    top: 20%;
    color: #000;
    float: right;
  }
  .profile-nav .wrapper-dropdown-3:before {
    font-family: fontawesome;
    content: "\f007";
    font-size: 18px;
    position: absolute;
    width: 0;
    /*height: 0;*/
    margin-right: 10px;
    top: 20%;
    left: 10px;
    color: #000;
  }
  .profile-nav .wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .profile-nav a.user-name {
    color: #000;
    text-decoration: none;
    line-height: 2em;
  }
  .search-bar {
    width: 87px;
    display: inline-block;
    float: right;
    margin-left: 3px;
    position: relative;
  }
  .search-bar input {
    border: none;
    background: #f1f1f1;
    padding: 9px 23px 9px 9px;
    border-radius: 0 7px 7px 0;
    width: 100%;
    font-family: sofiapromedium;
    font-size: 16px;
    height: 45px;
  }
  .search-bar input:focus {
    outline: none;
  }
  .search-bar button {
    position: absolute;
    top: 10px;
    right: 5px;
    border: none;
    background: transparent;
    width: 20px;
  }
  .search-bar button:before {
    font-family: fontawesome;
    content: "\f002";
    font-size: 14px;
    width: 0;
    height: 0;
    top: 50%;
    color: #000;
  }
  .container.text div.inner h3 {
    font-size: 24px;
  }
  .container.text div.inner span {
    font-size: 16px;
  }
  header {
    transition: top 0.2s ease-in-out;
  }
  header .site-header-main .container {
    width: 100%;
    padding: 0;
  }
  header .branding {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    margin-right: 40px;
    margin-top: 25px;
    float: left;
  }
  header .branding img {
    max-width: 200px;
  }
  header .navigation-row {
    padding: 0 0.9375rem 25px;
    width: 100%;
    float: right;
    position: relative;
    display: block;
  }
  header .navigation-row nav.nav,
  header .navigation-row .profile-nav,
  header .navigation-row .search-bar {
    width: 29%;
    float: left;
    margin: 0 1% 0 0;
  }
  header .navigation-row nav.nav .navtoogle,
  header .navigation-row .profile-nav .navtoogle,
  header .navigation-row .search-bar .navtoogle {
    width: 100%;
    margin: 0;
    display: block;
  }
  header .navigation-row nav.nav ul,
  header .navigation-row .profile-nav ul,
  header .navigation-row .search-bar ul {
    max-height: 0em;
    overflow: hidden;
    width: 100%;
    background: #e5231b;
    position: absolute;
    margin-left: -0.9375rem;
    list-style: none;
  }
  header .navigation-row nav.nav ul li,
  header .navigation-row .profile-nav ul li,
  header .navigation-row .search-bar ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  header .navigation-row nav.nav ul li a,
  header .navigation-row .profile-nav ul li a,
  header .navigation-row .search-bar ul li a {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: sofiapromedium;
    font-weight: 100;
    font-size: 12pt;
  }
  header .navigation-row nav.nav .navtoogle.active ul,
  header .navigation-row .profile-nav .navtoogle.active ul,
  header .navigation-row .search-bar .navtoogle.active ul {
    overflow: visible;
  }
  /*header .navigation-row nav.nav .active + ul,*/
  /*header .navigation-row .profile-nav .active + ul,*/
  /*header .navigation-row .search-bar .active + ul {*/
    /*max-height: 30em;*/
    /*overflow: hidden;*/
    /*transition: max-height 0.4s;*/
  /*}*/
  header .navigation-row .profile-nav {
    width: 40%;
    margin: 0;
  }
  header .navigation-row .profile-nav .wrapper-dropdown-3 {
    width: 100%;
    border-radius: 0;
    padding-top: 13px;
  }
  header .navigation-row .search-bar {
    width: 29%;
    float: right;
    margin: 0 0 0 1%;
  }
  .nav-down {
    top: -157px;
  }
  #banner-container {
    margin-top: 150px;
  }
  /*#banner-container #top-banner .banner {*/
    /*padding-bottom: 0;*/
  /*}*/
  #banner-container #top-banner .banner picture {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  #banner-container #top-banner .banner picture img {
    width: 100%;
    max-width: 100%;
    position: absolute;
  }
  #banner-container #top-banner .banner .banner-content {
    position: absolute;
    width: 90%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-top: 10%;
    /*margin-top: 4%;*/
  }
  #banner-container #top-banner .banner .banner-content-wrapper .banner-content {
    margin-top: 15%;
  }
  #banner-container #top-banner .banner .banner-content h1 {
    font-size: 18pt;
  }
  #banner-container #top-banner .banner .banner-content .top-banner-subtitle {
    font-size: 12pt;
  }
  #banner-container #top-banner .banner .banner-content .next-section-arrow a::after {
    font-size: 4em;
  }
  #three-highlights .highlight {
    width: 100%;
  }
  #three-highlights .highlight .highlight-content h3 {
    font-size: 1.5rem;
  }
  #site-content .flow-template .sunday-filters {
    height: auto;
  }
  #site-content .flow-template .sunday-filters .goto-flow {
    display: block;
    float: left;
    width: 100%;
  }
  #site-content .flow-template .sunday-filters .goto-flow .goto-flow-title {
    font-weight: normal;
    font-size: 11pt;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: space-between;
    justify-content: left;
    float: left;
    margin: 0 -10px;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items a {
    width: 25%;
    cursor: unset;
    padding: 0 10px;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items a .goto-flow-item {
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items a:nth-of-type(4n) {
    page-break-after: always; /* CSS 2.1 syntax */
    break-after: always;
  }
  #site-content .flow-template .sunday-filters .goto-flow-items .goto-flow-separator {
    height: 2px;
    margin: 10px 0;
    width: 100%;
    background: linear-gradient(to right, transparent 50%, #e2e2e2 50%);
    background-size: 16px 2px, 100% 2px;
  }
  #site-content .flow-template .sunday-filters .flow-filter {
    width: 50%;
    margin: 13px 0 40px;
  }
  #site-content .flow-template .sunday-filters .flow-filter .flow-filter-title {
    display: none;
  }
  #site-content .flow-template .sunday-filters .flow-filter .select-grey {
    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    padding-left: 10px;
  }
  #site-content .flow-template .sunday-filters .flow-filter .select-grey select.grey-float {
    padding: 10px 40px 10px 20px;
    background: #fff;
    z-index: 90;
    height: 40px;
    max-height: 40px;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .drag-lable {
    width: 50%;
    position: relative;
    left: 0;
    margin-top: 0;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    margin-top: 0;
    flex-direction: column;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-links {
    width: 100%;
    order: 2;
    text-align: right;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-title {
    width: 100%;
    order: 1;
    margin-top: 0;
    text-align: right;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item {
    margin-left: 90px;
    margin-top: 20px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item:before {
    left: 15px;
    width: 4px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item:after {
    left: 10px;
    width: 15px;
    height: 15px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info {
    right: 100%;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info .flow-title,
  #site-content .flow-template .sunday-content #wallmessages .message-item .flow-info .flow-subtitle {
    font-size: 9pt;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list .ajax-popup-link {
    left: 35px;
    font-size: 18pt;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list:after {
    left: 7px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner {
    margin-left: 35px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head {
    padding-left: 10px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head a .user-detail h5 {
    font-size: 9pt;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .message-head a .user-detail:after {
    margin-right: 15px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner .section-hidden,
  #site-content .flow-template .sunday-content #wallmessages .message-item .section-list .section-inner:after {
    left: -17px;
    border-width: 9px;
  }
  #site-content #categories-list,
  #site-content #themes-categories {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -0.5em;
    padding: 25px 0;
  }
  #site-content #categories-list h1,
  #site-content #themes-categories h1 {
    font-size: 18pt;
  }
  #site-content #categories-list .theme-category,
  #site-content #themes-categories .theme-category {
    display: flex;
    display: -webkit-flex;
    padding: 0.5em;
    width: 50%;
    margin-bottom: 15px;
  }
  #site-content #categories-list .theme-category .inner-block,
  #site-content #themes-categories .theme-category .inner-block {
    width: 100%;
  }
  .scrollToTop {
    right: 50px;
    bottom: 70px;
  }
  footer {
    padding: 2rem 0;
  }
  footer #footer-content {
    padding-top: 0;
  }
  footer #footer-content .widget-one,
  footer #footer-content .widget-two,
  footer #footer-content .widget-three {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #article-index .list-view .type-post {
    width: 47.5%;
  }
  .section-content {
    width: 102%;
    right: 1%;
  }
  .section-content-block {
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .section-content .section-content-block .content-header {
    padding: 10px;
  }
  .section-content .content-video .content-header {
    padding: 0 0 10px;
  }
  .img-title, .content-video .content-title {
    padding-left: 10px;
    padding-top: 10px;
  }
  .content-video-wrapper .play-image {
    font-size: 30px;
    top: 30%;
  }
  .type-img .content-owner, .content-video .content-owner {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-song-name,
  .content-song-performed {
    font-size: 14px;
  }
  .type-pdf img, .content-podcast img {
    width: 70px;
  }
  .user-detail img {
    height: 15px;
    margin-left: 4px;
  }
  .content-video .content-title {
    font-size: 14px;
  }
  .content-icon {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .remove-section i {
    position: absolute;
    top: 35px;
    right: 0px;

  }
  .user-detail::after {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .select-grey.year-dropdown {
    right: 40px;
  }
  .export-options-links img {
    height: 15px;
  }
  .export-options-title {
    font-size: 12px;
  }
  .section-hidden .export-options {
    width: 150px;
  }
  .section-content-block .fa-heart-o
  .section-content-block .fa-heart {
    line-height: normal;
  }
  .section-content-block .content-header {
    font-size: 13px;
  }
  .section-hidden {
    padding: 10px;
  }
  .section-content-block {
    margin-bottom: 10px;
  }
  .message-item .section-inner, .lightbox-wrapper .section-inner {
    padding-bottom: 20px;
  }
  .section-hidden .export-options {
    margin-top: -5px;
  }
  .section-content-block .content-footer .fa-heart-o,
  .section-content-block .content-footer .fa-heart {
    margin-top: 3px;
  }
  .export-options-title {
    margin-top: 5px;
  }
  .row.bibeltexter .export-options {
    margin-top: 25px;
  }
  .lightbox-title .export-options {
    width: 145px;
  }
  .lightbox-title .bibeltexter.row {
    margin: 0 20px;
  }
  .lightbox-content-title {
    font-size: 22px;
  }
  .lightbox-content-block .lightbox-content-text {
    font-size: 16px;
  }
  #themes-categories div.theme-category .inner-block .cat-picture-container,
  #categories-list div.theme-category .inner-block .cat-picture-container {
    /*max-height: 105px;*/
  }
  /*Om Gudstjanst*/
  .om-gudstjanst #banner-container #top-banner .banner .banner-content {
    top: 35%;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 80vw;
    overflow: hidden;
  }
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 200%;
    max-width: 400%;
  }
  .om-gudstjanst .text.om-gudstjanst button.blue-float {
    display: block;
    margin: 10px auto 0;
  }
  .om-gudstjanst .omgudstjanst .blocks-wrapper {
    margin-left: -5%;
  }
  .om-gudstjanst .omgudstjanst .blocks-wrapper .block-item {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 25px;
  }
  .om-gudstjanst #site-content h1 {
    font-size: 30pt;
  }
  .om-gudstjanst .container.text .section-list.message-item .section-inner.disabled-group {
    margin-left: 0;
  }
  .om-gudstjanst .section-list .section-content .section-content-block {
    width: 50%;
    padding: 0 2%;
    margin-bottom: 30px;
  }
  /*End Om Gudstjanst*/
}

/* Regular Tablets from 480 to 800px including Galaxy tablets - 768px is only good for iPad */
@media screen and (min-width: 737px) and (max-width: 800px) {
  .search-result-wrapper .search-item {
    width: calc(100% / 2 - 1%);
  }
  header .menu-three-block {
    top: 140px;
  }
  .login-form .col-lg-8,
  .signup-form .col-lg-8,
  .signup-church-form .col-lg-8 {
    width: 66.666667%;
    margin: auto;
  }

  .container {
    width: 720px;
    max-width: 720px;
  }
  header .branding {
    float: none;
    display: block;
    max-width: 250px;
    margin: 20px auto 0;
  }
  header .navigation-row {
    display: inline-block;
    float: left;
    width: 100%;
  }
  header .navigation-row nav.nav {
    margin: 18px 3px 0 0;
  }
  header .navigation-row nav.nav ul {
    margin-top: 0;
  }
  header .navigation-row nav.nav ul li {
    margin-bottom: 0;
  }
  header .navigation-row nav.nav ul li a {
    padding: 13px 15px;
    font-size: 12pt;
  }
  header .navigation-row #second-nav-search-bar {
    margin-bottom: 20px;
  }
  #banner-container {
    margin-top: 140px;
  }
  #banner-container #top-banner .banner picture img {
    width: 100%;
    max-width: 100%;
  }
  #banner-container #top-banner .banner .banner-content {
    top: 45%;
    width: 90%;
  }
  #banner-container #top-banner .banner .banner-content h1 {
    font-size: 28pt;
  }
  #banner-container #top-banner .banner .banner-content .next-section-arrow a::after {
    font-size: 50pt;
  }
  .highlight {
    max-height: 185px;
  }
  .highlight .highlight-content {
    font-size: 12pt;
  }
  .highlight .highlight-content h3 {
    font-size: 16pt;
  }
  div.select-grey {
    min-width: 225px;
  }
  div.select-grey select.grey-float,
  div.select-grey div.grey-float {
    padding: 5px 30px;
    text-align: center;
  }
  button.grey-float {
    padding: 10px;
    min-width: 165px;
  }
  #site-content .flow-template .sunday-filters {
    height: auto;
  }
  #site-content .flow-template .sunday-filters .container {
    display: table;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow {
    display: table-cell;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-title {
    text-align: left;
    margin-bottom: 5px;
    width: auto;
    clear: both;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: space-between;
    justify-content: left;
    float: left;
    margin: 0 -5px 20px;
    clear: left;
    width: 100%;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a {
    width: 16%;
    cursor: unset;
    padding: 0 5px;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a .goto-flow-item {
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    height: 35px;
    padding: 7px;
    font-size: 8pt;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items .goto-flow-separator {
    margin: 0 5px;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter {
    width: auto;
    float: right;
    padding-bottom: 27px;
    display: table-cell;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .flow-filter-title {
    font-weight: normal;
    width: auto;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
    float: none;
    font-size: 11pt;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey {
    clear: left;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey select.grey-float {
    padding: 10px 40px 10px 20px;
    font-size: 10pt;
  }
  #site-content .flow-template .flow-info {
    right: 107.5%;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-links,
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-title {
    width: auto;
    float: left;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .drag-lable {
    top: 40px;
    right: 0;
    left: auto;
  }
  #site-content #categories-list,
  #site-content #themes-categories {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -0.5em;
    padding: 25px 0;
  }
  #site-content #categories-list .theme-category,
  #site-content #themes-categories .theme-category {
    display: flex;
    display: -webkit-flex;
    padding: 0.5em;
    width: 33.3%;
    margin-bottom: 15px;
  }
  #site-content #categories-list .theme-category .inner-block,
  #site-content #themes-categories .theme-category .inner-block {
    width: 100%;
  }
  #site-content #categories-list .theme-category .inner-block h4,
  #site-content #themes-categories .theme-category .inner-block h4 {
    font-size: 11pt;
  }
  #site-content #categories-list h1,
  #site-content #themes-categories h1 {
    padding: 8px;
    font-size: 22pt;
  }
  footer #footer-content {
    padding-top: 0;
  }
  footer #footer-content .widget-one {
    margin-top: 0;
  }
  footer #footer-content .widget-one p img:first-of-type {
    margin-top: 0;
  }
  .scrollToTop {
    right: 70px;
    bottom: 90px;
  }
  #article-index .list-view .type-post {
    width: 30.5%;
  }
  .content-song-name,
  .content-song-performed {
    font-size: 14px;
  }
  .section-content-block .content-header {
    font-size: 12px;
  }
  .type-pdf img, .content-podcast img {
    width: 70px;
  }
  .section-content .section-content-block .content-header {
    padding: 10px;
  }
  .section-content .content-video .content-header {
    padding: 0 0 10px;
  }
  .img-title, .content-video .content-title {
    padding-left: 10px;
    padding-top: 10px;
  }
  .content-video-wrapper .play-image {
    font-size: 30px;
    top: 30%;
  }
  .type-img .content-owner, .content-video .content-owner {
    margin-left: 10px;
    margin-right: 10px;
  }
  #themes-categories div.theme-category .inner-block .cat-picture-container,
  #categories-list div.theme-category .inner-block .cat-picture-container {
    /*max-height: 108px;*/
  }
  .lightbox-left-title,
  .lightbox-right-title {
    font-size: 14px;
  }
  .lightbox-subtitle {
    font-size: 16px;
  }
  .lightbox-wrapper {
    margin-top: 30px;
  }
  .lightbox-wrapper .message-head .user-detail h5 {
    font-size: 12px;
  }
  .lightbox-wrapper .content-icon {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -10px;
  }
  .lightbox-wrapper .content-icon img {
    height: 13px;
  }
  .lightbox-title h1 {
    font-size: 22px;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 65vw;
    overflow: hidden;
  }
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 160%;
    max-width: 400%;
  }
  .om-gudstjanst .message-item .section-inner {
    margin-left: 0;
  }
  .om-gudstjanst #site-content h1 {
    font-size: 30pt;
  }
}
/* Desktops and Laptops */
@media screen and (min-width: 801px) and (max-width: 1024px) {

    #categories-list .special-description {
        padding: 0 10px;
    }

    #categories-list h1 {
        padding: 10px 10px;
    }

  header .branding {
    margin-right: 0;
    margin-top: 23px;
    max-width: 20%;
  }
  header .branding img {
    width: 100%;
    max-width: 100%;
  }
  header .navigation-row {
    display: inline-block;
    float: right;
  }
  header .navigation-row nav.nav {
    margin: 0 70px 0 0;
  }
  header .navigation-row nav.nav ul li {
    margin-bottom: 0;
  }
  header .navigation-row nav.nav ul li a {
    font-size: 12pt;
    padding: 31px 10px;
  }
  header .navigation-row #second-nav-search-bar .profile-nav .wrapper-dropdown-3 {
    border-radius: 7px 0 0 7px;
  }

  #banner-container #top-banner .banner .banner-content {
    top: 45%;
    width: 90%;
  }
  #banner-container #top-banner .banner .banner-content .next-section-arrow a::after {
    font-size: 50pt;
  }
  .highlight {
    /*max-height: 185px;*/
  }
  .highlight .highlight-content {
    font-size: 12pt;
  }
  .highlight .highlight-content h3 {
    font-size: 16pt;
  }
  div.select-grey {
    min-width: 225px;
  }
  div.select-grey select.grey-float,
  div.select-grey div.grey-float {
    padding: 5px 30px;
    text-align: center;
  }
  button.grey-float {
    padding: 10px;
    min-width: 165px;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a .goto-flow-item {
    font-size: 9pt;
    width: 75px;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .flow-filter-title {
    font-weight: normal;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey .grey-float {
    padding: 10px 40px 8px 20px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item::after {
    left: -25px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item::before {
    left: -18px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list a {
    left: 5px;
  }
  #site-content #categories-list,
  #site-content #themes-categories {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -0.5em;
    padding: 25px 0;
  }
  #site-content #categories-list .theme-category,
  #site-content #themes-categories .theme-category {
    display: flex;
    display: -webkit-flex;
    padding: 0.5em;
    width: 25%;
    margin-bottom: 15px;
  }
  #site-content #categories-list .theme-category .inner-block,
  #site-content #themes-categories .theme-category .inner-block {
    width: 100%;
  }
  #site-content #categories-list .theme-category .inner-block h4,
  #site-content #themes-categories .theme-category .inner-block h4 {
    font-size: 11pt;
  }
  #site-content #categories-list h1,
  #site-content #themes-categories h1 {
    padding: 8px;
    font-size: 22pt;
  }
  footer #footer-content {
    padding-top: 0;
  }
  footer #footer-content .widget-one {
    margin-top: 0;
  }
  footer #footer-content .widget-one p img:first-of-type {
    margin-top: 0;
  }
  .scrollToTop {
    right: 70px;
    bottom: 90px;
  }
  div.select-grey select.grey-float option {
    font-size: 0.7rem;
    text-align: left;
  }
  .create-content-form,
  .update-content-form {
    min-height: 300px;
  }
  .create-content-form .content-type > div,
  .update-content-form .content-type > div {
    font-size: 11pt;
  }
  .content-header .content-song-name {
    font-size: 18px;
  }
  .lightbox-left-title,
  .lightbox-right-title {
    font-size: 14px;
  }
  .lightbox-subtitle {
    font-size: 16px;
  }
  .lightbox-wrapper {
    margin-top: 30px;
  }
  .lightbox-wrapper .message-head .user-detail h5 {
    font-size: 12px;
  }
  .lightbox-wrapper .content-icon {
    float: left;
    width: 100%;
    position: relative;
    margin-left: -10px;
  }
  .lightbox-wrapper .content-icon img {
    height: 13px;
  }
  .lightbox-title h1 {
    font-size: 22px;
  }
  .om-gudstjanst #banner-container #top-banner .banner {
    padding-bottom: 55vw;
  }
  .om-gudstjanst #banner-container #top-banner .banner picture img {
    width: 135%;
    max-width: 135%;
  }
  .om-gudstjanst .message-item .section-inner {
    margin-left: 0;
  }
}
@media only screen and (min-width: 801px) and (max-width: 991px) {
  .search-result-wrapper .search-item {
    width: calc(100% / 3 - 1%);
  }

  header .branding {
    margin: 18px auto 0;
    margin-right: auto;
    width: 255px;
    float: none;
    display: block;
  }

  .login-form .col-lg-8,
  .signup-form .col-lg-8,
  .signup-church-form .col-lg-8 {
    width: 66.666667%;
    margin: auto;
  }

  header .navigation-row {
    width: 100%;
    float: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  #banner-container {
    margin-top: 122px;
  }
  #site-content .flow-template .sunday-filters {
    height: auto;
  }
  #site-content .flow-template .sunday-filters .container {
    display: table;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow {
    display: table-cell;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-title {
    text-align: left;
    margin-bottom: 5px;
    width: auto;
    clear: both;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: space-between;
    justify-content: left;
    float: left;
    margin: 0 -5px 20px;
    clear: left;
    width: 100%;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a {
    width: 16%;
    cursor: unset;
    padding: 0 5px;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a .goto-flow-item {
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    height: 35px;
    padding: 7px;
    font-size: 8pt;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items .goto-flow-separator {
    margin: 0 5px;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter {
    width: auto;
    float: right;
    padding-bottom: 27px;
    display: table-cell;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .flow-filter-title {
    font-weight: normal;
    width: auto;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
    float: none;
    font-size: 11pt;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey {
    clear: left;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey select.grey-float {
    padding: 10px 40px 10px 20px;
    font-size: 10pt;
  }
  #site-content .flow-template .flow-info {
    right: 107.5%;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-links,
  #site-content .flow-template .sunday-content #wallmessages .flow-header .export-options .export-options-title {
    width: auto;
    float: left;
  }
  #site-content .flow-template .sunday-content #wallmessages .flow-header .drag-lable {
    top: 40px;
    right: 0;
    left: auto;
  }
  #themes-categories div.theme-category .inner-block .cat-picture-container,
  #categories-list div.theme-category .inner-block .cat-picture-container {
    /*max-height: 110px;*/
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

  header .branding {
    max-width: 21%;
    margin-right: 20px;
    margin-top: 25px;
  }
  header .branding img {
    width: 100%;
    max-width: 100%;
  }
  header nav.nav {
    margin-right: 20px;
  }
  header nav.nav li a.nav-link,
  header nav.nav li a {
    font-size: 13pt;
    padding: 30px 10px;
  }
  #banner-container #top-banner .banner picture img {
    width: 100%;
    max-width: 100%;
  }
  #banner-container #top-banner .banner .banner-content {
    width: 90%;
    top: 45%;
  }
  .highlight {
    max-height: 250px;
  }
  #site-content .flow-template .sunday-filters .container .goto-flow .goto-flow-items a .goto-flow-item {
    font-size: 9pt;
    width: 75px;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .flow-filter-title {
    font-weight: normal;
  }
  #site-content .flow-template .sunday-filters .container .flow-filter .select-grey .grey-float {
    padding: 5px 40px 8px 20px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item::after {
    left: -25px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item::before {
    left: -18px;
  }
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list a {
    left: 5px;
  }
  div.select-grey select.grey-float option {
    font-size: 0.8rem;
    text-align: left;
  }
  .section-content-block .content-header {
    font-size: 13px;
  }
  .content-header .content-song-name {
    margin-top: 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  /*#banner-container #top-banner .banner picture img {*/
    /*width: 100%;*/
    /*max-width: 100%;*/
  /*}*/
  #banner-container #top-banner .banner .banner-content {
    width: 90%;
    top: 45%;
  }
}

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

  .content.search h1, h1.main-home-title{
    font-size: 18pt;
  }

  .highlight .highlight-content .datepicker {
    min-width: 280px;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }

  .highlight-content .datepicker-dropdown.datepicker-orient-left:before,
  .highlight-content .datepicker-dropdown.datepicker-orient-left:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .highlight .highlight-content .datepicker table.table-condensed {
    width: 100%;
  }

  .highlight .highlight-content .datepicker * {
    font-size: 104%;
  }

  .create-content-form .row.song,
  .update-content-form .row.song {
    display: block;
  }

  .create-content-form .media-wrapper,
  .update-content-form .media-wrapper {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  .row.song {
    margin-left: 0;
  }

  .row.song .col-md-6 {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  #site-content .flow-template .sunday-content #wallmessages .message-item .action-list .ajax-popup-link {
    visibility: hidden;
  }

  #site-content .flow-template .sunday-content #wallmessages .flow-header .drag-lable,
  .section-content-addnew {
    display: none;
  }

    #categories-list .special-description {
        padding: 0 10px;
    }

    #categories-list h1 {
        padding: 10px 10px;
    }

}


