/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2014 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
  font-family: 'Lora', 'Times New Roman', serif;
  letter-spacing: 0.01em;
  font-size: 15px;
  color: #404040;
  background: #F5F5F5;
}

p {
  line-height: 1.5;
  margin: 20px 0;
}
p a {
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5 h1, h2, h3, h4, h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
  margin-top: 0;
}

p + h2 {
  margin-top: 20px;
}

.h1,.h2,.h3,.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.015em;
}

h1 {
  font-size: 34px;
  font-weight: 300;
}

.h2,
h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}
.h3,
h3 {
  font-size: 20px;
  line-height: 1.25;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
	margin-top: 40px;
}
a {
  color: #404040;
}
a:hover,
a:focus {
  color: #0085a1;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}

blockquote {
  color: #808080;
  font-style: italic;
}

article hr {
  margin: 40px 0;
  background: #eee;
  border-color: #eee;
}

.navbar-default {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav>li>a {

  padding: 10px;
}
.navbar-default .navbar-brand {
  font-weight: 400;
  padding: 5px 15px;
  cursor: pointer !important;
}
.navbar-default .nav li a {
  font-size: 13px;
  font-weight: 400;
  color: #0085a1;
}
@media only screen and (min-width: 1024px) {
  .navbar-default {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-default .navbar-brand {
    font-weight: 300;
    padding: 9px 20px;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.6);
  }
  /* .navbar-default .nav li a {
    padding: 20px 12px !important;
  } */
  .navbar-default .nav li a:hover,
  .navbar-default .nav li a:focus
   {
    color: rgba(0, 0, 0, 0.6);
  }
}


/* @media only screen and (min-width: 1170px) {
  .navbar-default {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-default.is-fixed {

    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-default.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-default.is-fixed .navbar-brand:hover,
  .navbar-default.is-fixed .navbar-brand:focus {
    color: #0085a1;
  }
  .navbar-default.is-fixed .nav li a {
    color: #999;
  }
  .navbar-default.is-fixed .nav li a:hover,
  .navbar-default.is-fixed .nav li a:focus {
    color: #0085a1;
  }
  .navbar-default.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
} */



.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 10px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
  .intro-header {
    margin-bottom: 50px;
  }

}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 10px 0 25px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}

.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
  border: 1px solid #ddd;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: white;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #0085a1;
}





.breadcrumbs {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-left:  30px; 
  margin-bottom: 60px;
}
.breadcrumbs li {
  float: left;
    font-style: italic;
  font-size: 16px;
  margin-right: 10px;
}
.breadcrumbs li a {
  float: left;
  margin-right: 10px;
  text-decoration: underline;
}

.navbar-nav .navbar-nav {
  display: none;
} 



@media only screen and (min-width: 1024px) {
.navbar-nav .navbar-nav li {
  width: 100%;
  float: left;
}
.navbar-nav .navbar-nav a {
  
  padding: 8px 10px !important;
  float: left;
  width: 100% !important;
}
}


/* .navbar-nav li:hover,
.navbar-nav li.selected {
  background: #fff;
} */

@media only screen and (min-width: 1024px)  {
.navbar-nav li:hover .navbar-nav {
  display: block;
  position: absolute;
  background: #fff;
  margin: 0;
  border: 1px solid #DEDEDE;
  width: 100%;
  min-width: 250px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
  transform: translateX(-50%);
    left: 50%;
  box-shadow: 0 2px 3px rgba(0,0,0,.26);
}

.navbar-nav li:hover .navbar-nav::before {
  content: ' ';
    top: -9px;
    left: calc(50% - 8px);
    width: 0;
    position: absolute;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #DEDEDE;
}
.navbar-nav li:hover .navbar-nav::after {
  content: ' ';
    top: -8px;
    left: calc(50% - 8px);
    width: 0;
    position: absolute;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
}


.sidebar,
.search {
  float: left;
  width: 100%;

  padding-left: 20px;
  margin-top: 8.3rem;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.15),0 1px 5px 0 rgba(0,0,0,.12);
}

.sidebar {
  margin-top: 30px; 
}

.navbar {
  max-width: 1170px;
  margin: 0 auto;
}

/* .navbar .nav .nav {
  padding: 10px 0;
  background: #eee;
} */

a {
  color: #0085a1;
}

a:hover {
  text-decoration: none;
}

article:last-child .article__line {
  display: none;
}

/*.nav--sub {
  margin-top: 30px;
}*/

/* .navbar-nav li a,
.nav--sub li a {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 5px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-nav ul,
.nav--sub ul {
  margin-left: 10px;
}

.nav--sub > li {
  border-bottom: 1px solid #eee;
}
.nav--sub li li,
.nav--sub > ul li:last-child {
  border: none;
}

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

.nav--sub .nav--sub .nav--sub {
  margin-bottom: 5px;
}

.nav--sub .nav--sub li a  {

  font-size: 12px;
  line-height: 15px;
  padding: 5px 5px 5px 10px;
} */



