/* global.css enthält: Header inkl. Menü und spacer mit Suche, Footer, die Asides, die Größe von Main, sowie Grunddesigns für z.B. Schrift */


/* GLOBAL */
body {
	border-top: 5px solid #E32626;
 	/* TRAUER	border-top: 5px solid #000000; */
	background: #ebe8de;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
  	margin:0;
}

body.wait, body.wait *{
    cursor: wait !important;   
}

main>section {
    font-size: 14px;
    margin: auto;
    max-width: 950px;
    min-height: 400px;
}

input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 7px;
	outline: 0;
	border: 0;
	width: 250px;
	background: #EBE8DE;
	border-radius: 5px;
}
input[type=submit] {
	-webkit-appearance: none;
  width: auto;
	padding: 5px 18px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	background: #333333;
	color: #fff;
  border-radius: 5px;
  box-shadow: none;
  line-height: 25px;
}

input[type=submit]#edit_user {
  border: none;
  background: none;
}   
    
p {
	margin: 5px 0;
	line-height: 25px;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
	margin: 5px 0;
	line-height: 25px;
	font-size: 14px;
	text-decoration: underline;
	cursor:pointer;
}
strong {
	font-weight: bold;
}
figcaption strong {
	border-bottom: 1px solid #D6D0C1;
	padding-bottom: 10px;
	margin: 10px 0;
	display: block;
}
figcaption {
	line-height: 25px;
	font-size: 14px;
	width: 200px;
}
hr {
	background-color: #D6D0C1;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

blockquote > p {
    font-size: 18px;
    font-weight: bold;
    color: grey;
}


/* BUTTONS */
.button {
    -webkit-appearance: none;
    background-color: #333333;
    font-size: 14px;
    padding: 3px 10px;
    padding: 5px 18px;
    border: 1px solid #c3532e;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: none;
    line-height: 25px;
}
/*
.button:hover {
	background: none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow: none;
	color: #4A463B;
}*/

/* MISC */
.clear {
	clear: both;
}
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
/* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* HEADER */
header {
	width: auto;
	max-width: 950px;
	margin: 0 auto 30px auto;
	padding-top: 35px;
}
header h1 {
	margin: 15px 0 0 0;
	font-size: 60px;
	font-weight: bold;
	color: #E32626;
	/* TRAUER color: #000000; */
	font-family: 'HelveticaRounded-Bold';
}

#h1_klein{
	display:none;
}

header p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #4A463B;
	margin-left: 132px;
}
header img {
	width: 8em;
	margin-right: 20px;
	float: left;
}

/* MENÜ */
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}


#cssmenu ul {
  background: #E32626;
  background: -moz-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E95B6C), color-stop(100%, #E32626));
  background: -webkit-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -o-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -ms-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: linear-gradient(to bottom, #E95B6C 0%, #E32626 100%);
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}


/* TRAUER
#cssmenu ul {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: -ms-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
*/

#cssmenu li {
  float: left;
  padding: 0px;
}


#cssmenu li a {
  background: #E32626;
  background: -moz-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E95B6C), color-stop(100%, #E32626));
  background: -webkit-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -o-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -ms-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: linear-gradient(to bottom, #E95B6C 0%, #E32626 100%);
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}


/* TRAUER
#cssmenu li a {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: -ms-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
*/

#cssmenu > ul > li > a {
  color: #FFFFFF;
}
#cssmenu ul ul a {
  color: #FFFFFF;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #C93337;
  color: #ffffff;
  text-decoration: none;
}


#cssmenu li ul {
  background: #E32626;
  background: -moz-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E95B6C), color-stop(100%, #E32626));
  background: -webkit-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -o-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: -ms-linear-gradient(top, #E95B6C 0%, #E32626 100%);
  background: linear-gradient(to bottom, #E95B6C 0%, #E32626 100%);
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
}


/* TRAUER
#cssmenu li ul {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #000000 0%, #000000 100%);
  background: -ms-linear-gradient(top, #000000 0%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #000000 100%);
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
}
*/

#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #C93337;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul ul {
  left: -9999px;
  top: 0;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
}

#cssmenu ul ul li:hover > ul.left {
    left: -100%;
}

#cssmenu > ul > li {
  position: relative;
}
/* SERVICE NACH LINKS AUSKLAPPEN*/
li.align-right:hover > ul {
  right: 0;
  left: auto;
  text-align: right;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 100%;
}

#cssmenu > ul {
    z-index: 99;
}

#cssmenu > ul > li > ul {
    z-index: 99;
}

#cssmenu > ul > li > ul > li > ul {
    z-index: 99;
}
/* MOBILE MENÜ */

#mobilemenu,
#mobilemenu ul,
#mobilemenu ul li,
#mobilemenu ul li a{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#mobilemenu {
  width: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#mobilemenu ul ul {
  display: none;
}
#mobilemenu > ul > li.active > ul {
  display: block;
}
#mobilemenu > ul > li > a {
  padding: 10px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background: #E32626; 
  /* TRAUER background: #000000; */
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#mobilemenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 13px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#mobilemenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 17px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#mobilemenu ul > li.has-sub.open > a:after,
#mobilemenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilemenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#mobilemenu ul ul ul li a {
  padding-left: 40px;
}

