/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
	 font-family: arial, helvetica, sans-serif;
	 font-family: 'SolomonNormal';
	 /*font-family: 'SolomonBook';*/
}

a {
	text-decoration: none;
	color: #00549E;
}

a:hover, .ui-widget-content a:hover {
	color: #003C69;
}

.oben-leiste {
	background: #00549E;
	color: #fff;
	border-bottom: 7px solid #003C69;
	padding: 20px 0;
}

.oben-leiste a {
	color: #fff;
}

.oben-leiste a:hover {
	color: #003C69;
}


.fleft {
	float: left;
}

.full, .ganz {
	width: 100%;
}

.der-titel h1 {
	margin: 10px 0;
}

.mass {
	width: 1400px;
	margin: 0 auto;
}

.oben-dateien {
	font-family: 'SolomonLight';
	font-size: 1.1em;
}

.der-inhalt h1 {
	font-family: 'SolomonLight';
	color: #80888D;
	margin-bottom: 10px;
}

.contact-dateien p {
	margin: 0.5em 0;
}

.contact-DATEien {
	width: 30%;
}

.formular-halter {
	width: 40%;
	text-align: left;
	margin-left: 20%;
}

.aufsatz-teilen ul li {
	display: inline-block;
}

.node-biblio .social-share {
	display: none;
}


	.formular-halter label {
		clear: both;
	}

.formular-halter input[type="text"], input[type="email"],
textarea {
	float: left;
	width: 60%;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #A3AAAD;
	transition: 0.3s all ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.formular-halter textarea {
	clear: left;
	width: 100%;
	/*max-width: 300px;*/
}

.formular-halter .description {
	clear: left;
	width: 100%;
}

.formular-halter input[type="text"]:focus, input[type="email"]:focus,
textarea:focus  {
-moz-box-shadow:    inset 0 0 3px #000000;
-webkit-box-shadow: inset 0 0 3px #000000;
box-shadow:         inset 0 0 3px #000000;
}

.formular-halter input[type="button"], .formular-halter  input[type="submit"] {
	clear: left;
	display: block;
	float: left;
	margin-top: 10px
}

span.book {
	 font-family: 'SolomonBook';
}

.fright {
	float: right;
}

.unter-dem-inhalt {
	padding-top: 5px;
	border-top: 1px solid #A3AAAD;
}

.aufsatz-dateien {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 75%;
}

.aufsatz-dateien .veroffentlichet {
	color: #37424A;
}

.aufsatz-dateien .veroffentlichet label {
	font-family: 'SolomonNormal';
}

.autor div {
	float: left;
	margin-right: 5px;
}

a.brief-klein,  a.orchid {
	font-size: 0px;
	display: block;
	width: 20px;
	height: 20px;
}

.center {
	text-align: center;
}

.zentrum {
	margin: 0 auto;
}

a.brief-klein  {
	background: url('../img/Kleinbrief.png') no-repeat left center;
	background: url('../img/Kleinbrief.svg') no-repeat left center;
}

a.brief-klein:hover  {
	background: url('../img/Kleinbrief-Grau.png') no-repeat left center;
	background: url('../img/Kleinbrief-Grau.svg') no-repeat left center;
}

a.orchid  {
	background: url('../img/Orchidikone.png') no-repeat left center;
	background: url('../img/Orchidikone.svg') no-repeat left center;
}

a.orchid:hover  {
	background: url('../img/Orchidikone-Grau.png') no-repeat left center;
	background: url('../img/Orchidikone-Grau.svg') no-repeat left center;
}

/*.zitat a {
	background: url('../img/Zitatikone.png') no-repeat left center;
	background: url('../img/Zitatikone.svg') no-repeat left center;
	padding-left: 15px;
}*/

.biblio_type {
   display: none;
}

.biblio_authors h3, .biblio_source h3, .full-text h3 {
	float: left;
    margin-right: 5px;
	clear: left;
	/*margin-top: 5px;*/
}

.full-text p {
	clear: both;
}

.authors:after  {
	content: ',';
}

.author-data p:first-child {
	margin-top: 0;
}

.author-info {
	margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #A3AAAD;
}

#backtotop {
	display: none !important;
}

.biblio_authors a, .biblio_source a, .full-text a {
  display: inline-block;
  padding-top: 3px;
}


.biblio_authors, .biblio_source { 
float: left;
width: 100%;
margin-top: 10px;
}

.aufsatz-tabs ul li a {
	font-family: 'SolomonNormal';
	padding: 10px 30px 10px 35px;
}

.aufsatz-tabs ul li {
	margin-right: 10px;
}

.aufsatz-tabs a.text {
	background: url('../img/Textikone-blau.png') no-repeat 10px center;
	background: url('../img/Textikone-blau.svg') no-repeat 10px center;
}

.aufsatz-tabs a.text.active {
	background: url('../img/Textikone-weiss.png') no-repeat 10px center;
	background: url('../img/Textikone-weiss.svg') no-repeat 10px center;
	background-color: #00549E;
}

