@font-face { 
font-family: Futura LT; 
src: url(https://www.budde-haus.de/wp-content/themes/buddehaus/fonts/Futura/Futura-LT.ttf); 
font-weight: normal; 
}
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* MEDIAQUERY */
/* GRADIENT */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* GENERAL */
/* line 7, ../sass/buddehaus.scss */
* {
  box-sizing: border-box;
}

/* line 11, ../sass/buddehaus.scss */
html, body {
  height: 100%;
}

/* line 15, ../sass/buddehaus.scss */
body {
  background-color: #CCCCCC;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  font-size: 14px;
}

/* line 22, ../sass/buddehaus.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 28, ../sass/buddehaus.scss */
.site {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 730px) {
  /* line 28, ../sass/buddehaus.scss */
  .site {
    /* height: auto;
    padding-bottom: 60px; */
  }
}

/* TEXTFORMATS */
/* MEDIAQUERY */
/* GRADIENT */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* line 5, ../sass/_text.scss */
body {
  	font-family: 'Futura LT', sans-serif;
 	line-height: 1.5em;
  	font-size: 15px;
	font-weight: 500;
  	color: #333333;
}

/* line 12, ../sass/_text.scss */
p {
  margin-bottom: 0.75em;
}

/* line 16, ../sass/_text.scss */
strong {
  font-weight: bold;
}

/* line 20, ../sass/_text.scss */
h1,
h2 {
  color: #e84e0f;
  font-size: 20px;
  margin-bottom: 0.75em;
  font-weight: bold;
  margin: 1em 0 0.75em;
}

.headline-image{
	margin-left: -30px !important;
}

/* line 29, ../sass/_text.scss */
h1 {
  font-size: 24px;
}

/* line 33, ../sass/_text.scss */
h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1a5031;
  margin: 1em 0 0.75em;
}

/* line 40, ../sass/_text.scss */
h4 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

/* line 46, ../sass/_text.scss */
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

/* line 52, ../sass/_text.scss */
.section-fullimage .headline-image img {
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 440px) {
  /* line 52, ../sass/_text.scss */
  .section-fullimage .headline-image img {
    width: 100%;
    height: auto;
  }
}

/* line 62, ../sass/_text.scss */
a {
  color: #e84e0f;
  text-decoration: none;
}

/* line 69, ../sass/_text.scss */
aside.sidebar h2 {
  font-size: 16px;
  font-weight: bold;
  color: #1a5031;
  margin: 0 0 0.75em;
}
/* line 76, ../sass/_text.scss */
aside.sidebar h3 {
  margin: 0;
}
/* line 80, ../sass/_text.scss */
aside.sidebar h3 a {
  font-size: 14px;
  color: #333333;
}

/* line 87, ../sass/_text.scss */
blockquote {
  font-size: 24px;
  margin: 0 0 10px;
}

/* line 94, ../sass/_text.scss */
.site-main ol {
  list-style: decimal inside;
}
/* line 98, ../sass/_text.scss */
.site-main ul {
  list-style: disc inside;
}
/* line 102, ../sass/_text.scss */
.site-main ol li, .site-main ul li {
  padding-left: 30px;
  text-indent: -15px;
  margin-bottom: 0.5em;
}

/* IMAGES IN CONTENT */
/* line 114, ../sass/_text.scss */
img.size-medium, figure.size-medium {
  width: 200px;
}
/* line 118, ../sass/_text.scss */
img.alignleft, figure.alignleft {
  float: left;
  margin-right: 20px;
}
/* line 123, ../sass/_text.scss */
img.alignright, figure.alignright {
  float: right;
  margin-left: 20px;
}

/* line 129, ../sass/_text.scss */
#kreativitaetswerkstatt img.size-medium,
#kreativitaetswerkstatt figure.size-medium {
  width: 100%;
  max-width: 100%;
}

/* line 137, ../sass/_text.scss */
.main-page-wrap figure figcaption {
  padding: 3px 0 6px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}