#mobilemenu ul ul ul ul li a {
  padding-left: 64px;
}

#mobilemenu ul ul ul ul ul li a {
  padding-left: 86px;
}

#mobilemenu ul ul li a:hover {
  color: #ffffff;
}
#mobilemenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#mobilemenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

/* SPACER (SUCHBAR/SEITENANZEIGE) */
#spacer {     
	height: 35px;
	/*background-color: #E32626;*/
	font-family: 'Open Sans', sans-serif;
	color: #fff;
  position: relative;
	width: auto;
	max-width: 800px;
	margin: -35px auto 20px 150px;
  
}
#spacer p {
	margin-top: 5px;
	width: auto;
	position: absolute;
	margin-left:10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
#spacer .search {
	width: auto;
	position: absolute;
	right: 1.5%;
}
#FormSuche #Eingabe {
	font-size: 11px;
	border-width: 1px;
	height:16px;
	float:left;
	margin-top:6px;
	padding:4px 4px;
  background: #FFFFFF;
  border: 1px solid #ABAEAB;
}

#FormSuche input.button {
	font-size: 11px;
	border-width: 1px;
	height:26px;
	width: 60px;
	float:left;
	margin-top:5px;
	padding:0;
	margin-left:5px;
	vertical-align:middle;  
}


/* MAIN */
main {
	margin: 0 auto 0 auto;
	min-width: 16em;
   	padding-left: 3px;
    	padding-right: 3px;
/* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
/* Dadurch entsteht Scrollbar!!!*/
}


/* ASIDES */
#aside_left {
	float: left;
	width: 250px;
	padding-left:10px;
}
#aside_left  div {
	margin-bottom:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	/*border-radius:10px;*/
	width: 240px;
	padding: 5px 5px 5px 5px;
	box-shadow:2px 2px 5px #5e5e5e;
  text-align:center;
}

#aside_right {
	position: absolute;
	right: 10px;
	width: 250px;
	padding-right:10px;
}

#aside_right  div  {
	margin-bottom:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	/*border-radius:10px;*/
	width: 240px;
	padding: 5px 5px 5px 5px;
	box-shadow:2px 2px 5px #5e5e5e;
  text-align:center;
}

#aside_right.fixed, #aside_left.fixed {
	position: fixed;
	top:10px;
}

#aside_left h1, #aside_right h1  {
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'HelveticaRounded-Bold';
}

#aside_left h2, #aside_right h2 {
	font-size: 14px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* FOOTER */
footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 350px;
	background: #333333;
	margin-top: 20px;
}
footer .wrapper {
	line-height: 25px;
	margin: 0 auto;
	width: auto;
	max-width: 950px;
	font-size: 14px;
}
footer .wrapper .column {
	font-family: 'Open Sans', sans-serif;
	color: #ababab;
	float: left;
	width: 190px;
	margin-right: 20px;
  text-align: left;
}

footer .wrapper .column.rightlist {
	width: 290px;
}
footer .wrapper .column.midlist ul li {
	display: block;
	width: auto;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #444444;
}
footer .wrapper .column.midlist ul li a:hover {
	color: #fff;
}
footer .wrapper .column.rightlist ul {
	padding:0;
}
footer .wrapper .column.rightlist ul li {
	display: block;
	width: auto;
	margin-bottom: 15px;
}
footer .wrapper .column.rightlist ul li a span {
	margin-left: 95px;
	display: block;
}
footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
	float: left;
	border: 1px solid #444444;
}
footer .wrapper .column.rightlist ul li a img:hover {
	border-color: #5e5e5e;
}

article.column.midlist > ul {
    padding-left: 0;
}

footer .wrapper .column h4 {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	display: block;
	font-family: 'HelveticaRounded-Bold';
  margin-top:26px;
}

#UserLogin input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px;
	outline: 0;
	border: 0;
	width: 176px;
	background: #EBE8DE;
	border-radius: 5px;
	margin-bottom: 7px;
}

#UserLogin  input[type=submit].button {
	width: 185px;
	padding: 0px 0px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #FF1919 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #FF1919 100%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: none;
  margin: 0;
}
#UserLogin  input[type=submit].button:hover {
	background: none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow: none;
	color: #4A463B;
}

#copyright {
	background: #1D1D1D;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#copyright .wrapper {
	font-family: 'Open Sans', sans-serif;
	padding-top: 25px;
	color: #5e5e5e;
	font-size: 14px;
	position: relative;
}
#copyright .wrapper .social {
	float: right;
	margin-right: 5px;
  height: 25px;
  width: 200px;
}
#copyright .wrapper .social a {
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display: block;
	float: left;
}
#copyright .wrapper .social a:hover {
	opacity: 0.7;
}
#copyright .wrapper a {
	color: #ABABAB;
}
#copyright .wrapper a:hover {
	color: #fff;
}

.copyright {
    float: left;
}

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

/* ASIDES AUSBLENDEN */
@media (max-width: 1510px) {
	#aside_left, #aside_right {
		display:none;
	}
}

