/*
* opinioiuris bluebreeze theme
* ---------------------------
*
* created by Don Shajkovci
*
* uses the .tpl.php-files of the zen theme with modifications
* and a modified "One True Layout" (see layout.css for details)
*
* the icons are created by Stefan Nagetaal, lullabot, Everaldo and Franz Heinzmann
* and are all available under the terms of the GPL
*/

/* import the "One True Layout" */

@import "layout.css";

/* some common styles */

html, body, table th {
  font-family: sans-serif,Helvetica;
  color: #000000;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Times New Roman,serif,Georgia;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1.title {
  border: none;
}

h1 {
  font-family: serif, Georgia;
  font-size: 160%;
  padding-top: 15px;
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 1px solid #dedede;
}

h2 {
  color: #222222;
  font-size: 155%;
  font-weight: bold;
  padding-top: 1em;
}

h3 {
  color: #666666;
  font-size: 150%;
  font-weight: bold;
  padding-top: 5px;
}

h4 {
  color: #999999;
  font-size: 140%;
  font-weight: bold;
}

h5 {
  color: #bbbbbb;
  font-size: 130%;
  font-weight: bold;
}

h6 {
  color: #dddddd;
  font-size: 120%;
  font-weight: bold;
}

p {
  
}

/* Markdown special */
dd {
  border:1px solid #DDDDDD; 
  padding:1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
img[src*='#left'] {
  float: left;
  padding: 0em 1em 1em 0;
}
img[src*='#right'] {
  float: right;
  padding: 0em 0 1em 1em;
}
img[src*='#center'] {
  display: block;
  margin: auto;
}
img[src*='#100%'] {
  width: 100%;
}
img + br + em {
  color: #bbb;
  font-size:smaller;
}
img[src*='#left'] + br + em {
    color: #bbb;
    font-size: smaller;
    float: left;
	padding: 0 2em 1em 0;
}
img[src*='#left']:has(+ br + em) {
  padding: 1.5em 1em 1em 0;
}
img[src*='#right'] + br + em {
    color: #bbb;
    font-size: smaller;
    float: right;
	padding: 0 0em 1em 2em;
}
img[src*='#right']:has(+ br + em) {
  padding: 1.5em 0 1em 1em;
}
img[src*='#center'] + br + em {
    color: #bbb;
    font-size: smaller;
    display: block;
    text-align: center;
	margin: -1em 0 0 0;
}

/* links */

a:link, a:visited {
  color: #0645AD;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #7DABE0;
  color: #7DABE0;
}

a:active, a.active, ul.menu a:active, .page-links.clear-block a:active {
  color: #9dffa1;
}

/* some more items */

img, a img {
  border: none;
  max-width: 100%;
  vertical-align: baseline;
}
td img {
    max-width: min-content;
}

hr {
  margin: 1em 0 1em 0;
  border: 1px solid #ddd;
  background: #ddd;
}

/* lists, menu */
ul, ul.menu, .item-list ul {
  margin: 0 0 .5em 0;
  padding: 0 0 0 0.5em;
}
ul li, ul.menu li, .item-list ul li {
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style: circle url(images/menu-leaf.gif);
}
ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
  list-style: disc url(images/menu-expanded.gif);
}
ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
  list-style: square url(images/menu-collapsed.gif);
}
ul.menu li ul li {
  font-size: 95%;
}
ul.menu li ul li ul li {
  line-height: 1.6em;
}
ol li:first-line{
/*  font-weight: bold; */
}

#footer ul.menu {
  text-align: center;
  padding: 1em;
  background: #f5f5f7;
  margin-bottom: 0;
}
#footer ul.menu li {
  display: inline;
}
#footer ul.menu a:link {
  color: #6f6f6f;
  border: none;
}
#footer ul.menu a:visited {
  color: #6f6f6f;
  border: none;
}
#footer ul.menu li a:hover {
    color: #000;
}
/***********************
*   layout styling
***********************/

body, #page, #front, #second {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

#container {
  background-color: #fff;
  width: 100%;
}

#main {
  background-color: #fff;
  font-family: georgia, serif;
  font-size: 1.4rem;
  padding: 1em 0 1em 0em;
  position: relative;
  line-height: 1.5;
  min-height: 900px;
  margin-right: 15%;
  margin-left: 15%;
}

