/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

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

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

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

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

dfn {
    font-style: italic;
}

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

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

figure {
    margin: 0;
}

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

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'roboreg';
    src: url('../../files/fb/fonts/robo/regular/Robo_Reg.eot');
    src: url('../../files/fb/fonts/robo/regular/Robo_Reg.eot?#iefix') format('embedded-opentype'),
        /* url('../../files/fb/fonts/robo/regular/Robo_Reg.woff2') format('woff2'),*/
         url('../../files/fb/fonts/robo/regular/Robo_Reg.woff') format('woff'),
         url('../../files/fb/fonts/robo/regular/Robo_Reg.ttf') format('truetype'),
         url('../../files/fb/fonts/robo/regular/Robo_Reg.svg#roboreg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robobold';
    src: url('../../files/fb/fonts/robo/bold/Robo_Bold.eot');
    src: url('../../files/fb/fonts/robo/bold/Robo_Bold.eot?#iefix') format('embedded-opentype'),
       /*  url('../../files/fb/fonts/robo/bold/Robo_Bold.woff2') format('woff2'),*/
         url('../../files/fb/fonts/robo/bold/Robo_Bold.woff') format('woff'),
         url('../../files/fb/fonts/robo/bold/Robo_Bold.ttf') format('truetype'),
         url('../../files/fb/fonts/robo/bold/Robo_Bold.svg#robobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  	overflow-x: hidden;
  	font-size: 66.6%;
  	width:100%;
  	-webkit-overflow-scrolling: touch;
  	/*-webkit-tap-highlight-color: green;*/
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%; }

body {
  	margin: 0;
  	padding: 0;
	background: #cdcabf;
  	font-family: 'roboreg', Arial, sans-serif;  
  	font-size: 16px;
  	font-size: 1.6rem;
  	line-height: 1.5em;
  	color: black;
  }
 
h1 {font-family: 'robobold', Arial, sans-serif; margin:0}  
h2 {color:#ffffff;}  
figure {margin:0;} 
a{text-decoration:none;color:#4b463b;outline:0;}
p.error{color:#cd0023;}
.left {float:left;}
.right {float:right;}
 
  
#main{  
	width:100%;
	/*min-width:400px;*/
	background: transparent url('../../files/fb/content/design/birke_endlos.jpg') repeat-y -110px 100px;
	min-height:5800px;
	/*border:1px solid red;*/
	}	
	
#main .inside{
	width:98%;
	margin: 0 auto;
}
	
h3{
margin:0 0 3px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:13px;
color:#4b463b;
letter-spacing:0.03em;
line-height:16px;
}
		
h2{
margin:0 0 20px 0;
padding:0;
font-style: normal;
font-family: 'robobold', Arial, sans-serif; 
font-size:25px;
color:#ffffff;
letter-spacing:0.01em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:13px;
color:#ffffff;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}	

#main { 
	width:100%;
	min-height:6700px;
}

.mod_article{
	/*border:1px solid orange;*/
}

/*Slider*/		
.mod_article.one{
	padding:145px 0 0 0;
	margin:0 0 0 3em;

}

/*Galerie*/	
.mod_article.two{		 
	padding:125px 0 0 0;
	margin:0 0 0 2em;
	min-height:25em;
	
}

/*Hin und Her*/
.mod_article.three{	
	padding:125px 0 0 0;
	margin:0 0 0 2em;
}

.mod_article.lage_karte_adresse {
margin:0 0 0 2em;
}

	
#Karte img{
width:100%;
	height:auto;
	vertical-align:middle;
}

#Karte figure {display:block;}

div.adresse{
	margin:2% 0 2% 0;
	}
	
#lage-anreise-beschreibung {
	margin:0 0 0 2em;
}

div.umgebung{
margin:4% 0 0 0;}

div.anreise{
margin:4% 0 0 0;}


/*Beschreibung*/
.mod_article.four{		 
	padding:125px 0 0 0;
	margin:0 0 0 2em;
}

#details-text{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
	margin: 1em 0 0 2em;	
}

.mod_article.lage_karte_adresse {
margin:1em 0 0 2em;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
	
/*Kalender*/	
.mod_article.five{	
	margin: 0 0 0 2em; 
	padding:125px 0 0 0;
}

#fuenf div.ce_availability {
}