.aufsatz-tabs a.pdf {
	background: url('../img/Pdf-blau.png') no-repeat 5px center;
	background: url('../img/Pdf-blau.svg') no-repeat 5px center;
}

.aufsatz-tabs a.pdf:hover {
	background: url('../img/Pdf-weiss.png') no-repeat 5px center;
	background: url('../img/Pdf-weiss.svg') no-repeat 5px center;
	background-color: #00549E;
}

.aufsatz-tabs a.data {
	background: url('../img/Dateien-blau.png') no-repeat 5px center;
	background: url('../img/Dateien-blau.svg') no-repeat 5px center;
}

.aufsatz-tabs a.data:hover {
	background: url('../img/Dateien-weiss.png') no-repeat 5px center;
	background: url('../img/Dateien-weiss.svg') no-repeat 5px center;
	background-color: #00549E;
}

.aufsatz-tabs a.references {
	background: url('../img/Kette-blau.png') no-repeat 5px center;
	background: url('../img/Kette-blau.svg') no-repeat 5px center;
}

.aufsatz-tabs a.references:hover {
	background: url('../img/Kette-weiss.png') no-repeat 5px center;
	background: url('../img/Kette-weiss.svg') no-repeat 5px center;
	background-color: #00549E;
}

.aufsatz-tabs a.citations {
	background: url('../img/Zitatikone.png') no-repeat 10px center;
	background: url('../img/Zitatikone.svg') no-repeat 10px center;
}

.aufsatz-tabs a.citations:hover {
	background: url('../img/Zitatikone-weiss.png') no-repeat 10px center;
	background: url('../img/Zitatikone-weiss.svg') no-repeat 10px center;
	background-color: #00549E;
}

.aufsatz-tabs a.spalten {
	background: url('../img/Spalten-blau.png') no-repeat 10px center;
	background: url('../img/Spalten-blau.svg') no-repeat 10px center;
}

.aufsatz-tabs a.spalten:hover {
	background: url('../img/Spalten-weiss.png') no-repeat 10px center;
	background: url('../img/Spalten-weiss.svg') no-repeat 10px center;
	background-color: #00549E;
}

.aufsatz-tabs a.rechte {
	background: url('../img/Rechte-blau.png') no-repeat 10px center;
	background: url('../img/Rechte-blau.svg') no-repeat 10px center;
} 

.aufsatz-tabs a.rechte:hover { 
	background: url('../img/Rechte-weiss.png') no-repeat 10px center;
	background: url('../img/Rechte-weiss.svg') no-repeat 10px center;
	background-color: #00549E;
}

.aufsatz-tabs ul li a.active:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #00549E transparent transparent;
	content: '';
	left: 30px;
	position: relative;
	top: 42px;
}

.aufsatz-tabs {
	width: 1000px;
}

