:root {
	--farbe1:#8B0000;
	--farbe-textfarbe:#000000;
	--farbe-menulink:#ffffff; 
	--farbe-menulinkhover:#ffffff;
	--farbe-menuhintergrund:#C0C0C0; 
	--farbe-artikelhintergrund:#ffffff;
	--farbe-artikelrahmen:#000080;
	--artikelhintergrund-transparenz: 20%;
	--abstand-innen-main: 20px;
}

html {
  overflow-y: scroll;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {

  background-color:#DCDCDC ;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: var(--farbe-textfarbe);
 
	
}
/** Layout **/
#wrapper {
  width: 100%;
 
  margin: 0px auto 0 auto;
 
}

#header {
background-color:#8B0000;
min-height:40px;
height:70px;
}
#header > .inside {
	margin-left:auto;
	margin-right:auto;
	 max-width: 1200px;

}
#container {
	margin-left:auto;
	margin-right:auto;
	 max-width: 1200px;
	/*background-image: url("../bilder/Hintergrundbilder/Logo.jpg");*/
	height:auto;
	background-repeat: no-repeat;
	background-size: 1200px;

}

#main > .inside > .mod_article {
	margin: 0px 20px 20px 20px;
	
}

/** Suche **/

#header .mod_form {
	position:absolute;
	top: 25px;
	right: 0;
	z-index: 10;
}


#form-search {
	position: relative;
}

#form-search input.text {
	margin-bottom: 0;
	padding-right: 30px;
	width: 115px;
	transition: all 0.5s ease 0s;
}

#form-search input.text:focus {
	width: 240px;
}

#form-search input.submit {
	position: absolute;
    right: 6px;
    top: 0px;
    width: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.mod_search form {
	border: 0px solid #ccc;
	padding: 25px;
}

.mod_search .header {
	margin-top: 2em;
	padding: 0.5em;
	text-align: center;
	background: #292c37;
	color: #fff;
}

mark {
	background: yellow;
	font-weight: 700;
}

.mod_search > div {
	padding: 0.75em 0.5em;
}

.mod_search .odd {
	background: #f3f3f3;
}

.mod_search form button {
	width: 100%;
}

#main > .inside > .mod_article.Kurzdarstellung {
	background-color: var(--farbe-artikelhintergrund);
	border:1px solid var(--Farbe-artikelrahmen);
	border-radius:10px;
	margin-bottom:30px;
	box-shadow: 0px 2px 18px 3px rgba(0,0,0,0.66);
	padding: 30px 30px 0px 30px;
	margin:0px 20px 30px 20px;
}

/*
.mod_article.Kurzdarstellung > div {
	margin: 30px;
}
*/
.mod_article.Kurzdarstellung > .ce_image {
	float:left;
	margin:0px 30px 0px 0px;
	max-width: 500px;
}
.mod_article.Kurzdarstellung > .ce_list > ul {
	list-style-type:disc;
	margin-left:0px;
	padding-left:20px;
}
.mod_article.Kurzdarstellung > .ce_list > ul > li {
	margin-bottom:4px;
}

.mod_article.Kurzdarstellung > .ce_list > ul > li:nth-child(odd) {
    clear:left;
    float:left;
	width:100px;
}

.mod_article.Kurzdarstellung > .ce_list > ul > li:nth-child(even) {
	display:inline-block;
    width:calc(100% - 101px);
    min-width:185px;

}

.mod_article.Kurzdarstellung > .ce_accordion {
	clear: both;
}

.mod_article.Kurzdarstellung > .ce_accordion > .toggler {
	background-color:var(--farbe1);
	color:var(--farbe-menulink);
	padding:8px 20px;
	border-radius:10px;
	margin:20px 0px;
}
.mod_article.Kurzdarstellung > .ce_accordion > .toggler:hover {
    cursor:pointer;
}

.mod_article.Kurzdarstellung > .ce_accordion > .toggler:before {
	content: "▸";
    transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.mod_article.Kurzdarstellung > .ce_accordion > .toggler.active:before {
    -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}

.mod_article.Kurzdarstellung > .ce_accordion > .accordion {
	padding:20px 45px;
}

.mod_article.Kurzdarstellung > h1,
.mod_article.Kurzdarstellung > h2,
.mod_article.Kurzdarstellung > h3,
.mod_article.Kurzdarstellung > h4{
	margin-top: 0px;
	margin-bottom: 20px;
	padding:0px;
	color:var(--farbe1);
	font-weight:bold;
}







#footer{
	background: #9f111b;

}

#footer > .inside {
    color: var(--farbe-menulink);
	margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
}

.footer-copyright {
	
	margin-top: 80px;
	font-size: 0.75em;
	padding: 10px 0;
	
}
 
 