div.frei_belegt {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}	
div.frei_belegt p {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-orient:horizontal; -webkit-box-direction:normal; -ms-flex-direction:row; flex-direction:row}
div.frei_belegt p span.status {height:1em;padding:0 12px 0 4px;}	

div.frei_belegt p span.nichtbelegt{
	height:1.2em;
	width:3em;
	background-color:#a6a39a}

div.frei_belegt p span.belegt {
	height:1.2em;
	width:3em;
	background-color:#cd0023}	
		
div.frei_belegt p span.anab {
	height:1.2em;
	width:3em;
	background:linear-gradient(to top, #cd0023 0%, #cd0023 50%, #a6a39a 50%, #a6a39a 100%);
}



/*Kontakt*/	
.mod_article.six{ 
	margin: 0 0 0 2em; 
	padding:125px 0 0 0;
}	

#kontakt{
	margin: 3em 0 0 0em;
}	



/*  480px breakpoint  */
@media only screen and (min-width: 30em) {

.mod_article {
	/*border: 1px solid red;*/
}
	
  body {
	background: #cdcabf;
   } 
   
#main{  
	width:100%;
	background: transparent url('../../files/fb/content/design/birke_endlos.jpg') repeat-y -90px 90px;
	min-height:6500px;
	/*border:1px solid red;*/
	}
	
#main {
	width:100%;
}
	
#main .inside{
	width:98%;
}
	
h3{
margin:0 0 3px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:13px;
color:#4b463b;
letter-spacing:0.03em;
line-height:16px;
}
		
h2{
margin:0 0 20px 0;
padding:0;
font-style: normal;
font-family: 'robobold', Arial, sans-serif; 
font-size:30px;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:13px;
color:#ffffff;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}	


/*Slider*/		
.mod_article.one{
	padding:145px 0 0 0;
	margin:0 0 1em 5em;
}

/*Galerie*/	
.mod_article.two{		 
	padding:45px 0 0 0;
	margin:0 0 0 5em;
	min-height:25em;	
}


/*Hin und Her*/
.mod_article.three{		 
	padding:45px 0 0 0;
	margin:0 0 1em 5em;
}
.mod_article.lage_karte_adresse {
margin:0 0 1em 5em;

}	
#Karte img{
	width:100%;
	height:auto;
}

div.adresse{
	margin:2% 0 0 0;
	}
	
#lage-anreise-beschreibung{
	margin:0 0 5em 5em;
}

div.umgebung{
/*float:right;
width:64%;*/
margin:4% 0 0 0;}

div.anreise{
/*float:right;
width:32%;*/
margin:4% 0 0 0;}


/*Beschreibung*/
.mod_article.four{		 
	padding:45px 0 0 0;
	margin:0 0 0 5em;
	
}
#details-text{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:0 0 0 5em;
}

.mod_article.lage_karte_adresse {
margin:1em 0 0 5em;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

/*Kalender*/	
.mod_article.five{	
	margin: 1em 0 5em 5em; 
	padding:45px 0 0 0;
}
	
	
/*Kontakt*/	
.mod_article.six{ 
	margin: 1em 0 2em 5em; 
	padding:45px 0 0 0;
	
}	
#kontakt{
	margin: 3em 0 0 5em;
	
}	
	
}

/*  600px breakpoint  */
@media only screen and (min-width: 38em) {
	
  body {
	background: #cdcabf;
   } 
	
#wrapper{ 
		position:relative; 
		width:100%;}
#main{		
	width: 100%; 
	min-height:6500px;
	margin: 0 auto;
	background: transparent url('../../files/fb/content/design/birke_endlos.jpg') repeat-y -50px 90px;
	/*background: transparent url('../../files/fb/content/design/birke_display.jpg') no-repeat -50px 0px;*/
}	
#main .inside {width:98%}		

h3{
margin:0 0 3px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:13px;
color:#4b463b;
letter-spacing:0.03em;
line-height:16px;
}
		