#main-wrapper {
    background: none;
}

#sidebar-left {
    float: left;
    border-right: none;
    padding: 5px;
}

.withleft #main {
}

.withright #main {
}

/* header */

#header {
  padding: 10px;
  background: #f5f5f7;
  border-bottom: 1px solid #dedede;
  position: relative;
}

#logo-title {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 3em;
}

#header #site-name, #header #site-slogan {
  /*position: relative;
  padding: 0;
  margin: 0;
  left: 65px;
  top: 18px;
  padding-left: 10px;
  border: 0;*/
  display: none;
}

#header #site-name a, #header #site-name a:visited, #header #site-name a:hover {
  display: none;
}

#header #site-name a:hover {
  color: #479ADA;
}

#header #site-name a:active {
  color: #479ADA;
}

#header #site-slogan {
    position: initial;
    color: #6f6f6f;
    font-style: italic;
    letter-spacing: 2px;
    padding-bottom: 1em;
	font-family: serif, Georgia;
}

#header #logo {
  height: 44px;
  z-index: 9999;
  position: relative;
}

#logo a, #logo a:visited, #logo a:hover {
  text-decoration: none;
}

#logo a img {
  border: 0;
}

/* primary links */

#primary ul {
  margin: 10px 10px 0 10px;
  text-align: center;
}

#primary ul li {
}

#primary ul li a:link, #primary ul li a:visited {
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 90%;
}

#primary ul li a:hover {
  color: #000;
  border-bottom: none;
}

/* secondary links */

#secondary ul {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 999;
}

#secondary ul li {
  margin: 0;
  padding: 0;
}

#secondary ul li a, #secondary ul li a:visited {
  margin: 0 0em 0 2em;
  color: #479ADA;
}

#secondary ul li a:hover {
  color: #7DABE0;
  text-decoration: none;
}
li.menu-9011 a {
    color: #fff !important;
	background: #ff8c8a; 
    border-color: #ff8c8a;
	border: 1px solid #ff8c8a;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
}
li.menu-9011 a:hover {
    background: none;
    color: #ff8c8a !important;
}

/* sidebars, regions */

.sidebar {
  text-align: left;
}

.sidebar .block {
  margin-bottom: 1.5em;
}


#sidebar-right {
}

.sidebar .block h2 {
   font-family: sans-serif,Helvetica;
   font-size: 100%;
   font-weight: normal;
   margin: 10px -8px 8px;
   padding: 4px 2px 4px 6px;
   position: relative;
}

.sidebar .block h3, .sidebar .block div.title {
  font-family: sans-serif, Arial;
  font-size: 12px;
  color: #6C7A8D;
  font-weight: bold;
}

#header-region {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
}

#header-region h2, #header-region h3, #header-region div, #header-region ul, #header-region li {
  display: inline;
  color: #6f6f6f;
}

#header-region h2 {
  font-size: 100%;
  font-weight: normal;
}

#header-region input, #header-region select {
  font-family: sans-serif;
  font-size: 100%;
}

#header-region a {
    color: #479ADA;
}

#header-region a:hover {
    color: #7DABE0;
}

div#block-search-0 {
    text-align: center;
}

form#search-block-form {
    padding-top: 1em;
    margin-left: 3em;
}

div#block-search-0 label {
    display: none;
}

input#edit-search-block-form-1 {
    width: 25%;
    min-width: 300px;
	border: 1px solid #e1e1e1;
	padding-left: 4px;
}

input#edit-search-block-form-1:hover {
    border: 1px solid #479ada;
}

input#edit-submit-1 {
    color: #6f6f6f;
    cursor: pointer;
	border: 1px solid #e1e1e1;
}
input#edit-submit-1:hover {
    color: #479ADA;
    border: 1px solid #479ADA;
}

div#block-search-0 input#edit-submit {
    border: 1px solid #e1e1e1;
    color: #6f6f6f;
    padding: 7px;
    border-radius: 3px;
    font-weight: normal;
}

div#block-search-0 input#edit-submit:hover {
    border: 1px solid #479ada;
    color: #479ada;
}

