body {
    margin: 10px auto;
    padding: 0;
    color: #7A7A7A;
    background-color: #E0E0E0;
    font-family: tahoma;
  }

#wrapper {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 90%;
  border-radius: 15px;
  padding: 20px;
}
/* oben*/



#sidebar .tag a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  padding: 7px 14px;
  background: #eee;
  margin: 4px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
  padding-right: 5px;
}
#sidebar .tag a:hover {
  color: #fff;
}












.teaser{
		width:80%;
		height:40px;
		float:left;	
        background-color:#EDEDED;
}
.teaser:hover { 
        background-color:#DEDEDE;
}



















#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu > ul > li > a {
  color: #FFFFFF;
}
#cssmenu ul ul a {
  color: #565656
}
#cssmenu a {
  display: inline-block;
  font-family: Verdana,serif;
  font-size: 13px;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
}
#cssmenu a:hover {
  background: #EFEFEF;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
}
#cssmenu ul {
  background: #EFEFEF;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  list-style: none;
}
#cssmenu > ul {

  background: -moz-linear-gradient(top, #DF1E2E 0%, #DF1E2E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DF1E2E), color-stop(100%, #DF1E2E));
  background: -webkit-linear-gradient(top, #DF1E2E 0%, #DF1E2E 100%);
  background: -o-linear-gradient(top, #DF1E2E 0%, #DF1E2E 100%);
  background: -ms-linear-gradient(top, #DF1E2E 0%, #DF1E2E 100%);
  background: linear-gradient(#DF1E2E 0%, #DF1E2E 100%);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  width: 100%;
}
#cssmenu > ul > li {
  float: left;
  padding: 0 10px;
  position: relative;
}
#cssmenu > ul > li:hover > a {
  background: #A61622;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
#cssmenu > ul > li a {
  line-height: 35px;
}
#cssmenu > ul > li a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub a {
  display: block;
  position: relative;
}
#cssmenu .has-sub > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;

  -webkit-transform: rotate(360deg);
}
#cssmenu .has-sub ul {
  background: #EFEFEF;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -70px;
  width: 230px;
  z-index: 1;
}
#cssmenu .has-sub ul li:hover > a {
  background: #F8F9FA;
  color: #565656;
  border-color: #e5e5e5 transparent transparent transparent;
}
#cssmenu .has-sub ul a {
  line-height: 160%;
  padding: 8px 0;
}
#cssmenu .has-sub .has-sub a:after {
;
  -webkit-transform: rotate(360deg);
}
#cssmenu .has-sub .has-sub ul {
  background: #dddddd;
  left: 100%;
  top: 0;
  margin-left: 0;
}
#cssmenu .has-sub .has-sub ul a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu .has-sub .has-sub ul a:after {
  background-image: none;
}
#cssmenu .has-sub .has-sub ul a:hover {
  background: #bfbfbf;
}



















#wrapper {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 90%;
  border-radius: 15px;
  padding: 20px;
}
/* oben*/
header {
  margin: 0;
}

div#maxiheader {
  height: 200px;
  background-image: url('http://www.osmthgermany.de/komturei/koeln/Logos/header.jpg');
  background-size: cover;
  border: 2px solid red;
  color: #000; text-shadow: 1px 1px 0 #fff;
}









div#navihor {
  background-color: #B8B8B8;
  margin: 20px 0;
  height: 30px;
  border-radius: 5px;
  background-image: linear-gradient(#B8B8B8 0%, #808080 100%);
  background-image: url('../Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Neue%20Homepage/-webkit-linear-gradient(#B8B8B8 0%, #808080 100%');padding-left:0px; padding-right:20px; padding-top:10px; padding-bottom:10px
}

.hornavi a:link, .hornavi a:active, .hornavi a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  font-size: 1em;
  padding: 5px 20px;
  margin: 5px;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}

.hornavi a:hover, hornavi a:focus {
  color: #FFFFFF;
  background-color: #AC1721;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  border-radius: 5px;
}















/* Navigation links*/
nav {
  width: 20%;
  float: left;
  padding: 2px;
  margin: 0;
}