h2{
margin:0 0 20px 0;
padding:0;
font-style: normal;
font-family: 'robobold', Arial, sans-serif; 
font-size:35px;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:13px;
color:#ffffff;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}	


/******** Content *******/

.mod_article{
	/*border:1px solid purple;*/
}

/*Slider*/		
.mod_article.one{
	padding:145px 0 0 0;
	margin:0 0 0 10em;
}	

/*Galerie*/
.mod_article.two{		 
	padding:125px 0 0 0;
	margin:0 0 0 10em;
}

/*Hin und Her*/
.mod_article.three{		 
	padding:125px 0 0 0;
	margin:0 0 0 10em;
}

.mod_article.lage_karte_adresse {
margin:0 0 0 10em;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
	
#Karte img{
	width:100%;
	height:auto;
	vertical-align: middle;
}

div.adresse{
	margin:1em 0 1em 0;
	}
	
#lage-anreise-beschreibung{
	margin:0 0 0 10em;
}

div.umgebung{
/*float:right;
width:64%;*/
margin:4% 0 0 0;}

div.anreise{
/*float:right;
width:32%;*/
margin:4% 0 0 0;}

/*Beschreibung*/
.mod_article.four{
	padding:125px 0 0 0;
	margin:0 0 0 10em;
}

#details-text{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
    -ms-flex-direction:column;
        flex-direction:column;
	margin: 1em 0 0 10em;	
}

.mod_article.lage_karte_adresse {
margin:1em 0 0 10em;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

/*Kalender*/
.mod_article.five{
	margin: 1em 0 0 10em;		 
	padding:125px 0 0 0;
}

/*Kontakt*/	
.mod_article.six{
	margin: 1em 0 0 10em;		 
	padding:125px 0 0 0;
}

#kontakt-formular{
	margin: 3em 0 0 10em;
	width: auto;
}


}

/*  768px breakpoint  */
@media only screen and (min-width: 48em) {

/***** Helper *******/	


  body {
	background: #cdcabf;    
   } 
	
#wrapper{ 
		position:relative; 
		width:100%;}
		
#main{ 
	width: 100%; 
	min-height:5700px;
	margin: 0 auto;
	/*background: transparent url('../../files/fb/content/design/birke_600px.jpg') no-repeat -50px 50px;*/
		background: transparent url('../../files/fb/content/design/birke_display.jpg') no-repeat -50px -20px;

	/*border:1px solid red;*/
	}

#main .inside {
width:98%;
margin-right:2%;}

/***** Typo ******/

h3{
margin:0 0 6px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:13px;
color:#4b463b;
letter-spacing:0.03em;
line-height:13px;
}

h2{
margin:0 0 20px 0;
padding:0;
font-style: normal;
font-family: 'robobold', Arial, sans-serif; 
font-size:35px;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:13px;
color:#ffffff;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}			



/*********** Content ********/
		
.mod_article{ 
/*border:1px solid yellow;*/
}

/*Slider*/
.mod_article.one{
	padding:145px 0 0 0;
	margin:0 0 0 30%;
}

/*Galerie*/	
.mod_article.two{
	margin: 0 0 0 30%;		 
	padding:125px 0 0 0;
}

/*Hin und Her*/
.mod_article.three{	
	margin: 0 0 0 30%;	 
	padding: 125px 0 0 0;}

.mod_article.lage_karte_adresse {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 0 0 0 30%;
}

#Karte {
	width:66%;
}

#Karte figure {
display:block
}

#Karte img{
	width:100%;
	height:auto;
	vertical-align: middle;
}

div.adresse{
	margin:20% 0 0 0;
	width:34%;
}

#lage-anreise-beschreibung{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding:0;
}

div.umgebung{
width:66%;}

div.anreise{
width:32%;
padding-right:2%;
margin:0;}
	
	
	
	
/*Beschreibung*/
.mod_article.four{	
	margin: 0 0 0 30%;	 
	padding:125px 0 0 0;}
	
#details-text{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding:0;	
}

div.zimmeraufteilung{
	width:49%;
	padding:0 1% 0 0;
}

div.details_rechts{
	width:49%;
	padding: 0 0 0 1%;
}
	
/* Kalender*/
.mod_article.five{
	margin: 0 0 0 30%;		 
	padding:125px 0 0 0;
	}