/* LAYOUTS */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* MEDIAQUERY */
/* GRADIENT */
/* line 5, ../sass/_layout.scss */
.row {
  display: block;
  *zoom: 1;
  /* margin: 0 -($basePadding); */
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 11, ../sass/_layout.scss */
.column {
  float: left;
  width: 100%;
  padding: 10px;
}

/* line 17, ../sass/_layout.scss */
.column-1 {
  width: 100%;
}

/* line 21, ../sass/_layout.scss */
.column-2 {
  width: 50%;
}
@media only screen and (max-width: 440px) {
  /* line 21, ../sass/_layout.scss */
  .column-2 {
    width: 100%;
  }
}

/* line 29, ../sass/_layout.scss */
.column-3 {
  width: 33.33%;
}
@media only screen and (max-width: 440px) {
  /* line 29, ../sass/_layout.scss */
  .column-3 {
    width: 100%;
  }
}

/* line 37, ../sass/_layout.scss */
.column-4 {
  width: 25%;
}
@media only screen and (max-width: 730px) {
  /* line 37, ../sass/_layout.scss */
  .column-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  /* line 37, ../sass/_layout.scss */
  .column-4 {
    width: 100%;
  }
}

/* line 49, ../sass/_layout.scss */
.column-5 {
  width: 20%;
}

/* line 53, ../sass/_layout.scss */
.column-6 {
  width: 16.665%;
}

/* line 57, ../sass/_layout.scss */
.head-banner {
  margin: 65px 0 0;
  width: 100%;
  height: 240px;
  background-image: url("../img/buddehaus-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 67, ../sass/_layout.scss */
.main-page-wrap {
  width: 960px;
  margin: -30px auto 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  min-height: 100%;
  padding: 30px 30px 70px;
  *zoom: 1;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.main-page-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 960px) {
  /* line 67, ../sass/_layout.scss */
  .main-page-wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 730px) {
  /* line 67, ../sass/_layout.scss */
  .main-page-wrap {
    padding: 20px;
  }
}

/* line 87, ../sass/_layout.scss */
.main-page-wrap > main.site-main {
  display: block;
  width: 75%;
  float: left;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 730px) {
  /* line 87, ../sass/_layout.scss */
  .main-page-wrap > main.site-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* line 100, ../sass/_layout.scss */
.main-page-wrap > aside {
  display: block;
  width: 25%;
  float: left;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 730px) {
  /* line 100, ../sass/_layout.scss */
  .main-page-wrap > aside {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 41px;
  }
}

/* line 113, ../sass/_layout.scss */
.main-page-wrap > aside > .widget {
  margin-bottom: 20px;
}

/* line 117, ../sass/_layout.scss */
.single-page-image {
  float: left;
  margin: 0 20px 10px 0;
}

/* line 122, ../sass/_layout.scss */
.loader-container {
  text-align: center;
}

/* line 126, ../sass/_layout.scss */
.loader-container img {
  width: auto;
  height: auto;
}

/* LIST VIEWS */
/* line 132, ../sass/_layout.scss */
.list-item {
  *zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.list-item:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 139, ../sass/_layout.scss */
.list-item-image {
  width: 33%;
  padding: 0 20px 0 0;
  float: left;
}

/* line 145, ../sass/_layout.scss */
.list-item-content {
  float: left;
  width: 67%;
}

/* line 150, ../sass/_layout.scss */
.list-item header h2 {
  font-size: 14px;
  color: #333333;
  margin: 0;
}

/* OVERLAY */
/* line 157, ../sass/_layout.scss */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1a5031;
  opacity: 0.95;
  z-index: 20;
}

/* HEADER */
/* line 45, ../sass/buddehaus.scss */
.site-header {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 10;
}

/* MENUS */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* line 3, ../sass/_menues.scss */
#desktop-nav-wrap {
  display: block;
  position: relative;
}
@media only screen and (max-width: 960px) {
  /* line 3, ../sass/_menues.scss */
  #desktop-nav-wrap {
    display: none;
  }
}

/* line 13, ../sass/_menues.scss */
#desktop-nav-wrap {
  /* MAIN MENU */
}
/* line 15, ../sass/_menues.scss */
#desktop-nav-wrap .menu-top-menue-container {
  width: 100%;
  color: #FFFFFF;
  background-color: #e84e0f;
  text-align: right;
  padding: 10px 0px;
  *zoom: 1;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#desktop-nav-wrap .menu-top-menue-container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 25, ../sass/_menues.scss */
#desktop-nav-wrap .menu-top-menue-container ul {
  padding-right: 10px;
  float: right;
}
/* line 30, ../sass/_menues.scss */
#desktop-nav-wrap .menu-top-menue-container ul li {
  float: left;
  border-left: 1px solid #FFFFFF;
  margin-right: 10px;
  padding-left: 10px;
}
/* line 37, ../sass/_menues.scss */
#desktop-nav-wrap .menu-top-menue-container ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 43, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container {
  position: relative;
  background-image: url("../img/Bogen.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 80px;
  padding: 10px 0 70px;
}
/* line 53, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container .logo-container {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -115px;
  width: 200px;
  height: 40px;
  overflow: hidden;
}
/* line 64, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container .logo-container img {
  margin: -20px 0 0;
}
/* line 68, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul {
  width: 960px;
  margin: 0 auto;
}
/* line 73, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li {
  display: block;
  float: left;
  position: relative;
}
/* line 79, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li.active,
#desktop-nav-wrap .menu-menue-startseite-container > ul > li.current-menu-ancestor {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../img/menu_active_bg.gif");
  background-size: 42px 16px;
}
/* line 87, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > a {
  display: block;
  padding: 15px;
}
/* line 92, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > a.active {
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* line 97, ../sass/_menues.scss 
#desktop-nav-wrap .menu-menue-startseite-container > ul > li:nth-child(2) {
  margin-right: 10%;
}*/
/* line 97, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li:nth-child(2) {
  margin-right: 20%; /* 20%, da Skulpturengarten ins Kunstgarten umbenannt*/
}
/* line 101, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li:nth-child(3) {
  margin-left: 10%;
}
/* line 105, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #e84e0f;
}
/* line 112, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > .sub-menu {
  position: absolute;
  left: 15px;
  top: 50px;
  display: none;
  background-color: #FFFFFF;
  text-align: left;
}
/* line 121, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > .sub-menu > li {
  border-top: 1px solid #999999;
}
/* line 125, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  color: #999999;
}
/* line 131, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li > .sub-menu > li > a:hover {
  color: #e84e0f;
}
/* line 135, ../sass/_menues.scss */
#desktop-nav-wrap .menu-menue-startseite-container > ul > li:hover > .sub-menu {
  display: block;
}

