
@font-face {
  font-family: 'FiraSans';
  src: url('/common/fonts/FiraSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'FiraSans';
  src: url('/common/fonts/FiraSans-Italic.woff') format('woff');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'FiraSans';
  src: url('/common/fonts/FiraSans-Medium.woff') format('woff');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'ZillaSlab';
  src: url('/common/fonts/ZillaSlab-regular.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'ZillaSlab';
  src: url('/common/fonts/ZillaSlab-italic.woff') format('woff');
  font-style: italic;
  font-weight: 300;
}

html, body, button, div, span, applet, object, iframe, 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-collapse: collapse;
}

html {
	display: block; /* default; Breite des Elternelements; Hoehe wie Inhalt */
	overflow-y: scroll; /* y-Scrollleiste immer da */
	hyphens: auto;
	hyphenate-limit-lines: 4;
	hyphenate-limit-chars: 4 2 2;
	-moz-hyphens: auto;
	-moz-hyphenate-limit-lines: 4;
	-moz-hyphenate-limit-chars: 4 2 2;
	-o-hyphens: auto;
	-o-hyphenate-limit-lines: 4;
	-o-hyphenate-limit-chars: 4 2 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-lines: 4;
	-webkit-hyphenate-limit-chars: 4 2 2;
	-webkit-hyphenate-limit-before: 2;
	-webkit-hyphenate-limit-after: 2;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-lines: 4;
	-ms-hyphenate-limit-chars: 4 2 2;
}
	
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
	}
	
hr {
    height: 2px;
	/*margin: 0 auto;*/
    /*color: #c81818;
    background: #c81818;*/
	color: #aaaaaa;
    background: #aaaaaa;
	border-style: inset;
	border-width: 0px;
}
	
td , tr
{
    text-align: right;
}

td { 
    padding: 2px;
}

figcaption {
  font-style: italic;
  padding: 2px;
  text-align: center;
}


caption {
    text-align: center;
    font-size: 140%;
    padding: 5px;
    font-weight: bold;*/
}


/*ol {
	list-style: none; }*/

ul { 
   list-style-type: disc;
   /*list-style-position: inside;*/
}

ul#nobullets { 
   list-style-type: none;
   /*list-style-position: inside;*/
}

ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}

ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}

ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
	
ol#pub {
  /*font-family: Helvetica,Arial,sans-serif;*/
  font-size: 85%;
  line-height: 1.4em;
  list-style-type: none;
  list-style-image: none;
  counter-reset: item;
  /*list-style-position: outside;*/
  /*float: right;*/
}

ol#pub li {
  /*margin: 0px;*/
  padding: 0.5em 0.2em 0.5em 0.2em ;
  text-align: justify;
  display: block;
  /*text-indent: -1.4em;*/
}

ol#pub li:nth-of-type(even) {
    background-color: #dddddd;
}


a:link {
	  color: #c81818;
	  text-decoration: none;
	}
	
a:hover {
	  color: #c81818;
	  text-decoration: none;
	}
	
a:active {
	  color: #c81818;
	  text-decoration: none;
	}
	
a:visited {
	  color: #781818;
	  text-decoration: none;
	}
	
a:visited:hover {
	  color: #c81818;
	  text-decoration: none;
	}
	
a:visited:active {
	  color: #c81818;
	  text-decoration: none;
	}

a.external {
    background: url(/images/External2.png) center right no-repeat;
    padding-right: 13px;
}


h1 {
	margin-top: 0.75em;
	margin-bottom: 1em;
	font-family: ZillaSlab, Georgia, serif;
	font-weight: normal;
	color:#282828;
	line-height: 120%;
	}

h2 {
	margin-top: 0.7em;
	margin-bottom: 0;
	/*font-family: Georgia;
	font-weight: normal;*/
	color:#282828;
	}
	
h3 {
	margin-top: .75em;
	margin-bottom: .6em;
	/*font-family: Georgia;
	font-weight: normal;*/
	color:#282828;
	}

h1#headingtop {
	margin-top: 1vw;
	margin-bottom: 4vw;
}

h1#heading1 {
	text-align: center;
	color:#282828;
	font-family: FiraSans, Arial, Ebrima, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0%;
	margin-bottom: 0%;
}