article img {
	float: left;
	max-width: 100%;
}

.musik article img {
  margin-right: 1rem;
}

.nav--sub .nav--sub {
  margin-top: 0;
}

.navbar-default .nav li.ancestor > a,
.navbar-default .nav li.selected > a,
.nav--sub > li.ancestor > a,
.nav--sub > li.selected > a {
  font-weight: 600;
}



.sidebar .nav li {
  width: 100%;
}

.container article {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 30px;
  margin: 20px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.15),0 1px 5px 0 rgba(0,0,0,.12);
}

@media only screen and (max-width: 767px)  {
  .container article {
    padding: 20px;
  }
}

h2:empty + h4  {
  margin-top: 0;
}

.bg--white {
  background: #fff;
}
.pos--fixed {
  position: fixed;
}

.w--100 {
  width: 100%;
}

.header {
  z-index: 999;
  width: 100%;

  position: fixed;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.15),0 1px 5px 0 rgba(0,0,0,.12);

}

@media only screen and (min-width: 1024px)  {
  .header  {
    height: 90px;
  }
}


input,
select {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  padding: 5px;
}

input[type="submit"]{
  width: auto;
}
.checkbox-container {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
}

.checkbox-container input {
  width:  auto;
  margin-right: 1rem;
}

.radiowrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.radiowrapper input {
  width:  20px;
  margin-right: 2rem;
}

.search label {
  flex: left;
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #555;
}
.search input {
  width: 60%;
  float: left;
  margin-right: 5%;
}
.search input[type="submit"]{
  width: 35%;
  margin-right: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555;
}
h4 + p {
  margin-top: 0;
}


@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse.nav--mobile {
    display: none !important;
  }
}



@media only screen and (max-width: 768px) {
  .nav--desktop {
    display: hide !important;
  }
}

.search__count {
  margin-bottom: 4rem;
}

.suche ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__item {
  margin-bottom: 6rem;
}

.search__pager {
  float: right;
}
.search__prev {
  margin-right: 2rem;
}

.intro-header {
  padding-top: 5rem !important;
}

@media only screen and (min-width: 768px)  {
  .intro-header {
    padding-top: 9rem !important;
  }
  }

  .bxslider {
    overflow: hidden;
    height: 250px;
  }
.bxslider li {
  overflow: hidden;
}

.bxslider img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block !important;
  visibility: visible !important;
}

.navbar-brand {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555;
  font-size: 12px;
  line-height: 18px;
}



@media only screen and (min-width: 1024px)  {
.navbar-brand {
  font-size: 12px;
  line-height: 18px;
}
}

@media only screen and (min-width: 1200px)  {
  .navbar-brand {
    font-size: 18px;
    line-height: 26px;
  }
  }

@media only screen and (min-width: 768px) and (max-width: 880px) {


  .navbar-custom .nav li a {
    padding: 20px 12px;
  }
}

.bxslider {
  visibility: hidden;
}

figure {
  width: 100%;
  display: flex;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

p + ul {
  margin-top: -10px;
}

article ul li {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 1024px) {
.navbar-default .navbar-collapse {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
}
}
.meta {
  margin-right: 0.35rem;
}
.meta .nav li a {
  padding: 0.5em 1em;
  color: #999;
  font-size: 12px;
}

.meta .nav li a:hover, 
.meta .nav li.selected a {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px)  {
.navbar-brand {
  margin-top: 2rem;
}
}

@media only screen and (min-width: 1200px)  { 
  .navbar-brand {
    margin-top: 1rem;
  }
}
.navbar {
  background-color: #fff;
  border: none;
}

.filters form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 6rem;
}

.filters form div {
  display: flex;
  justify-content: space-between;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-end;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .filters form div {
    width: 23%;
  }
}

.filters form div:last-child {

  margin-top: 1rem;
}

.filters select {
  border-color: #9e9e9e;
  min-height: 33px;
}

.filters .bibelstellen input {
  margin-bottom: 2rem;
  border-color: #9e9e9e;
}


.filters form input[type="submit"] {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #555;
  border-color: #9e9e9e;
}

.filters .button  {
  margin-bottom: 2rem;
}



.lieder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lieder > p {
  width: 100%;
}

.lieder .lied {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .lieder .lied {
    width: 49%;
  } 
}

label, select, option, .tag-category {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.tag-category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;

}
.tag-category + ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: flex-end;

}
.tag-category + ul li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #eee;
  font-size: 12px;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}

