@charset "utf-8";

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #2d0b47;
	line-height: 150%;
}
body, td, p, html {
	margin: 0; 
	padding: 0;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
	
}
html {
	background-image:url(../images/lavendelhof-bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	height:100%;
	width:100%;
	}

.datenschutz {
	    margin: 100px auto;
    width: calc(100% - 400px);
    padding: 50px 100px;
	
}
.datenschutz a {
	text-decoration:underline;
}

.bg0 {
	background-image:url(../images/lavendelhof-white.png);
	background-repeat:repeat;
}
p {margin: 4px 0 14px 0}

h1{
	font-weight:400;
	font-size: 1.9rem;
	margin-bottom:37px;
	color:#561d80;
	
	}
h2{
	font-weight:400;
	font-size: 1.4rem;
	margin-bottom:14px;
	text-transform:uppercase;
	color:#561d80;
	}


.adresse{
	margin-left:40px;
}
.LinkAllgemein
{

text-decoration:underline;
color:#2d0b47;
	

}
ul li{
	padding-bottom:4px;
	}

a.LinkReferenz
{
text-decoration:underline;
color:#FFFFFF;
}
a.LinkReferenz:hover
{
text-decoration:none;

color:#FFFFFF;
}

.typoklein
{
font-size:9px;
line-height: 140%;
padding-top:10px;
	

}


a
{
text-decoration:none;
color:#2d0b47;
}
a:hover
{
text-decoration:none;
background-color:#fff;
}


