/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


* {margin: 0; padding: 0;}

body{
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

img{ 
	border:0;
}

a:link, a:visited{ color: #888; text-decoration: none;}
a:active, a:hover{ color:#904D99; text-decoration: underline;}


/* Die Hauptbox */

#main_wrapper {
	width: 900px; /* widths of columns will scale proportionately as this width is changed */
	margin-left: auto;  /* centers max'd layout in browser */
	margin-right: auto; /* centers max'd layout in browser */
	padding-top: 16px;	/*top: 20px;*/
	}


/* oberes Menü */

#menu{
	height: 80px;
	margin-top: 24px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
}

#navoben {
    float: left;
    margin: 0 0 0 56px;
}

#navoben ul{ list-style-type: none;}

#navoben a {
	text-decoration: none;
}

#navoben li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	display: block;
}

#navoben li a {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.85em;
	letter-spacing: 0.2em;
	display: block;
	height: 28px;
	padding: 0px 20px 0px 20px;
}

#navoben li a:hover {
	color: #4BA8A6;
}

#navoben #akt {
	color: #4BA8A6 ;
}

/* Ende oberes Menü */


/* Der Inhalt */

#inhalt{
	text-align: center;
}
.abstand_unten{
	padding-Bottom: 30px;
}
.image_float_right {float:right; margin: 6px 0 0 10px;} 
.image_float_left {float:left; margin: 8px 60px 20px 0;}

h1 {
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 300;
	color: #3e3e3e;
}
/* Nur Firefox */
@-moz-document url-prefix() {
    h1 {
        font-size: 1.65em;
	line-height: 1.6;
    }
}

h2 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 300;
	color: #3e3e3e;
}
p {
	font-size: 0.95em;
	line-height: 1.75em;
	color: #888;
	font-weight: 300;
}
/* Nur Firefox */
@-moz-document url-prefix() {
    p {
	font-size: 0.85em;
}
}
.fett {
	font-weight: 600;	
}
.italic {
	font-style: italic;	
	font-weight: 300;
}
.impressum {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #888;
	font-weight: 300;
}
#datenschutz {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #888;
	font-weight: 300;
	text-align: left;
}
#datenschutz a:hover {
	color: #4BA8A6;
}


.ghost_btn {
    text-decoration: none;
    /*font-size: 120%;*/
    font-size: 100%;
    font-weight:600;
    color: #99c9cd;
    letter-spacing: 0.2em;
    /*background: #fff7b2;*/
    border: 1px solid #4BA8A6;
    padding: 0.4em 1.5em 0.5em 1.5em;
    margin-top: 3em;
    margin-bottom: 4em;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
 }
 a.ghost_btn:hover{
  background:#bee1dd;
  text-decoration: none;
  color: #fff;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    .impressum {
	font-size: 0.7em;
    }
}
.copyright {
	font-size: 0.7em;
	line-height: 0.5em;
	color: #888;
	font-weight: 300;
	padding-Bottom: 10px;
}
.MwSt {
	font-size: 0.7em;
	line-height: 0.5em;
	color: #888;
	font-weight: 300;
	margin: 24px 0;
	padding-Top: 16px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
}
.halbe_leerzeile{
	padding-top: 10px;
}

.margin_galerie_links {
	margin: 22px 10px 10px 0px;
}
.margin_galerie_mitte {
	margin: 22px 10px 10px 10px;
}
.margin_galerie_rechts {
	margin: 22px 0px 10px 10px;
}
.trennlinie{
	margin: 24px 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
}
.trennlinie_halb{
	/*margin: 30px 0;*/
	margin: 30px 0 0 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
}
.preise_links{
	text-align: left;
	float: left;
	width: 440px;
	/*height: 270px;*/
	margin-right: 10px;
}
.preise_rechts{
	text-align: left;
	width: 440px;
	/*height: 270px;*/
	margin-left: 10px;
	float: left;
}

.clear {
	clear: both;
	float: none;
}

#buchen{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
	margin: 30px 0 0 0;
	padding-top: 30px;
	text-align: center;
}

#footer{
	height: 80px;
	margin-top: 24px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4BA8A6;
	text-align: center;
	list-style-type: none;
	color: #999;
	font-size: 13px;
}
#footer a:hover {
	color: #4BA8A6;
}
#footer span {
	margin: 0 6px;
}

#footer-cookie,
#footer-cookie * {
box-sizing: border-box;
    }
#footer-cookie {
display: none;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 60px;
padding-left: 40px;
padding-right: 40px;
font-size: 0.8em;
line-height: 50px;
background: #4BA8A6;
color: #fff;
    }
#footer-cookie a {
color: #fff;
    }
    
#footer-cookie #accept a {
border: 1px solid #fff;
padding: 5px 10px;
margin-left: 10px;
text-decoration: none;
    }
    
@media (max-width: 1200px) {
#footer-cookie {
padding-top: 30px;
padding-bottom: 30px;
line-height: inherit;
height: auto;
      }

#footer-cookie #accept a {
width: 100%;
display: block;
text-align: center;
      }
    }