/*Kontakt*/	
.mod_article.six{
	/*min-height:1000px;	*/
	margin: 0 0 0 30%;	 
	padding:125px 0 0 0;
}	

/*	
#kontakt{
	margin:0;
	float:left;
	width:26%;
	padding-left:3%;
	min-height:1200px;
}
*/


#kontakt-formular div.ce_form{
	float:left;
	width:60%;
}

#kontakt-formular div.ce_text{
	float:left;
	width:35%;
	margin-left:5%;
}	
		
	}

/*  992px breakpoint  */
@media only screen and (min-width: 62em) {
/***** Layout *******/	

/***** Helper *******/	
/*
.mod_article {border: 1px solid blue}
*/

body {
	background: #cdcabf;
   } 
	
#wrapper{ 
		position:relative; 
		width:100%;
		}
		
#main{ 
	max-width: 960px; 
	min-height:5000px;
	margin: 0 auto;
	background: transparent url('../../files/fb/content/design/birke_display.jpg') no-repeat -10px 0px;
	}

/***** Typo *******/

h3{
margin:0 0 3px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:0.75em;
color:#4b463b;
letter-spacing:0.03em;
line-height:16px;
}

h2{
margin:0 0 20px 0;
padding:0;
font-style: normal; 
font-family: 'robobold', Arial, sans-serif; 
font-size:2.2em;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:0.75em;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}		

/***** Content Container *******/

/*Slider*/
.mod_article.one{
	width:70%;
	min-height:500px;	
	padding:145px 0 0 0;
	margin:0 2px 0 30%;
}

/*Galerie*/	
.mod_article.two{
	width:70%;
	margin: 0 0 0 30%;		 
	padding:115px 0 0 0;
	min-height:520px;
}


/*Hin und Her*/
.mod_article.three{	
	margin: 125px 0 0 30%;	 
	padding: 0 0 0 0;}

.mod_article.lage_karte_adresse {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin: 0 0 0 30%;
}

#Karte {
	width:66%;
}

#Karte figure {
display:block
}

#Karte img{
	width:100%;
	height:auto;
	vertical-align: middle;
}

div.adresse{
	margin:20% 0 0 0;
	width:34%;
}

#lage-anreise-beschreibung{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding:0;
}

div.umgebung{
width:66%;}

div.anreise{
width:32%;
padding-right:2%;
margin:0;}
	
#Vier {
width:100%}	


/*Beschreibung*/
.mod_article.four {	
	width:70%;
	margin: 0 0 0 30%;	 
	padding:115px 0 0 0;
}
	
#details-text{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding:0;
}

div.zimmeraufteilung{
	width:49%;
	padding:0 1% 0 0;
}

div.details_rechts{
	width:49%;
	padding: 0 0 0 1%;
}
	
/* Kalender*/
.mod_article.five{
	width:70%;
	margin: 0 0 0 30%;		 
	padding:115px 0 0 0;}


/*Kontakt*/	
.mod_article.six{
	/*min-height:1000px;	*/
	width:70%;
	margin: 0 0 0 30%;	 
	padding:115px 0 0 0;
}	

#kontakt-formular{
	width:70%;
	
}
	
#kontakt{
	margin:0;
	float:left;
	width:26%;
	padding-left:3%;
	min-height:1200px;
}
	
	
}

/*  1382px breakpoint  */
@media only screen and (min-width: 86em) {

/***** Helper *******/	
/*
.mod_article {border: 1px solid green}
*/

/***** Layout *******/	
body {
	background: #cdcabf;
    /*background: green;*/
   } 
	
#wrapper{ 
		position:relative; 
		width:100%;
		}
		
#main{ 
	max-width: 960px; 
	min-height:5000px;
	margin: 0 auto 0 auto;
	background: transparent url('../../files/fb/content/design/birke_display.jpg') no-repeat -10px 0px;
	/*border:1px solid red;*/
	}

#main .inside {width:100%}


/***** Typo *******/

h3{
margin:0 0 3px 0;
padding:0;
font-style: normal;
font-weight: 500;
text-decoration:underline;
text-transform:uppercase;
font-size:0.75em;
color:#4b463b;
letter-spacing:0.03em;
line-height:16px;
}