.aufsatz-tabs ul li a:hover, .aufsatz-tabs ul li a.active {
	background-color: #00549E;
	color: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.doi a {
	background: url('../img/Pfeilikone.png') no-repeat left center;
	background: url('../img/Pfeilikone.svg') no-repeat left center;
	padding-left: 15px;
}

.logo {
	padding-top: 15px;
}

.ganz-text h3 {
	background: url('../img/Pfeil-nach-unten.png') no-repeat right center;
	background: url('../img/Pfeil-nach-unten.svg') no-repeat right center;
}

.grau-dreiecke {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #eff0f0 transparent transparent;
	content:'';
	left: 20%;
}

.abs {
	position: absolute;
}

.hinweise div {
	/*float: left;*/
	margin-right: 10px;
}

.zitat a {
	
}

.unter-dem-haupt {
	background: #EFF0F0;
	padding: 40px 0;
}

.volume-name-knopfen {
	width: 600px;
}

.volume-dateien, .knopfe {
	margin-left: 6%;
	float: left;
	width: 94%;
}

.volumen-nummer {
	font-family: 'SolomonLight';
}

strong {
	font-family: 'SolomonBold';
	font-weight: normal;
}

.volume-name {
	/*font-family: 'SolomonBold';*/
	color: #00549E;
}

.keinkugel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.knopfe {
	margin-top: 100px;
}

.reihe ul li {
	display: inline;
}

.meist ul {
	margin-bottom: 35px;
}

.meist ul li a, ul.quicktabs-tabs.quicktabs-style-mac li a  {	
	padding: 10px 20px;
	color: #00549E;
	background: none;
	font-family: 'SolomonBook';
	font: normal 16px/170%  'SolomonBook';
}

.ui-widget {
  font-family: 'SolomonBook';
  /*font-size: 1.1em;*/
  font-family: 'Source Sans Pro', sans-serif;

}

.ui-widget-header {
  border: none;
  background: none;
  color: #000;
  font-weight: normal;
}

.ui-widget-content a {
  color: #00549E;
}

.ui-widget-content {
  border: none;
  background: #ffffff;
  color: #000;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	padding: 10px 20px;
	color: #00549E;
	background: none;
	font-family: 'SolomonBook';
	font: normal 16px/170%  'SolomonBook';
	border: none;
	background-color: #005BBA;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}


.meist ul li a.active,
.meist ul li a:hover,
ul.quicktabs-tabs.quicktabs-style-mac li.active a {
	color: #fff;
	/*background: url('../img/Blau_Dreiecke.png') no-repeat 20px 100px;*/
	background: none;
	background-color: #005BBA;
	border: none;
	padding: 10px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ui-state-active a, .ui-state-active a:link,
a.ui-tabs-anchor {
	display: block;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 5px;
}

ul.quicktabs-tabs.quicktabs-style-mac li {
	background: none;
	height: auto;
	padding: 0;
	margin-right: 20px;
}

.ui-tabs .ui-tabs-nav li {
	margin-right: 15px;
}

.quicktabs-wrapper .item-list {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

/*.meist ul li.active:before,
ul.quicktabs-tabs.quicktabs-style-mac li.active:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #005aba transparent transparent;
	position: absolute;
	display: block;
	top: 23px;
	content: '';
	left: 45%;
	
}*/

.meist ul li a.active:hover {
	
}	

.meist ul li {
	margin-right: 30px;
}

.knopfe ul li {
	margin-right: 10px;
} 

.knopfe ul li a, .anmelden ul li a {
	color: #fff;
	padding: 7px 10px 7px 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: 0.3s all ease;
	font-family: 'SolomonNormal';
}

.anmelden ul li a {
	padding: 7px 10px 7px 40px;
}

a.blaettern {
	background: url('../img/Liste.png') 5px center no-repeat;
	background: url('../img/Liste.svg') 5px center no-repeat;
}

a.aufsatz-schicken {
	background: url('../img/Klammer.png') 5px center no-repeat;
	background: url('../img/Klammer.svg') 5px center no-repeat;
}


a.brief {
	background: url('../img/Brief.png') 5px center no-repeat;
	background: url('../img/Brief.svg') 5px center no-repeat;
}

a.blaettern, a.aufsatz-schicken:hover, .anmelden ul li a:hover {
	background-color: #00549E;
}

a.blaettern:hover, a.aufsatz-schicken, .anmelden ul li a {
	background-color: #F58112;
}

.suchen input[type="search"],
.suchen input[type="text"] {
	padding: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #A3AAAD;
	box-shadow: 3px 3px 3px #A3AAAD;
	color: #80888D;
	transition: 0.3s all ease;
	width: 300px;
}

.search-block-form .js-form-type-search {
	float: left;
}

.search-block-form .form-actions {
	float: right;
}

.suchen input[type="search"]:focus,
.suchen input[type="text"]:focus {
-moz-box-shadow:    inset 0 0 3px #000000;
-webkit-box-shadow: inset 0 0 3px #000000;
box-shadow:         inset 0 0 3px #000000;
}

.suchen p {
	text-align: right;
	font-size: 0.9em;
}

.suchen a {
	color: #005BBA;
	transition: 0.3s all ease;
}

.suchen a:hover {
	color: #F58112;
}

.suchen input[type="button"],
.suchen input[type="submit"] {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: url('../img/Lupe.png')no-repeat center center;
	background: url('../img/Lupe.svg')no-repeat center center;
	background-color: #00549E;
	border: none;
	width: 33px;
	height: 33px;
	font-size: 0;
	margin-left: 10px;
	padding: 10px;
}

.aufsatz-reihe {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 1.05em;
	line-height: 1.2em;
}	

.aufsatz-reihe h3,
.aufsatz-reihe h4 {
	font-family: 'Source Sans Pro', sans-serif;
}

.suchen .views-submit-button {
	float: left;
}

.suchen .views-exposed-widget {
	float: left;
}

.suchen input[type="button"]:hover,
.suchen input[type="submit"]:hover {
	background-color: #F58112;
}

.suchen-anmelden {
	width: 650px;
}

.soziel-hinweises {
	float: right;
	clear: both;
}

.soziel-hinweises ul li a, .soziel ul li a {
	width: 40px;
	height: 40px;
	font-size: 0;
	display: inline-block;
}

 .soziel ul li a.anfrage {
	 font-size: 1em;
	 width: auto;
	 height: auto;
 }

.soziel-hinweises ul li a.twitter {
	background: url('../img/twitter.png')no-repeat center center;
	background: url('../img/twitter.svg')no-repeat center center;
}

.soziel-hinweises ul li a.twitter:hover {
	background: url('../img/twitter-oben.png')no-repeat center center;
	background: url('../img/twitter-oben.svg')no-repeat center center;
}

.soziel-hinweises ul li a.linkedin {
	background: url('../img/linkedin.png')no-repeat center center;
	background: url('../img/linkedin.svg')no-repeat center center;
}

.soziel-hinweises ul li a.linkedin:hover {
	background: url('../img/linkedin-oben.png')no-repeat center center;
	background: url('../img/linkedin-oben.svg')no-repeat center center;
}

.soziel-hinweises ul li a.fb {
	background: url('../img/fb.png')no-repeat center center;
	background: url('../img/fb.svg')no-repeat center center;
}

.soziel-hinweises ul li a.fb:hover {
	background: url('../img/fb-oben.png')no-repeat center center;
	background: url('../img/fb-oben.svg')no-repeat center center;
}

.soziel ul li a.twitter-unten {
	background: url('../img/Twitter-unten.png')no-repeat center center;
	background: url('../img/Twitter-unten.svg')no-repeat center center;
}

.soziel ul li a.twitter-unten:hover {
	background: url('../img/Twitter-unten-oben.png')no-repeat center center;
	background: url('../img/Twitter-unten-oben.svg')no-repeat center center;
}

.soziel ul li a.fb-unten {
	background: url('../img/Facebook-unten.png')no-repeat center center;
	background: url('../img/Facebook-unten.svg')no-repeat center center;
}

.soziel ul li a.fb-unten:hover {
	background: url('../img/Facebook-unten-oben.png')no-repeat center center;
	background: url('../img/Facebook-unten-oben.svg')no-repeat center center;
}

.soziel ul li a.ld-unten {
	background: url('../img/Linkedin-unten.png')no-repeat center center;
	background: url('../img/Linkedin-unten.svg')no-repeat center center;
}

.soziel ul li a.ld-unten:hover {
	background: url('../img/Linkedin-unten-oben.png')no-repeat center center;
	background: url('../img/Linkedin-unten-oben.svg')no-repeat center center;
}

.anmelden {
	float: right;
	clear: both;
	margin-top: 30px;
}

.oben30 {
	margin-top: 30px;
}

.oben20 {
	margin-top: 20px;
}

.oben {
	margin-top: 10px;
}

.links-menu ul li a {
	color: #005BBA;
	font-size: 1.1em;
	font-family: 'SolomonNormal';
	border-bottom: 1px solid #A3AAAD;
	display: block;
	background: url('../img/Hellblau-Pfeil.png')no-repeat left center;
	background: url('../img/Hellblau-Pfeil.svg')no-repeat left center;
	padding-left: 20px;
}

.links-menu ul li a:hover {
	color: #003C69;
	transition: 0.3s all ease;
	background: url('../img/Dunkelblau-Pfeil.png')no-repeat left center;
	background: url('../img/Dunkelblau-Pfeil.svg')no-repeat left center;
}	

.links-menu ul li  {
	padding: 5px 0;
}

.anzeigen {
	text-align: center;
}

.anzeigen img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.linkste-spalte {
	width: 200px;
	margin-right: 60px;
}

.linkste-spalte h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

.der-inhalt {
	width: 1130px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'SolomonNormal';
	margin: 0;
}

.der-inhalt h3   {
	font-family: 'Source Sans Pro', sans-serif;
}

.nachrichten-reihe {
	float: left;
	margin: 10px 0;
	width: 100%;
}

.nachrichten-reihe.klein {
	margin: 5px 0;
}

.nachrichten-reihe h3 {
	margin: 5px 0;
}

.nachrichten-reihe a {
	color: #00549E;
}

.nachrichten-reihe a:hover {
	color: #003C69;
}

.nachrichten-datum {
    font-family: 'SolomonLight';
}

.read-more, .more-link {
	float: right;
	clear: left;
	width: 100%;
	text-align: right;
}

span.file--application-pdf {
	background: url('icons/icons/application-pdf.png')no-repeat left center;
	background: url('icons/application-pdf.png')no-repeat left center;
	padding: 5px 20px 5px 20px;
}

.node-taxonomy-container ul li {
	list-style: none;
}

/*h3.term-title {
	display: inline;
}*/

.node-taxonomy-container ul {
	margin: 0;
	padding: 0;
}

/*.reihe {
	width: 100%;
	float: left;
	margin: 5px 0;
}*/

.sieh-alle, .read-more a, .more-link a {
	background: url('../img/Klein_hellblauer_Pfeil.png')no-repeat right center;
	background: url('../img/Klein_hellblauer_Pfeil.svg')no-repeat right center;
	padding-right: 13px;
}

.sieh-alle a:hover, .read-more a:hover, .more-link a {
	background: url('../img/Klein_dunkelblauer_Pfeil.png')no-repeat right center;
	background: url('../img/Klein_dunkelblauer_Pfeil.svg')no-repeat right center;
	padding-right: 13px;
}

.artikel-reihe {
	background: #EFF0F0;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 7px solid #00549E;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 260px;
	float: left;
}

.mright5 {
	margin-right: 5px;
}

/*.artikel-reihe:nth-child(5) {
	margin-right: 0;
}*/

.artikel-reihe .content {
	padding: 20px 15px;
}	

.letzte-artikel h2 {
	margin-bottom: 10px;
}

.trennen {
	padding-top: 5px;
	border-top: 1px solid #A3AAAD;
	margin-top: 5px;
}

.typ {
	font-size: 1.1em;
	color: #80888D;
    font-family: 'SolomonLight';
}

.veroffentlichet {
	color: #80888D;
	font-family: 'SolomonLight';
	margin-top: 5px;
}

.veroffentlichet label {
	font-family: 'SolomonBook';
	
}

.volume h1 {
	max-width: 60%;
}

.kapitel {
	color: #80888D;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.aufsatz-behalter {
	background: #E4E5E6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.aufsatz-block {
	width: 96%;
    float: left;
	margin-left: 2%;
	margin-top: 2%;
}

.aufsatz-inhalft {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	width: 96%;
	padding: 2%;
	float: left;
	margin: 20px 0;
}

.aufsatz-inhalft h3 {
	/*background: url('../img/Klein_hellblauer_Pfeil.png')no-repeat 60% center;
	background: url('../img/Klein_hellblauer_Pfeil.svg')no-repeat 60% center;
	padding-right: 13px;*/
	margin: 5px 0;
}

.aufsatz-info {
	float: left;
	max-width: 70%;
}

.statistics {
	float: right;
	margin-right: 1%;
	width: 20%;
}

.information-zum-aufsatz {
	background: url('../img/Linie-uber-dem-text.png') top left repeat-x;
	padding-bottom: 10px;
}

.information-zum-aufsatz .statistics {
	float: left;
	width: 16%;
}

.herunterladen {
	margin-top: 10px;
}

.herunterladen a {
	padding-right: 10px;
	border-right: 1px solid #005BBA;
}

.herunterladen a:nth-child(2) {
	padding-left: 10px;
}	

.seiten {
	float: left;
	margin: 5px 0;
	width: 100%;
}

.statistik-reihe {
	width: 100%;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFF0F0;
}

.nummer {
	font-size: 1.1em;
}

.wort {
	font-family: 'SolomonLight';
}

.themen {
	background: #003C69;
	color: #fff;
	padding: 30px 0;
}

.themen a, #footer a {
	color: #8DC8E5;
}

.themen a:hover, #footer a:hover, .themen a.active {
	color: #fff;
}

.themen h2, #footer h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

/*.themen ul {
	-webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; 
}*/	


.themen-reihe {
	float: left;
	margin-right: 2%;
	width: 20%;
}

.nach-oben a {
	background: url('../img/Nach-oben.png')no-repeat right center;
	background: url('../img/Nach-oben.svg')no-repeat right center;
	padding: 5px 35px 5px 0px;
}

#footer {
	background: #00549E;
	color: #fff;
	padding: 30px 0;
}

.footer-reihe ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-reihe {
	float: left;
	width: 18%;
	margin-right: 2%;
}

.footer-reihe .dateien {
	margin-right: 0;
	width: 20%;
}

.anmeldung input {
	margin: 7px 0;
}

.anmeldung input[type="text"], .anmeldung input[type="email"],
input[type="text"], input[type="password"] {
	color: #80888D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 5px;
	transition: 0.3s all ease;
}

input[type="text"], input[type="password"] {
    border: 1px solid #00549E
}

.anmeldung input[type="text"]:focus, .anmeldung input[type="email"]:focus {
    -moz-box-shadow:    inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    box-shadow:         inset 0 0 3px #000000;
	
}	

.einleitung h2, .einleitung h3 {
	margin-bottom: 10px;
	
}

.volume-einleitung img {
  margin: 0px 10px 10px 0px;
}

.einleitung {
	padding-bottom: 10px;
	border-bottom: 1px dotted #A3AAAD;
	margin-bottom: 20px;
}

.anmeldung input[type="submit"], .anmeldung input[type="button"],
.formular-halter input[type="submit"], .formular-halter input[type="button"],
#user-login input[type="submit"], #user-login input[type="button"]  {
	color: #00549E;
	background: #8DC8E5;
	transition: 0.3s all ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 5px 20px;
	margin-top: 10px;
	float: left;
}