/* line 141, ../sass/_menues.scss */
.home #desktop-nav-wrap .menu-menue-startseite-container {
  background-size: 100% 130px;
  padding: 30px 0 100px;
}
/* line 146, ../sass/_menues.scss */
.home #desktop-nav-wrap .menu-menue-startseite-container .logo-container {
  top: 10px;
  height: auto;
}
/* line 151, ../sass/_menues.scss */
.home #desktop-nav-wrap .menu-menue-startseite-container .logo-container img {
  margin: 0;
}

/* MOBILE NAVIGATION */
/* line 159, ../sass/_menues.scss */
#mobile-nav-wrap {
  display: none;
  position: relative;
  height: 160px;
  background-image: url("../img/Bogen.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 160px;
}
@media only screen and (max-width: 960px) {
  /* line 159, ../sass/_menues.scss */
  #mobile-nav-wrap {
    display: block;
  }
}

/* line 175, ../sass/_menues.scss */
#mobile-nav-wrap.scrolled {
  height: 75px;
  background: none;
  background-color: #e84e0f;
  color: #FFFFFF;
}
@media only screen and (max-width: 960px) {
  /* line 175, ../sass/_menues.scss */
  #mobile-nav-wrap.scrolled {
    display: block;
  }
}

/* line 188, ../sass/_menues.scss */
#mobile-nav-wrap a.logo-container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 400px;
  padding: 20px 80px 10px;
}
@media only screen and (max-width: 440px) {
  /* line 188, ../sass/_menues.scss */
  #mobile-nav-wrap a.logo-container {
    width: 320px;
    padding: 20px 80px 10px;
  }
}

/* line 201, ../sass/_menues.scss */
#mobile-nav-wrap.scrolled a.logo-container {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 0 70px;
  width: 160px;
}

