/* courgette-regular - latin */
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://fonts.putznet.de/courgette-v13-latin/courgette-v13-latin-regular.svg#Courgette') format('svg'); /* Legacy iOS */
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  
  
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

td, th 
{
	padding: 0; 
}


/**************************************************************************************************/

html
{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
    overflow-x: hidden;
}


body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
    font-size: 14px;
	text-align: left;
	line-height: 1.4em;
	color: #383838;
    background-color: #036139;
}


/**************************************************************************************************/

    #container
    {
    	margin: 0 auto -20px auto;
    	padding: 0;
        width: 1200px;
        background-color: #fff;
        box-shadow: 0px 0px 15px #615c5c;
        -moz-box-shadow: 0px 0px 15px #615c5c; /* Mozilla Firefox */
        -webkit-box-shadow: 0px 0px 15px #615c5c; /* Google Chrome */
    }

@media only screen and ( max-width: 1200px )
{

    #container
        {
            background-color: #fff;
            width: 100% !important;
            font-size: 14px !important;
            line-height: 1.5em !important;
        }
}

    /**************************************************************************************************/

    #header
    {
    	margin: 0 auto;
    	padding: 0;
        width: 1200px;
        clear: both;
    }

    #top
    {
    	margin: 0;
    	padding: 0 100px;
        width: 1000px;
    }

    #top div
    {
        margin: 0px 0 0 0;
        padding: 0;
        width: 33%;
        float: left;
        display: inline;
        position: relative;
        clear: none;
    }

    #top div:nth-child(1)
    {
        text-align: left;
        font-size: 17px;
    }

    #top div:nth-child(1) a
    {
        color: #383838;
        text-decoration: none;
    }

    #top div:nth-child(1) a:hover
    {
        color: #383838;
        text-decoration: underline;
    }

    #top div:nth-child(2)
    {
        text-align: center;
    }

    #top div:nth-child(3) span
    {
        margin: 10px 0 0 0;
        padding: 4px 10px;
        float: right;
        background-color: #d3ccc0;
    }

    #top div:nth-child(3) a
    {
        color: #383838;
        text-decoration: none;
    }

    #top div:nth-child(3) span:hover
    {
        background-color: #b0a38d;     
    }

    #top div .hiddenclear
    {
        display: none;
    }

    /******************************************************************************************/

    @media only screen and ( max-width: 1200px )
    {

        #header
        {
            width: 100% !important;
        }

        #top
        {
            width: 96% !important;
            padding: 50px 2% 0 2% !important;
        }

        #top div
        {
            width: 33% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

    }

    /******************************************************************************************/

    @media only screen and ( max-width: 800px )
    {
        #top div
        {
            font-size: 14px !important;
        }

        #top div:nth-child(2) img
        {
            max-width: 100% !important;
        }

    }


    /******************************************************************************************/

    @media only screen and ( max-width: 700px )
    {

        #top div
        {
            width: 96% !important;
            padding: 2% !important;
            float: none !important;
            display: block !important;
            text-align: center !important;
            margin: 0 !important;
            height: auto !important;

        }

        #top span
        {
            float: none !important;
        }

        #top p
        {
            margin: 0; padding: 0;
        }

    }

/**************************************************************************************************/

    #bild
    {
        margin: 0;
        padding: 0;

    }

    #bild div, #bild img, #bild p
    {
        margin: 0;
        padding: 0;
    }

/**************************************************************************************************/

    @media only screen and ( max-width: 1200px )
    {
        #bild
        {
            top: 150px !important;
            width: 100% !important;
            height: auto !important;
        }

        #bild img
        {
            width: 100% !important;
            height: auto !important;
        }

    }

/**************************************************************************************************/

    #inhalte
    {
        margin: 0 auto;
        padding: 0 100px;
        width: 1000px;
        text-align: left;
        position: relative;
    }

    #inhalte article, #inhalte div
    {
        margin:  0;
        padding: 0;
    }

    #inhalte h1
    {
        margin: 0 0 0 0;
        padding: 0;
        font-family: 'Courgette', cursive;
        font-weight: normal;
        font-size: 35px;
        color: #036139;
        background-color: #fff !important;
        text-align: center;
        width: 1000px;
        display: block;
        height: 50px;
    }

    #inhalte h2
    {
        margin: 15px 0 0 0;
        padding: 0;
        font-size: 25px;
        font-weight: normal;
    }

    #inhalte h3
    {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 22px;
        font-weight: normal;
    }

    #inhalte a
    {
        color: #383838;
        text-decoration: underline;
    }

    #inhalte img
    {
        margin: 0;
        padding: 0;
        
    }

    #inhalte .linkButton
    {
    	text-align: center;
    	margin: 0;
        padding: 2px;
    }

    #inhalte .linkButton a
    {
        background-color: #036139;
    	color: #fff;
    	padding: 10px 5px 10px 30px;
        background-image: url(/layout/doppelpfeil.png);
    	background-position: center left;
    	background-repeat: no-repeat;
    	margin: 0;
    	font-weight: normal;
        text-align: left;
        text-decoration: none;
    }

    #inhalte .linkButton a:hover, #inhalte .linkButton a:active, #inhalte .linkButton a:focus
    {
    	background-color: #8b785a;
    	color: #fff;
    	padding: 10px 5px 10px 30px;
        background-image: url(/layout/doppelpfeil.png);
    	background-position: center left;
    	background-repeat: no-repeat;
    	margin: 0;
    	font-weight: normal;
        text-decoration: none;
        text-align: left;
        text-decoration: none;
    }

    /**************************************************************************************************/

    @media only screen and ( max-width: 1200px )
    {

        #inhalte
        {
            padding: 0 !important;
            width: 100% !important;
        }

        #inhalte img
        {
            max-width: 100% !important;
            height: auto !important;
            margin: 5px 0 !important;
            width: auto !important;
        }

        #inhalte h1
        {
            width: 100% !important;
            line-height: 1.3em;
            font-size: 30px;
            height: auto !important;
            margin: 0 0 10px 0 !important;
            padding: 0 !important;

        }

        #inhalte h2
        {
            font-size: 20px;
        }

        #inhalte h3
        {
            font-size: 17px;
        }

    }


    /**************************************************************************************************/

    #innen
    {
        margin: -45px 0 0px 0;
        padding: 25px 0;
        background-color: #fff !important;
        text-align: center;
        width: 1000px;
        display: block;
    }

    #innen article
    {
        margin: 0; 
        padding: 0 0 20px 0;
    }
    
    #innen div
    {
        margin: 0;
        padding:  20px 0;                    
    }


    #innen article p
    {
        padding: 0 100px;
    }

    #innen .bilderleiste
    {
        display: block;  
    }

    #innen .bilderleiste p
    {
        padding: 0px !important;
    }

    #innen .bilderleiste img
    {
        padding: 10px;
    }

    #innen table
    {
        margin: 20px 0 !important;
        padding: 2px;
        width: 100%;
    }

    #innen table p
    {
        padding: 10px;
        margin: 0;
    }

    #innen .spalte1
    {
        margin: 0; padding: 0;
        width: 30% !important;
        background-color: #efefef;
        text-align: left;
        vertical-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #innen .spalte2
    {
        margin: 0; padding: 0;
        width: 30% !important;
        background-color: #efefef;
        text-align: center;
        vertical-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #innen .block
    {
        float: left;
        display: inline;
        position: relative;
        width: 310px;
        margin: 0 35px 35px 0;
        padding: 0;
        clear: none;
        text-align: center;
        background-color: #dcd6cd;
        height: 380px;
    }

    #innen .blockrechts
    {
        float: left;
        display: inline;
        position: relative;
        width: 310px;
        margin: 0;
        padding: 0;
        clear: none;
        text-align: center;
        background-color: #dcd6cd;
        height: 380px;
    }

    #innen .block img, #innen .blockrechts img
    {
        margin: 0 0 5px 0;
    }

    #innen .block p, #innen .blockrechts p
    {
        margin: 0 0 10px 0;
        padding: 0;
    }

    #innen .block .hiddenclear
    {
        display: none;
    }

    #innen .block .linkButton, #innen .blockrechts .linkButton
    {
        position: absolute;
        bottom: -20px;
        left: 100px;
    }
    
    #innen .schneebericht div
    {
        width: 33%; float: left;
    }
    


    @media only screen and ( max-width: 1200px )
    {
        #innen, #innen article
        {
            width: 96% !important;
            padding: 2% !important;
            margin: 0;
        }

        #innen .block
        {
            width: 32% !important;
            margin: 0 2% 0 0 !important;
        }

        #innen .blockrechts
        {
            width: 32% !important;
            margin: 0 !important;
        }

        #innen .block .linkButton, #innen .blockrechts .linkButton
        {
            left: 0;
        }

        #innen .block img, #innen .blockrechts img
        {
            margin: 0;
            width: 100%;
        }

        #innen img
        {
            width: 30%;
            
        }

        #innen iframe
        {
            width: 100% !important;
            height: auto;
        }

    }

    @media only screen and ( max-width: 900px )
    {
        #innen article p
        {
            padding: 0 !important;
        }

    }

     @media only screen and ( max-width: 700px )
    {
        #innen img, #innen .bilderleiste img
        {
            width: 100%;
            float: none !important;
            padding: 0 !important;
        }

        #innen .block, #innen .blockrechts
        {
            height: 380px !important;
        }
        
        #innen .schneebericht div
        {
            width: 100%; float: none;
        }
    

    }

    @media only screen and ( max-width: 600px )
    {
        #innen .block, #innen .blockrechts
        {
            float: none !important;
            display: block;
            width: 96% !important;
            padding: 0 2% !important;
            margin: 1% 0 !important;
            height: auto !important;
            text-align: left;
            position: relative !important;
        }

        #innen .block img, #innen .blockrechts img
        {
            width: 50% !important;
            margin: 0 1% 0 0 !important;
            float: left !important;
        }

        #innen .block .linkButton, #innen .blockrechts .linkButton
        {
            position: relative !important;
            text-align: right !important;
            bottom: 0 !important;
        }

    }

    @media only screen and ( max-width: 400px )
    {

        #innen .block img, #innen .blockrechts img
        {
            width: 100%;
            margin: 0 0 2px 0 !important;
        }

        #innen .block .linkButton, #innen .blockrechts .linkButton
        {
            text-align: right !important;
        }

    }

/**************************************************************************************************/

    #innen .GalerieNavi li
    {
        list-style-type: none;
        float: left;
        margin-left: 20px;
        border: 1px solid #036139;

    }

    #innen .GalerieNavi li a
    {
        padding: 5px;
        text-decoration: none;
    }

    #innen .GalerieNavi li a:hover
    {
        color: #fff;
        background-color: #036139;
    }

    #innen .GalerieBilder li
    {
        list-style-type: none;
        margin-left: 20px;
        float: left;
        width: 220px;
        overflow: hidden;
    }

/**************************************************************************************************/

    #links
    {
        margin: 0;
        padding: 0;
        text-align: left;
        width: 60%;
        float: left;
    }

    #links div
    {
        margin: 0 0 25px 0;
    }

    #links img
    {
        float: left;
        margin: 0 10px 0 0;
    }

    #links .bisy h1
    {
        margin: 15px 0 0 0;
        padding: 0;
        font-size: 25px !important;
        font-weight: normal;
        font-family: Verdana !important;
        text-align: left !important;
        width: 100%;
    }

    #links .bisy h2
    {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 22px !important;
        font-weight: normal;
        text-align: left !important;
    }

    @media only screen and ( max-width: 1200px )
    {
        #links
        {
            width: 56% !important;
            padding: 2% !important;
            margin: 0;
        }

    }

    @media only screen and ( max-width: 600px )
    {
        #links
        {
            width: 96% !important;
            padding: 2% !important;
            margin: 0;
            float: none !important;
        }

    }

/**************************************************************************************************/

    #rechts
    {
        margin: 0;
        padding: 0;
        text-align: left;
        width: 30%;
        float: right;
    }

    #rechts article, #rechts div
    {
        margin: 0 0 35px 0;
        padding: 0;
    }

    #rechts img
    {
        float: none !important;
    }

    #rechts #bisy h2
    {
        margin: 0 0 10px 0;
        padding: 25px 0 0px 10px;
        font-size: 22px;
        font-weight: normal;
    }

    #rechts #bisy ul
    {
        padding: 0;
        margin: 5px 0;
    }

    #rechts #bisy li
    {
        padding: 0;
        list-style-type: none;
        margin: 1px 0 0 0;
        display: block;
    }

    #rechts #bisy a
    {
        text-decoration: none;
        color: #fff;
        background-color: #036139;
        padding: 5px 10px;
        display: block;
        margin: 0;
    }

    #rechts #bisy a:hover
    {
        text-decoration: none;
        color: #fff;
        background-color: #8b785a;
        padding: 5px 10px;
        display: block;
        margin: 0;
    }

    #rechts #bisy .open
    {
        margin: 1px 0px;
        padding: 10px;
        background-image: url(/layout/doppelpfeil-down.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-position: 99% 50%;
        background-color: #036139;
        color: #fff;
    }

    #rechts #bisy .close
    {
        margin: 1px 0px;
        padding: 10px;
        background-image: url(/layout/doppelpfeil-up.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-position: 99% 50%;
        background-color: #036139;
        color: #fff;
    }

    #rechts #bisy ul
    {
    	display: none;
    }

    #rechts #bisy h2
    {
    	font-size: 18px;
    }
    
    

    @media only screen and ( max-width: 1200px )
    {
        #rechts
        {
            width: 28% !important;
            padding: 2% 2% 2% 0 !important;
            margin: 0;
        }

    }

    @media only screen and ( max-width: 600px )
    {
        #rechts
        {
            width: 96% !important;
            padding: 2% !important;
            margin: 0;
            float: none;
        }

    }



/**************************************************************************************************/

    #footer
    {
        margin: 20px 0 0 0;
        padding: 0 100px;
        width: 1000px;
        font-size: 12px;
        text-align: center;
        background-color: #8b785a;
        color: #fff;
        line-height: 1.2em;
    }

    #footer div
    {
        float: left;
        width: 30%;
        margin: 0 0 0 3%;
        padding: 0;
        text-align: left;
    }

    #footer a
    {
        color: #fff;
        text-decoration: none;
    }

    #footer .copyright
    {
        border-top: 1px solid #fff !important;
        text-align: center;
        font-size: 11px;    
    }

     /********************************************************************************************/

    @media only screen and ( max-width: 1200px )
    {

        #footer
        {
            width: 96% !important;
            padding: 0 2% !important;
            font-size: 14px !important;
            line-height: 1.5em !important;
        }

        #footer div
        {
            width: 33% !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        #footer div a
        {
            padding: 2px !important;
            display: block !important;
            margin: 0;
        }

        #footer p
        {
            margin: 0;
            padding: 0;
        }

    }

     /********************************************************************************************/

    @media only screen and ( max-width: 600px )
    {

        #footer div
        {
            width: 96% !important;
            padding: 2% !important;
            float: none !important;
            display: block;
            text-align: center;
            border-top: 1px solid #fff;

        }


    }


/**************************************************************************************************/

.hiddenclear, hr
{
	font-size: 1px !important;
	line-height: 1px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	visibility: hidden !important;
}

.clear
{
	clear: both !important;
}

#navi .menuebutton
{
	display: none;
}

@media
only screen and ( min-width: 1201px )
{

.jQuery
{
	float: none;
}

/**************************************************************************************************/


    #navi
    {
        margin:  0;
        padding: 0 100px;
        width: 1000px;
        position: absolute;
        top: 120px;
        z-index: 10;
        font-size: 16px;
        text-transform: uppercase;
    }

    #navi > ul
    {
        margin: 0 auto;
        padding: 15px 0 15px 50px;
        background-color: #036038;   
        list-style-type: none;

    }

    #navi > ul > li
    {
        display: inline;
        line-height: 1.3em;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 15px 0px;
        border-right: 1px solid #fff;
    }

    #navi > ul > li > a
    {
        color: #fff;
        text-decoration: none;   
        padding: 15px 25px;
        display: inline;
    }

    #navi > ul > li > a:link, #navi > ul > li > a:visited
    {
        margin: 0;
    	padding: 15px 25px;
        display: inline;
    }

    #navi > ul > li:hover > a, #navi > ul > li > a:active, #navi > ul > li > a:focus
    {
        color: #fff;
        background-color: #8b785a;
        margin: 0;
    	padding: 15px 25px;
        text-decoration: none;
        display: inline;
    }

    #navi > ul > li > span, #navi > ul > li > .aktiv
    {
        color: #fff;
        background-color: #8b785a;
        margin: 0;
    	padding: 15px 25px;
        text-decoration: none;
        display: inline;
    }
    
    
    /**************************************************************************************************/
    
        #navi ul > li > ul
        {
            background-color: #8b785a;
            opacity: 0.8; 
            position: absolute;
            top: 0px;
            left: 0px;
            display: none;
            text-align: left;
            list-style-type: none;
            z-index: 10;
            margin:  45px 0 0 0;   
            padding: 10px 30px; 
            text-transform: none;
            font-size: 17px;
            font-weight: normal;
            z-index: 10;
        }
    
        #navi ul > li:hover > ul
        {
            display: block;
        }
    
        #navi ul > li > ul > li
        {
            padding: 5px 0;
            margin: 0;
            list-style-type: none;
            float: none;
            display: block;
            background-image: none;    
            text-align: left;     
        }
    
        #navi ul > li > ul > li > a
        {
            color: #fff;
            padding: 0;
            margin: 0;
            text-decoration: none; 
            border: none;
            width: 185px;
        }
    
        #navi ul > li > ul > li > a:link, #navi ul > li > ul > li > a:visited
        {
            padding: 0;
            margin: 0;     
            border: none;
            width: 185px;
        }
    
        #navi ul > li > ul > li > a:hover, #navi ul > li > ul > li > a:active, #navi ul > li > ul > li > a:focus
        {
            color: #fff;        
            padding: 0;
            margin: 0;
            text-decoration: underline;  
        }
    
        #navi ul > li > ul > li > span, #navi ul > li > ul > li > .activ
        {
            color: #fff;
            text-decoration: underline;      
            padding: 0;
            margin: 0;      
        }

 }



/**************************************************************************************************/

@media only screen and ( max-width: 1200px )
{

	.jQuery
	{
		float: left;
	}

	#navi
	{
		background-color: #036139;
		font-size: 20px;
		font-weight: 400;
		line-height: normal;
		width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        text-align: left;
        color: #fff;
        z-index: 100;
	}

	#navi .menuebutton
	{
		background-image: url(/layout/menu-icon.png);
		background-position: 96% 50%;
		background-repeat: no-repeat;
		padding: 10px 10px 10px 10px;
		display: block;
		clear: both;
		border-bottom: 1px solid #fff;
	}

    #navi h2
    {
        margin: 0;
        padding: 0 20px;
        font-size: 25px;
        text-transform: uppercase;
    }

	#navi p
	{
		padding: 0;
		margin: 0;
	}

	#navi ul
	{
		display: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#navi>ul>li>ul
	{
		background-color: #8b785a;
	}

	#navi>ul>li>ul>li>ul
	{
		background-color: #8b785a;
	}

	#navi li
	{
		margin: 0;
		padding: 0;
		list-style-type:none;
		border-bottom: 1px solid #fff;
	}

	#navi li:first-child
	{
		border-top: 1px solid #fff;
	}

	#navi ul li ul li:last-child
	{
		border-bottom: none;
	}

	#navi a
	{
		color: #fff !important;
		margin: 0;
		padding: 8px 20px;
		display: block;
		text-decoration: none;
	}

	#navi a:link, #navi a:visited
    {
        display: block;
        margin: 0;
		padding: 8px 20px;
    }

	#navi a:hover, #navi a:active, #navi a:focus
	{
        display: block;
        margin: 0;
		padding: 8px 20px;
	}

	 #navi .aktiv, #navi span
	{
		display: block;
        margin: 0;
		padding: 8px 20px;
        background-color: #8b785a;
	}
}

label
    {
    	width: 30% !important;
    	display: block;
    	float: left;
        text-align: left;
    	vertical-align: baseline;
    	margin: 0;
    	padding: 0;
    }

    input
    {
    	width: 65% !important;
    	margin: 0;
    	padding: 5px;
    	font-size: 18px;
    	border: 1px solid #000;
    }

    textarea
    {
    	width: 65% !important;
    	height: 100px;
    	margin: 0;
    	padding: 5px;
    	font-size: 18px;
    	font-family: Arial, Helvetica;
    	border: 1px solid #000;
    }

    .error
    {
    	color: #a00 !important;
    }

    .error input
    {
    	border: 1px solid #a00;
    	background-color: #eee;
    }

    .checkbox
    {
    	width: auto;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .submit
    {
        margin: 0px;
        font-size: 17px;
        background-color: #036139;
    	color: #fff;
    	padding: 10px 5px 10px 50px;
        background-image: url(/layout/doppelpfeil.png);
    	background-position: center left;
    	background-repeat: no-repeat;
    	margin: 0;
    	font-weight: normal;
        text-align: left;
        text-decoration: none;
    }
    
    .submit a
    {
        padding: 0 0 0 25px;
    }

    #blind_action
    {
        margin: 10px 0 0 0 !important;
        padding: 10px 10px 10px 30px  !important;
        width: auto !important;  
    }

    .formular .FormError
    {
    	border: 2px solid #a00 !important;
    	background-color: #fff !important;
    	padding: 5px !important;
    	margin: 0 0 15px 0 !important;
    	position: relative;
    }

    .FormError ul
    {
    	margin: 5px 5px 5px 20px;
    	padding: 0;
    }

    .FormError li
    {
    	margin: 0;
    	padding: 0;
    	line-height: 1em;
    }

    .formular
    {
        border: none;
    }

    #inhalte #links .formular h2
    {
    	margin: 30px 0 20px 0;
        padding: 0 0 10px 0;
        clear: both;
        text-align: left;
        font-size: 28px;
        border-bottom: 1px solid #4a3f30;
        width: 96%;
    }

    .formular p
    {
    	margin: 2px 0 0 0 !important;
    	padding: 0 !important;
    	clear: both !important;
        text-align: left;
    }
    
    .formular 
    {
        text-align: left;
    }

    .FormError h2
    {
    	color: #a00 !important;
    	margin: 0 !important;
    	padding: 0 !important;
        
    }

    #p_id_datenschutzerklaerung
    {
        margin: 20px 0 0 0 !important;
        font-size: 13px;
    }

    #p_id_datenschutzerklaerung_input input
    {
        width: auto !important;
    }

@media
only screen and ( max-width: 630px )
{
    #p_id_80 label
    {
        width: 200px !important;
        float: left !important;
    }
}

    #p_id_80 input
    {
        text-align: left;
        width: auto !important;
    }

    /*****************************************************************/

    @media only screen and ( max-width: 630px )
    {
        label
        {
            width: 95% !important;
            float: none !important;
            display: block !important;
            padding: 0px !important;
        }

        input, textarea, .submit
        {
            width: 95% !important;
            float: none !important;
            display: block !important;
            padding: 8px !important;
            margin: 0 !important;
        }

        #blind_action
        {
            margin: 10px 0 0 0 !important;
        }
    }

#inhalte #SelectKalender
{
    margin: 0 auto;
    padding: 0;
    width: 100%; 
    background-color: #fff;
    text-align: left;
    position: relative;
}

#inhalte #SelectKalender > table
{
    margin: 10px;
    position: relative;
    top: 30px;
    left: 0px;
    width: 100%;
}

#inhalte #SelectKalender > table td
{
    padding: 5px;
}



#inhalte #SelectKalender > form
{
    position: absolute;
    top: 0;
    left: 0;
}

#inhalte #SelectKalender table .busy, #inhalte #SelectKalender table .free
{
    height: 10px;
    padding: 0 10px 0 0;
}


#inhalte #Kalenderinhalt
{
    padding: 0 0 20px 0;
}

#inhalte #Kalender
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    text-align: left;
    border-spacing: 1px;
    border-collapse: separate;
    display: table;
    font-size: 11px;
}

#inhalte #Kalender #headline td
{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    height: 60px;
}

#innen .spalte1
{
    width: auto !important; 
}

#inhalte #Kalender #days td
{
    height: 20px;
    text-align: center;
}

#inhalte #Kalender #days .weekend
{
    background-color: #DDDDDD;
}

#inhalte #Kalender .Wohneinheit:hover
{
    background-color: #EEEEEE;
}

#inhalte #Kalender .Wohneinheit .Name
{
    width: 200px;
    padding: 0;
}

#inhalte .free
{
    background-color: #009900;
    border-collapse: separate;
    width: 30px;
}

#inhalte .busy
{
    background-color: #EB0000;
    border-collapse: separate;
    width: 30px; 
}