.oben-unden, .oben-unten  {
	margin: 10px 0;
}

.anmeldung input[type="submit"], .anmeldung input[type="button"] {
	clear: left;
}

.formular-halter input[type="submit"]:hover, .formular-halter input[type="button"]:hover,
#user-login input[type="submit"]:hover, #user-login input[type="button"]:hover {
	background: #00549E;
	color: #fff;
}

.anmeldung input[type="submit"]:hover, .anmeldung input[type="button"]:hover {
	background: #fff;
	color: #00549E;
	
}

#footer .soziel a {
	color: #fff;
}	

#footer .soziel a:hover {
	color: #8DC8E5;
}	

ul li a.anfrage {
	display: block;
	padding: 7px 0px 7px 25px;
	background: url('../img/Fragezeichen.png') no-repeat left center;
	background: url('../img/Fragezeichen.svg') no-repeat left center;
}

ul li a.anfrage:hover {
	background: url('../img/Fragezeichen-oben.png') no-repeat left center;
	background: url('../img/Fragezeichen-oben.svg') no-repeat left center;
}

.band-reihe, .ruf {
	width: 100%;
	border-bottom: 1px solid #A3AAAD;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: left;
}

.band-reihe .volumen-nummer {
	color: #80888D;
}

.redakteur {
	float: left;
	padding-top: 10px;
	border-top: 1px solid #A3AAAD;
	min-width: 280px;
	margin-top: 10px;
}

