/**
* 1. Reset
* 2. Fonts
* 3. Layout
* 4. Allgemeine Elemente
* 5. Spezielle Elemente
* 6. Menues
* 7. Media queries
**/

/* ------- 1. Reset ------- */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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%; vertical-align: baseline; }
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; }

/* Clearfix */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }

.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both;}

/* ------- 2. Fonts ------- */
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v36-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/open-sans-v36-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/open-sans-v36-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body, html {font-family: 'Open Sans', sans-serif; font-size: 16px; font-size: 1rem;
line-height: 1.5;}


/* ------- 3. Layout ------- */
/* WRAPPER - ALLGEMEIN */

#wrapper { width: 100%; clear: both; }

body { background: rgba(255,211,0, 1.0); color: #666666; }

#content {box-sizing:border-box; margin: 0 auto; width: 100%; max-width: 870px; padding: 30px 10px;}

#content {
  background-image: url(../images/bg-content.png); 
  background-position: center 80px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain; 
}

#themenwrapper {text-align:center;margin-top:40px;}
.box { box-sizing:border-box; width:49%; float:left;padding: 0 30px;}
div.rechts { border-left: 3px solid #666666;padding: 0 0 0 33px;}
div.links { padding: 0 30px 0 0; }


#impressumtoggle {
	clear:left;
	padding:0;
	margin:20px 0 0 0;
	display:none;
}



a { text-decoration:none; color: #666666; }
a:hover { text-decoration:underline;}
 
h1{ font-size: 54px;font-weight:600; text-align:center;}

h2 { font-size:36px; font-weight:600; line-height:1.3;text-align:center; margin-top:50px;}



h3 { font-size:32px;font-weight:600; }

p {font-size:24px;}
p.intro { font-size: 28px; font-weight: 600; margin-top: 30px; line-height:1.3;text-align:center;} 
p.links { text-align:right;}
p.rechts { text-align:left;}
p.impressum { margin-top: 80px;font-size:17px;font-weight: 600; 
margin-top: -20px;
margin-bottom: 32px;
}
p.impressumsstext { font-size:16px; }

h4 { font-size: 18px; margin-bottom: 24px;}

div.ergaenzung { margin-top: 180px;
}
div.ergaenzung p { font-size: 16px; line-height:1.5; margin-bottom: 12px;}

div.ergaenzung ul {
margin-left: 0;
margin-top: 16px;
margin-bottom: 16px;
padding-left: 20px;
padding-left: 1.25rem;
list-style: disc outside;
overflow: auto;
}

div.ergaenzung li {

    margin: 0 0 5px 0;
    margin: 0 0 0.3125rem 0;}


/* media queries */
@media only screen and (max-width: 700px)  {
.box { box-sizing:border-box; width:100%; float:none;}
div.links { padding:0;}
div.rechts { padding: 0; border-left:none;}
p.links { text-align:left;}
p.rechts { text-align:left;}
}

@media only screen and (max-width: 480px)  {
h1{ font-size: 32px;}
h2 { font-size:24px; }
h3 { font-size:24px; }
p.intro { font-size: 24px; }
}