.tag-category + ul li:first-child {
  display: none;
}


.lied {
  cursor: pointer;
  padding: 1rem !important;
  transition: 0.2s all ease;;
}

.lied:hover {
  box-shadow: 0 7px 18px 0 rgba(0,0,0,.14), 0 6px 10px -3px rgba(0,0,0,.15), 0 1px 17px 0 rgba(0,0,0,.12);
}

.lied h2 {
  margin: 0 !important;
}

.lied-container {
  display: none;

}

.lied.is-active .lied-container {
  display: block;
  margin-top: 2rem;
}

.tag-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container-text {
  align-items: flex-start;
  flex-wrap: wrap;
}
.container-text p {
  margin-top: 0;
  /* max-width: 60%; */
  text-align: right;
}
.search-head {
  width: 100%;
}
.wysiwyg-field {
  flex-wrap: wrap;
}

.wysiwyg-field .tag-category {
  width: 100%;
}
.button  {
     margin: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #555;
    border-color: #9e9e9e;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.filters {
  width: 100%;
}

iframe {
    width:  100%;
    background:  #fff;
    height: 800px;
    border:  none;
}

.most-searched {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.most-searched h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}
.most-searched a {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #0085a1;
  border-radius: 1000px;
  color: #fff;
  font-size: 16px;
  transition: 0.2s all ease;
  text-align: center;
}

@media only screen and (max-width: 767px)  {
  .most-searched  {
    justify-content: space-between;
  }
  .most-searched a {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.most-searched a:hover {
  opacity: 0.8;
}

.kacheln {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: justify-between;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.kacheln a {
  width: 48%;
  background: #fff;
  padding: 30px 30px;
  margin: 20px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.15),0 1px 5px 0 rgba(0,0,0,.12);
}




@media only screen and (max-width: 1023px)  {
  .navbar-default .navbar-collapse.only-mobile  {
    flex-wrap: wrap;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
    position: fixed;
    background-color: white;
    width: 100%;
    left: 0;
  }

  .navbar-default .navbar-collapse.only-mobile .meta,
  .navbar-default .navbar-collapse.only-mobile .nav  {
    width: 100%;
    margin: 0;
  }

  .navbar-default .navbar-collapse.only-mobile .meta li a,
  .navbar-default .navbar-collapse.only-mobile > ul > li > a  {
    padding: 1rem 1.5rem !important; 
    border-bottom: 1px solid #eee;
  }

  .navbar-default .navbar-collapse.only-mobile .meta {
margin-top: 2rem;
  }

  .navbar-default .navbar-collapse.only-mobile > ul > li ul {
    transform: translateX(100%);
    transition: 0.2s all ease-in-out;
    display: block !important;
    width: 100%;
    position: fixed;

  }


  .navbar-default .navbar-collapse.only-mobile .meta li a,
  .navbar-default .navbar-collapse.only-mobile .nav li a {
    padding: 1rem 1.5rem !important; 
  }

  .navbar-default .navbar-collapse.only-desktop  {
    display: none !important;
  }

  .is-open {
 
    padding: 0 0.5rem;
    background-color: white;
  
    transform: translateX(0) !important;
    z-index: 10;
    height: 100%;
  }
}

@media only screen and (min-width: 1024px)  {
  .navbar-default .navbar-collapse.only-desktop  {
    display: flex !important;
  }

  .navbar-default .navbar-collapse.only-mobile  {
    display: none !important;
  }
}

.flex  {
  display: flex;
}

.flex-wrap  {
  flex-wrap: wrap;
}

.flex-col  {
  flex-direction: column;
}

.ml-auto {
  margin-left: auto;
}

.w-100 {
  width: 100%;
}

.download-entry {
  padding: 0.5rem 0;
  border-bottom: 1px solid #333;
}
.download-title {
  width: 100%;
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: bold;
  margin-right: 2rem;
}
.download-files {
 
}

.download-files a {
  margin-left: 2rem;
}

.collection {
  margin-bottom: 5rem;
}

a.disabled {
  text-decoration: line-through;
  pointer-events: none;
}

.form-container {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  width: 500px;
  max-width: 90vw;
  padding: 3rem 2rem;
  background-color: white;
  z-index: 100;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}

.form-close {
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.download-form {
  fieldset {
    display: flex;
    flex-direction: column;
  }
}

.justify-between {
  justify-content: space-between;
}

.policy {
  font-size: 14px;
}  

.navbar-brand > img{
  width: 100%;
  height: 35px;
  margin-top: 4px;
  cursor: pointer !important;
} 

@media only screen and (min-width: 1024px) {
  .navbar-brand > img{
    margin-top: 7px;
    height: 52px;
  } 
}

.collection-28 .ml-auto span {
  visibility: hidden;
} 