h2#heading2 {
	text-align: center;
	color:#282828;
	font-size: 5vw;
	line-height: 1.2em;
	/*font-family: Arial, Ebrima, Helvetica, Arial, sans-serif;
	font-weight: normal;*/
}

table.bcj {
	border-collapse: collapse;
	font-size: 80%;
}

table.bcj td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.bcj th {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #f5f5f5;
	font-weight: normal;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}

table.bcj tr:nth-child(odd) {
	text-align: left;
	background: #dddddd;
}

table.bcj tr:nth-child(even) {
	text-align: left;
	background: #f5f5f5;
}

table.bcj tr:last-child {
	border-bottom: 1pt solid black;
}


figure.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 80%;
	max-width: 100%;
}

img{
	max-width: 100%;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	max-width: 100%;
	}
	
	
img.scalable {
	width: 100%;
	max-width: 100%;
}

img.scalableModalImage {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	transition: 0.3s;
}

img.scalableModalImage:hover {opacity: 0.33;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box; SGH: entfernen, wenn 100% Höhe und OHNE caption */
  /*padding-bottom: 100px;*/ /* SGH */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.66); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  /*width: 80%;
  max-width: 700px;*/
  /*max-height: 100%;*/
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, .modal-caption {
  max-width: 100%;
  /*max-height: 100%;*/ /* SGH: entfernen fuer Scroll-Loesung MIT caption*/
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  overflow-y: scroll; /*SGH*/
}


@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.center  { text-align: center; }


body {
	display: block; /* default; Breite des Elternelements; Hoehe wie Inhalt */
	line-height: 1; 
	margin: 0px; /* default: 8px */
	background: #cccccc;
	font-family: FiraSans, Arial, Ebrima, Helvetica, sans-serif;
	overflow: hidden;
}


#page{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}


main {
	width: 100%;
}


header {
	margin: 10px auto;
	width: 100%;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

a#logo {
	position: absolute;
	top: 0px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	width: 180px;
	background: url(/images/logoBCJ_transp_svg.svg) no-repeat;
	background-size: 180px auto;
}

a#sprache_en {
	display: none; /* ACHTUNG!!! SGH */
}

a#sprache_de {
	display: none; /* ACHTUNG!!! SGH */
}


#headerwrapper {
	padding-top: 38px;
	margin-bottom: 10px;
	position: relative;
}

#headerwrapper input
{
  display: block;
  width: 26px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 14px;
     
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#divnav {
	background: #cccccc;
	position: relative;
	border-top: 1px solid #cccccc;
	font-size: 85%;
}

#divnav ul#navigation {
	display: none;
}

input[name='panel']:checked ~ label  ul#divnav {
	height: auto;
}

input[name='panel']:checked ~ label  #divnav ul#navigation{
	display: block;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
	border-top: 1px solid #616161;
}


#spanno {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  padding-top: 5px;
  top: -36px;
  right: 15px;
    
  opacity: 1;
  z-index: 1; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


/*
Hamburger
 */
#headerwrapper .spanmenu
{
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  
  background: #616161; /*#282828;*/ /*#aaaaaa;*/ /*#616161;*/
  border-radius: 2px;
  
  z-index: 1;
  
  transform-origin: 0% 100%; /*transform-origin: 4px 0px;*/
  
  transition: transform 0s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0s ease;
}

input[name='panel']:checked ~ label  #divnav .spanmenu:nth-last-child(3)
{
  transform: rotate(45deg) translate(0px, -2px) scale(1.15,1);
}

input[name='panel']:checked ~ label  #divnav .spanmenu:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg);
}

input[name='panel']:checked ~ label  #divnav .spanmenu:nth-last-child(1)
{
  transform: rotate(-45deg) translate(1px, 4px) scale(1.15,1);
}

ul#navigation li
{
  padding: 3px 0px 4px 0px;
  font-size: 1.3em;
  /*border-bottom: 1px solid #616161;*/
  border-bottom: 1px solid #616161;
  /*color: #616161;*/
  color: #616161;
}

ul#navigation li a
{
	color: #616161;
}

ul#navigation li a:hover
{
	color:#c81818;
}