/* line 208, ../sass/_menues.scss */
#mobile-nav-wrap a.logo-container img#scrolled-image {
  display: none;
}

/* line 212, ../sass/_menues.scss */
#mobile-nav-wrap.scrolled a.logo-container img#not-scrolled-image {
  display: none;
}

/* line 216, ../sass/_menues.scss */
#mobile-nav-wrap.scrolled a.logo-container img#scrolled-image {
  display: block;
}

/* line 220, ../sass/_menues.scss */
#mobile-nav-wrap a#nav-hide-button,
#mobile-nav-wrap a#nav-show-button {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 36px;
}

/* line 228, ../sass/_menues.scss */
a#nav-hide-search,
#mobile-nav-wrap a.nav-show-search {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
}

/* line 236, ../sass/_menues.scss */
#mobile-nav-wrap.scrolled a#nav-show-button,
#mobile-nav-wrap.scrolled a.nav-show-search,
#mobile-nav-wrap a#nav-hide-button,
a#nav-hide-search {
  color: #FFFFFF;
}

/* line 243, ../sass/_menues.scss */
#toggle-container {
  display: none;
  width: 80%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #1a5031;
  color: #FFFFFF;
  /* overflow: auto; */
  padding-top: 60px;
}

/* line 256, ../sass/_menues.scss */
div.menu-menue-mobile-container {
  height: 90%;
  overflow: auto;
}

/* line 261, ../sass/_menues.scss */
#toggle-container ul.menu {
  text-align: left;
}

/* line 265, ../sass/_menues.scss */
#toggle-container ul.menu li a {
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #CCCCCC;
}

/* line 272, ../sass/_menues.scss */
#toggle-container ul.sub-menu > li > a {
  padding-left: 50px;
}

/* IMAGE SUBMENU STARTSEITE */
/* line 278, ../sass/_menues.scss */
.image-submenu-wrap a {
  display: block;
  text-decoration: none;
}

/* line 283, ../sass/_menues.scss */
.image-submenu-wrap a figcaption {
  clear: both;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #e84e0f;
  line-height: 1.5em;
  padding-top: 5px;
}

/* STARTSEITE */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* MEDIAQUERY */
/* GRADIENT */
/* line 5, ../sass/_startseite.scss */
section.section-fullpage {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-position: bottom center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-color: #FFFFFF;
}
@media only screen and (max-width: 730px) {
  /* line 5, ../sass/_startseite.scss */
  section.section-fullpage {
    height: initial;
  }
}

/* line 20, ../sass/_startseite.scss */
section#homepage {
  height: 100%;
}

@media only screen and (max-width: 730px) {
  /* line 24, ../sass/_startseite.scss */
  section.section-fullpage:last-child {
    padding-bottom: 60px;
  }
}

/* line 30, ../sass/_startseite.scss */
#homepage {
  height: 100%;
}

/* line 34, ../sass/_startseite.scss */
.parallax-window > img {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* line 41, ../sass/_startseite.scss */
div.content {
  position: absolute;
  top: 50%;
  /* height: $startContentHeight; */
  margin-top: -150px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  text-align: center;
}
@media only screen and (max-width: 730px) {
  /* line 41, ../sass/_startseite.scss */
  div.content {
    position: relative;
    top: 0;
    margin: 20px;
    width: auto;
  }
}

/* line 59, ../sass/_startseite.scss */
section.section-fullpage div.wrap,
section.interim-banner .image-submenu-wrap,
section.interim-banner div.wrap {
  padding: 20px;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  /* line 59, ../sass/_startseite.scss */
  section.section-fullpage div.wrap,
  section.interim-banner .image-submenu-wrap,
  section.interim-banner div.wrap {
    width: 100%;
  }
}

/* line 71, ../sass/_startseite.scss */
section.interim-banner div.wrap {
  text-align: center;
  color: #FFFFFF;
}

/* line 76, ../sass/_startseite.scss */
.homepage-gallery-wrap figure,
.image-submenu-wrap figure {
  line-height: 0;
  padding: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

/* line 84, ../sass/_startseite.scss */
section.interim-banner {
  width: 100%;
  background-color: #1a5031;
  padding: 20px;
}

/* line 90, ../sass/_startseite.scss */
section.interim-banner:last-child {
  margin-bottom: 41px;
}

/* line 94, ../sass/_startseite.scss */
section#kreativitaetswerkstatt {
  padding-top: 120px;
}

/* line 98, ../sass/_startseite.scss */
section#kreativitaetswerkstatt > div.wrap > div.column:first-child {
  padding-top: 180px;
}
@media only screen and (max-width: 730px) {
  /* line 98, ../sass/_startseite.scss */
  section#kreativitaetswerkstatt > div.wrap > div.column:first-child {
    padding-top: 10px;
  }
}