h2{
margin:0 0 20px 0;
padding:0;
font-style: normal; 
font-family: 'robobold', Arial, sans-serif; 
font-size:2.2em;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}		
	
p{
margin:0;
padding:0;
font-style: normal;
font-weight: 400;
font-size:0.75em;
letter-spacing:0.03em;
line-height:16px;
color:#4b463b;
}		

/***** Content Container *******/

/*div.navheight {height:110px}*/

.mod_article{ 
/* border:1px solid green;*/
}


/*Slider*/
.mod_article.one{
	min-height:500px;	
	padding:145px 0 0 0;
	margin:0 0 0 30%;
}

/*Galerie*/	
.mod_article.two{
	margin: 0 0 0 30%;		 
	padding:125px 0 0 0;
}

/*Hin und Her*/
.mod_article.three{	
	margin: 125px 0 0 30%;	 
	padding: 0 0 0 0;}

.mod_article.lage_karte_adresse {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin: 0 0 0 30%;
}

#Karte {
	width:66%;
}

#Karte figure {
	display:block
}

#Karte img{
	width:100%;
	height:auto;
	vertical-align: middle;
}

div.adresse{
	margin:20% 0 0 0;
	width:34%;
}

#lage-anreise-beschreibung{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding:0;
}

div.umgebung {
	width:66%;}

div.anreise{
	width:32%;
	padding-right:2%;
	margin:0;}
	
#Vier {
	width:100%}	


/*Beschreibung*/
.mod_article.four{	
	margin: 0 0 0 30%;	 
	padding:125px 0 0 0;}
	
#details-text{
	width:70%;
	margin: 1% 0 0 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding:0;
}

div.zimmeraufteilung{
	width:49%;
	padding:0 1% 0 0;
}

div.details_rechts{
	width:49%;
	padding: 0 0 0 1%;
}
	
/* Kalender*/
.mod_article.five{
	margin: 0 0 0 30%;		 
	padding:125px 0 0 0;
	}


/*Kontakt*/	
.mod_article.six{
	margin: 0 0 0 30%;	 
	padding:125px 0 0 0;
}	
	
#kontakt{
	margin:0;
	float:left;
	width:26%;
	padding-left:3%;
	min-height:1200px;
}

#kontakt-formular{
	width:70%;	
}
	

}



 



#nav {
		position: fixed !important;
		top:0;
		left: 0;
		width: 100%;
		height:90px;
		background: #fff;
		z-index: 9999;
	}
	
div.nav_wrapper {
		position:relative;
		margin:0;
		display:flex;
		flex-direction: column;
		align-items: center;
}

#logo {
	font-family: 'robobold', Arial, sans-serif;
	font-size:1.125em;
	color:#000000;
	font-weight:normal;
	}

#nav_ul {
		position:relative;
		list-style: none;
		display: flex;	
		align-content: space-between;	
		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 0;
}


#nav_ul li a {
		display: block;	
		font-style: normal;
		font-size: 15px;
		font-weight:400;
		padding: 0 8px;
		text-decoration: none;
		color: #000000;
		outline:0;
	}	
	
#nav_ul li a:hover {color: #333}
	



@media only screen and (min-width: 38em) {

	
#nav {
		position: fixed !important;
		top:0;
		left: 0;
		width: 100%;
		height:90px;
		background: #fff;
		z-index: 9999;
}
	
div.nav_wrapper {
		position:relative;
		margin:0;
		max-width:960px;
		display:flex;
		flex-direction:column;
}

#logo {
	font-family: 'robobold', Arial, sans-serif;
	font-size:1.125em;
	color:#000000;
}

#nav_ul {
		position:relative;
		overflow:hidden;
		list-style: none;
		display: flex;	
		justify-content: space-between;;
}
		
#nav_ul li a {
		display: block;	
		font-style: normal;
		font-size: 15px;
		font-weight:400;
		padding: 0 8px;
		text-decoration: none;
		color: #000000;
		outline:0;
}	
	
#nav_ul li a:hover {color: #333}	


}


@media only screen and (min-width: 62em) {

	
#nav {	
		position: fixed !important;
		top:0;
		left: 0;
		width: 100%;
		height:90px;
		background:rgba(255,255,255,1);
		z-index: 9999;
}

