@import 'MyFontsWebfontsKit.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Content ---------------------------------------------------------- */



body{
	font-family: 'Texta-Light', sans-serif;
	background-color: #fff;
	font-size:24px;
	line-height: 26px;
	color: #000;
	font-weight: 100;
}


a{
	font-size:24px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	font-weight: 100;
	}
	

a:hover{
	color: #eb6b59;
	}
	

h1, h1 a {  
	font-size: 54px; 
	line-height: 0.8em; 
	font-weight: 100;
	letter-spacing:0.05em}

h2{ 
	font-family: 'Crimson Text', serif;
	text-transform:uppercase;
	font-size: 17px; 
	line-height: 1.2em;
	color: #000;
	font-weight: 600;
	margin-top: 5px;
	letter-spacing:0.12em}

h2{ font-size: 30px; line-height: 40px; color: #000;}
h3{ font-size: 24px; font-family: 'Crimson Text', serif; line-height: 30px; color: #000; margin: 20px 0 10px 0}
h4{ font-size: 18px; font-family: 'Crimson Text', serif;line-height: 26px; color: #000; margin: 20px 0 10px 0}


hr{ 
	margin: 60px 0 60px 0;
	border: none;
	border-bottom: dashed 1px #036;
	height: 1px;
	}

strong{ font-weight: 800; margin-bottom: -10px; display: block}
#datenschutz strong{ font-weight: normal; margin: 20px 0 10px; display: block}

/* Container ------------------------------------------------------ */


#container{
	position: relative;
	max-width: 100%;
	margin:0 auto;
	padding: 0;
	z-index: 10000;
}
  
#inhalt {
  max-width:100%;
  margin: 0 auto;
  background-color: #000;
  height: auto;
  text-align:center;
  padding: 7% 0 7% 0;
  }
  
 #inhaltunten {
  max-width:1000px;
  margin: 0 auto;
  background-color: #FFF;
  color: #000;
  height: auto;
  text-align:left;
  margin-top: 40px;
  padding: 0 40px 0 40px;
  }
  
 #content .fuenfziglinks, #content .fuenfzigrechts{ 
  
 	font-family: 'Texta-Light', sans-serif;
	font-size:18px;
	line-height: 20px;
	font-weight: 100;
	
 }
 
  #content .fuenfziglinks{
	float: left;
	width: 47%;
	height: auto;
	padding-right: 5%;
	text-align: left;
	}

#content .fuenfzigrechts{
	float: left;
	width: 45%;
	height: auto;
	text-align: left;
	}

 
 #content .fuenfziglinks a, #content .fuenfzigrechts a{ 
 text-transform: none;
 font-size:18px;
	line-height: 20px;
 }
 
 #footer {
  width: 90%;
  position: relative;
  height: auto;
  text-align: center;
  margin:0 auto;
  height: auto;
  margin-top: 40px;
    }
  
 #footer a{ font-size: 24px;  line-height: 24px; }

/* Diverse Klassen ------------------------------------------------- */

.clear{ clear:both; }
.linie{ 
	width: 98%;
	height: 1px;
	border-bottom: 1px dashed #888;
	margin: 0 0 80px 0;
	padding: 70px 0 0 0;
	clear: both;
	}

a.linkkleiner{ font-size: 16px!important; line-height: 20px!important}

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


a:after{
	content: "";
	}
	
  
#content .fuenfziglinks, #content .fuenfzigrechts{ 
 float: none; 
 width: 100%;
 }

 
}


@media screen and (max-width: 480px) {
body{
	font-size:20px;
	line-height: 22px;
}

#inhalt img { width: 75%; height: auto; }

h1, h1 a {  
	font-size: 45px; 
	line-height: 0.8em; 
	font-weight: 100;
	letter-spacing:0.05em}

h2 {  font-size: 15px;}

#footer a{ font-size: 20px;  line-height: 22px; }
  
}