/*   margin-bottom: 20px; */
.toc {
  margin-bottom: 1em;
  margin-top: 2em;
  background-color: #f5f5f7;
  border: 1px solid #ebebeb;
  font-size: 90%;
  border-radius: 5px;
}
/* #toc ul.li { */
/*   margin: 0 0 0 0; */
/* } */

/* footer */
#footer {
   background-color: #f5f5f7;
   border-top: 1px solid #dedede;
   position: static;
   text-align: center;
   vertical-align: middle;
   padding-top: 1px;
}
.block-mobile_tools {
  font-size: small;
  padding-top: 15px;
  /*background: url("images/mobile-white.png") no-repeat scroll bottom center transparent;*/
}
/***********************
*   styling
***********************/

/* tabs */

ul.primary {
  text-align: right;
  border-bottom: 1px solid #DADCE0;
  font-family: sans-serif;
  margin: 0 0 5px 0;
}

ul.primary li {
    display: inline;
    margin: 0;
}

ul.primary li a {
  background: none;
  border: none;
  color: #bbb;
  padding-top: 5px;
  margin-right: 0;
}

ul.primary li a.active {
  color: #222222;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

ul.primary li a:hover {
    color: #000;
    border-bottom: 4px solid #479ada;
	background: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: none;
    border-bottom: 4px solid #479ada;
	color: #000;
	font-weight: bold;
}

ul.secondary {
  padding: 0;
}
ul.secondary li {
  margin: 0;
}
ul.secondary li.active a, ul.secondary li a:hover {
  border-bottom: 4px solid #EA7764;
}

/* tables */

table {
  width: 100%;
  overflow-x: auto;
  display: block;
}
table.diff, .sticky-table, .views-table {
  display: table;
}
thead th {
  border-bottom: 1px solid #dde3ed;
  background: #f5f5f7;
  color: #6f6f6f;
  padding: 10px;
  font-size: 85%;
}
thead th a:active, a.active {
  color: #6f6f6f;
}
th.views-field.views-field-field-fundstellen-value {
    padding: 5px;
}

tr.even, tr.odd {
  border-color: #DADCE0;
}

tr.even {
  background-color: #fbfcfe;
}

tr.odd {
  background-color: #fff;
}

td.active {
  background: #e4ecf5;
}

td {
  padding: 1em;
  font-size: 90%;
  line-height: 1.4;
}
td.views-field.views-field-title {
    padding: 20px 10px 20px 10px;
}

td.menu-disabled {
  background-color: #E5E5E5;
}

tr:hover {
  background-color: #f0f5fa;
}

/* forms */

form {
  margin-bottom: .5em;
}
.form-text {
    padding: 7px 0 7px 0;
}
input, textarea, select, textfield {
  padding: 7px;
  font-size: 90%;
}
input#edit-submit, input#edit-preview {
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    font-size: 100%;
	color: #479ada;
    border: 2px solid #479ada;
    border-radius: 5px;
    font-family: sans-serif;
}
input#edit-submit:hover, input#edit-preview:hover {
  cursor: pointer;
  color: #000;
  border: 2px solid #000;
}
input#edit-preview {
    border: 2px solid #56D716;
    color: #56D716;
}

fieldset {
  background-color: #f5f5f7;
  border: 1px solid #ebebeb;
  font-size: 95%;
  margin: 1em 0;
  border-radius: 5px;
}

fieldset.collapsed {
  background-color: transparent;
  padding: 1;
}

.form-item input.error, .form-item textarea.error {
  border: 2px dashed #E1471D;
  color: #555;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#search  {
  display: none;
}

#search .form-item {
  display: inline;
  padding: 0;
  margin: 0;
}

#search input.form-text, #user-login-form input.form-text  {
  height: 18px;
  width: 130px;
  padding: 2px 3px 0 3px;
  border: 2px solid #898989;
  border-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #9CA6B4;
  background-color: #FBFCFE;
  vertical-align: bottom;
}