div.nav_wrapper {
		position:relative;
		overflow:hidden;
		max-width:960px;
		margin:2em auto;
		display: flex;
		flex-direction:row;
}

#logo {
		margin:0;
		padding:0;
		font-family: 'robobold', Arial, sans-serif;
		font-size:1.25em;
		color:#000000;
}

#nav_ul {
		list-style: none;
		display: flex;	
		/*align-content: space-between;*/
		margin-left:2.8em;	
		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 0;
	
}

#nav_ul li {margin:0}
#nav_ul li.span_nav {padding: 0 8px}		
#nav_ul li a {
		display: block;	
		font-style: normal;
		font-size: 15px;
		font-weight:400;
		padding: 0 8px;
		text-decoration: none;
		color: #000000;
		outline:0;
}	
	
#nav_ul li a:hover {color: #333}
	
	
}		
figure {margin:0;}
body { 
	font-family: 'roboreg', Arial, sans-serif;  
	background: #cdcabf;}

a {text-decoration:underline; color:#8a8476; outline:0;}	

#wrapper{ 
		position:relative; 
		width:100%;
		}

#main {background: none;}	

@media only screen and (min-width: 769px) {

/***** Layout *******/	


#main{ 
	max-width: 960px; 
	margin: 0 auto;
	float:none;
	}

/***** Typo *******/

p.anfrage{	
padding:50px 0 0 0;
margin:0;
float:left;
width:40%;	
font-style: normal; 
font-weight: 700;
font-size:35px;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}	
p.anfragelink{
float:left;
padding:20px 0 0 0;
margin:0;
width:40%;	
}	

#bestaetigung{
	padding:140px 0 30px 0;
	margin:0 0 0 15%;
	width:100%;
	
}

#bestaetigung figure{
	float:left;
	margin-right:20px;
	} 

#bestaetigung figure img{
	width:100%;
	height:auto;}

	

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

/***** Layout *******/	

#main{ 
	max-width: 960px; 
	margin: 0 auto;
	float:none;
	}

/***** Typo *******/

p.anfrage{	
float:left;
padding:5px 0 0 0;
margin:0;
width:40%;	
font-style: normal; 
font-weight: 700;
font-size:35px;
color:#ffffff;
letter-spacing:0.03em;
line-height:35px;
}	
p.anfragelink{
padding:10px 0 0 0;
margin:0;
float:left;
width:40%;	
}	

#bestaetigung{
	padding:140px 0 30px 0;
	margin:0 0 0 5%;
	width:100%;
	
}

#bestaetigung figure{
	float:left;
	margin-right:20px;
	} 

#bestaetigung figure img{
	width:100%;
	height:auto;}

	



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

#main{ 
	max-width: 960px; 
	margin: 0 auto;	
	float:none;
	}

/***** Typo *******/

p.anfrage{	
float:left;
padding:5px 0 0 0;
margin:0;
width:40%;	
font-style: normal; 
font-weight: 700;
font-size:30px;
color:#ffffff;
letter-spacing:0.03em;
line-height:30px;
}	
p.anfragelink{
	padding:0;
margin:0;
	float:left;
width:40%;	
}	

#bestaetigung{
	padding:140px 0 30px 0;
	margin:0 0 0 5%;
	width:100%;
	
}

#bestaetigung figure{
	float:left;
	margin-right:20px;
	width:40%;
	} 

#bestaetigung figure img{
	width:100%;
	height:auto;}



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

/******** Content *******/

#main{ 
	max-width: 960px; 
	margin: 0 auto;	
	float:none;
	}

/***** Typo *******/

p.anfrage{	
float:left;
padding:5px 0 0 0;
margin:0;
width:40%;	
font-style: normal; 
font-weight: 700;
font-size:24px;
color:#ffffff;
letter-spacing:0.03em;
line-height:30px;
}	
p.anfragelink{
	padding:0;
margin:0;
	float:left;
width:40%;	
}	

#bestaetigung{
	padding:140px 0 30px 0;
	margin:0 0 0 5%;
	width:100%;
	
}

#bestaetigung figure{
	float:left;
	margin-right:20px;
	height:300px;
	width:40%;
	} 

#bestaetigung figure img{
	width:100%;
	height:auto;}



}
