@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	/*height: 101%;*/
}
body {
	font: 62.5%/1.5em 'DejaVuSansCondensed', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgb(0,0,0);
	background: rgb(151,199,130);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

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

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
    font-family: 'gooddogregular';
	line-height: 1.1em;
	letter-spacing: 0.1em;
    color: rgb(255,237,0);
	text-align: center;
}
.gartenkoepfe-stubenhocker h1,
.karin-helm h1 {
	font-size: 11em;
}
.karin-helm h1 {
    margin-bottom: 0.5em;
}
.aktuelles h1,
.kontakt h1,
.standard h1 {
	font-size: 5.5em;
	margin: 0 0 1em 0;
}
#image-tiles .tile .overlay h2 {
    font-family: 'gooddogregular';
    font-size: 3.6em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	color: rgb(255,237,0);
    text-align: center;
	padding: 1em 0.5em 1em 0.5em;
}
.aktuelles h2 {
	font-family: 'DejaVuSansBook';
	font-size: 3em;
	line-height: 1.1em;
	color: rgb(255,255,255);
	margin-bottom: 1em;
}
.standard h2 {
	font-family: 'DejaVuSansBold';
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.standard p + h2 {
    margin-top: 3em;
}

h3 {
    font-family: 'DejaVuSansBold';
    color: rgb(255,255,255);
	font-size: 1.8em;
	line-height: 1.6em;
}
.standard h3 {
    font-size: 1.5em;
	line-height: 1.4em;
    color: rgb(0,0,0);
}
h4 {	
}
h5 {	
}

p {
    margin: 0;
}
.gartenkoepfe-stubenhocker #main p,
.karin-helm #main p {
	font-family: 'gooddogregular';
	color: rgb(255,237,0);
	font-size: 5.5em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.aktuelles #main p {
	color: rgb(255,255,255);
	font-size: 1.8em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.kontakt #main p {
	font-family: 'DejaVuSansCondensedOblique';
	color: rgb(255,255,255);
	font-size: 2.2em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 1.8em;
}
.standard #main p,
.standard #main ul {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: " • ";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 1em;
}

i, em {
    font-family: 'DejaVuSansCondensedOblique';
	font-style: normal;
}
b, strong {
    font-family: 'DejaVuSansBold';
	font-weight: normal;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    padding: 8em 0;
}
#content {
    margin: 0 auto;
    width: 71.6em;
    box-sizing: border-box;
}
.inside {
    min-height: 71.2em;
    box-sizing: border-box;
    background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
    padding: 8em 6em;
    text-align: center;
}
.karin-helm .inside {
    background-image: url("../images/start-04b-overlay.jpg");
}
.aktuelles .inside {
    background-image: url("../images/start-06-overlay.jpg");
}
.kontakt .inside {
    background-image: url("../images/start-08-overlay.jpg");
}
.standard .inside {
    background-image: url("../images/bg-08.jpg");
}
.karin-helm .inside,
.kontakt .inside {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gartenkoepfe-stubenhocker .inside {
    padding: 0;
}
.standard .inside {
    text-align: left;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
    margin-bottom: 2em;
    box-shadow: 8px 8px 5px 0 rgba(0,0,0,0.4);
    background: rgb(255,255,255);
    box-sizing: border-box;
    padding: 0.2em;
}
.start #main {
    padding-bottom: 0;
}
#main a {
    text-decoration: underline;
}
.start #main a {
    text-decoration: none;
}
#main a:hover,
#main a:focus,
#main a:active {
	color: rgb(255,237,0);
}
#main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/* start */
#image-tiles {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#image-tiles .tile {
    position: relative;
    width: 33.146067415730336%; /* 236/712 */
    margin-bottom: 0.2808988764044944%; /* 2/712 */
}
#image-tiles .tile .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
    display: flex;
    flex-direction: row;
	justify-content: center;
	align-items: center;
}
#image-tiles .hide {
    display: none !important;
}
.animated,
.on-hover {
    opacity: 0;
}
.no-js .animated,
.no-js .on-hover {
    opacity: 1;
}
#image-tiles .tile .overlay.animated:hover h2,
#image-tiles .tile .overlay.animated:focus h2,
#image-tiles .tile .overlay.animated:active h2 {
    opacity: 0.7;
    transition: 0.5s ease-in-out; 
}
#image-tiles .tile .overlay.on-hover:hover,
#image-tiles .tile .overlay.on-hover:focus,
#image-tiles .tile .overlay.on-hover:active {
    opacity: 1;
    transition: 0.5s ease-in-out; 
}

/* slider */
.slide {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    min-height: 71.2em;
    box-sizing: border-box;
    background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
    padding: 8em 6em;
}
.owl-nav {
}
.owl-prev,
.owl-next {
    position: absolute;
    bottom: 4em;
    color: transparent !important;
    width: 2.2em !important;
	height: 2.5em !important;
    background-image: url("../images/arrow.svg") !important;
    background-repeat: no-repeat !important;
}
.owl-prev {
    right: 9em;
    transform: rotate(180deg);
}
.owl-next {
    right: 4em;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   opacity: 0.2;
}

/* aktuelles */
.termin {
    margin: 4em 0;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
}

#sub-nav {
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
}
#sub-nav ul {
}
#sub-nav ul > li {
    display: inline-block;
	margin-left: 2em;
}
#sub-nav ul > li > a {
    font-size: 1.2em;
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
    color: rgb(255,237,0);
}
#sub-nav ul > li.current-menu-item > a {
	text-decoration: underline;
}