/* S T O E R E R */
/* line 108, ../sass/_startseite.scss */
div.stoerer {
  position: absolute;
  left: 0;
  top: 200px;
  width: 450px;
  height: 240px;
  background-image: url("../img/stoerer.png");
  background-repeat: no-repeat;
  background-size: 450px 240px;
  background-position: 0 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 440px) {
  /* line 108, ../sass/_startseite.scss */
  div.stoerer {
    display: none;
  }
}

/* line 125, ../sass/_startseite.scss */
div.stoerer ol.tribe-list-widget {
  margin: 50px 70px 0 30px;
}

/* line 129, ../sass/_startseite.scss */
div.stoerer ol.tribe-list-widget div.tribe-event-duration,
div.stoerer ol.tribe-list-widget h3.tribe-event-title,
div.stoerer ol.tribe-list-widget div.tribe-event-excerpt {
  text-align: center;
}

/* line 135, ../sass/_startseite.scss */
div.stoerer ol.tribe-list-widget h3.tribe-event-title a {
  color: #FFFFFF;
}

/* line 139, ../sass/_startseite.scss */
div.stoerer ol.tribe-list-widget div.tribe-event-duration {
  /* width: 60%;
  float: left; */
}

/* line 144, ../sass/_startseite.scss */
div.stoerer ol.tribe-list-widget a.tribe-events-list-widget-image-link {
  /* width: 40%;
  float: right; */
}

/* FOOTER */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* line 3, ../sass/_footer.scss */
footer.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #666666;
  text-align: center;
  padding: 10px 0px;
  z-index: 9;
}

/* line 14, ../sass/_footer.scss */
footer.site-footer nav,
footer.site-footer div.textwidget,
footer.site-footer ul {
  display: inline;
}

/* line 20, ../sass/_footer.scss */
footer.site-footer div.textwidget {
  padding-right: 10px;
}

/* line 24, ../sass/_footer.scss */
footer.site-footer nav ul li {
  display: inline;
  border-left: 1px solid #FFFFFF;
  margin-right: 10px;
  padding-left: 10px;
}

/* line 31, ../sass/_footer.scss */
footer.site-footer div.textwidget,
footer.site-footer nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

/* EVENT CALENDAR */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* MEDIAQUERY */
/* GRADIENT */
/* GENERAL */
/* line 6, ../sass/_calendar.scss */
h2.tribe-events-page-title {
  text-align: left;
}

/* SIDEBAR CALENDAR */
/* line 11, ../sass/_calendar.scss */
.event-calendar-month-view {
  position: relative;
}

/* line 15, ../sass/_calendar.scss */
.event-calendar-month-view .loader-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 40%;
}

