/*
background: #fff
dunkelgrau (text): #333
grau (sidebar,navi): #666
hellgrau: #e8e8e8
rot: #9e2121
*/



/*
--------------------------------------------
   *** DEFAULT ***
--------------------------------------------
*/

/* google font */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700";

@-ms-viewport {
  width: device-width;
}
*{
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  /* width: 100% !important; */
  max-width: 100%;
  height: auto;
  border: 0;
}



/*
--------------------------------------------
   *** BODY & TEXTFORMATE ***
--------------------------------------------
*/

body {
  font-family: 'Open Sans', sans-serif;     
  color: #333;
  font-size: 16px; /* 100% */
  background: #fff;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 1em;
}
h2 {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 0.6em;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.content a {
	color: #9e2121;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content ul,
.content ol {
	list-style-position: outside;
	margin: 0;
	padding-top: 0;
}
.content ul li {
	list-style-type: none;
	background: #f2f2f2 url('../Images/arrow.png') no-repeat 0.8em 1em;
	padding: 0.8em 0.8em 0.8em 2.4em;
	margin-bottom: 1em;
} 
.content ol {
	margin-left: 2.5em;
}
.clear-all {
	clear: both;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #9e2121;
	margin: 0.4em 0 0.8em 0;
	opacity: 0.2;
}
.divider hr {
	margin: -1em 0 0 0;
}

 



 /*
--------------------------------------------
   *** SET ***
--------------------------------------------
*/

line1 {
	position: absolute;
	top: 108px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: red;
	z-index: 10;
}
line2 {
	position: absolute;
	top: 0;
	left: 600px;
	width: 1px;
	height: 700px;
	background-color: red;
	z-index: 10;
}
.wrap{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 100%;
	max-width: 1024px;
	min-height: 100%;
	overflow: hidden;
	z-index: 0;
}
header,
main,
nav,
footer,
.banner,
.content,
.toolbar {
	position: relative;
	width: 100%;
	background-color: transparent;
}



/* header */
.logo-container {
	max-height: 128px;
	margin-top: 1em;
	padding-bottom: 1.2%;
}
.header-leftcol,
.header-rightcol {
	display: inline-block;
	width: 25%;
	vertical-align: bottom;
}
.header-leftcol {
	width: 74.5%;
}
.header-mobile {
	display: none;
}
.logo {
	position: relative;
	display: block;
	float: right;
	width: 100%;
	height: 0;
	min-height: 3.625em;
	padding-bottom: 38.4%;
	overflow: hidden;
}
.logo img {
	position: absolute;
	height: auto;
}
.claim {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 80%;
	color: #000;
	/* font-variant: small-caps; */
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0.2em;
	margin-right: 1em;
	letter-spacing: 0.01em;
	clear: left;
	vertical-align: bottom;
}
.banner {
	position: relative;
	width: 100% !important;
	height: auto;
	max-height: 280px;
	margin-top: 0.8em;
	overflow: hidden;
	z-index: 0;
}

.banner img {
	width: 100% !important;
}






/* content */
.content {
	padding: 3em 0;
}
article {
	display: block;
	float: left;
	height: auto;
	min-height: 20em;
	width: 70%;
	overflow: show;
}
article img {
	width: 100%;
}


/* sidebar */
aside {
	display: block;
	float: right;
	width: 24.7%;
	height: auto;
	line-height: 1.6em;
	margin-top: 4em;
}
aside .rightcol .frame {
	font-size: 90%;
	color: #666;
	line-height: normal;
	border: 1px dotted #9e2121;
	padding: 1em;
	margin-bottom: 1em;
}
aside .rightcol .frame:last-child {
	margin-bottom: 4em;
}
aside .rightcol h2 {
	font-weight: normal;
	margin-bottom: 0.3em;
	padding-bottom: 0;
}
aside .rightcol h3 {
	font-weight: 600;
	margin-bottom: 0.3em;
	padding-bottom: 0;
}
aside .rightcol .date{
	font-size: 75%;
}
aside .rightcol hr {
	width: 80%;
	margin: 0.8em auto 0.8em auto;
}
address {
	background: #9e2121;
	padding: 1.2em 1.2em 0 1.2em;	
	font-style: normal;
	font-size: 90%;
	color: rgba(255,255,255,0.8);	
	line-height: normal;
	margin: 3em 0 0 0 !important;	
}
address .left {
	margin-bottom: 1em;
}
.content address a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}



/* footer */
footer {
	width: 100% !important;
	height: auto;
	background-color: transparent;
}


.top {
	visibility:hidden;
	text-align: right;
	width: 100%;
}
.top .button {
	margin-top: 2em;
  margin-bottom: 1em;
}
.top .button:hover {
	cursor: pointer;
	opacity: 0.6;
}
.top img {
	max-width: 45px;
	max-height: 45px;
}


/*
--------------------------------------------
   *** NAVIGATION ***
--------------------------------------------
*/


/* mainnavi */
@media (min-width: 765px) {
	
	button,
	ul.sf-menu ul ul {
		display: none !important;
	}
	.nav-collapse {
 		display: block !important;
	}
	
}

	/* nav container */
nav {
	position: relative;	
	}
nav .mainnavi {
	position: relative;
	width: 100%;
	max-width: 1024px;
	background: #9e2121 !important;
	line-height: 0;
	height: 35px;
	z-index: 10;
}
nav .mainnavi.fixed {
	position: fixed;
	top: 0;
	background: rgba(158,33,33,0.8) !important;
}
.navi-leftcol {
	display: block;
	float: left;
}
.navi-rightcol {
	display: block;
	float: right;
	text-align: right;
}


	/* essential styles */
	.sf-menu, .sf-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sf-menu li {
		position: relative;
	}
	.sf-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 99;
	}
	.sf-menu > li {
		float: left;
	}
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}
	.sf-menu a {
		display: block;
		position: relative;
	}
	.sf-menu ul ul {
		top: 0;
		left: 100%;
	}
	
	/* 1. stufe */
  ul.sf-menu {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0.4em 0 0.4em 1em;
    width: 100%;
    height: auto;   
    }  
  ul.sf-menu li {
    display: inline-block;
    margin: 0;
    padding: 0.2em 2em 0.2em 0;
    white-space: nowrap;
    line-height: 1em;
  } 	  
  ul.sf-menu li a {
		color: #fff;
		font-size: 85%;
		text-decoration: none;
  }  
  ul.sf-menu li:hover a,
  ul.sf-menu li.active a {
		color: #000;
  }
  
  /* 2. stufe */
  ul.sf-menu ul {
  	position: absolute;
    background-color: transparent !important;
    width: auto !important;
    margin-top: 0;
    margin-left: -1em;
    padding-top: 19px;
    white-space: nowrap;
    text-align: left;
    z-index: 10;   
  }
  ul.sf-menu li li {
  	display: block;
  	float: none;
  	padding: 0 1em 0.6em 1em;
  	border-left: 1px dotted #9e2121; 
    border-right: 1px dotted #9e2121;
		background: #fff !important;
  }
  ul.sf-menu li li:first-child {
  	padding-top: 0.4em;
  	border-top: 1px dotted #9e2121;
  }
  ul.sf-menu li li:last-child {
    border-bottom: 1px dotted #9e2121;
  }
  ul.sf-menu li li a, 
  ul.sf-menu li.active li a, 
  ul.sf-menu li:hover li a {
		color: #666 !important;
		font-weight: normal;
  }
  ul.sf-menu li.active li.active a, 
  ul.sf-menu li:hover li:hover a,
  ul.sf-menu li.active li:hover a {    
		color: #9e2121 !important;
  }

	nav .mainnavi.fixed ul.sf-menu ul {
		margin-top: 0.4em;
	}

  
/*
--------------------------------------------
   *** HACKS ***
--------------------------------------------
/*

/* google chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* ie9, ie10, ie11*/
@media screen and (min-width:0\0) {

}



