/* Animations/Transforms */
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marqueeReverse {
  0% {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
/* Base borders, backgrounds and shadows and things */
/*#main.block_holder,*/
/*.page-header h1,*/
.item-image,
#container_header .wrapper960,
#container_spacer1 .wrapper960,
#container_top_modules .wrapper960,
#container_main .wrapper960,
#container_spacer3 .wrapper960 {
  -webkit-box-shadow: -1px 1px 14px #000000;
  -moz-box-shadow: -1px 1px 14px #000000;
  box-shadow: -1px 1px 14px #000000;
}
#body_bg {
  background-image: url("../../../images/template/bremgarten_2017_1_smaller.jpg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#container_header .wrapper960 {
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 2px 1px 3px 2px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-left-radius: 50px;
}
@media (max-width: 610px) {
  #container_header .wrapper960 {
    border-bottom-width: 0;
    border-right-width: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#container_slideshow_modules .wrapper960 {
  background-color: transparent;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 0 2px 3px 2px;
}
#container_spacer1 .wrapper960,
#container_spacer1b .wrapper960 {
  background-color: transparent;
  background-image: url("../../../images/template/menu_top_bg.jpg");
  background-repeat: repeat-y;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 2px;
  border-bottom: 10px solid rgba(192, 192, 192, 0.5);
}
#container_top_modules .wrapper960 {
  background-color: transparent;
  background-image: url("../../../images/template/wood_bg_smallert.jpg");
  background-repeat: repeat-y;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 1px 2px 2px;
}
#container_main .wrapper960 {
  background-color: transparent;
  background-image: url('../../../images/template/grillgitter-fanfare_25_smaller.jpg');
  background-repeat: repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-position: left center;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px 1px 2px 2px;
}
.page-header {
  border: none;
}
.page-header h1 {
  background-image: url('../../../images/template/site_title_bg.jpg');
  background-repeat: repeat-y;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: left center;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  text-shadow: 1px 2px 1px #000000;
}
#container_spacer3 .wrapper960 {
  background-color: transparent;
  background-image: url("../../../images/template/footer_bg-2.jpg");
  background-repeat: repeat-y;
  background-position: right center;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 2px 1px 3px 2px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
}
#container_spacer3 .wrapper960 .div4bg2 {
  background-image: url("../../../images/template/stereo.png");
  background-repeat: no-repeat;
  background-position: 5% 60%;
}
@media (max-width: 390px) {
  #container_spacer3 .wrapper960 .div4bg2 {
    -webkit-background-size: 29% 80%;
    -moz-background-size: 29% 80%;
    -o-background-size: 29% 80%;
    background-size: 29% 80%;
  }
}
@media (max-width: 490px) {
  #container_spacer3 .wrapper960 {
    background-image: url("../../../images/template/footer_bg-2-2.jpg");
  }
}
#container_spacer4 {
  background-image: url("../../../images/template/bg_smaller.jpg");
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#container_spacer4 .wrapper960 {
  background-color: transparent;
  background-image: url("../../../images/template/fuesse2_smaller-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: top center;
}
#wrapper_base-2 .moduletable {
  margin-top: 12px;
}
#wrapper_base-2 .moduletable-volt {
  margin-top: 0px;
}
#wrapper_base-2 div.moduletable.socialButtons {
  min-height: 73px;
}
@media (min-width: 768px) {
  #wrapper_base-2 div.moduletable.socialButtons.fbButton {
    text-align: left;
  }
}
#wrapper_base-2 div.moduletable.socialButtons.fbButton a {
  min-height: 64px;
  text-align: center;
  display: inline-block;
  background-color: #4273c8;
  color: white;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
}
#wrapper_base-2 div.moduletable.socialButtons.fbButton a:hover {
  background-color: #6a90d3;
}
#wrapper_base-2 div.moduletable.socialButtons.fbButton a p {
  display: inline-block;
}
@media (min-width: 768px) {
  #wrapper_base-2 div.moduletable.socialButtons.ytButton {
    text-align: right;
  }
}
#wrapper_base-2 div.moduletable.socialButtons.ytButton a {
  min-height: 75px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
}
#wrapper_base-2 div.moduletable.socialButtons.ytButton a:hover {
  background-color: #e6e6e6;
}
#wrapper_base-2 div.moduletable.socialButtons.ytButton a p {
  display: inline-block;
  padding: 5px;
  margin: 0;
}
#wrapper_base-2 div.moduletable.socialButtons.ytButton a span.fab {
  color: #e30046;
}
div.wrapper960 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li,
.list-bordered,
.list-striped {
  line-height: inherit;
}
.maincontent ul.list-bordered,
.maincontent ul.list-striped,
.maincontent ul.list-condensed {
  list-style: none;
  margin-left: 0;
}
#container_slideshow_modules.container {
  display: none;
}
@media (max-width: 767px) {
  #logo .span4 {
    width: 31.914893614%;
    *width: 31.861702124638%;
    width: 33.333%;
    float: left;
    margin-left: 0;
    *margin-left: 0;
  }
}
#logo img {
  min-height: 90px;
}
#logo .logo {
  text-align: center;
}
#logo .logo-left .vertical_aligner {
  padding-left: 4px;
}
@media (min-width: 741px) {
  #logo .logo-left .vertical_aligner {
    padding-left: 20px;
  }
}
#logo .logo-right {
  text-align: right;
}
#logo .logo-right .vertical_aligner {
  padding-right: 4px;
}
@media (min-width: 741px) {
  #logo .logo-right .vertical_aligner {
    padding-right: 20px;
  }
}
#logo .logo-left,
#logo .logo-right {
  display: table;
}
#logo .logo-left img,
#logo .logo-right img {
  opacity: 0.8;
}
@media (max-width: 870px) {
  #logo .logo-left img,
  #logo .logo-right img {
    opacity: 1;
    max-height: 65px;
    min-height: 0;
  }
}
#logo .vertical_aligner {
  display: table-cell;
  vertical-align: middle;
}
#container_header .wrapper960 {
  min-height: 152px;
  padding-top: 20px;
  margin-top: 10px;
}
#container_spacer1 .wrapper960,
#container_spacer1b .wrapper960 {
  height: 10px;
}
#container_spacer3 .wrapper960 .div4bg2 {
  min-height: 113px;
}
.custom.audioContainer,
.moduletable.audioContainer .custom {
  float: left;
  max-width: 45%;
}
.custom.audioContainer .avPlayerWrapper,
.moduletable.audioContainer .custom .avPlayerWrapper {
  margin: 0 !important;
}
.custom.audioContainer .avPlayerWrapper .avPlayerContainer,
.moduletable.audioContainer .custom .avPlayerWrapper .avPlayerContainer {
  margin: 0 !important;
}
.custom.audioContainer .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio,
.moduletable.audioContainer .custom .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
  min-width: 260px;
}
label.invalid,
input.invalid,
textarea.invalid {
  border: 1px solid red;
}
span.form-control-feedback {
  border: 1px solid red;
  color: red;
  font-style: italic;
  font-weight: bold;
  padding: 1rem;
}
.contact-form {
  max-width: 40%;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  width: 100%;
}
dl.contact-address dt {
  margin-top: 1em;
}
@media (max-width: 610px) {
  #container_header .wrapper960 {
    min-height: 0;
  }
  #container_slideshow_modules.container {
    display: block;
  }
  #container_slideshow_modules.container .top-1,
  #container_slideshow_modules.container .top-2 {
    width: 50% !important;
  }
  #container_slideshow_modules.container .aufkleber-rechts,
  #container_slideshow_modules.container .aufkleber-links {
    text-align: center;
  }
  #container_slideshow_modules.container .aufkleber-rechts img,
  #container_slideshow_modules.container .aufkleber-links img {
    height: 70px;
    width: 150px;
    opacity: 0.9;
  }
  #logo .AUTOHEIGHTLIMITER.span4 {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  #logo .logo-left,
  #logo .logo-right {
    display: none;
  }
  .custom.audioContainer,
  .moduletable.audioContainer .custom,
  .contact-form {
    float: none;
    max-width: 100%;
  }
  .contact-form {
    max-width: 100%;
    float: none;
  }
  .contact-form input,
  .contact-form textarea,
  .contact-form button {
    max-width: 90%;
  }
}
#container_copyright {
  text-align: center;
  padding-bottom: 50px;
}
#footermenu ul {
  margin: 0;
}
#body_bg {
  padding-top: 20px;
}
#container_spacer4 .wrapper960 {
  min-height: 120px;
}
#container_top_modules .wrapper960 {
  padding: 0;
}
.module_make_selection .module {
  float: none;
}
.module_make_selection .module_padding {
  padding: 0;
}
.module_make_selection .module_header h3 {
  font-family: 'Dancing Script', cursive;
  color: #fff;
}
.module_make_selection ul.nav-menu-mod-list {
  padding: 0;
}
.module_make_selection ul.nav-menu-mod-list li {
  display: inline-block;
  font-size: 17px;
  height: 31px;
  line-height: 31px;
  padding: 0;
  margin: 10px 0 0 0;
}
.module_make_selection ul.nav-menu-mod-list li a {
  display: block;
  margin: 0;
}
.module_make_selection ul.nav-menu-mod-list li .menu-title {
  background-color: #f6f1ee;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  height: 31px;
  line-height: 31px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-family: 'Economica', sans-serif;
  text-align: center;
}
@media (max-width: 1000px) {
  .module_make_selection ul.nav-menu-mod-list li .menu-title {
    letter-spacing: 2px;
  }
}
.module_make_selection ul.nav-menu-mod-list li .icon-star {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  vertical-align: top;
  font-size: 13px;
  height: 31px;
  line-height: 31px;
}
.module_make_selection ul.nav-menu-mod-list li .icon-star.before {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e30046;
}
.module_make_selection ul.nav-menu-mod-list li .icon-star.after {
  padding-left: 4px;
  padding-right: 10px;
  background-image: url("../../../images/template/make-selection_right_grey.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: left center;
  color: #000;
  width: 30px;
}
.module_make_selection ul.nav-menu-mod-list li:hover .icon-star.after,
.module_make_selection ul.nav-menu-mod-list li:active .icon-star.after,
.module_make_selection ul.nav-menu-mod-list li:focus .icon-star.after,
.module_make_selection ul.nav-menu-mod-list li.current.active .icon-star.after {
  background-image: url("../../../images/template/make-selection_right_red.png");
  color: #f6f1ee;
}
.module_make_selection ul.nav-menu-mod-list li:hover .menu-title,
.module_make_selection ul.nav-menu-mod-list li:active .menu-title,
.module_make_selection ul.nav-menu-mod-list li:focus .menu-title,
.module_make_selection ul.nav-menu-mod-list li.current.active .menu-title {
  background-color: #e30046;
  color: #fff;
}
.module_make_selection ul.nav-menu-mod-list li.current.active .icon-star.after {
  background-image: url("../../../images/template/make-selection_right_red.png");
  color: yellow;
  font-size: 16px;
}
.module_make_selection ul.nav-menu-mod-list li.current.active .icon-star.after:before {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.page-header {
  padding: 0 0 1em 0;
  margin: 0;
}
.page-header h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #f6f1ee;
  min-height: 54px;
  font-size: 26px;
  line-height: 46px;
  margin: 0;
  padding: 0 15px 0 20px;
}
.page-header.for-h2-untertitel {
  padding: 0;
}
.page-header.for-h2-untertitel h2 {
  background-color: #e30046;
  color: #f6f1ee;
  padding: 0.25em 15px 0.25em 15px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Economica', sans-serif;
  letter-spacing: 2px;
}
.maincontent {
  padding: 0;
  background: none;
}
div.div4backgroundcolor {
  background-color: #d7e0cf;
  padding: 15px;
}
div.div4backgroundcolor h3 {
  margin: 1em 0;
}
div.div4backgroundcolor h4 {
  font-weight: normal;
}
#main.block_holder {
  padding: 5px 10px;
}
#footer-1 {
  text-align: center;
}
#footer-1 h3 {
  color: #f6f1ee;
}
#footer-2 {
  text-align: center;
  color: #f6f1ee;
  background-color: transparent;
  border: none;
}
.item-image.pull-right {
  margin: 30px 0 15px 15px;
  width: 48%;
}
@media (max-width: 610px) {
  .item-image.pull-right {
    margin: 0 0 15px 0;
    width: 100%;
    float: none;
    box-shadow: none;
  }
}
.item-image.pull-right img {
  margin: 0 !important;
  width: 100%;
}
.item-image.pull-none {
  box-shadow: none;
  width: 100%;
}
.item-image.pull-none img {
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
div.j51thumbs div.gallery {
  text-align: center;
}
div.j51thumbs div.gallery a.j51Box {
  float: none;
  display: inline-block;
  background-color: transparent !important;
}
div.j51thumbs div.gallery a.j51Box img {
  border-radius: 100px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
div.j51thumbs .thumb-captions {
  display: inline-block;
  position: absolute;
  color: #000;
  background-color: #d7e0cf;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.8;
}
div.doctorsChoice {
  background-color: #d7e0cf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.doctorsChoice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.doctorsChoice li {
  display: inline-block;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 1px 14px #000000;
  -moz-box-shadow: -1px 1px 14px #000000;
  box-shadow: -1px 1px 14px #000000;
  text-shadow: 1px 2px 1px silver;
}
div.doctorsChoice .div4selection {
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f1ee;
}
div.doctorsChoice .div4label {
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.doctorsChoice .div4label .selectionCode {
  color: #fff;
  background-color: red;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  font-weight: bold;
  letter-spacing: 1px;
}
div.doctorsChoice .ICON {
  background-color: transparent;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  color: #000;
  vertical-align: top;
  font-size: 48px;
  height: 48px;
  width: 48px;
  line-height: 48px;
}
div.doctorsChoice .ICON.before {
  margin-right: -13.33333333px;
}
div.doctorsChoice .ICON.after {
  margin-left: -13.33333333px;
}
div.doctorsChoice div.band-and-song {
  display: inline-block;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0px;
}
div.doctorsChoice div.band-and-song p {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
div.doctorsChoice div.band-and-song p.band {
  border-bottom: 1px solid black;
  text-transform: uppercase;
}
.marquee {
  width: 100%;
  background-color: #e30046;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.marquee ul {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 45s linear infinite;
  animation-delay: 1.0s;
  animation-iteration-count: 10;
  animation-direction: alternate;
}
ul.sige {
  text-align: center;
}
ul.sige li {
  float: none;
}
.sige_thumb {
  margin: 0;
}
.shariff .orientation-horizontal {
  display: block;
  text-align: center;
}
.shariff .orientation-horizontal li {
  float: none;
  display: inline-block;
}
@media (max-width: 1000px) {
  .wrapper960 {
    width: 840px;
  }
}
@media (max-width: 870px) {
  .wrapper960 {
    width: 710px;
  }
}
@media (max-width: 740px) {
  .wrapper960 {
    width: 580px;
  }
}
@media (max-width: 610px) {
  .wrapper960 {
    width: 450px;
  }
}
@media (max-width: 490px) {
  .wrapper960 {
    width: 360px;
  }
}
@media (max-width: 390px) {
  .wrapper960 {
    width: 320px;
  }
}
@media (max-width: 340px) {
  .wrapper960 {
    width: 310px;
  }
}