/* line 26, ../sass/_calendar.scss */
div.weekdays,
div.calendar {
  width: 100%;
  *zoom: 1;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
div.weekdays:after,
div.calendar:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 32, ../sass/_calendar.scss */
div.calendar {
  border: 1px solid #CCCCCC;
  /* border-bottom: 0 none; */
  color: #666666;
}

/* line 38, ../sass/_calendar.scss */
div.weekdays {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 43, ../sass/_calendar.scss */
div.weekdays > .day,
div.calendar > .day {
  display: block;
  float: left;
  width: 14.28%;
  padding: 0px 0;
  text-align: center;
  background-color: #DDDDDD;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #D8D8D8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #D8D8D8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #D8D8D8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorTop', endColorstr='$colorBottom',GradientType=0 );
  /* IE6-9 */
}

/* line 60, ../sass/_calendar.scss */
div.calendar > a.day {
  color: #fff;
  text-decoration: none;
  background: #e84e0f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e84e0f 0%, #b83e0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e84e0f 0%, #b83e0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e84e0f 0%, #b83e0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorTop', endColorstr='$colorBottom',GradientType=0 );
  /* IE6-9 */
}

/* line 66, ../sass/_calendar.scss */
div.calendar > .day.today {
  color: #FFFFFF;
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(top, #666666 0%, #999999 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #666666 0%, #999999 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #666666 0%, #999999 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorTop', endColorstr='$colorBottom',GradientType=0 );
  /* IE6-9 */
}

/* line 71, ../sass/_calendar.scss */
div.calendar > a.day.today {
  color: #fff;
  background: #e84e0f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e84e0f 0%, #f59168 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e84e0f 0%, #f59168 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e84e0f 0%, #f59168 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorTop', endColorstr='$colorBottom',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0px 1px 2px 0px #581e06;
  -moz-box-shadow: inset 0px 1px 2px 0px #581e06;
  box-shadow: inset 0px 0px 1px 0px #581e06;
}

/* line 79, ../sass/_calendar.scss */
div.calendar .calendar-navigation {
  text-align: center;
  padding: 4px 0px;
  position: relative;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #D8D8D8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #D8D8D8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #D8D8D8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorTop', endColorstr='$colorBottom',GradientType=0 );
  /* IE6-9 */
}

/* line 88, ../sass/_calendar.scss */
div.calendar .calendar-navigation .calendar-title {
  font-weight: bold;
}

/* line 92, ../sass/_calendar.scss */
div.calendar .calendar-navigation .prev-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: #CCCCCC;
}

/* line 100, ../sass/_calendar.scss */
div.calendar .calendar-navigation .next-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: #CCCCCC;
}

/* line 108, ../sass/_calendar.scss */
div.calendar .calendar-navigation .prev-wrap a,
div.calendar .calendar-navigation .next-wrap a {
  font-size: 18px;
  display: block;
  color: #e84e0f;
  padding: 3px 10px;
}

/* LIST VIEW */
/* line 117, ../sass/_calendar.scss */
#tribe-events-bar {
  display: none;
}

/* line 123, ../sass/_calendar.scss */
.tribe-events-list .type-tribe_events {
  *zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.tribe-events-list .type-tribe_events:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 129, ../sass/_calendar.scss */
.tribe-events-list .type-tribe_events,
.tribe-events-list .tribe-events-loop .type-tribe_events.tribe-events-last {
  border-bottom: 1px solid #CCCCCC;
}
/* line 134, ../sass/_calendar.scss */
.tribe-events-list .tribe-events-event-image {
  width: 33%;
  padding: 0 20px 0 0;
  float: left;
}
/* line 140, ../sass/_calendar.scss */
.tribe-events-list .tribe-event-content {
  float: left;
  width: 67%;
}
/* line 145, ../sass/_calendar.scss */
.tribe-events-list .tribe-event-content h3,
.tribe-events-list .tribe-events-event-meta {
  margin: 0;
}
/* line 150, ../sass/_calendar.scss */
.tribe-events-list .tribe-event-content h3,
.tribe-events-list .tribe-event-date-start,
.tribe-events-list .tribe-event-date-end,
.tribe-events-list .tribe-event-schedule-details {
  font-size: 14px;
  color: #333333;
}
/* line 158, ../sass/_calendar.scss */
.tribe-events-list .tribe-events-event-meta:first-child {
  border-top: 0px none;
}
/* line 162, ../sass/_calendar.scss */
.tribe-events-list .tribe-events-list-separator-month {
  display: block;
  border-bottom: 1px solid #1a5031;
  margin: 0 0 10px;
  padding: 0 0 2px;
}
/* line 169, ../sass/_calendar.scss */
.tribe-events-list .tribe-events-list-separator-month span {
  padding: 2px 8px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #1a5031;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* SINGLE VIEWS */
/* line 181, ../sass/_calendar.scss */
.tribe-events-single .tribe-events-event-image {
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 187, ../sass/_calendar.scss */
.attachment-container {
  border: 1px solid #CCCCCC;
  margin: 0 0 20px;
}

/* line 192, ../sass/_calendar.scss */
.attachment-container-header,
.attachment-container-body {
  padding: 5px 10px;
}

/* line 197, ../sass/_calendar.scss */
.attachment-container-header {
  background-color: #e84e0f;
  color: #FFFFFF;
}

/* line 202, ../sass/_calendar.scss */
.tribe-events-cal-links > a {
  display: block;
}

/* line 206, ../sass/_calendar.scss */
.tribe-events-single-section.tribe-events-event-meta {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
/* line 211, ../sass/_calendar.scss */
.tribe-events-single-section.tribe-events-event-meta .tribe-events-meta-group {
  flex: 1;
  background-color: #f2f2f2;
  border-left: 2px solid #FFF;
  padding: 15px 20px;
}

/* TICKETS */
/* line 220, ../sass/_calendar.scss */
.tribe-events-tickets {
  width: 100%;
}

/* line 224, ../sass/_calendar.scss */
.tribe-tickets-rsvp .row {
  background-color: #f8f8f8;
}

/* line 228, ../sass/_calendar.scss */
.tribe-tickets-rsvp input,
.tribe-tickets-rsvp select {
  border: 1px solid #CCCCCC;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
}

/* FORMS */
/* MEDIAQUERY */
/* GRADIENT */
/* COLORS */
/* SIZES */
/* TYPO */
/* BREAKPOINTS */
/* line 5, ../sass/_form.scss */
#searchform {
  margin: 100px 20px 0;
  text-align: center;
  color: #FFFFFF;
}

/* line 11, ../sass/_form.scss */
#searchform h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 30px;
}

/* line 19, ../sass/_form.scss */
#searchform input {
  width: 100%;
  padding: 4px 8px;
  background: none;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}

/* line 30, ../sass/_form.scss */
#searchform button {
  text-transform: uppercase;
  padding: 10px 20px;
  background: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  margin: 20px 0 0;
  cursor: pointer;
}