nav h2 {
  color: #ffffff;
  background-color: #DF1E2E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DF1E2E 0%, #8A121C 100%);
  background-image: url('../Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Neue%20Homepage/-webkit-linear-gradient(#DF1E2E 0%, #8A121C 100%');margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

nav ul {
  list-style-type:none;
  padding: 0;
  margin: 0;
  border: 1px solid #CC1B2A;
  border-radius: 5px;
}

nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul a:link,
nav ul a:visited,
nav ul a:active {
  color: #7A7A7A;
  background-color: transparent;
  padding: 3px 3px 3px 8px;
  margin: 0;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  display: block;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 25px;
}
nav ul a:hover,
nav ul a:focus {
  font-weight: bold;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  color: #676767;
  font-weight: normal;
  background-color: #D8D8D8;
}

.bx-links {
    margin-bottom: 30px;
    a {
        display: inline-block;
        padding: 4px 12px;
        background: #ededed;
        margin: 0 6px 6px 0;
        
        &:hover {
            background: #e3e3e3;
        }
        
    }
    
    h3 {
        margin-top: 0;
    }
}













/* Navigation rechts*/
nav2 {
  width: 78%;
  float: right;
  padding: 2px;
  margin: 0;
}


nav2 h2 {
  color: #ffffff;
  background-color: #DF1E2E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DF1E2E 0%, #8A121C 100%);
  background-image: url('../Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Neue%20Homepage/-webkit-linear-gradient(#DF1E2E 0%, #8A121C 100%');margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

nav2 ul {
  list-style-type:none;
  padding: 0;
  margin: 0;
  border: 1px solid #CC1B2A;
  border-radius: 5px;
}

nav2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav2 ul a:link,
nav2 ul a:visited,
nav2 ul a:active {
  color: #7A7A7A;
  background-color: transparent;
  padding: 3px 3px 3px 8px;
  margin: 0;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  display: block;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 25px;
}
nav2 ul a:hover,
nav2 ul a:focus {
  font-weight: bold;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  color: #676767;
  font-weight: normal;
  background-color: #D8D8D8;
}




















/* Navigation rechts*/
nav5 {
  width: 100%;
  float: right;
  padding: 2px;
  margin: 5;
}


nav5 h2 {
  color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url('../Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Neue%20Homepage/-webkit-linear-gradient(#DD060E 0%, #DD060E 100%');margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

nav5 ul {
  list-style-type:none;
  padding: 0;
  margin: 0;
  border: 1px solid #CC1B2A;
  border-radius: 5px;
}

nav5 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav5 ul a:link,
nav5 ul a:visited,
nav5 ul a:active {
  color: #DD060E;
  background-color: transparent;
  padding: 3px 3px 3px 8px;
  margin: 0;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  display: block;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 25px;
}
nav5 ul a:hover,
nav5 ul a:focus {
  font-weight: bold;
  text-decoration: none;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
  color: #676767;
  font-weight: normal;
  background-color: #DD060E;
}






























































































line {
  width: 100%;
  float: right;
}

line h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DF1E2E 0%, #DD060E 100%);
  background-image: url('..-webkit-linear-gradient(#DD060E 0%, #DD060E 100%');margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}
line p {
  padding: 5px;
  margin: 2;
}

.textboxrighttext {
  text-align: justify;

  border: 1px solid #95131E;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}












line2 {
  width: 30%;
  float: center;
}

line2 h2 {
   color: #7A7A7A;
  background-color: #EDEDED;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#EDEDED 0%, #EDEDED 100%);
  background-image: url('../Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Sicherung%20der%20OSMTH%20Deutschland%20Homepage/Neue%20Homepage/-webkit-linear-gradient(#EDEDED 0%, #EDEDED 100%');margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}
line2 p {
  padding: 5px;
  margin: 2;
}

.textboxrighttext {
  text-align: justify;

  border: 1px solid #95131E;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}






aside5 {
  width: 28%;
  float: left;
}

aside5 h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside5 p {
  padding: 5px;
  margin: 2;
}

.textboxrighttext {
  text-align: justify;

  border: 1px solid #C5C5C5;
  border-radius: 1px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}




aside7 {
  width: 23%;
  float: right;
}

aside7 h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside7 p {
  padding: 5px;
  margin: 2;
}

.textboxrighttext {
  text-align: justify;

  border: 1px solid #C5C5C5;
  border-radius: 1px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}


















aside {
  width: 24%;
  float: right;
}

aside h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside p {
  padding: 5px;
  margin: 2;
}

.textboxrighttext {
  text-align: justify;

  border: 1px solid #C5C5C5;
  border-radius: 1px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}




aside2 {
  width: 72%;
  float: left;
}

aside2 h2 {
   color: #ffffff;
  background-color: #ffffff;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside2 p {
  padding: 5px;
  margin: 2;
}

.textboxlefttext {
  text-align: justify;

  border: 0px solid #ffffff;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}













aside3 {
  width: 50%;
  float: center;
}

aside3 h2 {
   color: #FFFFFF;
  background-color: #FFFFFF;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;

}

aside3 p {
  padding: 5px;
  margin: 2;
}

.textboxlefttext {
  text-align: left;

  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}



















aside4 {
  width: 100%;
  float: center;
}

aside4 h2 {
   color: #ffffff;
  background-color: #ffffff;
  font-size: 1.063em;
  font-weight: bold;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(url-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside4 {
  padding: 5px;
  margin: 2;
}

</aside4>



aside5 {
  width: 18%;
  float: right;
}

aside5 h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside6 p {
  padding: 5px;
  margin: 2;
}



aside6 {
  width: 15%;
  float: left;
}

aside6 h2 {
   color: #ffffff;
  background-color: #F5F5F5;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside5 p {
  padding: 5px;
  margin: 2;
}aside5 {
  width: 18%;
  float: left;
}

aside5 h2 {
   color: #ffffff;
  background-color: #DD060E;
  font-size: 1.063em;
  font-weight: bold;
  padding: 2px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 15px;
  border-radius: 1px;
  background-image: linear-gradient(#DD060E 0%, #DD060E 100%);
  background-image: url(-webkit-linear-gradient/\(#DD060E\ 0%,\ #DD060E\ 100%\'\));margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:10px
}

aside5 p {
  padding: 5px;
  margin: 2;
}












.textboxrighttext {
  text-align: justify;

  border: 1px solid #C5C5C5;
  border-radius: 1px;
  background-color: #FFFFFF;
  margin-bottom: 2px;
}










$mainFont: 'Lora', serif
$mainColor: #ff4242

body 
	background-color: $mainColor
	font-family: $mainFont

h2
	text-align: center
	color: #fff
	font-size: 40px
	font-family: $mainFont
	font-weight: 700
	margin-top: 60px
	text-shadow: 0 5px 8px rgba(0,0,0,.25)

	span
		font-weight: 400










.pagination
	position: absolute
	left: 50%
	top: 50%
	transform: translate(-50%,-50%)
	margin: 0
	padding: 10px
	background-color: #fff
	border-radius: 40px
	box-shadow: 0 5px 25px 0 rgba(0,0,0,.5)

	li
		display: inline-block
		list-style: none

		a
			display: block
			width: 40px
			height: 40px
			line-height: 40px
			background-color: #fff
			text-align: center
			text-decoration: none
			color: #252525
			border-radius: 4px
			margin: 5px
			box-shadow: inset 0 5px 10px rgba(0,0,0,.1), 0 2px 5px rgba(0,0,0,.5)
			transition: all .3s ease
			&:hover,
			&.active
				color: #fff
				background-color: $mainColor
			
		&:first-child
			a
				border-radius: 40px 0 0 40px
		&:last-child
			a
				border-radius: 0 40px 40px 0
			






























/* Hauptteil*/
main {
  display: block;  /*wegen Fehldarstellung IE*/
}

/* Inhalt*/
article 



{
  margin-left: 21%;
  margin-right: 0%;
  margin-top: 0;
  padding: 0 10px;
  font-size: 0.813em;
  font-weight: normal;
  text-align: left;
  line-height: 22px;
}



article h1 {
  font-size: 2em;
  margin: 0;
  color: #000000;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  letter-spacing: 1px;
}

article h2 {
  color: #808080;
  background-color: inherit;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  font-size: 1.5em;
  text-align: left;
  margin: 3px;
  padding: 2px;
}#808080

article h3 {
  color: #DF1E2E;
  background-color: inherit;
  font-family: "Trebuchet MS",georgia,calibri,serif;
  font-size: 1.5em;
  font-style: italic;
  padding-left: 5px;
  font-weight: normal;
}

article h4 {

  color: #ffffff;
  background-color: #DF1E2E;

  line-height: 15px;
  border-radius: 5px;
  background-image: linear-gradient(#DF1E2E 0%, #8A121C 100%);
  background-image: url(-webkit-linear-gradient/\(#DF1E2E\ 0%,\ #8A121C\ 100%\');padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}


footer2 {
  background-color: #DF1E2E;
  color: #FFFFFF;
  margin: 0;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 0.836em;
  line-height: 20px;
  background-image: linear-gradient(#DF1E2E 0%, #8A121C 100%);
  background-image: url('-webkit-linear-gradient(#DF1E2E 0%, #8A121C 100%');padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}




/* allgemeine Angaben*/
a:link, a:visited, a:active {
  color: #DF1E2E;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.clear {
 clear: both;
 margin: 0;
 padding: 0;
 line-height: 1px;
}

.copyright {
  font-size: 0.625em;
  text-align: center;
  font-weight: normal;
}

/******************Besonderheiten für Bildschirmgroesse max. 768px**********************/

@media (max-width: 768px) {

header {
  font-size: 0.7em;
}

div#top {
  margin-bottom: 0;
  padding: 0;
}

.toptext {
  margin: 0 0 0 10px;
  padding: 0;
}

.toptextklein {
  padding: 0;
}

div#navihor {
  height: 100%;
  padding: 10px 0px;
  font-size: 1.25em;
}

.hornavi a:link, .hornavi a:active, .hornavi a:visited {
  display: block;
  text-align: center;
}

.hornavi a:hover, hornavi a:focus {
  display: block;
}

nav{
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}

main {
  text-align: center;
}

aside {
  width: 100%;
  float: none;
}

article {
  margin: 0;
  padding: 10px 0;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}

footer {
  margin: 0;
  padding: 130px 0;

}

}

/*****************Besonderheiten für Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {

#wrapper {
  width: 85%;
}

}