#search input.form-submit  {
    background: url(images/search-button.png) no-repeat scroll center top transparent;
	border: 1px solid #999999;
    cursor: pointer;
    height: 22px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 34px;
}

 #user-login-form input.form-submit  {
  width: 65px;
  margin: 0;
  height: 22x;
  padding: 0 2px 0 2px;
  border: 2px solid #D1DBEC;
  border-bottom: none;
  vertical-align: bottom;
  background-color: #FBFCFE;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6C7A8D;
}

#user-login-form {
  text-align:left;
}

#user-login-form .form-item {
  margin: 0 0 .5em 0;
}

#user-login-form .item-list {
  margin-top: .5em;
  font-size: 90%;
}

#user-login-form input.form-text {
  border: 1px solid #D1DBEC;
  text-align: left;
}

#user-login-form input.form-submit {
  border: 1px solid #D1DBEC;
}

#user-login-form label {
  font-size: 90%;
  font-weight: normal;
}

#user-login-form .form-required {
  display: none;
}

#search input.form-submit:hover, #search input.form-submit:focus,
#search input.form-text:hover, #search input.form-text:focus,
#user-login-form input.form-text:hover, #user-login-form input.form-text:focus,
#user-login-form input.form-submit:hover, #user-login-form input.form-submit:focus {
  background-color: #EEEEEE;
  border-color: #333333;
  box-shadow: 0 0 3px 0;
  color: #222222;
  font-weight: bold;
}

/* add icons to user listing blocks */

#block-user-2 ul li, #block-user-3 ul li {
  list-style-type:none;
  list-style-image: none;
  margin-left: -5px;
  padding-left: 18px;
  background-image: url(images/mini-user-light-blue.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

/* progress bar */

.progress .bar {
  background: #fff url(images/progressbar.gif) repeat;
  border: 1px solid #00375a;
}

/* messages */

div.messages {
  padding: 10px 10px 10px 60px;
  border: 4px dashed #7ABCF9;
  background: #fff4f4;
  margin: 10px 0;
}

.messages ul {
  padding: 0 0 0 15px;
  margin: 0;
}

div.status {
  background: url(images/icon-info.png) .5em 50% no-repeat;
}

div.error {
  background: #FFFFFF url(images/icon-alert.png) .5em 50% no-repeat;
  border: 4px dashed #E1471D;
}

div.error ul li, div.status ul li {
  list-style-type: square;
  list-style-image: none;
}

div.attention {
  border: 4px dashed #fffd8d;
  background: #FFFFFF url(images/attention.png) .5em 50% no-repeat;
}

div.okay {
  border: 4px dashed #56D716;
  background: #FFFFFF url(images/okay.png) .5em 50% no-repeat;
}

/* mixed elements */

div.meta, .breadcrumb, .submitted, .taxonomy {
  color: #bbb;
}
.description {
  color: #777;
}
.breadcrumb {
	font-size: 80%;
}
.breadcrumb a {
    color: #bbb;
}
.breadcrumb a:hover {
    color: #7DABE0;
}

pre {
  background: #fbfcfe;
  border: 1px solid #DADCE0;
  padding: 0.75em 1.5em;
  overflow-x: scroll;
}

blockquote {
  border: 0 solid transparent;
  margin: 0.1em 0 0.1em 2em;
  padding: 0.1em;
  /*font-style: italic;*/
  }

code {
  font-size: 80%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.blockinner {
  padding: 0;
  margin: 0;
}

.preview .node, .preview .comment {
  border: 1px solid #BABFC6;
  padding: 10px;
  margin: 5px 0 10px 0;
  background-color: #FAF4E1;
}

#mission {
  display: none;
  padding: 15px;
  margin: 0 0 10px 0;
  border: 2px solid #96ADC8;
  background: #BCD1EA url(images/bg-mission.gif) repeat-x bottom left;
}

.new {
  float: right;
  color: red;
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
}

/* admin panel */

div.admin-panel {
  border: 1px solid #DADCE0;
  background-color: #fbfcfe;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 15px;
}

div.admin-panel h3 {
  padding: 10px;
}

/* node links */

div.links {
    text-align: right;
}

ul.links {
  text-align: right;
}

ul.links li.first {
  padding-left:0px;
}

.node div.links {
  border-bottom: 2px dashed #dedede;
  padding: 1em 0 1.5em 0;
}

.sticky div.links {
  border-bottom: none;
}

.comment {
  background: none repeat scroll 0 0 #EDF3F7;
  margin-bottom: 20px;
  padding: 15px
}

.indented {
    margin-left: 10%;
}

.comment .links {
  font-size: 90%;
}
li.comment_add {
  float: left;
  padding: 0 !important;
  margin: 0;
}

li.comment_add a, li.comment_comments a {
  background: url(images/mini-comment.png) no-repeat 0;
  padding-left: 15px;
  float: left;
  color: #ff8c8a;
}

li.node_read_more a {
  background: url(images/mini-readmore.png) no-repeat 0;
  padding-left: 15px;
}

li.upload_attachments a {
  background: url(images/mini-attachment.png) no-repeat 0;
  padding-left: 15px;
}

li.comment_delete a {
  background: url(images/mini-trash.png) no-repeat 0;
  padding-left: 15px;
}

li.comment_edit a {
  background: url(images/mini-edit.png) no-repeat 0;
  padding-left: 15px;
}

li.comment_reply a {
  background: url(images/mini-comment.png) no-repeat 0;
  padding-left: 15px;
}

/* node, content styles */

.node {
  margin-bottom:15px;
  padding-bottom:15px;
}

.node h2.title a, h2.pane-title a {
  color: #555555;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 0;
}

.node h2.title a:hover, h2.pane-title a:hover {
  text-decoration: underline;
  border-bottom: 0;
  color: #479ADA;
}

.node .with-taxonomy .submitted {
  width: 100%;
}

.node .taxonomy {
  float: left;
  text-align: right;
  padding: 5px 0 5px 0;
  width: 100%;
  font-size: 80%;
}
.node .taxonomy ul.links li {
    margin: 0;
}

.taxonomy .links a {
  background: url(images/mini-category.png) no-repeat 0;
  padding-left: 15px !important;
  color: #bbb;
}

.taxonomy .links a:hover {
  border-bottom: solid 1px #7DABE0;
  color: #7DABE0;
}
.taxonomy .links a.active {
    color: #000;
    cursor: not-allowed;
}

.taxonomy li.first {

}

.sticky {
  border: 1px solid #DADCE0;
  background-color: #F7FAFF;
  padding: 8px 5px 8px 5px;
}

/* book styles */

div.node div.content .book-navigation {
  margin:0;
}
div.node div.content .book-navigation ul.menu {
  border:0;
  padding:1em;
}
.book-navigation .page-links {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #f5f5f7;
}
div.node div.content .book-navigation .page-links{
  background: #f5f5f7;
  margin-bottom: 1em;
  margin-top: 2em;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 80%;
  padding: 1em;
  clear: both;
}

.page-links.clear-block a:hover {
  border: none;
}

/* forum styles */

#forum table {
  width: 100%;
}