/* line 41, ../sass/_form.scss */
input[type='submit'],
button[type='submit'] {
  padding: 5px 15px;
  border: 0 none;
  border-radius: 3px;
  background-color: #e84e0f;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 440px) {
  /* line 41, ../sass/_form.scss */
  input[type='submit'],
  button[type='submit'] {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 440px) {
  /* line 41, ../sass/_form.scss */
  input[type='submit'],
  button[type='submit'] {
    width: 100%;
  }
}

/* line 65, ../sass/_form.scss */
.btn {
  padding: 5px 10px;
}

/* line 69, ../sass/_form.scss */
.btn-white {
  background-color: #FFFFFF;
  color: #58a333;
}


/* WP-Accessibility Font-Size Customization */
.fontsize, .fontsize h1:not(.entry-title, .tribe-events-single-event-title), .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote, .fontsize .textwidget, .fontsize .entry-header, .fontsize .tribe-events-gcal, .fontsize .tribe-events-button {
	font-size: 125% !important;
	line-height: 1.6;
}

.fontsize blockquote{
	font-size: 175% !important;
	line-height: 1.6;
}

/*.fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
	font-size: 125% !important;
}*/

/* Otherwise, these get larger with each level of nesting. */

.fontsize .textwidget{
	margin: 40px 20px 30px 0px !important;
}

.fontsize li li {
	font-size: 110% !important;
}

.fontsize li li li {
	font-size: 100% !important;
}

.fontsize ul li ul li:not(.menu-item .menu-item-type-custom .menu-item-object-custom){
	font-size: 100% !important;
}

.fontsize #menu-menue-startseite li:nth-child(2){
	margin-right: 17% !important;
}
.fontsize #menu-menue-startseite li:nth-child(3){
	margin-left: 0px !important;
}
.fontsize .logo-container{
	margin-left: -105px !important;
}

/* Spaltenbreite Veranstaltungsdetails fix */
.tribe-events-meta-group{
	width: unset !important;
}

/* OSM Embed */
.osm-embed {
	width: 100% !important;
}

/* Change visited link color on envents-page */
.tribe-events .tribe-events-calendar-list__event-title-link:visited {	
	color: #e84e0f;
}