/* cmsms stylesheet: bandb_Gmueserei modified: Mittwoch, 6. März 2024 22:19:29 */
 /*dunkelgrau*/
 /*logogrün  #629b3e*/
 /*hellgrau*/
 /*logorot*/

/* Customcolors */
 /*hellbeige*/
 /*beige*/
 /*dunkelbraun*/
 /*logorot*/


body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #5d4a3e;
  background-color: #f4f1ed; /* Used if the image is unavailable */
/*
  background-image: url("/uploads/bandb_layoutpics/Gmueserei_bg.png"); /* The image used *
  height: 1080px; /* You must set a specified height *
  background-position-y: 200px; 
  background-repeat: no-repeat; /* Do not repeat the image *
  /*background-size: cover; /* Resize the background image to cover the entire container */
}

#header {
background-color: #f4f1ed;
}

#header h1 {
  padding-top: 1rem;
  margin-top: 0;
}
#header h1 a img {
background-color: #f4f1ed;
}

.Gcontent {
background-color: #f4f1ed;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #2F6A32;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #b5151c;
}

footer a {
  color: #629b3e;
  transition: all 0.2s ease;
}


h1 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1 a, h1 a:hover {
  color: #5d4a3e;
}

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
  /*text-transform: uppercase;*/
}


#sticky-logo a {
  /*transition: all 0.3s ease;*/
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #D2D2D0;
}
/*
.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}
*/
#sticky-logo a img {
  transition: height 0.3s ease;
  height: 0px;
  /*color: #D2D2D0;*/
}

.is-stuck #sticky-logo a img {
  display: block;
  height: 30px;
  /*padding-top: 1rem;*/
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #cfc9be;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #2F6A32 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #2F6A32 transparent transparent;
}

.divider {
  background: #cfc9be;
  margin: 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #5d4a3e;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #2F6A32;
}

.card-divider {
  background: #5d4a3e;
  color: #D2D2D0;
}

.button {
  background: #cfc9be;
  color: #2F6A32;
  border-radius: 5px;
}

.button:hover {
  background: #cfc9be;
  color: #f4f1ed;
}

.divider .button {
  background: #b5151c;
  color: #f4f1ed;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #b5151c;
  color: #5d4a3e;
}

footer {
  background: #5d4a3e;
  color: #D2D2D0;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #D2D2D0;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #D2D2D0;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* cmsms stylesheet: bandb_custom_Gmueserei modified: Mittwoch, 6. März 2024 22:26:29 */
/* Custom CSS Gmueserei Sissach */

/* Customcolors */
 /*hellbeige*/
 /*beige*/
 /*dunkelbraun*/
 /*logorot*/

/****************/
/* HEADER */
 header {
   background-image: url("/uploads/bandb_layoutpics/bg_header.png"); /* The image used */
   background-color: transparent; /* Used if the image is unavailable */
   height: 130px; /* You must set a specified height */
   background-position: right; /* Center the image */
   background-repeat: no-repeat; /* Do not repeat the image */
   background-size: cover; /* Resize the background image to cover the entire container */
 }

#logobox {
   display: inline-block;
   height: 100%;
   background-color: #f4f1ed;
}

/****************/
/* MAIN PAGE ELEMENTS */
.Gpagetitle {
 padding-bottom: 20px;
}



ul.menu a {
  font-weight: bold;
}

.Gcontent img.Gimage-left {
  float: left;  
  padding: 10px 0px 10px 20px;
}

.Gcontent img.Gimage-right {
  float: right;  
  padding: 10px 20px 10px 0px;
}

footer ul.menu li a {
  display: block;
  padding: .7rem 1rem .7rem 0;
  line-height: 1;
}

/****************/
/* TABLE DESIGN */

table {
  border: none;
  border-spacing: 0;
}

table thead {
  color: #000000;
  
}

table thead th,
table tbody td {
  border: 1px solid #5d4a3e;
}

table thead th {
  text-align: center;
  background-color: #d0c9bd;

}

table tbody td.firstcolumn {
  color: #000000;
  background-color: #d0c9bd;
}


/****************/
/* News */

#NewsPostDetailContainer {
  background-color: #fefefe;;
 padding: 0 10px;
 margin: 10px 0 30px 0;
}