/* aggregator styles */

#aggregator .feed-item {
    border-bottom: 1px dotted #999999;
    padding-bottom: 2em;
}

.feed-item-meta {
  font-size: 90%;
  color: #666;
  text-align: left;
}

h3.feed-item-title  a {
  color: #333;
  font-weight:normal;
  margin-bottom: 0;
}

h3.feed-item-title a:hover {
  text-decoration: underline;
  border-bottom: 0;
  color: #7DABE0;
}

/* poll styles */

.poll .bar {
  background: url(images/bg-bar-white.png) repeat-x scroll 0 0 #FFFFFF;
  border: 1px solid #F3F7F0;
}

.poll .bar .foreground {
  background: url(images/bg-bar.png) repeat-x scroll 0 100% #71A7CC;
}

.poll .vote-form {
  text-align: center;
}

.poll .vote-form .choices {
  padding-left: 5%;
  text-align: left;
  display: block;
}

/* pager */
.pager {
  text-align: center;
  font-size: 90%;
}
.pager a, .pager a:visited  {
  padding: 1em;
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
  color: #1382C6;
}
.pager .pager-current {
  padding: 1em !important;
  border: 1px solid #888888;
  background-color: #479ADA;
  color: #FFFFFF;
}
.pager a:hover {
  background-color: #479ADA;
  border-color: #888888;
  color: #FFFFFF; 
}
.item-list .pager {
    margin: 2em 0 1em 0;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    margin: 0;
	padding: 0;
}
.pane-node-comments h2 {
  padding-bottom: 10px;
}

