/* 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, 11. März 2026 07:40:31 */
/* 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;
}
/* cmsms stylesheet: Gmueserei_Forms modified: Mittwoch, 11. März 2026 08:09:39 */
/* Forms CSS Gmueserei Sissach */

/***********************************/
/* form Foundation.css             */
/***********************************/
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display:block;
  box-sizing:border-box;
  /*! width:100%; */height:2.4375rem;
  margin:0 0 1rem;
  padding:.5rem;
  border:1px solid #cacaca;
  border-radius:0;
  background-color:#fefefe;
  box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);
  font-family:inherit;
  font-size:1rem;
  font-weight:400;
  color:#0a0a0a;
  -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition:box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline:none;
  border:1px solid #8a8a8a;
  background-color:#fefefe;
  box-shadow:0 0 5px #cacaca;
  -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition:box-shadow .5s,border-color .25s ease-in-out
}
textarea {
  max-width:100%
}
textarea[rows] {
  height:auto
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#cacaca
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#cacaca
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color:#cacaca
}
input::placeholder,
textarea::placeholder {
  color:#cacaca
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color:#e6e6e6;
  cursor:not-allowed
}
[type=button],
[type=submit] {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:1
}
input[type=search] {
  box-sizing:border-box
}
[type=checkbox],
[type=file],
[type=radio] {
  margin:0 0 1rem
}
[type=checkbox]+label,
[type=radio]+label {
  display:inline-block;
  vertical-align:baseline;
  margin-left:.5rem;
  margin-right:1rem;
  margin-bottom:0
}
[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor:pointer
}
label>[type=checkbox],
label>[type=radio] {
  margin-right:.5rem
}
[type=file] {
  width:100%
}
label {
  display:block;
  margin:0;
  font-size:.875rem;
  font-weight:400;
  line-height:1.8;
  color:#0a0a0a
}
label.middle {
  margin:0 0 1rem;
  padding:.5625rem 0
}
.help-text {
  margin-top:-.5rem;
  font-size:.8125rem;
  font-style:italic;
  color:#0a0a0a
}
.input-group {
  display:table;
  width:100%;
  margin-bottom:1rem
}
.input-group>:first-child,
.input-group>:last-child>* {
  border-radius:0 0 0 0
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin:0;
  white-space:nowrap;
  display:table-cell;
  vertical-align:middle
}
.input-group-label {
  padding:0 1rem;
  border:1px solid #cacaca;
  background:#e6e6e6;
  color:#0a0a0a;
  text-align:center;
  white-space:nowrap;
  width:1%;
  height:100%
}
.input-group-label:first-child {
  border-right:0
}
.input-group-label:last-child {
  border-left:0
}
.input-group-field {
  border-radius:0;
  height:2.5rem
}
.input-group-button {
  padding-top:0;
  padding-bottom:0;
  text-align:center;
  width:1%;
  height:100%
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height:2.5rem;
  padding-top:0;
  padding-bottom:0;
  font-size:1rem
}
.input-group .input-group-button {
  display:table-cell
}
fieldset {
  margin:0;
  padding:0;
  border:0
}
legend {
  max-width:100%;
  margin-bottom:.5rem
}
.fieldset {
  margin:1.125rem 0;
  padding:1.25rem;
  border:1px solid #cacaca
}
.fieldset legend {
  margin:0;
  margin-left:-.1875rem;
  padding:0 .1875rem;
  background:#fefefe
}
select {
  height:2.4375rem;
  margin:0 0 1rem;
  padding:.5rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:1px solid #cacaca;
  border-radius:0;
  background-color:#fefefe;
  font-family:inherit;
  font-size:1rem;
  line-height:normal;
  color:#0a0a0a;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin:content-box;
  background-position:right -1rem center;
  background-repeat:no-repeat;
  background-size:9px 6px;
  padding-right:1.5rem;
  -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition:box-shadow .5s,border-color .25s ease-in-out
}
@media screen and (min-width:0\0) {
  select {
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
  }
}
select:focus {
  outline:none;
  border:1px solid #8a8a8a;
  background-color:#fefefe;
  box-shadow:0 0 5px #cacaca;
  -webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition:box-shadow .5s,border-color .25s ease-in-out
}
select:disabled {
  background-color:#e6e6e6;
  cursor:not-allowed
}
select::-ms-expand {
  display:none
}
select[multiple] {
  height:auto;
  background-image:none
}
.is-invalid-input:not(:focus) {
  border-color:#cc4b37;
  background-color:#f9ecea
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color:#cc4b37
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color:#cc4b37
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color:#cc4b37
}
.form-error,
.is-invalid-input:not(:focus)::placeholder,
.is-invalid-label {
  color:#cc4b37
}
.form-error {
  display:none;
  margin-top:-.5rem;
  margin-bottom:1rem;
  font-size:.75rem;
  font-weight:700
}
.form-error.is-visible {
  display:block
}
.button {
  display:inline-block;
  vertical-align:middle;
  margin:0 0 1rem;
  padding:.85em 1em;
  -webkit-appearance:none;
  border:1px solid transparent;
  border-radius:0;
  -webkit-transition:background-color .25s ease-out,color .25s ease-out;
  transition:background-color .25s ease-out,color .25s ease-out;
  font-size:.9rem;
  line-height:1;
  text-align:center;
  cursor:pointer;
  background-color:#1779ba;
  color:#fefefe
}
[data-whatinput=mouse] .button {
  outline:0
}
.button:focus,
.button:hover {
  background-color:#14679e;
  color:#fefefe
}
.button.tiny {
  font-size:.6rem
}
.button.small {
  font-size:.75rem
}
.button.large {
  font-size:1.25rem
}
.button.expanded {
  display:block;
  width:100%;
  margin-right:0;
  margin-left:0
}
.button.primary {
  background-color:#1779ba;
  color:#fefefe
}
.button.primary:focus,
.button.primary:hover {
  background-color:#126195;
  color:#fefefe
}
.button.secondary {
  background-color:#767676;
  color:#fefefe
}
.button.secondary:focus,
.button.secondary:hover {
  background-color:#5e5e5e;
  color:#fefefe
}
.button.success {
  background-color:#3adb76;
  color:#0a0a0a
}
.button.success:focus,
.button.success:hover {
  background-color:#22bb5b;
  color:#0a0a0a
}
.button.warning {
  background-color:#ffae00;
  color:#0a0a0a
}
.button.warning:focus,
.button.warning:hover {
  background-color:#cc8b00;
  color:#0a0a0a
}
.button.alert {
  background-color:#cc4b37;
  color:#fefefe
}
.button.alert:focus,
.button.alert:hover {
  background-color:#a53b2a;
  color:#fefefe
}
.button.hollow {
  border:1px solid #1779ba;
  color:#1779ba
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color:transparent
}
.button.hollow:focus,
.button.hollow:hover {
  border-color:#0c3d5d;
  color:#0c3d5d
}
.button.hollow.primary {
  border:1px solid #1779ba;
  color:#1779ba
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color:#0c3d5d;
  color:#0c3d5d
}
.button.hollow.secondary {
  border:1px solid #767676;
  color:#767676
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color:#3b3b3b;
  color:#3b3b3b
}
.button.hollow.success {
  border:1px solid #3adb76;
  color:#3adb76
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color:#157539;
  color:#157539
}
.button.hollow.warning {
  border:1px solid #ffae00;
  color:#ffae00
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color:#805700;
  color:#805700
}
.button.hollow.alert {
  border:1px solid #cc4b37;
  color:#cc4b37
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color:#67251a;
  color:#67251a
}
.button.disabled,
.button[disabled] {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color:#1779ba;
  color:#fefefe
}
.button.disabled.primary,
.button[disabled].primary {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color:#1779ba;
  color:#fefefe
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color:#767676;
  color:#fefefe
}
.button.disabled.success,
.button[disabled].success {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color:#3adb76;
  color:#0a0a0a
}
.button.disabled.warning,
.button[disabled].warning {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color:#ffae00;
  color:#0a0a0a
}
.button.disabled.alert,
.button[disabled].alert {
  opacity:.25;
  cursor:not-allowed
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color:#cc4b37;
  color:#fefefe
}
.button.dropdown:after {
  display:block;
  width:0;
  height:0;
  border:.4em inset;
  content:"";
  border-bottom-width:0;
  border-top-style:solid;
  border-color:#fefefe transparent transparent;
  position:relative;
  top:.4em;
  display:inline-block;
  float:right;
  margin-left:1em
}
.button.arrow-only:after {
  top:-.1em;
  float:none;
  margin-left:0
}




/***********************************/
/* custom styles                   */
/***********************************/

.button {
  display:inline-block;
  vertical-align:middle;
  margin:0 0 1rem;
  padding:.85em 1em;
  -webkit-appearance:none;
  border:1px solid b5151c;
  border-radius:1;
  -webkit-transition:background-color .25s ease-out,color .25s ease-out;
  transition:background-color .25s ease-out,color .25s ease-out;
  font-size:.9rem;
  line-height:1;
  text-align:center;
  cursor:pointer;
  background: #b5151c;
  color: #f4f1ed;
}

.button:hover {
  background: #2F6A32;
  color: #f4f1ed;
}