@media (max-width: 975px) {
	header h1 {
		font-size: 56px;
		margin: 20px 0 0 0;
	  }  


	footer .wrapper {
		margin-left: 5px;
	}
	footer .wrapper .column{
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		padding-right: 5px;
		float: left;
		font-size: 14px;
		padding: auto;
    min-height: 180px;
	}
}

@media (max-width: 921px){
	footer {
		padding-bottom: 100px;
		height: 550px;
	}
}

@media (max-width: 910px) {
	header h1 {
		font-size: 52px;
		margin: 20px 0 0 0;
} 

@media (max-width: 855px) {
	header h1 {
		font-size: 50px;
	}
}

@media (max-width: 865px){
	#cssmenu,
	#cssmenu ul,
	#cssmenu ul li,
	#cssmenu ul li a,
	#cssmenu #menu-button {
		display: none;
	}
	#mobilemenu,
	#mobilemenu ul,
	#mobilemenu ul li,
	#mobilemenu ul li a{
		display: block
	}

}

@media (max-width: 830px) {
	header h1 {
		font-size: 48px;
	}
}

@media (max-width: 805px) {
	header h1 {
		font-size: 46px;
	}
}

@media (max-width: 780px) {
	header h1 {
		font-size: 44px;
	}
}

@media (max-width: 755px) {
	header h1 {
		font-size: 42px;
	}
}

@media (max-width: 730px) {
	header h1 {
		font-size: 40px;
	}
}


@media (max-width: 705px) {
	#h1_gross{
		display:none;
	}

	#h1_klein{
		display:block;
	}
 
 header h1 {
		font-size: 52px;
	}
}

@media (max-width: 690px) {
	header h1 {
		font-size: 50px;
	}
}

@media (max-width: 670px) {
	header h1 {
		font-size: 48px;
	}
}


@media (max-width: 650px) {
	header h1 {
		font-size: 46px;
	}
}

@media (max-width: 630px) {
	header h1 {
		font-size: 44px;
	}
}

@media (max-width: 610px) {
	header h1 {
		font-size: 42px;
	}
}

@media (max-width: 590px) {
	header h1 {
		font-size: 40px;
	}
}

@media (max-width: 570px) {
	header h1 {
		margin-bottom: 25px;
    margin-top:0;
	}
}

@media (max-width: 673px) {
	#copyright {
    height: 100px;
  }
  
  .copyright {
    text-align: center;
    width: 100%;
  }
  
  #copyright .wrapper .social {
    float: none;
    margin: auto;
  }
}




@media (max-width: 621px) {
  article.column {
    margin-top: 30px;
}
}

@media (max-width: 570px) {
 	header {
		text-align: center;
	}
 #mobilemenu {
		text-align: left;
	}
}

@media (max-width: 540px) {
	

	#spacer {
		height: 20px;
		padding-bottom: 15px;
	}

	header nav {
		display: none;
	}

	header p {
		margin-left: 60px;
		font-size: 14px;
	}
}

@media (max-width: 524px) {
  #copyright {
      height: 120px;
  }
}

@media (max-width: 521px) {
	footer .wrapper {
		margin-left: 5px;
    padding-top: 30px;
	}
	footer .wrapper .column{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	footer {
		padding-bottom: 100px;
		height: auto;
	}
 
}

@media (max-width: 521px) {
	footer .wrapper .column.rightlist ul li a span p{
		display:none;
	}

	footer .wrapper .column.rightlist ul li a img{
		display:block;
		width: 176px;
		margin-bottom: 7px;
	}

	footer .wrapper .column.rightlist{
		height: 400px;
		width: 200px;
    margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
  #FormSuche #Eingabe {
      width: 130px;
  }
}

@media (max-width: 425px) {
  p {
    text-align: justify;
  }
}

@media (max-width: 375px) {
	header img {
		display: none;
	  }
     
  #FormSuche #Eingabe {
      width: 250px;
      margin-left:5px;
  }
  
  #FormSuche input.button {
    float: right;
    margin-right: 10px;
    }
  
  .search {
    width: 100% !important;
    right: inherit !important;
    }
     
   header h1 {
		font-size: 40px;
		margin:0;
	}
	  
	 #spacer {
		margin-top: 10px;
		height: 20px;
		margin-left:0;
	}
}

@media (max-width: 360px) {    
  #FormSuche #Eingabe {
      width: 240px;
  }
}

@media (max-width: 350px) {    
  #FormSuche #Eingabe {
      width: 230px;
  }
}

@media (max-width: 340px) {    
  #FormSuche #Eingabe {
      width: 220px;
  }
}

@media (max-width: 330px) {    
  #FormSuche #Eingabe {
      width: 210px;
  }
}

@media (max-width: 320px) {    
  #FormSuche #Eingabe {
      width: 200px;
  }
}
@media print {
  footer, header, .button, input, a, .FilterElement, #seitenzahl {
    display:none;
  }
  
  a[target="_blank"], a[target="_top"] {
    display:block;
  }

  body {
    border-top: none;
  }
  
  table, article#boxcontent, section#team, .vorstandsmitglied {
    page-break-inside:avoid;
  }
}