.toc ul li {
  list-style: none;
}
.toc ul li.toc-level-1 {
/*   margin-left: 0px; */
}
.toc a {
  display: inline-flex;
}
#block-system-0 {
  position: relative;
  top: -40px;
  float: right;
}
#block-system-0 img {
  width: 88px !important;
  height: 31px !important;
}

#block-block-1 {
  position: relative;
  top: -45px;
  float: left;
}

#block-block-3 {
  position: relative;
  top: -45px;
  float: left;
  left: 4px;
}

#block-block-2 {
  position: relative;
  top: -45px;
  right: 4px;
  float: right;
}

h2.pane-title {
  font-weight: normal;
  color: #333;
}

#bue-tgd-form input {
  width: 450px;
  font-size: initial;
}

#bue-tgd-form input.form-submit {
  margin-left: 15px;
  width: 150px;
}

/* user profile */
.profile .picture {
  float: right;
  margin: 0 1em 1em 1em;
}
  
.profile  .picture img {
  border: 4px double #cccccc;
}

.profile h3 {
    display: none;
}
/* TrajanProRegular Font, Data in Theme folder */
@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS for front panel, special for flex images */
/*iv.front-panel {
  background-image: url("/sites/default/files/front/libfront.jpg");
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  padding-top: 80px;
}*/
div .collapsiblock a {
    color: #777;
}
div .collapsiblock a:hover {
    color: #7DABE0;
}
#block-block-17 {
  margin-top: 15px;
  border: none;
 }
/* CSS for views tab module */

.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper {
    float: left;
    width: 100%;
    margin: 0;
}
.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul li {
    margin-left: 0;
}
.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul li a.viewsdisplaytabs-active {
    border-bottom: 4px solid #479ADA;
    color: #000;
    padding-top: 10px;
    position: relative;
    top: 0;
}
.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul li a {
    color: #666;
    margin-right: 0;
    padding: 8px 8px 3px;
    text-decoration: none;
	background: none;
	border: none;
}
.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul li a:hover {
    color: #000;
    border-bottom: 4px solid #479ADA;
}
.viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul {
    text-align: left;
    margin: 1em 0 1em 0;
    font: bold 11px verdana,arial,sans-serif;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    padding: 3px 0px 3px 0px;
    font-size: 90%;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}
