/*-----------------------------------------------------------------------------
Garten Murnau   Style Sheet 
media:     		Screen
version:   		1.9 / last modified 2022/01/25
author:    		Wolf Gebler
website:   		http://www.garten-murnau.de
-----------------------------------------------------------------------------*

/* =General
-----------------------------------------------------------------------------*/
/* =several classes
--------------------------------------*/
img {
  max-width: 100%;
  height: auto; 
}

.clear {
	clear: both;
}

/*.center {
	text-align: center;
}*/

.small {
	font-size: 12px;
}


.fett {
	font-weight: bold;
}

.abstd1x {
	margin-top: 10px;
}

.abstd2x {
	margin-top: 20px;
}

.abstd3x {
	margin-top: 30px;
}

.abstd4x {
	margin-top: 40px;
}

.abstd5x {
	margin-top: 50px;
}

.abstd9x {
	margin-top: 90px;
}

.abstd13x {
	margin-top: 130px;
}

.abstdBott1x {
	margin-bottom: 10px;
}

.abstdBott2x {
	margin-bottom: 20px;
}

.abstdBott3x {
	margin-bottom: 30px;
}

.abstdRs1x {
	margin-right: 5px;
}


.abstdLs2x {
	margin-left: 20px;
}

.abstdLs5x {
	margin-left: 50px;
}

.padBot {
	padding-bottom: 80px;
}

.cursive {
	font-style: italic;
}

.unterstr {
	text-decoration: underline;
}

.nichtUnterstr {
	text-decoration: none;
}

.zentr {
	text-align: center;
}

.perdu {
	margin-top: 20px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

a.normal {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

a.normal:hover {
	text-decoration: underline;
}


a.button {
	margin: 0px 2px;
	padding: .5em 1em .55em;
	background-color: #70df65;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 10px !important;
	color: #666;
	border: solid 1px #999;
	text-decoration: none;

}

a.button:hover {
	background-color: #0F9;
}

ul.liste li {
	margin-left: 60px;
	list-style-type: disc;
}

/* =Typography
-----------------------------------------------------------------------------*/

@font-face {
    font-family: 'karlaregular';
    src: url('../fonts/karla-regular-webfont.woff2') format('woff2'),
         url('../fonts/karla-regular-webfont.woff') format('woff');
}


@font-face {
    font-family: 'cormorant_garamondregular';
    src: url('../fonts/cormorantgaramond-regular-webfont.woff2') format('woff2'),
         url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff');
}


body {
	font-family: 'karlaregular', sans-serif;
	background: #fff;
}


@media (min-width: 1000px) {
	body {
		background: url(../layout/bg.jpg) no-repeat center center fixed #fff;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'cormorant_garamondregular', serif;
/*	color: #bdd699;*/
	color: #6ba714;
    line-height: 28px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h2.index {
	font-size: 16px;
}

h3 {
	font-size: 20px;
}


h3.galerie {
	color: #666;
  	text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

p, li, td, a {
	color: #666;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6em;
}

/* =General Layout
-----------------------------------------------------------------------------*/
/* =main layout
---------------------------------------------------------*/
* + p, .terms-list * + dd {
	margin-top: 10px; 
}

/* =Branding
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 300px;
}

/* nivo slider auf index.php
------------------------------*/
div.slider {
	margin-top: 40px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

.theme-default #slider {
	background: #fff;
    width: 100%; /* Make sure your images are the same size */
    height: 400px; /* Make sure your images are the same size */
	z-index: 0;
}


/* nivo slider in ar
------------------------------*/
.theme-default #sliderSidebar {
	background: #fff;
    width: 200px; /* Make sure your images are the same size */
    height: 150px; /* Make sure your images are the same size */
	z-index: 0;
}


.nivoSlider img {
	width: 100% !important;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
/*	width: 200px;*/
	height: 480px !important;
	background: #930;
	border: 1px solid #930;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

#mainNav ul li {
	height: 25px;
	border-bottom: 1px solid #fff;
}

#mainNav ul li a {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
}



#mainNav ul li a:hover, #mainNav ul li a.aktiv {
	color: #999;
}

/* =Link Schaugarten
-----------------------------------------------------------------------------*/
a.schauGarten {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding-left: 40px;
	padding-bottom: 5px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
div#mainNav ul ul {
	width: 250px;
	height: 180px;
	margin-top: -22px;
	position: absolute;
	display: none;
	z-index: 90;
}


div#mainNav ul ul.boxen {
	height: 100px;
}


div#mainNav ul ul li {
	height: 25px;
	border-bottom: 1px solid #fff;
}

div#mainNav ul ul li a {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
}

div#mainNav ul ul li a:hover, div#mainNav ul ul li a.aktiv {
	color: #999;
}

div#mainNav ul.level1 li.submenu:hover ul.level2 {
	background: #930;
	visibility: visible;
	display: block;
	margin-left: 140px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}




@media (max-width: 900px) {
  .sf-menu {
    display: none; } 
}


a.nav13 {
	color: greenyellow !important;
}

/*
a.nav31 {
	color: greenyellow !important;
}
*/