.schlusselworter {
	padding-bottom: 10px;
	border-bottom: 1px solid #A3AAAD;
}

.inhalt-bild {
	width: 150px;
	float: left;
	margin: 0 15px 15px 0px;
}

.inhalt-datei {
	width: 100%;
	float: left;
}

.inhalt-datei i, .inhalt-datei em,
.anteil-reihe i, .anteil-reihe em {
	display: none;
}

.aufsatz-einleitung {
	color: #37424A;
}

.aufsatz-einleitung p {
	margin: 0;
}

.versteckt {
	display: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.messages {
	float: left;
	padding: 5px 0;
	width: 100%;
	margin-bottom: 10px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

/*.links.inline {
	clear: both;
	width: 100%;
}*/

.user-login-form input[type="text"],
.user-login-form input[type="password"] {
	margin-bottom: 10px;
}

.user-login-form input[type="submit"],
.user-login-form input[type="button"] {
	margin-bottom: 10px;
}

.ui-widget.ui-widget-content {
  float: left;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

.artikel-daten {
	float: left;
	width: 30%;
	margin-top: 15px;
	margin-right: 2%;
	text-align: center;
	padding-bottom: 60px;
	background: url("../img/1_Halbkreis.png")bottom center no-repeat;
	background: url("../img/1_Halbkreis.svg")bottom center no-repeat;
}

.artikel-daten.oben25 {
	margin-top: 22px;
	padding-bottom: 65px;
}

.artikel-daten .statistik-reihe {
	border-bottom: none;
}

.invoker {
	display: none;
}

.metrics .bibcite-citation {
	display: none;
}

.inhalt-block {
	margin: 10px 0;
	width: 100%;
	float: left;
}


.inhalt-block h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
}

.hideme {
	display:none;
} 

.responsivemenu {
	display:none;
}

.kapitel li {
	margin: 10px 0;
	display: block;
}

.kapitel .field-item {
	width: 100%;
	float: left;
	margin-bottom: 5px;
   
 
}

.kapitel .paragraph {
    padding-bottom: 5px;
    border-bottom: 1px solid #A3AAAD;
	width: 100%;
	float: left;
}

.kant img {
	border: 1px solid black;
}

.views-exposed-form div.js-form-item,
.views-exposed-form div.form-actions {
	display: inline-block;
	margin: 10px 30px 10px 0px;
}

.views-exposed-form div.form-actions input[type="submit"] {
	padding: 5px 10px;
	background: #003C69;
	color: #fff;
	transition: 0.3s all ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.views-exposed-form div.form-actions input[type="submit"]:hover {
	background: #00549E;
}


.layout .contextual-region.block {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	float: left;
}

/*.layout .contextual-region.block h2.block-title {
	margin: 10px;
}*/

.node-links-container {
	clear: both;
	margin-top: 20px;
	text-align: left;
	width: 100%;
}

ul.links.inline  {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.views-element-container table {
	width: 100%;
}

.views-element-container th {
	text-align: left;
}

.views-element-container th > tr {
    padding-bottom: 5px;
    border-bottom: 2px solid #A3AAAD;
}

.views-element-container td {
	 padding: 5px;
	 background: #EFF0F0;
}

.views-element-container tr {
	 border-bottom: 1px solid #A3AAAD;
}


h3.inline-heading {
	float: left;
	/*padding: 5px 0;*/
	margin-right: 5px;
	line-height: 1em;
}

.inlinedaten {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.inlinedaten .views-field {
	display: inline-block;
	margin-right: 5px;
}

.soziel-hinweises .ext {
	
}

.bibcite-links ul {
	margin: 0;
	padding: 0;
}

.bibcite-links ul li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
}

.autoren .field-item {
	display: inline-block;
}

.oben5 {
	margin-top: 5px;
}

.anmeldung .description, 
.anmeldung label	{
	display: none;
}

.der-inhalt .field__label,
.boldlabel {
   font-weight: 700;
}

.field--label-inline .field__label {
	float: left;
	margin-right: 5px;
}



.file--x-office-document {
	padding: 5px 0px 5px 20px;
	background: url('icons/x-office-document.png')left center no-repeat;
}

.field-reihe {
 margin: 10px 0;
 width: 100%;
 float: left;
}


.item-list ul li {
    margin: 0;
    padding: 0;
}

.pager {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0;
	font-size: 1.1em;
	font-weight: 600;
}

ul.pager__items {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.page-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

ul.page-tabs li, ul.pager__items li {
	display: inline-block;
}

ul.page-tabs li a {
	padding: 5px 10px;
	background: #EFF0F0;
}

.themen-reihe h3 {
	margin-bottom: 5px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* Drupal */

.nichtbewegen p {
	margin: 0;
}

ul.menu li {
    margin: 0;
}

li.expanded, li.collapsed, li.leaf {
    padding: 0;
    margin: 0;
}

ul li.leaf {
	list-style: none;
}

.captcha {
	float: left;
	clear: both;
	margin-top: 10px;
}

.anteil-reihe {
	width: 100%;
	margin: 5px 0;
	float: left;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (min-width: 2400px) {
    /* Style adjustments for viewports that meet the condition */
	.grau-dreiecke {
		left: 25%;
	}
}	

@media only screen and (max-width: 1366px) {
    /* Style adjustments for viewports that meet the condition */
	
	.mass {
	    width: 1320px;
	    margin: 0 auto;

	}
	
	.der-inhalt {
	    width: 1070px;

	}
	
	.volume-name-knopfen {
	    width: 500px;
	}
	
	.suchen-anmelden {

	    width: 600px;

	}
	
	.linkste-spalte {

	    width: 200px;
	    margin-right: 50px;

	}
	
	.artikel-reihe {
	    margin-right: 20px;
	    width: 250px;

	}
	
	.grau-dreiecke {
	    left: 10%;
	}
	
	.inhalt-datei {

	    width: 850px;

	}
}

@media only screen and (max-width: 1280px) {
    /* Style adjustments for viewports that meet the condition */
	
	.mass {
	    width: 1250px;

	}
	
	.der-inhalt {
	    width: 980px;

	}
	
	.volume-name-knopfen {
	    width: 500px;
	}
	
	.suchen-anmelden {

	    width: 600px;

	}
	
	.der-inhalt h1 {

	   font-size: 1.6em;

	}
	
	.linkste-spalte {

	    width: 200px;
	    margin-right: 30px;

	}
	
	.artikel-reihe {
	    margin-right: 15px;
	    width: 230px;

	}
	
	.grau-dreiecke {
	    left: 10%;
	}
	
	.inhalt-datei {

	    width: 760px;

	}
}

@media only screen and (max-width: 1024px) {
    /* Style adjustments for viewports that meet the condition */
	
	.mass {
	    width: 1000px;

	}
	
	.der-inhalt {
	    width: 740px;

	}
	
	.volume-name-knopfen {
	    width: 400px;

	}
	
	.der-inhalt h1 {

	    font-size: 1.3em;
		margin-bottom: 15px;

	}
	
	.knopfe {

	    margin-top: 60px;

	}
	
	.inhalt-bild {
	    width: 150px;


	}
	
	.inhalt-bild img {
	    max-width: 100%;
		height: auto;
	}
	
	.inhalt-datei {

	    width: 560px;

	}
	
	
	.themen-reihe h3 {

	   font-size: 1.1em;

	}
	
	.footer-reihe.dateien {
		float: right;
		margin-right: 0px;
	}
	
	.footer-reihe.soziel {
		margin-left: 2%;
	}
	
	.artikel-reihe {
	    margin-right: 13px;
	    width: 230px;

	}
	
	.der-inhalt h3 {

	    font-size: 1.1em;

	}
	
	.suchen-anmelden {

	    width: 450px;

	}
}

@media only screen and (max-width: 768px) {
	
	.invoker {
		display: block;
	}
	
	
	/*.responsivemenu {
		display:block;
	}*/
	
	.statistik-reihe {
		text-align: center;
	}
	
	.textright {
		text-align: right;
	}
	
	.oben-leiste {
		padding: 0px 0px 10px 0px;
	}
	
	.invoker {
		padding: 7px 0px 10px 0;
		background: #003C69;
	}
	
	span.invokerelement {
		margin-right: 10px;
		width: 40px;
		height: 35px;
		background: url('../img/1a_Menu.png')0 0 no-repeat;
		background: url('../img/1a_Menu.svg')0 0 no-repeat;
		font-size: 0px;
		display: inline-block;
	}
	
		span.invokerelement:hover {
			background: url('../img/1a_Menu-hover.png')0 0 no-repeat;
			background: url('../img/1a_Menu-hover.svg')0 0 no-repeat;
		}
	
	.invoker ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.bibcite-citation {
		font-size: 0.9em;
	}
	
	.der-titel h1 {
	font-size: 1.2em;
	}
	
	.responsivemenu ul  {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}
	
	.responsivemenu ul li a {
		display: block;
		font-size: 1.1em;
		padding: 7px 0;
	}
	
	.versteckt {
		display: block;
	}
	
	.mass {

	    width: 100%;

	}
	
	.volume-name-knopfen {

	    width: 420px;

	}
	
	.suchen-anmelden {

	    width: 330px;
		margin-right: 10px;

	}
	
	.linkste-spalte {
		display: none;
	}
	
	.suchen input[type="search"], .suchen input[type="text"] {
		width: 230px;
	}
	
	.der-inhalt {

	    width: 98%;
	    margin-left: 1%;

	}
	
	.mean-container .mean-bar {
		background: #003C69;
	}
	
	.mean-container .mean-nav {
		background: #003C69;
	}
	
	.logo {
		margin-left: 10px;
	}
	
	.oben-dateien {
		margin-right: 10px;
		font-size: 1em;
	}
	
	.themen-reihe, .footer-reihe {

	    width: 28%;

	}
	
	.themen-reihe:first-child, .footer-reihe:first-child {
		margin-left: 1%;
	}
	
	.footer-reihe {

	  margin-bottom: 10px;

	}
	
	.footer-reihe.dateien {
		font-size: 0.9em;
	    float: left;

	}
	
	.volume-bild {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	
	.statistik-reihe {
	border-bottom: 1px solid #ccc;
	}
	
	
	h1 {
	  font-size: 1.3em;
	}
	
	.logo {
	    margin-left: 50px;
	}
	
	.information-zum-aufsatz .statistics {
	  float: left;
	  width: 98%;
	  margin-left: 1%;
	  text-align: center;
	}
	
	.aufsatz-dateien {
	  margin-left: 1%;
	  width: 98%;
	}
	
	.information-zum-aufsatz {
	  background: #f2f2f2;
	  padding-bottom: 20px;

	}
	
	.oben-dateien {

	    width: 100%;
	    text-align: center;

	}
	
	.volume-name-knopfen {

	    width: 98%;
	    margin-left: 1%;

	}
	
	.knopfe {

	    margin-top: 20px;

	}
	
	.suchen-anmelden {


	    margin-right: 0px;
	    width: 98%;
	    float: left;
	    text-align: center;
	    margin-top: 30px;
		margin-left: 1%;

	}
	
	.suchen {
		margin-left: 60px;
		float: left;
	}
	
	.suchen input[type="search"], .suchen input[type="text"] {

	    width: 280px;

	}
	
	.anmelden {

	    float: left;
	    clear: none;
	    margin-left: 30px;

	}
	
	.artikel-reihe {

	    margin-right: 15px;
	    width: 220px;

	}
	
	.themen-reihe, .footer-reihe {

	    width: 100%;
	    text-align: center;
		margin-bottom: 20px;
		margin: none;

	}
	
	.nach-oben {
		display: none;
	}
	
	.footer-reihe ul.menu {
		text-align: center;
	}
	
	.anmeldung input[type="submit"] {
		float: none;
	}
	
	ul li a.anfrage {

	    display: inline-block;
		
	}
	
	.soziel {
		clear: both;
	}
	
	.footer-reihe.soziel {
		margin: none;
	}
	
	.inhalt-datei {

	    width: 98%;
	    margin-left: 1%;

	}
	
	.facebook, .block-addtoany {
		text-align: center;
		margin: 10px 0;
		float: none;
	}
	
	.contact-dateien {
	    width: 98%;

	}
	
	.formular-halter {
	    width: 98%;
	    margin-left: 1%;

	}
	
	.ui-tabs .ui-tabs-nav li {
	margin-right: 0px;
	display: block;
	width: 98%;
	margin-left: 1%;
	}
}

@media only screen and (max-width: 414px) {
	
	.logo {
	margin-left: 20px;
	}
	
	.artikel-reihe {
	margin-right: 0px;
	width: 98%;
	margin-left: 1%;
	}
	
	.artikel-daten {
		width: 98%;
		margin-right: 0;
		margin-left: 1%;
	}
	
}	

@media only screen and (max-width: 375px) {
	
	.artikel-reihe {

	    margin-right: 0;
	    width: 98%;
	    margin-left: 1%;

	}
		
		.logo {

		    margin-left: 0px;
			padding-top: 0px;

		}
		
		.oben-dateien p {
			margin: 0.5em 0;
		}
		
		.volume-dateien, .knopfe {

		    margin-left: 2%;
		    float: left;
		    width: 98%;

		}
		
		.knopfe ul li {
			display: block;
			
		}
		
		.knopfe ul li:first-child {
			margin-bottom: 20px;
		}
		
		.suchen {

		    margin-left: 15px;
		    float: left;

		}
		
		.anmelden {
		    margin-left: 10px;

		}
		
	}
	
@media only screen and (max-width: 360px) {
	
	.suchen input[type="text"] {
	    width: 270px;
	}
	
	.suchen {
	    margin-left: 10px;

	}	
	
	.logo {
		text-align: center;
		width: 100%;
	}
	
	.logo img {
		max-width: 280px !important;
		height: auto !important;
	}
	
	.volume-dateien h3 {
		font-size: 1.1em;
	}
}	


@media only screen and (max-width: 320px) {	
	
	.suchen input[type="text"] {

	    width: 230px;

	}
	
	.soziel-hinweises {
	    float: left;
	    margin-left: 10px;

	}
}			

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