ul.share-buttons li{
  display: inline;
}
ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
div#content-top p:before, div#content-bottom p:before { 
display: none; 
}
div#block-block-19, div#block-block-77, div#block-block-71, div#block-shoutbox-0, div#block-block-86, div#block-block-91, div#block-block-93, div#block-block-94 {
    background: #f5f5f7;
    padding: 10px;
}
div#block-block-19 h2, div#block-block-77 h2, div#block-block-71 h2, div#block-shoutbox-0 h2, div#block-block-86 h2, div#block-block-91 h2, div#block-block-93 h2, div#block-block-94 h2 {
    font-size: medium;
    padding-top: 0;
}
tr.odd.views-row-first.views-row-last td {
    padding: 5px;
}
div#block-views-nodeauthor-block_1 thead th {
    background: none;
    border: none;
}
.view.view-nodeauthor.view-id-nodeauthor.view-display-id-block_1.view-dom-id-1 {
    padding-top: 1em;
}
div#block-views-nodeauthor-block_1 tr.odd.views-row-first.views-row-last {
	border: 5px solid #479ada;
}
.views-row .toc, .views-row h1, .views-row .toc-back-to-top {
    display: none;
}
.footnotes {
  margin-top: 3em;
  margin-bottom: 2em;
}
.profile dt {
    font-weight: bold;
	color: #bbb;
}
.profile dd {
    margin: 0 0 1em 0;
    border: none;
}
div#block-book-0 .content {
    font-size: 90%;
}
.rounded-corner {
    padding-bottom: 1em;
}
.gsc-control-cse.gsc-control-cse-de tbody {
    border: none;
}
.gsc-adBlock {
    display: none !important;
}
div#adBlock {
    display: none !important;
}
dt.profile-profile_aufmerksam, dd.profile-profile_aufmerksam {
    display: none;
}
img.print-icon {
    vertical-align: baseline;
}
html.js input.form-autocomplete {
    background-position: 100% 15px;
}
li.book_made_simple_aufsatz.last, li.book_made_simple_kommentar.last, li.book_made_simple_inhalt.last, li.book_made_simple_schema.last, li.book_made_simple_artikel.last, li.book_made_simple_monografie.last, li.book_made_simple_entscheidung.last, li.book_made_simple_muster.last, li.book_made_simple_poll.last, li.book_made_simple_quelle.last, li.book_made_simple_amtstraeger.last, li.book_made_simple_anmerkung.last, li.book_made_simple_linkseite.last {
    background: #ffff56;
    padding: 5px;
}
.view-content ul.footnotes {
    display: none;
}
.view-content li.comment_add a {
    display: none;
}
li.blog_usernames_blog a {
    background: white;
    border: 1px solid;
	padding: 2px 10px 2px 10px !important;
    border-radius: 15px;
}
li.blog_usernames_blog a:hover {
    color: #fff !important;
    background: #7DABE0;
    border: 1px solid #7DABE0;
}
input.teaser-button {
    background: #fffd8d;
    cursor: pointer;
}
textarea#edit-teaser-js {
    border-color: #fffd8d;
}
.user-signature, div#block-views-front_new_content-block_3 {
  color: #bbb;
  border: 5px dashed #f5f5f7;
  padding: 0 1em 1em;
  margin: 1.5em 0 1em 0;
}
div#block-views-front_new_content-block_3 h2 {
    font-size: small;
    color: #bbb;
	font-weight: normal;
}
div#block-block-88, div#block-block-95 {
    border: 5px dashed #f5f5f7;
    padding: 0em .5em;
}
.bue-spchars {
    font-size: x-large;
}
td.revision-current, td.diff-addedline {
    background: #ccffcc;
}
.field.field-type-text.field-field-zaehlmarke .randnummer {
    display: none;
}
fieldset.group-vgwort.collapsible fieldset.collapsible.collapsed {
    display: none;
}
fieldset.group-literatur.collapsible fieldset.collapsible.collapsed {
    display: none;
}
/* Container holding the image and the text */
.img-container {
  position: relative;
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
}
.img-container a {
    font-weight: normal;
    color: #479ADA;
}
/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.bottom-left bold {
    background: #4a88dd87;
    padding: 5px;
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* PW-protected node styles */
.node-password-toc .toc-number {
  display: none; 
}
.node-password-form-block {
    background: #f5f5f7;
    padding: 1em;
    border: 8px dashed #479ada;
}
.node-password-form-block a.randnummer {
    display: none;
}
.view-content .node-password-form-block {
    display: none;
}
li.taxonomy_term_1888.first a {
    color: #ff8c8a;
}
.node-password-teaser ul.footnotes {
    display: none;
}
.view-content img, .view.view-inhalte.view-id-inhalte.view-display-id-page_3.view-dom-id-1.views-processed img {
    display: none;
}
div#block-block-98 {
    text-align: center;
}
.node-type-linkseite .taxonomy,
.node-type-amtstraeger .taxonomy {
  display: none;
}
.node-type-linkseite .content fieldset {
    float: right;
    width: 50%;
    margin: 0 0 1em 1em;
}
dl.search-results.user-results dd {
    display: none;
}
ul.primary li a[href*="/moderation_history"] {
  color: #ff8c8a !important;
}
a.node-counter, ul.tabs.primary li a[href^="/node"][href$="/edit"] {
    color: #a0dba2;
}
ul.primary li a[href*="/moderation_history"]:hover, ul.tabs.primary li a[href^="/node"][href$="/edit"]:hover {
    color: #000 !important;
}
li.menu-29657 a, li.menu-8958 a, li.menu-29568 a {
    font-weight: bold !important;
}
div#block-block-80, div#block-block-97 {
    font-size: 90%;
    opacity: 50%;
}
div#block-block-80:hover, div#block-block-97:hover {
    opacity: 100%;
}
a.favorites-remove {
    color: #ff8c8a;
}