/* = mobile menu 
------------------------------------------------*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; 
}

.rd-mobilemenu.active {
    right: 0; 
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); 
}
 
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); 
}

.rd-mobilemenu_ul a {
	font-size: 12px;
	font-size: .75rem;
    display: block;
    padding: 14px 25px 16px; 
}

.rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; 
}

.rd-mobilemenu_ul a:hover {
      background: #1d6887;
      color: #FFF; 
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); 
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; 
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; 
}

.rd-mobilemenu_ul a.rd-with-ul {
      position: relative; 
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); 
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px; 
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px; 
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; 
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; 
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

.rd-mobilepanel_title:before {
    display: none; 
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; 
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; 
}
    
.rd-mobilepanel_toggle span:after {
      top: 8px; 
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; 
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); 
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; 
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; 
}

.rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); 
}

.rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); 
}

@media (max-width: 900px) {
  body { padding-top: 56px; }
  .rd-mobilemenu, .rd-mobilepanel {display: block; } 
  #mainNav { height: 0px; background: inherit;}
  #sidebar { height: 140px !important; }
  #bildLauf { margin-top: 80px ;}
}

@media (max-width: 1200px) {
	.sideShow {display: none;}
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {font-size: 18px; } 
}
	
/* = stuck menu
------------------------------------------------*/	
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #417fb8;
  padding-top: 10px;
  padding-bottom: 10px; 
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } 
}




/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	margin-top: 40px;
	height: 760px;
}

#sidebar img.logo {
	width: 100%;
}

/*
.sideBgal {
	height: 90px;
	margin-top: 20px;
	z-index: 50;
	background: #930;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

.sideBgal {
	height: auto;
}

.sideBgal img {
	width: 100%;
	height: auto;
	margin: 1px 0 0 1px;
}
*/

#bildLauf {
	z-index: 50;
	background: #930;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

#bildLauf h5 {
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	text-align: center;
}

a.bc {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	margin-left: 45px;
}

a.bc:hover {
	text-decoration: underline;
}

/* =Main Content
-----------------------------------------------------------------------------*/
.hinterG {
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000; 
}

.hinterGsmall {
	background-color: #fff;
	padding-bottom: 70px;
}


@media (max-width: 990px) {
	.hinterG { border-left: 5px solid #fcabfa; }
}

.content h1, .content h2, .content h3, .content p  {
	padding: 0px 40px 0px 40px;
	z-index: 0;
}

.contTable {
	margin-left: 40px;
	margin-top: 20px;
}

.verSt {
	color: red;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .container, .container-fluid { width: 980px; }
	.container .grid_9 { width: 740px; }
}

.container .grid_3 {
	width: 267px; 
}

.bereiche .grid_3 {
	padding-top: 10px;
	min-height: 560px;
	position: relative;
	background-color: #f1f1f1;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.container .grid_3 { width: 220px; }
	.bereiche .grid_3 { min-height: 540px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	.container .grid_3 { width: 220px; }
	.bereiche .grid_3 { min-height: 540px; }
}


.bereiche {
	padding-left: 40px;
}


@media (max-width: 1024px) {
	.bereiche { padding-left: 20px; }
}

@media (max-width: 767px) {
	.bereiche { padding-left: 0px; }
}


.bereiche .grid_3 h3, .bereiche .grid_3 p {
	padding: 0px 20px;
}

.bereiche .grid_3 h3 {
	margin-bottom: 5px;
}

div.weiter {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

a.buttonWeiter {
	display: block;
	text-align: center; 
	margin: 2px auto;
	width: 120px;
	padding: .5em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 14px !important;
	color: #666;
	background-color: #fff;
	border: solid 1px #999;
	text-decoration: none;

}

a.buttonWeiter:hover {
	background-color: #e1e1e1;
}



@media (min-width: 980px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.sidebar { display: none; }
	.grid_9 { width: 740px !important; }
	.container .grid_3 { margin-left: 20px;}
}

@media (max-width: 767px) {
	.sidebar { display: none !important; }
/*	.bereiche .grid_3 a.buttonWeiter { 	position: relative; }*/
}


ul.aufz {
	margin-left: 50px;
}

ul.aufz li {
	list-style-type: circle;
}


.content marquee {
	color: #F00;
	font-size: 1.3em;
	font-weight: bold;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Galerie NEU
---------------------------------------------------*/
.galRow {
	padding-left: 40px;
}


@media (max-width: 1024px) {
	.galRow { padding-left: 20px; }
}

@media (max-width: 767px) {
	.galRow { padding-left: 0px; }
}


.thumb {
	float: left;
	width: 120px;
	padding-right: 0px;
	margin-right: 10px;
	vertical-align: top;
}

.thumb img {
	padding: 1px;
	border: 1px solid #930;
}

figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}


/* =Kontakt
---------------------------------------------------*/
iframe.karte {
	margin: 30px 0 0 40px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

/* =todo
---------------------------------------------------*/
ul.todo {
	margin-left: 250px;
}

/* =Impressum
---------------------------------------------------*/
#impr {
	width: 250px;
	height: 260px;
	float: left;
}

#nachweis {
	width: 300px;
	height: 200px;
	float: right;
}

#datenS {
	width: 670px;
}

ul.sLog {
	margin: 20px 80px;
}

ul.sLog li {
	list-style:circle;
}

/* =Footer
-----------------------------------------------------------------------------*/
.bottImg {
	display: block;
	z-index: 99;
	margin-top: -0px;
}

	.bottImg1, .bottImg2, .bottImg3 {
		width: 120px;
		height: 120px;
		float: left;
		margin-top: -40px;
		margin-right:30px;
		border: 1px solid #930;
		-webkit-box-shadow: 0px 0px 15px 0px #000;
		-moz-box-shadow: 0px 0px 15px 0px #000;
		box-shadow: 0px 0px 15px 0px #000;
		z-index: 99 !important;
	}

@media (max-width: 1000px) {
	.bottImg { display: none !important; }

}



@media (max-width: 800px) {
.content { 	padding: 20px 10px 80px 10px; }
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/
table.kont {
	margin-left: 40px;
}

td.sp1 {
	width: 250px;
}

.sp2 {
	width: 70px;
}

.sp3 {
	width: 300px;
}

.sp4 {
	width: 150px;
}
/* =CSS End
-----------------------------------------------------------------------------*/