ul#navigation li a.nolink:hover {
	color: #616161;
	cursor:default;
}

ul#navigation li ul
{
  list-style-type: none;
  margin-top: 1px;
  margin-left: 15px;
  padding-left: 0px;
}

ul#navigation li ul li
{
  font-size: .8em;
  border-bottom: none;
  padding: 1px 1px 1px 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 0px;
}

span.spandown {
	display: none;
}

div#navigationbar {
	display: none;
}


#banner {
}


.content {
	width: auto;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px grey; /*Schatten*/
	border:1px solid #aaaaaa; /*bei Schatten*/
	background: #f5f5f5;
	color:#282828;
	line-height: 150%;
	padding: 3vw 3vw 20px 3vw; /*11.04.2018, padding: 20px 40px 20px 40px; */
}

.content p {
	  /*text-align: left;*/
	  text-align: justify;
	  padding-bottom: .7em;
	}
	
.content p.center{
	  text-align: center;
	}


/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #f5f5f5;
    color: #282828;
    cursor: pointer;
    /*margin-top:5px;*/
	margin-top: 0.83em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	font-family: FiraSans, Arial, Ebrima, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	/*display: block;*/
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion:hover {
    background-color: #dddddd;
}

button.accordion.active{
    /*background-color: #ddd;*/
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    /*padding: 0 18px;*/
    /*background-color: white;*/
    
	display: none;
		
	/*max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;*/
	
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
	
	/*opacity: 1;
    max-height: 500px;*/ /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
	
}


/* Breadcrumb-Div */
#breadcrumbs nav {
}

/* Breadcrumb-List */
ol.breadcrumb {
    list-style: none;
}

/* Display list items side by side */
ol.breadcrumb li {
    display: inline;
    /*font-size: 18px;*/
}

/* Add a ">>" before/behind each list item */
ol.breadcrumb li+li:before {
    content: "\00BB  ";
}


#topnews {
	font-size: 80%;
	line-height: 120%;
}



div#sprache_en_mobile {
}

a#sprache_en_mobile {
	float: left;
	height: 16px;
	width: 25px;
	background: url(/images/flag.gif) no-repeat right top;
}

div#sprache_de_mobile {
}

a#sprache_de_mobile {
	float: left;
	height: 16px;
	width: 25px;
	background: url(/images/flag_de.gif) no-repeat right top;
}



footer {
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

#footericons {
	height: 25px;
}

a#sprache_en_footer {
	float: left;
	height: 16px;
	width: 25px;
	background: url(/images/flag.gif) no-repeat right top;
}

a#sprache_de_footer {
	float: left;
	height: 16px;
	width: 25px;
	background: url(/images/flag_de.gif) no-repeat right top;
}

a#social1 {
	float: right;
	width: 25px;
	height: 25px;
	background: url(/images/RG_square_green.jpg) no-repeat top right;
	background-size: 25px 25px;
}

a#social2 {
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	background: url(/images/LI-In-Bug.png) no-repeat right top;
	background-size: 25px 25px;
}

a#social3 {
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url(/images/Xing.png) no-repeat right top;
	background-size: 25px 25px;
}


#footernav{
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 950px;
	text-align: left;
	width: 100%;
}

.footerlist {
	float: left;
	font-size: 80%;
	padding-right: 40px;
	padding-bottom: 10px;		 
}

ul.linklist {
	list-style-type: none;
	color:#616161;
	text-shadow:1px 1px 0px #ffffff;
	line-height: 1.2em;
}

ul.linklist a:link {
	text-decoration:none;
	color:#616161;
	text-shadow:1px 1px 0px #ffffff;
}

ul.linklist a:visited {
	color:#616161;
	text-shadow:1px 1px 0px #ffffff;
}

ul.linklist a:hover {
	color:#000000;
	text-shadow:1px 1px 0px #ffffff;
}

ul.linklist a:active {
	color:#000000;
	text-shadow:1px 1px 0px #ffffff;
}

li.linklist_item_bold {
	font-weight: bold;
}


div#copyright{
	/*width:1024px auto;*/
	font-size: 80%;
	text-align: center;
	color:#616161;
	text-shadow:1px 1px 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
}