/* Styles for screens up to px size */
@media (max-width: 760px) {
    /* Adjust styles for smaller screens */

	#logo-title {
    /*padding-top: 3.5em;*/
	padding-bottom: 1em;
	border-bottom: none;
  }
	
	#header #logo {
    height: 34px;
	margin-top: .5em;
  }
	
	#header-region {
    position: absolute;
    top: 5px;
	left: 0;
    width: 100%;
    font-size: 3.0vw;
  }
	
	#header-region a {
    color: #999;
  }
    #header-region li {
    margin: 0;
	padding-right: 1em;
}
	#secondary ul {
    right: 0;
	padding-right: 5px;
	font-size: 3.0vw;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 1em;
  }
	#secondary ul li a {
    margin-left: 1em;
}
    #secondary ul a {
    color: #999 !important;
}
	li.menu-9011 a {
    all: unset;
	color: #ff8c8a !important;
  }
	
	form#search-block-form {
    padding-top: 6.5em !important;
	margin-left: 0;
	margin-top: .2em !important;
  }
	
	input#edit-search-block-form-1 {
    min-width: 270px;
  }
	
	#primary ul {
    margin-top: 2em;
    text-align: center;
    font-size: 3.2vw;
	border-top: 1px solid #e9e9e9;
  }
	#primary ul li {
    padding-right: 0.8em;
    margin: 0 !important;
  }
    #primary ul li:last-child {
    padding-right: 0em;
  }
	ul.links.secondary-links {
    width: 100%;
}
	#main {
	font-size: 1rem;
    margin-right: 3%;
    margin-left: 3%;
	overflow: hidden;
  }
  .submitted {
    font-size: 92%;
  }
  ul.tabs.primary {
    overflow-x: auto;
	overflow-y: hidden;
    display: block;
  }
  ul.primary li {
    margin-left: 0.5em;
}
  ul.primary li.active a {
    color: #479ada;
  }
  ul.primary li a {
    margin-right: 0;
    padding: 0;
  }
  ul.primary li a.active {
    color: #479ada;
}
  ul.links li {
	padding: 0;
  }  
  .pager a, .pager a:visited {
    display: contents;
    font-size: 120%;
  }
  .viewsdisplaytabs-wrapper .viewsdisplaytabs-group-wrapper ul {
    display: flex;
    overflow-x: scroll;
  }
  a.viewsdisplaytabs-tab.active.viewsDisplayTabs-processed {
    display: block;
    overflow-x: scroll;
  }
  ol.footnotes li {
    overflow: hidden;
  }
  .content .toc {
    max-width: 100%;
  }
  div#block-block-66 {
    font-size: 75%;
  }
  #main div.content p:before {
    margin-right: 0;
  }
  input, textarea, select, textfield {
    max-width: 99%;
  }
  input.form-text {
    width: 99%;
  }
  div.node div.content .book-navigation .page-links {
    overflow: hidden;
    font-size: 75%;
  }
  .book-navigation .page-links {
	overflow: hidden;
    font-size: 75%;
  }
  table {
    overflow-x: scroll;
    display: block;
  }
  #back-top {
    bottom: 0px;
    right: 5px !important;
	margin-bottom: 6px;
  }
  .panel-2col-bricks .panel-col-first {
    width: 100%;
  } 
  .panel-2col-bricks .panel-col-first .inside {
    margin: unset;
  }
  .panel-2col-bricks .panel-col-last {
    width: 100%;
  }
  .panel-2col-bricks .panel-col-last .inside {
    margin: unset;
  }
  #footer {
	padding-bottom: 5em;
	font-size: 80%;
  }
  .bottom-left {
    color: #000;
    font-weight: normal;
    font-family: serif;
	position: unset !important;
  }
  .bottom-left bold {
    background: unset;
    padding: unset;
  }
  .item-list .pager li {
    margin: .5em;
  }
}

/* Styles for screens up to px size */

@media (max-width: 1025px) {
    #header #logo {
        margin-top: 3.5em;
    }
    form#search-block-form {
        padding-top: 4em;
		margin-top: .5em;
    }
	.bottom-left {
    position: relative;
	}
}