@import "navigation.css";

/* Variables
----------------------- */
@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-Regular.woff2') format('woff2'),
         url('../fonts/Case-Regular.woff') format('woff');
    font-weight: 400;
    font-style:normal ;
	font-display: swap;
}
@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-Italic.woff2') format('woff2'),
         url('../fonts/Case-Italic.woff') format('woff');
    font-weight: 400;
    font-style:italic ;
	font-display: swap;
}

@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-Medium.woff2') format('woff2'),
         url('../onts/Case-Medium.woff') format('woff');
    font-weight: 500;
    font-style:normal ;
	font-display: swap;
}
@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-MediumItalic.woff2') format('woff2'),
         url('../fonts/Case-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style:italic ;
	font-display: swap;
}

@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-Bold.woff2') format('woff2'),
         url('../fonts/Case-Bold.woff') format('woff');
    font-weight: 600;
    font-style:normal ;
	font-display: swap;
}
@font-face {
    font-family: 'Case';
    src: local(''),
		 url('../fonts/Case-BoldItalic.woff2') format('woff2'),
         url('../fonts/Case-BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style:italic ;
	font-display: swap;
}


:root {
  --color-primary: #e3831c;
  --color-secondary: #A7BD43;
  --color-primary-light: #F2E8DD;
  --bg-body: #fff;
  --text-color: #000000;
  --bold-color: #000000;
  --light: #FFFBF6;
  --border: #d9dade;
  --shadow: 0 0 8px 1px #cccccc;
  --font-text: "Case", sans-serif;
  --font-heading: "Case", sans-serif;
}

/* Default Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML and Body
----------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: var(--text-color);
  font-family: var(--font-text), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100vh;
  line-height: 1.3rem;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x:hidden;
}
.dialog-off-canvas-main-canvas {
 overflow-x:hidden;	
}
/* Regions
----------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

template,
[hidden] {
  display: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Typography
----------------------- */
/* Typography -> Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bold-color);
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

h1 {
  font-size: 2.1rem;
  font-weight:500;
    line-height: 1.25em;
	letter-spacing: 0.02em
}

h2 {
font-size:2rem;
margin-bottom: 0.51em;
line-height: 1.2em;
}
.view-header h1 {
font-size: 2rem;
  margin-bottom: 0.51em;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: 0em;
}
.region-content .field-item h2 {
padding-top:20px;	
}
.node-content > div:first-child > h2:first-child {
padding-top:0px;	
}
h3 {
font-size: 1.33rem;  
line-height: 1.4em;
margin-bottom:0.51em;
}

h4 {
  font-size: 1.1rem;
    margin-bottom: 0.31em;
  padding-top: 0.21em;
}
h5 {
font-weight:bold;
font-size: 0.89rem;
}

span.highlight {
color:#f3dacc;
}

/* Typography -> Paragraph */
p {
  margin: 0 0 1.4rem 0;
  letter-spacing: 0.015em
}
h3.no-search-results {
background-color: #f1d4d6;
padding:25px;  
}
.region-content p {
line-height: 1.34rem;
  font-size: 0.89rem;
}
.view-forschungsprojekte p, .view-presse .view-content p {
border-top:2px solid var(--border);
padding-top:15px;
margin-top:15px;
position:relative;
}
.region-content ul {
line-height: 1.34em;
font-size: 0.89rem;
  margin-bottom: 1em;
  padding-bottom: 0px;
}
.region-content ul:not(.contextual-links) li {
border-bottom:2px solid var(--border);
padding-bottom:15px;
margin-bottom:15px;
position:relative;
padding-left:27px;
}
.region-content ul:not(.contextual-links) li li {
border-top:2px solid var(--border);
border-bottom:none;
padding-top:15px;
padding-bottom:0px;
margin-bottom:0px;
margin-top:15px;
position:relative;
padding-left:40px;
}
.region-content ul:not(.contextual-links) li:before {
background-color:#000;
position:absolute;
left:8px;
top:12px;
display:block;	
height: 4px;
width: 4px;
border-radius: 50%;
content:'\0020';		
}
.region-content ul:not(.contextual-links) li li:before {
top:21px;
}
.region-content ul:not(.contextual-links) li ul {
margin-top:10px;	
padding-left:0px;
}
.region-content .view-veranstaltungen .view-content ul li:before {
display:none;	
}
.region-content .view-veranstaltungen .view-content ul li {
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;
padding-left:0px;
}
.page-type-seite-mit-bildern .region-content ul.taxonomy-terms li {
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;
position:relative;
padding-left:0px;
}
.page-type-seite-mit-bildern .region-content .node-taxonomy-container:not(.field--name-field-logo)  ul.taxonomy-terms li, .page-type-seite-mit-bildern .region-content .node-taxonomy-container:not(.field--name-field-logo) ul.taxonomy-terms li * {
width:100%;
}
.page-type-seite-mit-bildern .region-content .node-taxonomy-container.field--name-field-logo  ul.taxonomy-terms li {
padding:15px 15px 0px 0px;	
}
.page-type-seite-mit-bildern .region-content ul.taxonomy-terms li:before {
display:none;	
}
.page-type-seite-mit-bildern .node-taxonomy-container:not(.field--name-field-logo) {
float: left;
margin: 0 25px 15px 0px;
max-width: 49%;
min-width: 250px;
}
.page-type-seite-mit-bildern .node-taxonomy-container img {
display:block;
}
.page-type-seite-mit-bildern .field--type-text-long ul {
overflow:hidden;	
}
.region-content ul.jumpmenu{
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;
margin-bottom:40px;	
padding-bottom:0px;
border-bottom:2px solid #000;
}
.region-content .view-filters ul {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;
width:100%;	 
border:none;
}
.region-content ul.jumpmenu li, .region-content .view-filters ul li {
margin-right:15px;
bordeR:none;
padding-bottom:0px;
margin-bottom:0px;
padding-left:0px;
}
.region-content .view-filters ul li {
margin-right:0px;	
}
.region-content ul.jumpmenu li:before, .region-content .view-filters ul li:before {
display:none;
}
.region-content .view-filters ul li a {
font-size: 0.71rem;
  padding: 1px 11px;
  border-radius: 14px;
border:1px solid #000;
  display:inline-block;
  white-space:nowrap;
  text-decoration:none;
  margin:0px 10px 10px 0px;
}
.region-content .view-filters ul li:first-child a {
border-color:#d6d1cb;
background-color:#fff;	
}
 .region-content .view-veranstaltungen .view-filters ul li:first-child a, .region-content .view-fuehrungen .view-filters ul li:first-child a {
border-color:#000;
background-color:transparent;	
}
.region-content .view-filters ul li a:hover,
.region-content .view-filters ul li:first-child a.bef-link--selected ,
.region-content .view-filters ul li a.bef-link--selected {
border-color:#d6d1cb;
background-color:#d6d1cb;	
}
.region-content .view-veranstaltungen .view-filters ul li a:hover,
.region-content .view-veranstaltungen .view-filters ul li:first-child a.bef-link--selected ,
.region-content .view-veranstaltungen .view-filters ul li a.bef-link--selected,
.region-content .view-fuehrungen .view-filters ul li a:hover,
.region-content .view-fuehrungen .view-filters ul li:first-child a.bef-link--selected ,
.region-content .view-fuehrungen .view-filters ul li a.bef-link--selected {
border-color:#c8c7fc;
background-color:#c8c7fc;	
}
.region-content .view-filters ul #edit-field-mag-category-value-digitale-transformation {
background-color:#fff;
border-color:#c9eaca;	
}
.region-content .view-filters ul #edit-field-mag-category-value-aus-den-sammlungen {
background-color:#fff;
border-color:#ffffcc;	
}
.region-content .view-filters ul #edit-field-mag-category-value-wiener-vorlesung {
background-color:#fff;	
border-color:#e6e5fe;
}
.region-content .view-filters ul #edit-field-mag-category-value-aus-den-sammlungen:hover,
.region-content .view-filters ul #edit-field-mag-category-value-aus-den-sammlungen.bef-link--selected {
background-color:#ffffcc;
border-color:#ffffcc;	
}
.region-content .view-filters ul #edit-field-mag-category-value-digitale-transformation:hover,
.region-content .view-filters ul #edit-field-mag-category-value-digitale-transformation.bef-link--selected {
background-color:#c9eaca;
border-color:#c9eaca;	
}
.region-content .view-filters ul #edit-field-mag-category-value-wiener-vorlesung:hover,
.region-content .view-filters ul #edit-field-mag-category-value-wiener-vorlesung.bef-link--selected {
background-color:#e6e5fe;	
border-color:#e6e5fe;
}
/*
.region-content ul.jumpmenu li:last-child {
margin-right:0px;
}
.region-content ul.jumpmenu li a {
text-decoration:none;
font-size: 1.01rem;
padding-bottom:10px;
margin-bottom:0px;
border-bottom:solid 2px #fff;
display:block;
}
.region-content ul.jumpmenu li a:hover {
border-bottom:solid 2px #000;
}
.region-content ul.jumpmenu li a{
 background-image:url('../images/arrow_small_right_black.svg');
background-size:14px 21px;
background-repeat:no-repeat;
background-position:left 2px;
padding-left:20px;
margin-bottom:0px;
}
*/
.region-content ul.pager li:before {
display:none;
}
.region-content ul.pager li{
padding-left:0px;
border:none;
margin:0;
padding:0;
}
.region-content ul.page-tabs li:before {
display:none;		
}
.region-content ul.page-tabs {
padding-bottom:0px;	
}
.region-content ul.page-tabs li {
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;
position:relative;
padding-left:0px;
}
p.pseparator {
border-bottom:2px solid var(--border);
padding-bottom:15px;
margin-bottom:1.4rem;
}
.colorbox p.pseparator {
border-bottom:2px solid #000;
}
/* Typography -> Links */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: var(--text-color);
  background-color: transparent;
  text-decoration: none;
text-decoration: underline;	
}
  

a:active,
a:hover{
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: 0;
}

a:hover {
  color: var(--text-color);
}

/* Typography -> Abbreviation */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Typography -> Text styling */
b,
strong {
  font-weight: bolder;
  color: var(--bold-color);
}

em,
dfn,
cite {
  font-style: italic;
}

ins {
  padding: 4px 8px;
  background: var(--bold-color);
  color: #ffffff;
  text-decoration: none;
}

mark {
margin: 0px;
padding: 0px;
}

.custom-highlight-marker-flieder {
background-color:#e7e5fd;
color:#000;
/*padding: 0px 4px;*/
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,
sup {
  position: relative;
  font-size: 67%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
  margin-top:-5px;
}

sub {
  bottom: -0.25em;
}

tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}

/* Typography -> Blockquote */
blockquote,
[dir=rtl] blockquote {
  position: relative;
  background-color: #ffffff;
  margin: 0.5rem 0 1rem 0;
  padding: 1rem;
  box-shadow: var(--shadow);
  isolation: isolate;
}

blockquote:before {
  position: absolute;
  content: "\e008";
  top: 0;
  left: 0;
  font-family: "tara";
  color: var(--color-primary-light);
  font-size: 4rem;
  line-height: 1;
  z-index: -1;
}

blockquote p:last-of-type {
  margin: 0;
}

/* Typography -> HTML code tags */
pre {
  overflow: auto;
}

kbd {
  background-color: #ffffff;
  padding: 4px 10px;
  font-family: monospace, monospace;
  font-size: 1rem;
}

pre,
samp {
  background-color: #ffffff;
  margin: 1rem 0;
  padding: 4px 1rem;
  font-family: monospace, monospace;
  font-size: 1rem;
  box-shadow: var(--shadow);
}

code {
  padding: 2px 10px;
  font-family: monospace, monospace;
  font-size: 1rem;
  background: #ffffff;
}

/* Typography -> Address */
address {
  margin: 0 0 1.75rem;
  font-style: italic;
}

/* Typography -> Description Lists */
dl {
  margin: 0 0 1.75rem;
}

dt {
  font-weight: 400;
  color: var(--bold-color);
}

dd {
  margin: 0 0 1.75rem;
}
.ckeditor-accordion-container {
margin-bottom:45px;
}
.ckeditor-accordion-container > dl dt.active > a, .ckeditor-accordion-container > dl dt.active > a:link, .ckeditor-accordion-container > dl dt.active > a:visited 
, .ckeditor-accordion-container > dl dt.active > a:hover, .ckeditor-accordion-container > dl dt.active > a:active,
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button), 
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover,
.ckeditor-accordion-container > dl dt > a:active, .ckeditor-accordion-container > dl dt > a:not(.button):active  {
  background-color: #fff;
 color:#000;
 border-top: 2px solid var(--border);
 border-bottom: 2px solid var(--border);
padding:10px 50px 10px 0px;
margin-bottom: -2px;
font-size: 1.1rem;
line-height: 1.3em;
text-decoration:none;
}
.ckeditor-accordion-container > dl dt.active > a {
border-bottom:none !important;	
}
.ckeditor-accordion-container > dl dd.active  {
 border-bottom: 2px solid var(--border);
margin-bottom: -2px;	
}
.ckeditor-accordion-container > dl {
  border:none;
}
.ckeditor-accordion-container > dl dd {
padding: 0;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 10px 50px 10px 0px;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
display:none;	
}
.ckeditor-accordion-toggler {
position:relative;	
}
.ckeditor-accordion-toggler:after {
position:absolute;
right:10px;
top:9px;
display:block;	
content:'+';	
  font-size: 1.8rem !important;
  color: #d9dade !important;
  width: 20px;
  text-align: center;	
}
.ckeditor-accordion-container > dl dt.active .ckeditor-accordion-toggler:after {
content:'-';	
}
.ckeditor-accordion-container dd ul:last-child {
margin-bottom:0px;	
}
.ckeditor-accordion-container dd ul:last-child li:last-child {
margin-bottom:0px;
}
.ckeditor-accordion-container dd.active {
padding-bottom:10px;	
}
.ckeditor-accordion-container dt.active {
padding-bottom:25px;	
}
/* Typography -> HTML Elements */
hr {
  clear: both;
  width: 100%;
  height: 2px;
  margin: 8px 0;
  background: var(--border);
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Highlight-Banner
----------------------- */
#highlighted {
background-color:#c9eaca;
padding:50px 0px;
margin-bottom:65px;	
}
#highlighted .container {
max-width:720px;
position:relative;
padding-right:70px;
}
#highlighted .close {
position:absolute;
right:20px;
top:0px;
display:block;
width:25px;
height:25px;
background:transparent url('../images/close.svg') no-repeat left top;
background-size:25px 25px;
text-indent:-10000px;
cursor:pointer;
}
#highlighted p {
margin-bottom:0.61em;
}
#highlighted p:last-child {
margin-bottom:0em;
}
/* Forms
----------------------- */
.region-content form .row, .page-type-veranstaltung .region-content .row, .page-type-fuehrung .region-content .row {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;	
}
.page-type-veranstaltung .region-content .row {
margin-bottom:65px;	
}
.region-content form .col {
width:49%;
flex:0 0 49%;
-ms-flex:0 0 49%;
-webkit-flex:0 0 49%;	
}
.region-content form .col:first-child {
margin-right:2%;	
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input {
  line-height: normal;
}
select,
#edit-la-geburtsdatum {
font-size: 0.851rem;	
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],input[type=date],  .view-filters select, .field--type-webform select{
  padding: 14px;
  background: #ffffff;
  width: 100%;
  border: 2px solid var(--border);
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  transition: border 0.3s linear;
  font-size:0.851rem;
}
input, select, textarea, button {
outline:none !important;
}
.field--type-webform input[type=date] {
width: 49%;
}
select {
  padding: 14px;
  background: #ffffff;
  width: 100%;
  border: 2px solid var(--border);
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  transition: border 0.3s linear;
  font-size:0.851rem;
}
textarea {
  width: 100%;
  max-width: 100%;
  padding: 14px;
  border: 2px solid var(--border);
  overflow: auto;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  transition: border 0.3s linear;
  vertical-align: top;
  font-size:0.851rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border: 2px solid #000;
  outline: 0;
}
.button {
font-size: 0.89rem;
}
input[type=submit],
input[type=button],
input[type=reset],
button,
.button,
.pager__item a.button {
  display: inline-block;
  background-color: var(--bold-color);
  color: #ffffff;
  padding: 8px 1rem;
  border: 1px solid  var(--bold-color);
  border-radius: 2rem;
  transition: all 0.4s ease-in-out;
  line-height: 1.8rem;
  text-decoration:none;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
.pager__item a.button:hover {
  background-color:#fff;
  color: #000;
  border: 1px solid  var(--bold-color);
}
.region-content form label {
font-size: 0.781rem;
font-weight:500;	
padding-bottom:4px;
}
.js-form-item-la-plz, .js-form-item-la-ort, 
.js-form-item-plz-en-5, .js-form-item-ort-en-5, 
.js-form-item-plz-5, .js-form-item-ort-5 {
width:49%;	
float:left;
}
.js-form-item-la-plz, .js-form-item-plz-en-5, .js-form-item-plz-5{
margin-right:2%;
}
.footer .button {
padding-right:15px;	
margin-top:2px;
}
.footer .button span {
padding-right:26px;
background-image:url('../images/arrow_small_right_white.svg');
background-repeat:no-repeat;
background-position:right 3px;
background-size:10px 16px;
}
legend {
width:100%;
margin: 0 !important;
float:none !important;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus,
button:focus,
.button:focus {
  background-color: transparent;
  border: 1px solid var(--bold-color);
  color: var(--bold-color);
}
.buttonWhite  {
background-color: transparent;
  border: 1px solid var(--bold-color);
  color: var(--bold-color);	
}
.button span {
background-image:url('../images/arrow_small_right_white.svg');
background-size:10px 15px;
background-repeat:no-repeat;
background-position:right center;
padding-right:20px;
}
#edit-angaben-zur-publikationserlaubnis-21 {
padding-top:5px;
}

.view-page-veranstaltungen .region-content .row:first-child, 
.page-type-fuehrung .region-content .row:first-child {
margin-bottom:65px;  
padding-top: 35px;
}
.page-type-veranstaltung .region-content .row .cols,
.page-type-fuehrung .region-content .row .cols {
width:30.5%;
flex:0 0 30.5%;
-ms-flex:0 0 30.5%;
-webkit-flex:0 0 30.5%;	
display:flex;
}
.page-type-veranstaltung .region-content .row .cols .colored-box,
.page-type-fuehrung .region-content .row .cols .colored-box  {
margin:0px !important;
width:100%;
padding: 15px 15px 1px 15px;
}
.page-type-veranstaltung .region-content .row .cols .colored-box h3,
.page-type-fuehrung .region-content .row .cols .colored-box h3 {
  margin: 0 0 0.6rem 0;
}
.page-type-veranstaltung .region-content .row .cols .colored-box p,
.page-type-fuehrung .region-content .row .cols .colored-box p {
font-size: 0.78rem;  
line-height: 1.45em;	
}
.view-title-veranstaltungen .pager__item  a.button,
.view-magazin .pager__item a.button  {
background-color:transparent;
color:#000;
}
.view-title-veranstaltungen .pager__item a.button:hover,
.view-magazin .pager__item a.button:hover{
background-color:#000;
color:#fff;
}

.view-title-veranstaltungen .pager__item a.button span,
.view-magazin .pager__item a.button span, .region-content a.readmore.button span  {
background-image:url('../images/arrow_small_down_black.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
padding-right:25px;
font-size: 1rem;
}
.view-title-veranstaltungen .pager__item a.button:hover span,
.view-magazin .pager__item a.button:hover span, 
.region-content a.readmore.button:hover  span {
background-image:url('../images/arrow_small_down_white.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
}
.region-content a.readless.button span  {
background-image:url('../images/arrow_small_up_black.svg');
background-size:15px 10px;
padding-right:30px;
}
.region-content a.readless.button:hover span {
background-image:url('../images/arrow_small_up_white.svg');
background-size:15px 10px;
}


.path-besuchen-entdecken .view-magazin  .pager__item {
  text-align: center;
}
.buttonWhite span  {
background-image:url('../images/arrow_small_right_black.svg');
background-size:10px 15px;
background-repeat:no-repeat;
background-position:right center;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .buttonWhite span  {
background-image:url('../images/arrow_small_down_black.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
}
.button:hover span, .button:focus span {
background-image:url('../images/arrow_small_right_black.svg');
background-size:10px 15px;
background-repeat:no-repeat;
background-position:right center;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .buttonWhite.readless span  {
background-image:url('../images/arrow_small_up_black.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
}
.buttonWhite:hover  {
background-color: #000;
  border: 1px solid var(--bold-color);
  color:#fff;	
}
.buttonWhite:hover span, .buttonWhite:focus span  {
background-image:url('../images/arrow_small_right_white.svg');
background-size:10px 15px;
background-repeat:no-repeat;
background-position:right center;
padding-right:20px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .buttonWhite:hover span  {
background-image:url('../images/arrow_small_down_white.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .buttonWhite.readless:hover span  {
background-image:url('../images/arrow_small_up_white.svg');
background-size:15px 10px;
background-repeat:no-repeat;
background-position:right center;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .buttonWhite span {
padding-right: 30px;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

fieldset {
  margin: 0 0 0px 0;
  padding: 0rem 0rem 0rem 0;
  border:none;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  border: 0;
  box-sizing: border-box;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 4px 8px;
}

form label {
  display: table;
  font-weight: bold;
}

label[for] {
  cursor: pointer;
}

.page-content input[type=text],
.page-content input[type=password],
.page-content input[type=search] {
  padding: 9px 6px;
  outline: 0;
}

/* Drupal form elements */
.form-item {
  margin-bottom: 1rem;
}
fieldset.form-item {
margin-bottom:0px;	
}

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: var(--color-primary);
}

.form-item label {
  display: block;
}

label.option {
display: inline;
font-weight: normal !important;
line-height: 1.05rem;
}

form #edit-help-link {
font-size:0.851rem;
}
.path-search main form #edit-submit {
margin-left:7px;
}
main #search-form {
margin-bottom:50px;	
}
.path-search main .item-list h3 {
margin-bottom:0px;		
margin-top:1em;	
font-size:1.2rem;	
}
.path-search main .item-list p {
margin-bottom:0px;	
}
.path-search main .item-list ol {
font-size:1.2rem;	
}

/* placeholder */
::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

/* List
----------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25rem 1rem; /* LTR */
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem; /* LTR */
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1em 0.25em 0;
}

.node-content li {
  padding: 3px 0;
}
body:not(.path-search) main ol {
list-style:none;
list-style-type:none;
counter-reset: index;
padding-left:0px;  
margin-bottom: 1em;
padding-bottom: 0px;
}
body:not(.path-search) main ol li {
margin-bottom:12px;
padding-bottom:12px;
line-height: 1.34rem;
  font-size: 0.89rem;
 padding-left:46px;
 border-bottom:2px solid var(--border);
}
body:not(.path-search) main ol li:before {
counter-increment: index;
content: counters(index, '.', decimal) ' ';
  color: #000;
  background-color: #dddfde;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 50%;
  font-size:0.91rem;
  line-height:30px;
  margin-left:-46px;
}


/* zweispaltigkeit */
.region-content {
position:relative;
}
.node-content .field--type-text-with-summary,.region-content .twoColumns {
padding-left:305px;	
}
.field--name-field-con-text {
margin-left:305px;	
}
.node-content .field--type-text-with-summary > div.align-left, node-content .field--type-text-with-summary > div.align-right, node-content .field--type-text-with-summary > div.align-center {
float:none;
margin:0px;
text-align:left;
}
.node-content a.linklist {
padding-right: 39px;
background: transparent url('../images/pfeil_sw.svg') no-repeat right center;
background-size: 36px 23px;
text-decoration:none;
}
.node-content a.linklist:hover, .node-content a.linklist:active {
background: transparent url('../images/pfeil_gr.svg') no-repeat right center;
background-size: 36px 23px;
color:#999999;
}
.node-content .field--type-text-with-summary > h2, .region-content .twoColumns h2, .field--name-field-con-text h2 {
margin-left:0px;
font-size:1.34rem;
max-width:280px;
left:0px;
position: absolute;  
padding-top: 0px;
/* margin-top: 38px; */
}
 .field--name-field-con-text h2 {
padding-top:0px !important;	 
 }
.field--name-field-con-text {
margin-top:50px;	  
}
.field--name-field-con-text {
padding: 32px 32px 10px 32px;
  background-color: #c9eacb;
margin-bottom:65px;
}

.node-content .field--type-text-with-summary > .colored-box + h2, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + h2 {
/* margin-top: 16px; */	
}
.region-content .twoColumns {
margin-bottom:65px;
}
.region-content .twoColumns h2 {
margin-top: 11px;	 
 }
.page-type-ausstellung .region-content .twoColumns:first-child {
margin-top:100px;	
}
.node-content .field--type-text-with-summary > h2:first-child, .region-content .twoColumns > h2:first-child {
margin-top:-1px;	
}
.node-content .field--type-text-with-summary > h2:first-child + .colored-box {
margin-top:15px;	
}
.node-content .field--type-text-with-summary > h2 + .colored-box {
  top: 6px;
  position: relative;
}
.node-content .field--type-text-with-summary > h2:first-child + p, 
.region-content .twoColumns:first-child h2:first-child + p {
margin-top: 0px;
}
.node-content .field--type-text-with-summary h3, .region-content .twoColumns h3 {
font-size: 1.22rem;
/* margin-top:45px; */
position: relative;
top: 1px;
margin-bottom: 10px;
}
.region_group_a_group_03 .view-content, .region_group_a_group_06 .view-content {
padding-top: 5px;
}
.publication-block {
position:relative;
top: 5px;	
}
.node-content .field--type-text-with-summary h1 + h3, .region-content .twoColumns h1 + h3 {
margin-top:0px;
}
.node-content .field--type-text-with-summary ul, .region-content .twoColumns ul {
margin-bottom: 2em;
}
.node-content .field--type-text-with-summary > table, .node-content .field--type-text-with-summary > p, .node-content .field--type-text-with-summary > ul, .node-content .field--type-text-with-summary > ol, 
.node-content .field--type-text-with-summary > .ckeditor-accordion-container {
margin-bottom:65px;
}
.node-content .field--type-text-with-summary > table:last-child, .node-content .field--type-text-with-summary > p:last-child, .node-content .field--type-text-with-summary > ul:last-child, .node-content .field--type-text-with-summary > ol:last-child, 
.node-content .field--type-text-with-summary > .ckeditor-accordion-container:last-child, .node-content .field--type-text-with-summary > .ckeditor-accordion-container:last-child dl {
margin-bottom:0px !important;
}
.node-content .field--type-text-with-summary > p + p, .node-content .field--type-text-with-summary > p + ul, .node-content .field--type-text-with-summary > p + ol, .node-content .field--type-text-with-summary > p + table, 
.node-content .field--type-text-with-summary > ul + p, .node-content .field--type-text-with-summary > ul + ul, .node-content .field--type-text-with-summary > ul + ol,  .node-content .field--type-text-with-summary > ul + table,  
.node-content .field--type-text-with-summary > ol + p, .node-content .field--type-text-with-summary > ol + ul, .node-content .field--type-text-with-summary > ol + ol, .node-content .field--type-text-with-summary > ol + table, 
.node-content .field--type-text-with-summary > .ckeditor-accordion-container + p, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + ul, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + ol .node-content .field--type-text-with-summary > .ckeditor-accordion-container + table {
margin-top:-35px;
}
.node-content .field--type-text-with-summary > p + .ckeditor-accordion-container,
.node-content .field--type-text-with-summary > ol + .ckeditor-accordion-container,
.node-content .field--type-text-with-summary > ul + .ckeditor-accordion-container {
margin-top:-35px;	
}
.node-content .field--type-text-with-summary > *:last-child, .node-content .field--type-text-with-summary > section:last-child *:last-child {
margin-bottom:0px;	
}
.node-content ul.letternav {
max-width:650px;
margin-bottom:45px;
}
.node-content ul.letternav a {
display:block;
line-height:45px;
width:45px;
border:1px solid #000;
margin-right:5px;
margin-bottom:5px;
font-size:1.4rem;
text-transform:uppercase;
text-align:center;
text-decoration:none;
}
.node-content ul.letternav a:hover {
color:#fff;
background-color:#000;
}
.node-content ul.letternav  li {
border:none;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 0;  
  display: inline-block;
}
.node-content ul.letternav  li:before {
display:none;
}

/* ausstellungen */
.region_group_a_group_03, .region_group_a_group_06 {
position:relative;
margin-top: -20px;
padding-top: 40px;
}
.region_group_a_group_03 .slider-controls, .region_group_a_group_06 .slider-controls {
  top: -5px !important;
}
.region_group_a_group_03 .views-row, .region_group_a_group_06 .views-row {
margin-right:3px;	
}
.region_group_mag_group_01 .views-row.portrait, .region_group_mag_group_02 .views-row.portrait {
margin-top:65px;
}
.region_group_a_group_03 .views-row.portrait, .region_group_a_group_06 .views-row.portrait {
width:310px;
}
.region_group_a_group_03 .views-row.landscape, .region_group_a_group_06 .views-row.landscape {
width:620px;
}
.region_group_a_group_03 .slide-text, .region_group_a_group_06 .slide-text {
padding-right:15px;
}
.region_group_a_group_03 p.imgCaption, .region_group_a_group_06 p.imgCaption, .page-type-magazin .views-row.portrait p.imgCaption {
  margin-top: 3px;
  line-height:1.3em;
  margin-bottom: 0px;
}
.region_group_a_group_03 p.imgCaption strong, .region_group_a_group_06 p.imgCaption strong, .page-type-magazin .views-row.portrait p.imgCaption strong {
display:block;
font-weight:normal;
}
.publication-block {
background-color:#f2f1ef;
padding:50px 50px 30px 50px;
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;
}
.publication-left {
width:40%;
flex:0 0 40%;
-ms-flex:0 0 40%;
-webkit-flex:0 0 40%;	
  margin-right: 5%;
}
.publication-left  p {
margin-bottom:0px;
}
.publication-right {
width:55%;
flex:0 0 55%;
-ms-flex:0 0 55%;
-webkit-flex:0 0 55%;	
}
.publication-block img  {
width:280px;
-webkit-box-shadow: 5px 5px 3px -1px rgba(0,0,0,0.33); 
box-shadow: 5px 5px 3px -1px rgba(0,0,0,0.33);
margin-bottom:30px;
}
.publication-right p {
line-height:1.8em;
}
.publication-right h3 {
margin-top:0px;
margin-bottom:15px;
}
.publication-block .button span{
min-width: 140px;
display:block;
}
.page-type-ausstellung .colored-box {
margin-top:65px;	
}
.page-type-ausstellung section:last-child .colored-box {
margin-bottom:0px;	
}
.page-type-publikationen .publication-block {
margin-bottom:12px;
}
.page-type-publikationen .publication-block + h3 {
margin-top:50px !important;
margin-bottom:25px;	
}
.page-type-publikationen .group_pub_group_02 li {
border:none !important;	
margin:0px;
padding:2px 0 0 0px !important;	
font-size:1.34rem;
display:inline;
line-height: 1.4em;
}
.page-type-publikationen .group_pub_group_02 ul {
padding-top:4px;
}
.page-type-publikationen .group_pub_group_02 li:before {
display:none !important;	
}
.page-type-publikationen .group_pub_group_02 li:after {
content:"|";
margin:0px 10px;
}
.page-type-publikationen .group_pub_group_02 li:last-child:after {
display:none ;
}
/* Table
----------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  background:#000;
  font-family: var(--font-heading);
  color: #ffffff;
  margin: 0;
  padding: 10px;
  border: 2px solid var(--border);
  text-align: left;
  text-shadow: none;
  font-weight:400;
}

th a {
  color: #ffffff;
}

td {
  padding: 5px 10px;
  border: 2px solid var(--border);
  font-size:0.81rem;
}
.node-type-einfache-seite tbody tr:nth-child(2n) td, 
.page-type-webform tbody tr:nth-child(2n) td {
background-color:#efeeea;	
}
/* Media
----------------------- */
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 0;
}

figcaption {
  padding: 4px;
  font-size: 0.8rem;
  background: #ffffff;
  border: 1px solid var(--border);
  text-align: center;
}

.align-left,
img.align-left,
figure.align-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.align-right,
img.align-right,
figure.align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

.align-center,
img.align-center,
figure.align-center {
  display: block;
  clear: both;
  margin: 20px auto;
}

figure.align-center {
  display: table;
}

figure.align-center img {
  display: block;
  clear: both;
  margin: 0 auto;
}
/* Drupal image filed */
.image-field {
  margin: 0 0 1rem 0;
 width:100%;
}
.field--type-text-with-summary .field--name-field-media-image {
margin:45px 0px;
}
.field--type-text-with-summary h2 + .field--name-field-media-image {
margin:0px 0px 45px 0px;
}
.field--type-text-with-summary  .field--name-field-media-image .image-field {
  margin: 0 0 1rem 0;
 width:auto;
max-width: 650px;
}
.field--type-text-with-summary .imgCaption {
margin-top:-40px;
line-height: 1.4em;
margin-bottom: 45px;
}
.field--type-text-with-summary .imgCaption strong {
font-weight:normal;
display: block;
}
.feed-icon {
  display: block;
}

details {
  margin-bottom: 1rem;
}

summary {
  background-color: #ffffff;
  color: var(--text-color);
  padding: 0.5rem;
  cursor: pointer;
  box-shadow: var(--shadow);
}

details .form-details-wrapper {
  background-color: #ffffff;
  padding: 1rem;
}

/* Misc
----------------------- */
::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background:  #000;
  color: #ffffff;
  text-shadow: none;
}


/* custom - Allgemein */

img {
display:block;
max-width:100%;
}
ul, ul li {
margin:0px;
padding:0px;	
list-style:none;
}
.invisible {
position: absolute;
left: -6000px;
top: 0px;
width: 1px;
height: 1px;
overflow: hidden;
}

/* Page layout -> container */
.container, .messages__wrapper {
  position: static;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
header .container {
  position: relative;
  width: 100%;
  min-height: 109px;
  display: table;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

header > .container {
   flex-flow: row wrap;
-webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  position:static;
}
/* content warpper including main, sidebar */
.main-wrapper {
  position: relative;
  display: block;
  background: var(--bg-body);
  width: 100%;
  padding:0;
  z-index: 2;
}

.main-container {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  margin: 0;
}
/* header */
header {
padding-top:39px;
margin-bottom:40px;
background-color:#fff;
}
header a.logo {
text-indent:-10000px;
padding-top:7px;	
background:transparent url('../images/Logo-Wienbibliothek-im-Rathaus.svg') no-repeat left top;
background-size:342px 25px;
width:342px;
height:25px;
display:block;
}
header a[href="https://www.wien.gv.at"] img {
width:83px;	
}
#headerimage{position:relative;}
#headerimage .slide:first-child {
position:relative;	
}
#headerimage .slide {
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity 4s ease-in-out; /* langsam */
}
#headerimage .slide.active{opacity:1;}

#headerimage img{width:100%; height:auto; display:block;}

#headerimage .slide.first-active {
  animation: none !important;
  transition: none !important;
}
.region-hero-home {
position: relative;
z-index: 10;
max-height: 511px;
overflow: hidden;
}
.region-hero-home:before {
position:absolute;
left:0px;
top:0px;
display:block;	
height:100%;
width:100%;
content:'\0020';	
z-index:100;
}
/* subheader */
#subheader {
margin-bottom:50px;
}
#subheader .headline {
background-color:#ebe8e3;
border-bottom: 3px solid #fff;	
min-height: 125px;
}
#subheader .container {
padding:35px 20px 35px 20px;
position:relative;
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;
}

#subheader .container .subheader-text {
padding-right:50px;
width:50%;
flex:1 1 50%;
-ms-flex:1 1 50%;
-webkit-flex:1 1 50%;	
max-width:490px;
}	
#subheader .container .subheader-text p {
font-size: 1.33rem;
line-height: 1.35em;
hyphens: auto;
overflow-wrap: break-word;
}
#subheader .container .subheader-text p.subheader-subtitle {
font-size: 1.1rem;	
margin-bottom:5px;
}
#subheader .container .subheader-text h1 {
margin-bottom: 35px;
line-height: 1.35em;
}
.page-type-ausstellung #subheader .container .subheader-text h1 {
margin-bottom: 5px;
}
.page-type-ausstellung #subheader .container .subheader-text p.subheader-date {
font-size: 1.1rem;	
margin-bottom:35px;
}
#subheader .container .subheader_img {
width:450px;
flex:0 1 450px;
-ms-flex:0 1 450px;
-webkit-flex:0 1 450px;	
max-width:50%;
}	
.page-type-ausstellung #subheader .container .subheader_img,
.view-page-veranstaltungen #subheader .container .subheader_img {

max-height:650px;
overflow:hidden;
position:relative;
margin-bottom:-80px;
}	
#search {
position: relative;
  z-index: 10000;
  min-height: 80px;
  top: 20px;
  pointer-events: none;
  margin-bottom: -80px;
}
.searchbar-open .dialog-off-canvas-main-canvas:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	bottom:0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);	
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
#search .searchClose {
display:block;
width:42px;
height:42px;
background:#000 url('../images/icon_menu_close_black.png') center center no-repeat;
border:2px solid #000;
position:absolute;
right:0px;
top:-48px;
text-indent:-10000px;
border-radius:50%;	
-webkit-border-radius:50%;		
-ms-border-radius:50%;	
cursor:pointer;
display:none;
}
.searchbar-open #search .searchClose {
display:block;
}
#search .searchClose:hover {
background:#fff url('../images/icon_menu_close.png') center center no-repeat;
}
.view-page-frontpage #search {
margin-bottom:30px;
margin-top: -43px;
top: 0px;
}
#search * {
pointer-events: all;
}
#search #catalogWebSearch {
width:910px;
max-width: 100%;
height:80px;
background-color:#fff;
border:2px solid #040404;
border-radius:40px;	
-webkit-border-radius:40px;	
-ms-border-radius:40px;	
margin-left:auto;
padding:8px 20px 0px 40px;
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-align:start;
-webkit-align-items:start;
align-items:start;
}

#search #catalogWebSearch form {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
}
#search #catalogWebSearch #catalogSearch, #search #catalogWebSearch #websiteSearch {
flex: 0 1 100%;	
}
#search #searchSelector {
width:105px;
flex:0 0 105px;
-ms-flex:0 0 105px;
-webkit-flex:0 0 105px;	
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
background: url('../images/arrow_small_down_black.svg') right 13px no-repeat;
border:none;
background-size:15px 8px;
font-size: 1.1rem;
font-weight: 500;
padding:0px;
margin-top: 16px;
margin-right:20px;
outline:none;
}
#search #searchSelector option {
background-color:#fff;
}
#search form input[type="text"], #search form input[type="search"]  {
width:100%;
flex:0 1 100%;
-ms-flex:0 1 100%;
-webkit-flex:0 1 100%;
border:none;
padding:5px;
padding: 16px 10px;
font-size: 0.91rem;  
margin-top: 3px;
}
#search form .form-type-search {
width:100%;
flex:0 1 100%;
-ms-flex:0 1 100%;
-webkit-flex:0 1 100%;
margin-bottom:0px;	
}
#search form input[type="submit"] {
width:60px;
flex:0 0 60px;
-ms-flex:0 0 60px;
-webkit-flex:0 0 60px;
height:60px;
border-radius:50%;
text-indent:-10000px;
background:transparent url('../images/search_black.svg') no-repeat center center;
background-size:40px 40px;
border:none;
padding:0px;
margin-top: 0px;
}
#search #websiteSearch #edit-actions {
margin-top: 0px;
}
#search form input[type="submit"]:hover {
background:#000 url('../images/search_white.svg') no-repeat center center;
background-size:40px 40px;
}
#search #websiteSearch {
display:none;	
}
#search .container {
transition: all 1s ease-out;
position: absolute;
left: calc(50vw - 320px);
max-width: 910px;
padding: 0px;
}
@media (max-width: 880px) {
#search .container {
right: 20px;
max-width: 100%;
left: 20px;
width: auto;
}
}
@media (max-width:1200px) {
#search .container {
right: 20px;
max-width: 80%;
left: auto;
}	
}
#search .search_off {
position: absolute;
width:235px;
left: calc(100vw - 175px);
}

.searchToggle {
background:#000 url('../images/search_white.svg') no-repeat left center;	
height:60px;
width:60px;
color:#fff;
font-size: 1.1rem;
font-weight: 500;
cursor:pointer;
display:block;
padding-left:60px;
padding-top:18px;
display:none;
}
#search .search_off .searchToggle {
display:block;	
}
#search .search_off #catalogWebSearch {
background-color:#000;
padding-left:20px;
}
#search .search_off:hover #catalogWebSearch {
background-color:#fff;
}
#search .search_off:hover .searchToggle {
background:#fff url('../images/search_black.svg') no-repeat left center;	
height:60px;
width:60px;
color:#000;
}
#search .search_off #catalogSearch, #search .search_off #websiteSearch, #search .search_off #searchSelector{
display:none !important;
}
#search #catalogWebSearch {
background-color:#fff;
}
@media (max-width: 1024px) {
#search #catalogWebSearch {
  padding: 0px 0px 0px 20px;
  height:63px;
}

#search form input[type="text"], #search form input[type="search"] {
padding: 16px 0px;
}
#search .search_off .searchToggle, #search .search_off:hover .searchToggle {
height: 58px;
border-radius: 15px;
}
#search .search_off #catalogWebSearch {
padding-left: 10px;
}
.region-content ul.jumpmenu li, .region-content .view-filters ul li {
display: block;
  width: 100%;
}
.view-fuehrungen .view-filters ul li,.view-veranstaltungen .view-filters ul li, .view-magazin .view-filters ul li {
display: inline;
  width: auto;	
}
.region-content ul.jumpmenu {
display:block;
margin-bottom:30px;
}
.region-content ul.jumpmenu li a, .region-content ul.jumpmenu li a:hover {
  border-bottom: none;
}
.region-content ul.jumpmenu li a:hover {
text-decoration:underline;
}
}
@media (max-width:660px) {
 #search .container:not(.search_off) {
    right: 20px;
    max-width: 100%;
    left: 20px;
  }
 }
 @media (max-width:480px) {
#search #searchSelector {
margin-right:10px;
}	
}
/* Main */
.no-sidebar .main-container {
  grid-template-columns: 100%;
}

.sidebar-left .main-container {
  grid-template-columns: 25% 75%;
}

.sidebar-right .main-container {
  grid-template-columns: 75% 25%;
}

.two-sidebar .main-container {
  grid-template-columns: 25% 50% 25%;
}

#sidebar-left {
  order: 1;
}

#main {
  position: relative;
  background: var(--bg-body);
  width: 100%;
  margin: 0;
  padding: 0;
  order: 2;
  z-index: 2;
}

#sidebar-right {
  order: 3;
}

@font-face {
  font-display: auto;
  font-family: "tara";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tara.woff2") format("woff2");
}
[class=icon], [class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font-family: "tara" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-minus:before {
  content: "\e000";
}

.icon-plus:before {
  content: "\e001";
}

.icon-close:before {
  content: "\e002";
}

.icon-comment-add:before {
  content: "\e003";
}

.icon-check:before {
  content: "\e004";
}

.icon-alert:before {
  content: "\e005";
}

.icon-alert-circle:before {
  content: "\e006";
}

.icon-clock:before {
  content: "\e007";
}

.icon-quote:before {
  content: "\e008";
}

.icon-arrow-left:before {
  content: "\e009";
}

.icon-arrow-right:before {
  content: "\e00a";
}

.icon-angle-right:before {
  content: "\e00b";
}

.icon-angle-left:before {
  content: "\e00c";
}

.icon-comment:before {
  content: "\e00d";
}

.icon-info:before {
  content: "\e00e";
}

.icon-bell:before {
  content: "\e00f";
}

.icon-horn:before {
  content: "\e010";
}

.icon-arrow-up:before {
  content: "\e011";
}

.icon-phone:before {
  content: "\e012";
}

.icon-map:before {
  content: "\e013";
}

.icon-mail:before {
  content: "\e014";
}

.icon-share:before {
  content: "\e015";
}

.icon-telegram:before {
  content: "\e016";
}

.icon-hashtag:before {
  content: "\e017";
}

.icon-vimeo:before {
  content: "\e018";
}

.icon-whatsapp:before {
  content: "\e019";
}

.icon-vk:before {
  content: "\e01a";
}

.icon-instagram:before {
  content: "\e01b";
}

.icon-youtube:before {
  content: "\e01c";
}

.icon-file:before {
  content: "\e01d";
}

.icon-comments:before {
  content: "\e01e";
}

.icon-linkedin:before {
  content: "\e01f";
}

.icon-github:before {
  content: "\e020";
}

.icon-facebook:before {
  content: "\e021";
}

.icon-twitter:before {
  content: "\e022";
}

.icon-calendar:before {
  content: "\e023";
}

.icon-user:before {
  content: "\e024";
}

.icon-search:before {
  content: "\e025";
}

.icon-bookmark:before {
  content: "\e026";
}

.local-action {
  list-style: none;
}

.button-action {
  background-color: var(--color-secondary);
  color: #ffffff;
  padding: 6px 12px;
}

.button-action:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/* Vertical tabs */
.vertical-tabs .vertical-tabs__panes {
  padding: 1rem;
}

/* Header
--------------------------------------*/
/* Header container */
#header,
.header-top,
.header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

/* Header top */
.header-top {
  background-color: var(--color-primary-light);
}

.header-top-container {
  position: relative;
  display: flex;
  padding: 6px 0;
  justify-content: space-between;
  align-items: center;
}

/* header top left block region */
.header-top-block p:last-of-type {
  margin: 0;
}

.header-top-left a {
  color: var(--bold-color);
}

.header-top ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.header-top .social-icons {
  gap: 6px;
}

.header-top .contextual-links {
  display: none;
}

/* header top left block region */
.header-top-left i {
  background: var(--light);
  color: var(--color-primary);
  width: 2rem;
  height: 2rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* Header and footer social icons */
.footer-block .IG, .footer-block .FB, .footer-block .X, .footer-block .YT {
display:block;
float:left;
width:40px;
height:40px;
background-size:40px 40px;
text-indent:-10000px;
margin-right:10px;  
margin-top: 2px;
}
.footer-block .FB {
background-image:url('../images/social_facebook.svg');
}
.footer-block .X {
background-image:url('../images/social_x.svg');
}
.footer-block .YT {
background-image:url('../images/social_youtube.svg');
}

.footer-block .IG {
background-image:url('../images/social_instagram.svg');
}
.social-icons a {
  color: var(--color-primary);
}

/* header for branding and main menu */
.header {
  background-color: #ffffff;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

/* site branding */
.site-branding {
  display: flex;
  align-items: center;
}

.site-branding img {
  width: auto;
  max-height: 80px;
}

.site-name-slogan {
  display: flex;
  flex-direction: column;
}

.site-name {
  position: relative;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--bold-color);
  text-transform: uppercase;
}

.site-name a,
.site-name a:hover {
  color: var(--bold-color);
}

.site-slogan {
  font-size: 0.9rem;
  color: var(--bold-color);
  line-height: 1;
}

/* header right */
.header-right {
  position: relative;
  display: flex;
  align-items: center;
}

/* main menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 6px;
}

.mobile-menu span {
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  transform-origin: left;
  transition: all 0.6s ease;
}

.mobile-menu span:nth-child(2) {
  background-color: var(--bold-color);
}

.menu-icon-active span:first-child {
  transform: rotate(45deg);
}

.menu-icon-active span:last-child {
  transform: rotate(-45deg);
}

.menu-icon-active span:nth-child(2) {
  display: none;
}

.close-mobile-menu {
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  place-content: center;
  color: #ffffff;
  font-size: 1rem;
  width: 34px;
  height: 34px;
  z-index: 200;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

.primary-menu-wrapper {
  font-family: var(--font-heading);
  font-weight: 400;
}

.menu-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  max-width: 320px;
  height: 100%;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 0.4s ease;
  padding-top: 30px;
}

.active-menu .menu-wrap {
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(0);
  overflow-y: auto;
  overflow-x: hidden;
}

.active-menu .menu-wrap .main-menu,
.active-menu .menu-wrap .menu {
  overflow-y: scroll;
  overflow-x: hidden;
}

.region-primary-menu .menu,
.region-primary-menu .submenu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region-primary-menu .menu {
  display: flex;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem;
  z-index: 10;
}

.region-primary-menu .menu-item-level-1 {
  padding: 0;
}

/* search box */
.full-page-search {
  position: relative;
}

.search-icon {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid var(--border);
  cursor: pointer;
}

.search-icon i {
  color: var(--color-primary);
  font-size: 1.2rem;
  line-height: 1;
}

.search-box {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
  transition: all 0.2s linear;
  flex-direction: column;
}

.search-box-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  -webkit-animation: slideDown 0.5s linear forwards;
  -moz-animation: slideDown 0.5s linear forwards;
  -o-animation: slideDown 0.5s linear forwards;
  animation: slideDown 0.5s linear forwards;
  text-align: center;
}

.search-box-content .block-region {
  width: 100%;
}

.search-box-content .block-title {
  color: #ffffff;
}

.search-box-content form label {
  display: none;
}

.search-box-content input[type=search] {
  background-color: #121212;
  color: #ffffff;
  width: 100%;
  padding: 1.4rem;
  border: 2px solid var(--text-color);
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
}

.search-box-content input[type=submit] {
  padding: 10px 2rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.search-box-content input[type=submit]:hover {
  color: #ffffff;
  border-color: var(--color-primary);
}

.search-box-close {
  flex: 1;
  cursor: url("../images/cursor.svg"), auto;
}

/* Sidebar
-------------------------------------------- */
.sidebar {
  position: relative;
  margin: 0;
}

.region-sidebar-first,
.region-sidebar-second {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar .block {
  background-color: #ffffff;
  padding: 15px 10px;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.sidebar .block-title {
  font-size: 1.3rem;
  padding-left: 6px;
  border-left: 2px solid var(--color-primary);
}

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

.sidebar li {
  padding: 6px 0;
  border-bottom: 2px solid var(--border);
}

.sidebar li:last-child {
  border: 0;
}

/* search block in sidebar */
.sidebar .form-search {
  width: 100%;
}


/* Home
--------------------------------------*/

#block-wienbibliothek-views-block-aktuelles-block-1 {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 h2 {
width:370px;
flex:0 0 370px;
-ms-flex:0 0 370px;
-webkit-flex:0 0 370px;
margin-right:20px;	
padding:0px 0 0 25px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .block-content {
width:66.66%;
flex:1 1 66.66%;
-ms-flex:1 1 66.66%;
-webkit-flex:1 1 66.66%;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .view-content {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row {
width:48%;
flex:0 0 48%;
-ms-flex:0 0 48%;
-webkit-flex:0 0 48%;
margin-right:4%;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row:nth-child(2n) {
margin-right:0%;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row:last-child {
margin-left:20;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row time {
font-size: 0.851em;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row p {
font-size: 0.851em;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row .views-field-field-a-link a {
font-size: 0.851em;	
font-weight:500;
position:relative;
}
/* content
--------------------------------------*/
.contentRow {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;
width:100%;	
padding-bottom:30px;
}
.contentRow:last-child {
padding-bottom:0px;	
}
.contentCol33 {
width:32%;
flex:0 0 32%;
-ms-flex:0 0 32%;
-webkit-flex:0 0 32%;	
margin-right:2%;	
}
.contentCol33:last-child {
margin-right:0%;	
}
.contentImageCaptionLeft {
float:right;
margin-left:20px;	
}
.contentImageCaptionRight {
float:lefT;
margin-right:20px;	
}

.contentImageCaptionfull {
width:100%;
margin-bottom:40px;	
}
p.imgCaption {
margin-top:-15px;
font-size:0.71rem;
color:#999;
}

/***************** slider sections **********************************************************/
/********************************************************************************/
section.exhibitions-home, section.magazin-home, section.events-home, section.events-home {
margin-bottom:60px;
margin-top:90px;
position:relative;
}
section.events-home {
margin-bottom:50px;
padding-bottom:50px;
}
section.events-home:before {
background-color:#e6e5fe;
position:absolute;
  left: calc(-50vw + 50%);
display:block;	
height:100%;
width:100vw;
content:'\0020';	
z-index: -1;	
}
.view-title-veranstaltungen main {
position:relative;	
}
.view-title-veranstaltungen #background, .view-title-fuehrungen #background  {
background-color: #e6e5fe;
padding-bottom:0px;
}
#background {
padding-bottom: 65px;
}
.region-exhibitions-home, .region-magazin-home, .region-events-home,
.view-ausstellungen .view-content,
.view-ausstellungen, 
.view-veranstaltungen .view-content .views-infinite-scroll-content-wrapper, 
.view-fuehrungen .view-content .views-infinite-scroll-content-wrapper {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-align:stretch;
-webkit-align-items:stretch;
align-items:stretch;
width:100%;	
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-content,
.path-veranstaltungen-ausstellungen  .view-ausstellungen, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-content .views-infinite-scroll-content-wrapper,
.path-veranstaltungen-ausstellungen .view-fuehrungen .view-content .views-infinite-scroll-content-wrapper,
.view-magazin .views-infinite-scroll-content-wrapper  {

flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
}
.view-magazin .views-infinite-scroll-content-wrapper {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;	
-ms-flex-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen h2 {
margin-top:60px;
margin-bottom:40px;	
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header {
padding-right:30px;
}
.region-magazin-home .view-content {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
-ms-flex-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;
width:100%;		
}
.region-exhibitions-home .views-row, #block-wienbibliothek-veranstaltungenhomepage  .views-row {
width:370px !important;
flex:0 0 370px !important;
-ms-flex:0 0 370px !important;
-webkit-flex:0 0 370px !important;
margin-right:22px;
position:relative;
margin-bottom:25px;
padding-bottom:0px;
}

.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row, .path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header,
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header,
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .view-header {
width:32%;
flex:0 0 32%;
-ms-flex:0 0 32%;
-webkit-flex:0 0 32%;
margin-right:2%;
position:relative;
margin-bottom:40px;
padding-bottom:40px;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row {
padding-bottom:0px;	
}
.view-page-magazin .view-magazin, .view-page-veranstaltungen .view-veranstaltungen, .view-page-fuehrungen .view-fuehrungen {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
}
.view-page-magazin .view-magazin > p, .view-page-veranstaltungen .view-veranstaltungen > p, .view-page-fuehrungen .view-fuehrungen > p {
padding-top:50px;
}
.view-magazin .views-row, .view-magazin .view-header  {
width:calc((100% - 6px) / 3);
flex:0 0 calc((100% - 6px) / 3);
-ms-flex:0 0 calc((100% - 6px) / 3);
-webkit-flex:0 0 calc((100% - 6px) / 3);
position:relative;
margin-bottom:40px;
padding-bottom:40px;
padding: 45px;
align-self: stretch;
}
.view-magazin .views-row:before, .view-magazin .view-header:before  {
background-color:#fff;
position:absolute;
right:0px;
top:0;
bottom:0;
display:block;	
height:100%;
width:3px;
content:'\0020';	
	
}
.path-veranstaltungen-ausstellungen .view-magazin .views-row:nth-child(3n) {
margin-right:0px !important;	
}
.view-magazin .view-header  {
padding-left:0px;
}
.path-besuchen-entdecken .view-magazin .view-header  {
padding-bottom:0px;
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .views-row {
margin-bottom: 60px;
padding-bottom: 20px;	
  padding-right: 30px;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row:nth-child(3n),
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row:nth-child(3n),
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row:nth-child(3n)  {
margin-right:0px;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row:last-child,
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row:last-child, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row:last-child,
.view-magazin .views-row:last-child {
margin-right:auto !important;
}
.region-exhibitions-home .views-field-field-bild-1,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-bild-1 {
height:493px;	
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
 -ms-flex-align:end;
-webkit-align-items:flex-end;
align-items:flex-end;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-bild-1 {
overflow:hidden;	
height:auto;
}

.region-exhibitions-home .views-row  .views-field-title, 
#block-wienbibliothek-veranstaltungenhomepage  .views-row  h3,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-title {
font-size:1.22rem;
margin-bottom:0em;	
pointer-events:none;
}
.region-exhibitions-home .views-row  p, #block-wienbibliothek-veranstaltungenhomepage  .views-row p,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row p {
margin-bottom:0px;
margin-top:0.71em;
pointer-events:none;
}
.region-exhibitions-home .views-row .views-field-nothing, .path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-nothing {
pointer-events:none;	
}
.region-exhibitions-home .views-row  .views-field-title a, #block-wienbibliothek-veranstaltungenhomepage  .views-row  h3 a,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-title a,
.region-exhibitions-home .views-row  p a, #block-wienbibliothek-veranstaltungenhomepage  .views-row p a,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row p a {
pointer-events:all;
text-decoration:none;
}
.region-exhibitions-home .views-row  .views-field-title a, #block-wienbibliothek-veranstaltungenhomepage  .views-row  h3 a,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-title a{
text-underline-offset: 5px;
}
.region-exhibitions-home .views-row:hover a, .region-exhibitions-home .views-row:hover .views-field-title span div, #block-wienbibliothek-veranstaltungenhomepage  .views-row:hover a,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row:hover .views-field-title span div,
#block-wienbibliothek-veranstaltungenhomepage  .views-row:hover p a{
text-decoration:underline;
}
.region-exhibitions-home .views-row:hover  p a {
text-decoration:none;
}
.region-exhibitions-home .views-field-field-a-subheader-pix, 
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-a-subheader-pix {
position:relative;	
}
.region-exhibitions-home .views-field-field-a-subheader-pix:after,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-a-subheader-pix:after {
width: 100%;
content: '\0020';
display: block;
position: absolute;
right: 0px;
top: 0;
left: 0px;
bottom: 0px;
z-index: 10;
background: rgb(0,0,0);
background:linear-gradient(45deg, rgba(0,0,0,0.62) 10%, rgba(0,0,0,0) 50%);
pointer-events:none;
}

.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row, 
.region-exhibitions-home .views-row {
cursor:pointer;
}
.region-exhibitions-home .views-row  .views-field-title,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row  .views-field-title  {
position: absolute;
width:100%;
bottom: 40px;
z-index: 100;
padding:25px 20px;
line-height: 1.7rem;
}
.region-exhibitions-home .views-row  .views-field-title *,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-title * {
color:#fff;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-men-zuordnung .field-content {
color:#000;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-field-ausstellungsdauer p {
color:#000;
}
.region-exhibitions-home .views-row  .image-field,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .image-field {
margin-bottom:8px;
}
.region-exhibitions-home .views-row  .views-field-field-ausstellungsdauer,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-field-ausstellungsdauer {
position:absolute;  
bottom: 10px;
padding-top: 5px;
font-size:1rem;
}
.region-exhibitions-home #block-wienbibliothek-ausstellungenhomepage, 
#block-wienbibliothek-magazinhomepage,
#block-wienbibliothek-veranstaltungenhomepage ,
.path-veranstaltungen-ausstellungen  .view-ausstellungen #block-wienbibliothek-ausstellungenhomepage  {
width:392px;
flex:0 0 392px;
-ms-flex:0 0 392px;
-webkit-flex:0 0 392px;
padding:75px 80px 0 25px;
background-color:#fff;
position: relative;
z-index: 1;
}
#block-wienbibliothek-ausstellungenhomepage p, #block-wienbibliothek-magazinhomepage p {
font-size:0.89rem;	
}
.path-besuchen-entdecken .pager{
margin-top:0px;	
margin-bottom:0px;
}
#block-wienbibliothek-magazinhomepage {
border-right:22px solid #fff;
margin-right:0px;
}
#block-wienbibliothek-veranstaltungenhomepage  {
background-color:#e6e5fe;	
}
#block-wienbibliothek-views-block-veranstaltungen-block-1 {
position:relative;	
}
#block-wienbibliothek-veranstaltungenhomepage {
padding-top:65px;
}
.region-exhibitions-home .views-field-field-a-exhibition-category,
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-field-field-a-exhibition-category {
font-size: 0.81rem;
  padding: 3px 20px 4px 20px;
  border-radius: 14px;
  background-color: #c9eaca;
  position: absolute;
  left: 25px;
  top: 25px;
  line-height: 1.2rem;
}
 
.path-veranstaltungen-ausstellungen  .view-ausstellungen .pager__item {
text-align:center;	
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-footer {
text-align:right;
margin-top:0px;	
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-footer {
text-align:right;
margin-top:0px !important;	
}
.slider-controls {
top:-45px;	
position: absolute;
  right: 10px;
  display: flex;
  gap: 10px;
}
.slider-controls .prev {
background:transparent url('../images/arrow_small_left_black.svg') no-repeat left top;
background-size:15px 28px;
display:block;
text-indent:-10000px;
width:16px;
height:33px;
cursor:pointer;
display:block !important;
}
.slider-controls .prev[style="display: none;"] {
background:transparent url('../images/arrow_small_left_grey.svg') no-repeat left top;
background-size:15px 28px;
cursor:default;
}
.slider-controls .next {
background:transparent url('../images/arrow_small_right_black.svg') no-repeat left top;
background-size:15px 28px;
display:block;
text-indent:-10000px;
width:16px;
height:33px;
margin-left:10px;
cursor:pointer;
display:block !important;
}
.slider-controls .next[style="display: none;"] {
background:transparent url('../images/arrow_small_right_grey.svg') no-repeat left top;
background-size:15px 28px;
cursor:default;
}
.region-events-home .views-row {
padding-right:55px;
}
span.date {
border-radius:15px;
border:1px solid #000;  
display:block;
width:65px;
flex:0 0 65px;
-ms-flex:0 0 65px;
-webkit-flex:0 0 65px;
margin-right: 20px;
}
span.date span {
display:block;
text-align:center;
font-size: 0.61rem;
}
span.date span.day {
border-top:1px solid #000;  
border-bottom:1px solid #000; 
font-size:1.3rem;
}
.view-page-veranstaltungen .cols span.date span.day {
border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.95rem;
  padding: 2px 0px 5px 0;
}
.region-events-home .date1, .region-events-home .ort,
.path-veranstaltungen-ausstellungen .view-veranstaltungen .date1, .path-veranstaltungen-ausstellungen .view-veranstaltungen .ort,
.path-veranstaltungen-ausstellungen .view-fuehrungen .date1, .path-veranstaltungen-ausstellungen .view-fuehrungen .ort  {
font-size: 0.751rem;	
}
.region-events-home .date1, .path-veranstaltungen-ausstellungen .view-veranstaltungen .date1.path-veranstaltungen-ausstellungen .view-fuehrungen .date1  {
font-weight:bold;	
}
.region-events-home h3 {
font-size: 1rem;
}
.region-events-home .label, .path-veranstaltungen-ausstellungen .view-veranstaltungen .label, .path-veranstaltungen-ausstellungen .view-fuehrungen .label {
background-color:#e8b59a;	
}
.headerblock {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;
margin-bottom:15px;
-ms-flex-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;
}
.headerblock div {
margin-right:auto;	
}
.headerblock div.time-location span {
font-weight:bold;	
}
.view-veranstaltungen .headerblock .time-location *, .view-fuehrungen .headerblock .time-location * {
font-size: 0.78rem;  
line-height: 1.45em;	
}
.view-veranstaltungen .headerblock p, .view-fuehrungen .headerblock p {
margin-bottom:0px;
}
.view-veranstaltungen .colored-box, .view-fuehrungen .colored-box {
margin-bottom:0px;
padding:0px;
}
.view-veranstaltungen, .view-fuehrungen {
padding-top:45px;
}
#block-wienbibliothek-views-block-veranstaltungen-block-1 .view-veranstaltungen {
padding-top:65px;
}
.view-veranstaltungen .views-field-title, .view-fuehrungen .views-field-title {
border-top:1px solid #000;	
border-bottom:1px solid #000;	
padding:10px 0px;
margin-bottom:25px;
}
.view-veranstaltungen .views-field-field-v-group-03-text p, .view-fuehrungen .views-field-field-v-group-03-text p {
margin-bottom:10px;	
}
.view-veranstaltungen .views-field-title a, .view-fuehrungen .views-field-title a{
text-decoration:none;
font-size: 1.3rem;
  line-height: 1.3em;
}
.view-veranstaltungen .views-field-title a:hover, .view-fuehrungen .views-field-title a:hover  {
text-decoration:underline;
}
.view-veranstaltungen .views-field-field-v-event-category, .view-fuehrungen .views-field-field-fue-tour-category {
font-size: 0.81rem;
  padding: 3px 20px 4px 20px;
  border-radius: 14px;
  background-color: #c8c7fc;
  line-height: 1.2rem;
  display:inline-block;
}
.headerblock div span {
display:block;
}
.region-events-home h3, .path-veranstaltungen-ausstellungen .view-veranstaltungen h3, .path-veranstaltungen-ausstellungen .view-fuehrungen h3 {
  font-size:1.031rem;
}
.region-events-home h3 a, .region-events-home h3 a:link, .region-events-home h3 a:visited {
text-decoration:none;	
}
.region-events-home h3 a:hover, .region-events-home h3 a:active {
text-decoration:underline;	
}
.region-magazin-home .views-row {
padding:45px;
}
.region-events-home .views-row {
width: 392px !important;
flex: 0 0 392px !important;
-ms-flex: 0 0 392px !important;
-webkit-flex: 0 0 392px !important;
margin-right:0px;
margin-top:0px;
align-self: stretch;
}
.region-magazin-home .views-row{
width: 392px !important;
flex: 0 0 392px !important;
-ms-flex: 0 0 392px !important;
-webkit-flex: 0 0 392px !important;
margin-right:0px;
margin-top:0px;
align-self: stretch;
}
.view-magazin time {
font-size:0.891rem;	
}
.view-magazin h3 a {
text-decoration:none;
}
.view-magazin h3 a:hover {
text-decoration:underline;
}
.path-besuchen-entdecken .view-magazin .views-row  {
margin-top:0px !important;
}
.path-besuchen-entdecken .view-magazin .views-row:last-child  {
margin-right:auto !important;
}
.region-magazin-home .views-row,
.view-magazin .views-row  {
background-color:#d6d1cb;
}
.path-veranstaltungen-ausstellungen .view-magazin .views-row:nth-child(2n+1), .region-magazin-home .views-row:nth-child(2n)  {
background-color:#ebe8e2;
}
.region-magazin-home .views-row h3 {
margin-bottom:30px;
padding-top:3px;
}

.region-magazin-home .views-row.dt .views-field-field-mag-category,
.view-magazin .views-row.dt .views-field-field-mag-category  {
background-color:#c9eaca;
}
.region-magazin-home .views-row.ads .views-field-field-mag-category,
.view-magazin .views-row.ads .views-field-field-mag-category  {
background-color:#ffffcc;
}
.region-magazin-home .views-row.wv .views-field-field-mag-category,
.view-magazin .views-row.wv .views-field-field-mag-category  {
background-color:#e6e5fe;
}
.region-highlight-pix {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;
width:100%;		
margin-bottom:60px;
}
.region-highlight-pix .block {
width:280px;
flex:0 1 280px;
-ms-flex:0 1 280px;
-webkit-flex:0 1 280px;	
  margin-right: 22px;
  position: relative;
}
.region-highlight-pix .block:last-child {
margin-right:auto;
}
.region-highlight-pix .block-content a, .region-highlight-pix .block-content a:link, .region-highlight-pix .block-content a:visited {
bottom:30px;
left:0px;
right:20px;
height:50px;
position:absolute;
background-color:#fff;
border:1px solid #040404;
border-left:0px;
border-top-right-radius:25px;	
-webkit-border-top-right-radius:25px;	
-ms-border-top-right-radius:25px;	
border-bottom-right-radius:25px;	
-webkit-bottom-top-right-radius:25px;	
-ms-border-bottom-right-radius:25px;
padding:0px 30px 0px 25px;
line-height: 50px;
font-size:0.9rem;
text-decoration:none;
background-image: url('../images/arrow_small_right_black_space.svg');
  background-size: 26px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
.region-highlight-pix .block-content a:hover, .region-highlight-pix .block-content a:active {
color:#fff;
background-color:#000;
border:1px solid #040404;
background-image: url('../images/arrow_small_right_white_space.svg');
background-size: 26px 15px;
}
.region-highlight-pix .node-taxonomy-container {
margin:0px;
padding:0px;
border:0px;	
}
.region-highlight-pix  li {
width:100%;	
}
.views-field-field-mag-category, main span.label {
font-size: 0.71rem;
  padding: 1px 11px;
  border-radius: 14px;
  background-color: #c9eaca;
  display:inline-block;
  left: 25px;
  top: 25px;
}


 .node-taxonomy-container img {
margin-bottom:0px;	 
}



#Veranstaltungen {
background-color:#e6e5fe;
padding:60px 0px;	
}
#Veranstaltungen .intro, #Aktuelles .intro {
padding-top:0px;
}


.colored-box {
padding:32px 32px 10px 32px;
margin-bottom:25px;
background-color:#f2f1ef;
margin:0px 0px 65px 0;
}
.colored-box.flieder {
background-color:#e7e5fd;
}
.colored-box.nebelgrauDark {
background-color:#d6d1cb;
}
.colored-box.nebelgrauLight {
background-color:#f2f1ef;
}
.colored-box.morgenrot {
background-color:#f1d4d6;
}
.colored-box.goldgelb {
background-color:#f9efbe;
}
.colored-box.frischgruen {
background-color:#c9eacb;
}
.colored-box.abendstimmung {
background-color:#c7bdc6;
} 
.region-content p.colored-box-header{
font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px !important;
  margin: 0 0 1.4rem 0;
    margin-top: 0px;
}
 .colored-box h2,.colored-box h3 {
  margin-bottom: 0px;
  margin-top: 0px !important;
  margin: 0 0 1.4rem 0;
    margin-top: 0px;
}
.region-content .colored-box ul:not(.contextual-links) li {
border-bottom:none;
margin-bottom:0px;
}
.region-content .colored-box ul:not(.contextual-links){
margin-bottom:10px;
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper  {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;
width:100%;	
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row {
width:33.33%;;
flex:0 0 33.33%;
-ms-flex:0 0 33.33%;
-webkit-flex:0 0 33.33%;
  margin-bottom: 40px;
  padding-right:25px;
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .letter-header, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .letter-header{
width:100%;
flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%;
border-top: 2px solid #d9dade;
padding-top: 30px;
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row p, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row p {
margin-bottom:0px;
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row .button, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row .button {
margin-top:10px;
background-color: transparent;
  border: 1px solid var(--bold-color);
  color: var(--bold-color);
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row .button:hover, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row .button:hover {
background-color: #000;
  color:#fff;
}
.view-nachlassverzeichnis-handschriften form, 
.view-nachlassverzeichnis-musik form {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;	
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;
width:100%;	
}
.view-nachlassverzeichnis-handschriften form > .form-item, .view-nachlassverzeichnis-handschriften form > fieldset legend {
font-size: 0.781rem;
  font-weight: 500;
  padding-bottom: 4px;	
}
.js-form-item-field-nvh-sachgebiet-value-op {
margin-bottom:12px;	
}
.view-nachlassverzeichnis-handschriften form > .form-item, .view-nachlassverzeichnis-handschriften form > fieldset,
.view-nachlassverzeichnis-musik form > .form-item,.view-nachlassverzeichnis-musik form > fieldset {
width:15.66%;	
margin-right:1%;
}
.view-nachlassverzeichnis-musik form .form-item:nth-child(2), .view-nachlassverzeichnis-musik form .form-item:nth-child(3),
.view-nachlassverzeichnis-musik form .form-item:nth-child(4), .view-nachlassverzeichnis-musik form .form-item:nth-child(5) {
width:12.66%;		
}
.view-nachlassverzeichnis-musik form .form-item:nth-child(1) {
width:23.66%;	
}
.view-nachlassverzeichnis-musik form .form-item:nth-child(6) {
width:19.66%;
margin-right:0px;		
}
.view-nachlassverzeichnis-handschriften form .form-item input, .view-nachlassverzeichnis-handschriften form fieldset input,
.view-nachlassverzeichnis-musik form .form-item input ,.view-nachlassverzeichnis-musik form fieldset input, 
.view-nachlassverzeichnis-handschriften form .form-item select, .view-nachlassverzeichnis-handschriften form fieldset select,
.view-nachlassverzeichnis-musik form .form-item select ,.view-nachlassverzeichnis-musik form fieldset select{
width:100%;
}
.js-form-item-field-nvm-bearbeitungsstand-value {
margin-right:0px;
}
.view-nachlassverzeichnis-handschriften div[id*="edit-actions"],
.view-nachlassverzeichnis-musik div[id*="edit-actions"]{
width:100%;
text-align:right;
margin-bottom:40px;
margin-right:0px;	
}

@media (max-width: 1024px) {
.view-nachlassverzeichnis-handschriften form > .form-item, .view-nachlassverzeichnis-handschriften form > fieldset, 
.view-nachlassverzeichnis-musik form > .form-item, .view-nachlassverzeichnis-musik form > fieldset {
  width: 32% !important;
  margin-right: 2%;
}
.view-nachlassverzeichnis-handschriften form > .form-item:nth-child(3n), .view-nachlassverzeichnis-handschriften form > fieldset:nth-child(3n), .view-nachlassverzeichnis-musik form > .form-item:nth-child(3n), .view-nachlassverzeichnis-musik form > fieldset:nth-child(3n) {
  margin-right: 0%;
}
.view-nachlassverzeichnis-handschriften form, .view-nachlassverzeichnis-musik form {
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row {
  width: 48%;
    flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  margin-right: 2%;
}
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row:nth-child(2n+1), .view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row:nth-child(2n+1) {
  padding-right: 0%;
  margin-right: 0%;
}
}
@media (max-width: 660px) {
.view-nachlassverzeichnis-musik .views-infinite-scroll-content-wrapper .views-row, 
.view-nachlassverzeichnis-handschriften .views-infinite-scroll-content-wrapper .views-row {
  width: 100%;
    flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  margin-right: 0%;
}
.publication-block {
display:block;
}
.publication-right {
width:100%;
margin-right:0px;
}
.publication-left {
margin:0px auto;
margin-bottom:40px;
width:290px;
max-width:100%;
}
.publication-left p {
text-align:center;
}
.publication-block {
padding: 30px 30px 5px 30px;
}
}
@media (max-width: 600px) {
.view-nachlassverzeichnis-handschriften form > .form-item, .view-nachlassverzeichnis-handschriften form > fieldset, .view-nachlassverzeichnis-musik form > .form-item, .view-nachlassverzeichnis-musik form > fieldset {
  width: 48% !important;
  margin-right: 2%;
}
.view-nachlassverzeichnis-handschriften form > .form-item:nth-child(3n), .view-nachlassverzeichnis-handschriften form > fieldset:nth-child(3n), .view-nachlassverzeichnis-musik form > .form-item:nth-child(3n), .view-nachlassverzeichnis-musik form > fieldset:nth-child(3n) {
  margin-right: 2%;
}
.view-nachlassverzeichnis-handschriften form > .form-item:nth-child(2n), .view-nachlassverzeichnis-handschriften form > fieldset:nth-child(2n), .view-nachlassverzeichnis-musik form > .form-item:nth-child(2n), .view-nachlassverzeichnis-musik form > fieldset:nth-child(2n) {
  margin-right: 0%;
}
}
@media (max-width: 480px) {
.view-nachlassverzeichnis-handschriften form > .form-item, .view-nachlassverzeichnis-handschriften form > fieldset, .view-nachlassverzeichnis-musik form > .form-item, .view-nachlassverzeichnis-musik form > fieldset {
  width: 100% !important;
  margin-right: 0%;
}
.view-nachlassverzeichnis-handschriften form > .form-item:nth-child(3n), .view-nachlassverzeichnis-handschriften form > fieldset:nth-child(3n), .view-nachlassverzeichnis-musik form > .form-item:nth-child(3n), .view-nachlassverzeichnis-musik form > fieldset:nth-child(3n) {
  margin-right: 0%;
}
}
/* Footer
--------------------------------------*/
#last-section {
  position: relative;
  visibility: hidden;
  width: 100%;
  min-height: 1px;
  z-index: 12;
}
#footer .footer {
  display: block;
  background-color:#efeeea;
  width: 100%;
  z-index: 0;
}
footer .footer-block {
width:33%;
flex:0 0 33%;
-ms-flex:0 0 33%;
-webkit-flex:0 0 33%;	
border-right:1px solid #040404;
padding-right:50px;
padding-left:50px;
}
footer .footer-block:last-child {
border-right:none;
padding-right:0px;
}
footer .footer-block:first-child {
padding-left:0px;
}
footer .container .footer-blocks {
max-width:1190px;
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;		
padding:50px 0px 45px 0;	
flex-wrap: nowrap;
-webkit-flex-direction: nowrap;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap:none;
}

footer h2 {
font-size: 1.8rem;	
}
footer p {
font-size: 0.85rem;	
margin-bottom: 1.2em;
}
footer p + h2 {
margin-top:71px;
margin-bottom:0.41em;	
}
footer h2:first-child, footer p:first-child + h2 {
margin-top:-7px;
margin-bottom:15px;	
}
footer a {
font-weight:500;
}
/* footer list style */
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  font-size: 0.85rem;	
}
.region-footer-bottom, #block-footer-bottom, #block-footer-bottom h2, #block-footer-bottom > ul, #block-footer-bottom > ul li {
display:inline;	
}
.footer-bottom {
padding:30px 0;	
}
.footer-bottom *{
  font-size: 0.85rem;
}
.footer-bottom a {
font-weight:400;
}
#block-footer-bottom > ul li:before {
content:"| ";
}

#block-footer-bottom > ul a, #block-footer-bottom > ul a:link, #block-footer-bottom > ul a:visited {
text-decoration:none;
}
#block-footer-bottom > ul a:hover, #block-footer-bottom > ul a:active {
text-decoration:underline;
}
/* Node Content
--------------------------------------*/
/* Page title */
.page-title-wrap {
  position: relative;
  margin: 0;
}

.page-title-wrap h1.page-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--bold-color);
}

/* common for all nodes */
.node,
.node-promoted,
.node-sticky,
.node-unpublished,
.node-view-mode-full {
  position: relative;
}

/* node in teaser view */
.node-view-mode-teaser {
  position: relative;
  background-color: var(--light);
  margin-bottom: 3rem;
  padding: 1rem;
  box-shadow: var(--shadow);
  border-radius: 8px;
}

.node-view-mode-teaser.node-sticky {
  background: #ffffff;
}

/* node author and submitted details */
.node-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.author-picture img {
  width: auto;
  height: 30px;
  padding-right: 6px;
  margin: 0;
}

.node-submitted-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.node-submitted-details i {
  color: var(--color-primary);
}

.node-submitted-details a {
  color: var(--text-color);
}

.node-tags a {
  position: relative;
}

.node-tags a::before {
  content: "#";
  color: var(--color-primary);
}

.node-submitted-details i.fa-calendar,
.node-submitted-details i.fa-th-large {
  margin-left: 14px;
}

/* node taxonomy and links */
.node-links-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  border-top: 1px solid var(--border);
}

.node-links-container {
  border-bottom: 1px solid var(--border);
}

.term-title {
  font-size: 1.1rem;
  line-height: 1;
}

.term-title i {
  font-size: 1.1em;
  color: var(--color-primary);
}

.taxonomy-terms {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Node links */
.node-links-container {
  width: 100%;
}

.node-links-container .links.inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.node-readmore a {
  border-bottom: 2px solid var(--bold-color);
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style-type: none;
}

.node-links-container li {
  margin-right: 20px;
  float: left;
}

.node-links-container li.node-readmore {
  margin-left: 0;
  float: right;
}

.node-links-container .comment-comments::before {
  font-family: "tara";
  content: "\e01e";
  padding-right: 4px;
}

.node-links-container .comment-add::before {
  font-family: "tara";
  content: "\e003";
  padding-right: 4px;
}

.node-readmore {
  float: left;
}

li.node-readmore a {
  padding: 6px 12px;
  background: var(--color-primary);
  color: #ffffff;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

li.node-readmore a:hover {
  background: var(--bold-color);
  color: #ffffff;
}

.node-view-mode-teaser li.comment-add,
.node-view-mode-teaser li.comment-forbidden {
  text-align: right;
}

/* Block Regions
--------------------------*/
.block-title {
  position: relative;
  line-height: 1.2;
}

.region-highlighted {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.region-highlighted .block {
  margin: 0;
  padding: 10px 0;
}

/* content top and content bottom block region */
#content-top,
#content-bottom {
  width: 100%;
}

.region-content-top,
.region-content-bottom {
  display: flex;
  flex-direction: column;
}

.region-content-bottom {
  margin-top: 1rem;
}

.region-content-top .block,
.region-content-bottom .block {
  margin: 0 0 1rem 0;
  padding: 1rem;
  background-color: var(--light);
  box-shadow: var(--shadow);
}

/* Comments
-------------------------------------------- */
#node-comment {
  position: relative;
  margin-top: 30px;
  border-top: 3px double var(--border);
}

#node-comment i {
  color: var(--color-primary);
}

.comment-form-wrap {
  position: relative;
  margin: 10px 0;
  padding: 20px;
  background: var(--light);
  border: 3px solid #ffffff;
  box-shadow: var(--shadow);
}

h2.add-comment-title {
  border-bottom: 2px solid #ffffff;
}

.filter-wrapper {
  font-size: 0.9rem;
  border: 2px solid #ffffff;
}

.filter-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.filter-wrapper ul li {
  padding: 6px 0;
  border-bottom: 1px solid #ffffff;
}

.filter-wrapper ul li:last-child {
  border: 0;
}

/* single comment */
.single-comment {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border: 2px solid #ffffff;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.comment-user-picture {
  position: relative;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
  width: 100px;
  border-right: 2px solid #ffffff;
}

.comment-user-picture img {
  width: 100px;
  height: auto;
}

h3.single-comment-title {
  margin: 0.1rem 0;
  font-size: 1.2rem;
}

.single-comment-meta {
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 0.9rem;
  color: #909090;
  border-bottom: 1px solid var(--border);
}

.single-comment-meta a {
  color: #909090;
}

.single-comment-content-body {
  position: relative;
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.single-comment-content-body {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

#node-comment .indented {
  margin-left: 60px;
}

.single-comment-content ul.links.inline {
  display: flex;
  list-style: none;
  gap: 8px;
}

.single-comment-content .links a {
  padding: 5px 10px;
  border: 4px solid #ffffff;
  border-radius: 6px;
  transition: all 0.3s;
}

.single-comment-content .links a:hover {
  background-color: #ffffff;
}

/* Homepage
-------------------------------------------- */
/*
.home-slider .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 15;
}
.home-slider .owl-dots button {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 4px;
  background: var(--bold-color);
}
.owl-dots button.active {
  background: var(--color-primary);
}
.owl-item {
  display: flex;
  align-items: center;
  height: 100vh;
}
  */
.last-section,
.content-home {
  position: relative;
  z-index: 2;
}

.content-home .block {
  margin-bottom: 4rem;
}

.content-home .block-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

.content-home .block-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: var(--color-primary);
}

.region-content-home {
  display: flex;
  flex-direction: column;
}

/* Pages
-------------------------------------------- */
/* maintenance page*/
.header-maintenance {
  padding: 1rem 0;
}

.maintenance-main {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

.maintenance-icon {
  margin-bottom: 1.5rem;
}

.maintenance-icon svg {
  max-height: 20rem;
}

/* Error page */
.error-page {
  text-align: center;
}

.error-page h1,
.error-page h2,
.error-page h3 {
  font-size: 5rem;
}

/* Search result page */
.search-advanced summary {
  margin: 10px 0;
  cursor: pointer;
}

.search-advanced .form-details-wrapper {
  padding: 0.5rem 1.4rem;
  border: 1px solid var(--border);
}

.search-advanced .form-wrapper {
  padding: 0.5rem 1.4rem;
}

ol.search-results {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border);
  list-style: none;
  list-style-type: none;
}

ol.search-results li {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--border);
}

/* Status message
------------------------*/
.messages {
  position: relative;
  padding: 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: opacity 0.2s;
  opacity: 1;
}
.messages {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.messages, .messages-list {
  margin-block-start: 0;
}
.messages-list {
  margin-block-end: 0;
}
.messages a, .messages a:hover, .messages a:active {
  color: #fff;
}
.messages__title {
  font-weight: 700;
}
.messages__title, .messages__content {
  margin-inline-start: 2.125rem;
}
.messages .messages__header {
  position: relative;
  background-image: none;
  margin-block-end: 4px;
  margin-inline-end: 1.5em;
}
.messages .messages__header:before {
  content: "";
  display: block;
  position: absolute;
  inset-block-start: 2px;
  inset-inline-start: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.messages .button--dismiss {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  margin: 8px;
  padding: 0;
  height: 29px;
  width: 29px;
  color: transparent;
  text-indent: -99999px;
  border-radius: 4px;
  border-color: transparent !important;
  transition: 0.3s;
  box-shadow: none;
  background-color: transparent !important;
}
.messages .button--dismiss:hover:not(:focus) {
  color: transparent;
  background-color: transparent;
  border-color: #fff !important;
}
.messages .button--dismiss .icon-close {
  height: 100%;
  width: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  -webkit-mask-image: url("../images/sprite.svg#close-view");
  mask-image: url("../images/sprite.svg#close-view");
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
}
.messages.messages--info {
  color: #31708f;
  background: #d9edf7;
  border-color: #d9edf7;
}
.messages.messages--status {
  color: #3c763d;
  background: #dff0d8;
}
.messages.messages--warning {
  color: #8a6d3b;
  background: #fcf8e3;
}
.messages--error {
  color: #a94442;
  background: #f2dede;
}


/* Form
------------------------*/
form .description {
font-size: 0.71em;
line-height: 1.3em;
color:#666666;
padding-top:7px;
}
.js-form-item-dw-dsgvo, .js-form-item-dw-bestaetigung, .js-form-item-dw-benuetzungsordnung,
.js-form-item-dw-benuetzungsordnung-en, .js-form-item-dw-dsgvo-en, .js-form-item-dw-bestaetigung-en,
.js-form-item-la-newsletter-ja,.js-form-item-la-bibliotheksbenuetzung, .js-form-item-la-bestaetigung,
.js-form-item-la-newsletter-en-ja, .js-form-item-la-bestaetigung-en, .js-form-item-la-bibliotheksbenuetzung-en,
.js-form-item-dsgvo-en, .js-form-item-benuetzungsordnung-en, .js-form-item-bestaetigung-en, .js-form-item-dsgvo, .js-form-item-bestaetigung, 
.js-form-item-benuetzungsordnung {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width:100%;	
-ms-flex-align:start;
-webkit-align-items:start;
align-items:start;
line-height:1.2em;
margin-bottom:0px;
}
.webform-flex--container .form-type-checkbox, .webform-flex--container .form-type-radio {
white-space: normal !important;
}
#edit-la-newsletter--wrapper, #edit-la-newsletter-en--wrapper {
margin-top:0.851rem;
}
.js-form-item-dw-dsgvo input, .js-form-item-dw-bestaetigung input, .js-form-item-dw-benuetzungsordnung input,
.js-form-item-dw-benuetzungsordnung-en input, .js-form-item-dw-dsgvo-en input, .js-form-item-dw-bestaetigung-en input,
.js-form-item-la-newsletter-ja input, .js-form-item-la-bibliotheksbenuetzung input, .js-form-item-la-bestaetigung input,
.js-form-item-la-newsletter-en-ja input, .js-form-item-la-bibliotheksbenuetzung-en input, .js-form-item-la-bestaetigung-en input,
.js-form-item-benuetzungsordnung-en input, .js-form-item-dsgvo-en input, .js-form-item-bestaetigung-en input, .js-form-item-dsgvo input,
.js-form-item-bestaetigung input, .js-form-item-benuetzungsordnung input {
margin-right:5px;
margin-top:3px;
}
.js-form-item-dw-dsgvo label, .js-form-item-dw-bestaetigung label, .js-form-item-dw-benuetzungsordnung label,
.js-form-item-dw-benuetzungsordnung-en label, .js-form-item-dw-dsgvo-en label, .js-form-item-dw-bestaetigung-en label,
.js-form-item-la-newsletter-ja label, .js-form-item-la-bibliotheksbenuetzung label, .js-form-item-la-bestaetigung label,
.js-form-item-la-newsletter-en-ja label, .js-form-item-la-bibliotheksbenuetzung-en label, .js-form-item-la-bestaetigung-en label,
.js-form-item-benuetzungsordnung-en label, .js-form-item-dsgvo-en label, .js-form-item-bestaetigung-en label, .js-form-item-dsgvo label, 
.js-form-item-bestaetigung label, .js-form-item-benuetzungsordnung label {
width:100%;
flex:0 1 100%;
-ms-flex:0 1 100%;
-webkit-flex:0 1 100%; 
}
#edit-dw-benuetzungsordnung--wrapper .fieldset-wrapper, #edit-dw-benuetzungsordnung-en--wrapper .fieldset-wrapper, #edit-benuetzungsordnung-en--wrapper .fieldset-wrapper,
#edit-benuetzungsordnung--wrapper .fieldset-wrapper{
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;	
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;
}
#edit-dw-benuetzungsordnung, #edit-dw-benuetzungsordnung-en, #edit-benuetzungsordnung-en, #edit-benuetzungsordnung {
order:2;
-ms-flex-order:2;
-webkit-flex-order:2;
width:100%;
flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%; 
margin-top: 15px;
}
#edit-dw-benuetzungsordnung--wrapper .fieldset-wrapper .description,
#edit-dw-benuetzungsordnung-en--wrapper .fieldset-wrapper .description,
#edit-benuetzungsordnung-en--wrapper .description, #edit-benuetzungsordnung--wrapper .description {
order:1;
-ms-flex-order:1;
-webkit-flex-order:1;
width:100%;
flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%;	
font-size: 0.781rem;
color:#000;
}
#webform-submission-webform-1053-node-1053-add-form #edit-actions,
#webform-submission-webform-1052-node-1052-add-form #edit-actions,
#webform-submission-webform-24639-node-24639-add-form  #edit-actions, 
#webform-submission-webform-751-node-751-add-form #edit-actions,
#webform-submission-webform-862-node-862-add-form #edit-actions {
text-align:right;
}
.js-form-item-la-newsletter-ja .description, .js-form-item-la-newsletter-en-ja .description, 
#edit-benuetzungsordnung-en--wrapper .description, #edit-benuetzungsordnung--wrapper .description {
font-size: 0.781rem;
  font-weight: normal !important;
  line-height: 1.05rem;
color:#000;
padding-top:0px;  
}

#contact-message-allgemeiner-kontakt-form #edit-name, #contact-message-allgemeiner-kontakt-form #edit-mail {
  line-height: 1.34rem;
  font-size: 0.89em;	
}
#edit-art-der-verwendung-en, #edit-art-der-verwendung{
padding-top:5px;
}

#edit-lieferung-en-5--wrapper, #edit-lieferung-5  {
margin-bottom:15px;
display:block;
padding-top:5px;
}
#edit-art-der-verwendung-en .form-item, #edit-lieferung-en-5--wrapper .form-item,
#edit-art-der-verwendung .form-item, #edit-lieferung-5 .form-item, 
#edit-angaben-zur-publikationserlaubnis-21 .form-item, 
#edit-angaben-zur-publikationserlaubnis-en-20 .form-item {
margin-bottom:5px;	
}
#edit-angaben-zur-publikationserlaubnis-en-20--wrapper, #edit-angaben-zur-publikationserlaubnis-21--wrapper {
margin-top:15px;
}
#edit-angaben-zur-publikationserlaubnis-en-20--wrapper, #edit-angaben-zur-publikationserlaubnis-21--wrapper {
margin-bottom:15px;	
}
/* Admin Tabs
------------------------*/
.page-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.5rem 0;
  padding: 0;
  border-bottom: 2px solid var(--border);
}

.page-tabs li {

  padding: 0;
  border-right: 2px solid #ffffff;
  font-size:0.851rem;
}

.page-tabs li:last-child {
  border-right: 0;
}

.page-tabs li a {
display: block;
padding: 12px 25px;
color: var(--bold-color);
border: 2px solid var(--border);
border-bottom:none;
transition: all 0.3s ease;
text-decoration: none;
}

.page-tabs .active-page-tab {
  background-color:#e2ded5;
  color:#000;
 
}

.page-tabs .active-page-tab a {
  color: #000;
border-color:#e2ded5;
}

.page-tabs li:hover {
  text-shadow: none;
}

.page-tabs li:hover a {
background-color:#e2ded5;
border-color:#e2ded5;
}

/* Pager
------------------------*/
.pager {
  width: 100%;
  margin-top: 50px;
}
.view-nachlassverzeichnis-handschriften .pager {
margin-top:0px;	
}
.view-nachlassverzeichnis-handschriften .pager li,
.view-nachlassverzeichnis-musik .pager li {
text-align:center;
}
.pager-items {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding:0px !important;
  margin:0px !important;
}

.pager-item {
  display: grid;
  place-content: center;
  color: var(--bold-color);
  height: 44px;
  min-width: 44px;
  border-radius: 4px;
  border: 1px solid #000 !important;
  padding:0px !important;
  margin:0px !important;
}
.pager-item:before {
display:none !important;	
}

.pager-item-control {
  border-color: var(--color-primary);
}

.pager-item a {
  display: grid;
  place-content: center;
  color: #ffffff;
  height: 42px;
  min-width: 42px;
}

/* pager full */
.pager__item:hover {
  border-color: var(--color-primary);
}

.pager__item a {
  background-color: transparent;
  color: var(--bold-color);
  padding: 0 2px;
  text-decoration:none;
}

.pager .is-active {
  border-color: var(--color-primary);
}

.pager__item a:hover,
.pager__item.is-active a {
  background-color: #000;
  color: #ffffff;
  border-color: #ffffff;
}
.pager-item-next a, .pager__item--last a, .pager__item--first a, .pager-item-previous a {
padding:0px 10px !important;	
}

/* Field Label
-------------------------------------- */
.field:not(:last-child) {
  margin-bottom: 1rem;
}

.field__label {
  font-weight: bold;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline .field__items {
  float: left;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline .field__items {
  float: right;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline > .field__item, [dir=ltr] .field--label-inline .field__items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline > .field__item, [dir=rtl] .field--label-inline .field__items {
  padding-left: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}

/* Calendar
-------------------------------------- */
.calendar-calendar .full {
  display: table;
}

.calendar-calendar .empty {
  display: table-cell;
}

.view-header {
  margin-bottom: 1rem;
}

/* View footer */
.view-footer {
  margin-top: 1rem;
}

/* Text align
-------------------------------------------- */
.text_left,
.text-left {
  text-align: left;
}

.text_right,
.text-right {
  text-align: right;
}

.text_center,
.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.center {
  margin: 0 auto;
}

/* Text Size
-------------------------------------------- */
.size-2x {
  font-size: 2rem;
}

.size-3x {
  font-size: 3rem;
}

.size-4x {
  font-size: 4rem;
}

.size-5x {
  font-size: 5rem;
}

.size-6x {
  font-size: 6rem;
}

.size-7x {
  font-size: 7rem;
}

.size-8x {
  font-size: 8rem;
}

/* column
-------------------------------------------- */
.full {
  position: relative;
  display: flex;
  width: 100%;
  gap: 1.4rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.one_half,
.one_three,
.one_four,
.one_four_first,
.one_four_last {
  flex: 1;
}

.full > div {
  flex: 1 0 250px;
}

/* Animation
-------------------------------------------- */
/*slide up */
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*slide Down */
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Custom components
-------------------------------------------- */
/* welcome message */
.welcome-message {
  text-align: center;
}

/* services */
.services {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.service {
  flex: 1 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #ffffff;
  text-align: center;
  box-shadow: var(--shadow);
}

.service i {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  background: var(--light);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.4s linear;
}

.service:hover i {
  background: var(--color-primary);
  color: #ffffff;
}

.service p:last-of-type {
  margin: 0;
}

/* Projects */
.projects {
  position: relative;
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.project {
  position: relative;
  flex: 1 0 300px;
}

.project img {
  position: relative;
}

.project-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}

.project:hover .project-content {
  -webkit-animation: slideUp 0.8s ease;
  -moz-animation: slideUp 0.8s ease;
  -o-animation: slideUp 0.8s ease;
  animation: slideUp 0.8s ease;
  opacity: 1;
}

.project-content h1,
.project-content h2,
.project-content h3,
.project-content h4,
.project-content h5 {
  font-weight: 300;
  color: #ffffff;
}

.project-content a,
.project-content a:visited,
.project-content a:hover {
  color: #ffffff;
}

/* Scroll To Top
------------------------- */
.scrolltop {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  background: var(--bold-color);
  color: #ffffff;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: center;
  border:1px solid #000;
}

.scrolltop i {
  font-size: 1.6rem;
  line-height: 1;
}

.scrolltop:hover {
  background:#fff;
}
.scrolltop:hover .icon-arrow-up::before {
color:#000;
}
/* Responsive view
------------------------- */
.view-in-mobile {
  display: block;
}

.view-in-desktop {
  display: none;
}

/* Inline content
------------------------- */
.inline {
  display: inline-block;
}

.inline:not(:last-child) {
  padding-right: 1rem;
}

/* Content direction
------------------------- */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* Font Size
------------------------- */
.font-small {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 1.25rem;
}

.font-large {
  font-size: 1.5rem;
}

.font-2x {
  font-size: 2rem;
}

.font-3x {
  font-size: 2.5rem;
}

.font-4x {
  font-size: 3rem;
}

.font-5x {
  font-size: 4rem;
}

.font-6x {
  font-size: 5rem;
}

.font-7x {
  font-size: 6rem;
}

.font-8x {
  font-size: 7rem;
}

/* image icons size
------------------------- */
.icon-s {
  max-height: 1rem;
}

.icon-m {
  max-height: 1.5rem;
}

.icon-l {
  max-height: 2rem;
}

.icon-xl {
  max-height: 3rem;
}

.icon-x2 {
  max-height: 4rem;
}

.icon-x3 {
  max-height: 5rem;
}

.icon-x4 {
  max-height: 6rem;
}

.icon-x5 {
  max-height: 7rem;
}

.icon-x6 {
  max-height: 8rem;
}

.icon-x7 {
  max-height: 9rem;
}

.icon-x8 {
  max-height: 10rem;
}

/* Content width
------------------------- */
.width30,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90 {
  width: 100%;
  clear: both;
  display: block;
}

/* Empty width and height
------------------------- */
.w20px {
  display: inline-block;
  width: 20px;
}

.w30px {
  display: inline-block;
  width: 30px;
}

.w40px {
  display: inline-block;
  width: 40px;
}

.w50px {
  display: inline-block;
  width: 50px;
}

.w70px {
  display: inline-block;
  width: 70px;
}

.w100px {
  display: inline-block;
  width: 100px;
}

.empty,
.spacer,
.spacer-x2,
.spacer-x3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty,
.spacer {
  padding: 1rem 0;
}

.spacer-x2 {
  padding: 2rem 0;
}

.spacer-x3 {
  padding: 3rem 0;
}

/* sections
--------------------------------- */
.section,
.section-small,
.section-large,
.unit {
  display: block;
  width: 100%;
}

.section {
  padding: 2rem 0;
}

.section-small {
  padding: 1rem 0;
}

.section-large,
.unit {
  padding: 3rem 0;
}

/* Responsive Columns
------------------------- */
.flex,
.grid,
.items,
.columns,
.grid-container,
.flex-container {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.flex,
.flex-container,
.columns {
  display: flex;
}

.columns {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.grid-container {
  display: grid;
  grid-auto-flow: column;
}

.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.item img {
  display: block;
}

/* Create Equal width columns with no gap */
.column {
  flex: 1 1 230px;
  margin: 0;
  padding: 0;
}

/* flex-items width */
.w10,
.w20,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90 {
  flex: 1 1 100%;
}

/* Flex and grid properties
--------------------------------- */
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gap {
  gap: 1rem;
}

.gap-2x {
  gap: 2rem;
}

.gap-small {
  gap: 0.5rem;
}

.no-gap {
  gap: 0;
}

/* Flex properties */
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

/* Box
------------------------- */
.box {
  position: relative;
  background-color: #ffffff;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.box p:last-of-type {
  margin: 0;
}

/* EU Cookie Compliance module */
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background-color: #ffffff;
  box-shadow: 0 0 6px 2px var(--border);
  left: 0;
}

#sliding-popup {
  padding: 2rem;
  max-width: 600px;
}

#sliding-popup .popup-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eu-cookie-compliance-content {
  max-width: 100%;
}

.eu-cookie-compliance-message {
  float: none;
  margin: 0;
  max-width: 100%;
}

#sliding-popup div,
#sliding-popup h2 {
  color: var(--bold-color);
}

#sliding-popup h2 {
  font-size: 1.2rem;
}

#sliding-popup p {
  display: block;
  color: var(--text-color);
  font-size: 0.9rem;
}

.eu-cookie-compliance-message button {
  background-color: transparent;
  color: var(--color-primary);
  margin: 0;
  padding: 0;
}

.eu-cookie-compliance-message button:hover {
  background-color: transparent;
  color: var(--bold-color);
}

.eu-cookie-compliance-buttons {
  display: flex;
  gap: 1rem;
  float: none;
  margin: 0;
  max-width: 100%;
}

.eu-cookie-compliance-buttons .button {
  background-color: transparent;
  background-image: none;
  color: var(--color-primary);
  font-weight: 400;
  margin: 0;
  padding: 8px 1rem;
  border: 2px solid var(--bold-color);
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.eu-cookie-compliance-buttons .button:hover {
  background-color: var(--bold-color);
  color: #ffffff;
}

/* Clearing
-------------------------------------------- */
.clear {
  clear: both;
  width: 100%;
}

#last-section::before {
  content: "";
  display: table;
  clear: both;
}

#last-section::after {
  content: "";
  display: table;
  clear: both;
}

#homepage-content-wrapper::before,
#homepage-content-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.page-title-wrap::before,
.page-title-wrap::after,
.node-content::before,
.node-content::after {
  content: "";
  display: table;
  clear: both;
}

.node-header::before,
.node-header::after,
.node-taxonomy-container::before,
.node-taxonomy-container::after,
.node-links-container::before,
.node-links-container::after {
  content: "";
  display: table;
  clear: both;
}

#node-comment::before,
#node-comment::after {
  content: "";
  display: table;
  clear: both;
}

  html {
    font-size: 18px;
  }
 
  .region-primary-menu .menu {
    flex-direction: row;
    gap: 0.5rem;
    padding: 0;
  }
  .region-primary-menu .menu-item-level-1 > a,
  .region-primary-menu .menu-item-level-1 > span {
    display: block;
    color: var(--bold-color);
    padding:0 0 4px 0px;
	border-bottom:2px solid #000;
	display:block;
  }

/*# sourceMappingURL=style.css.map */

.gin-secondary-toolbar--frontend {
  z-index: 5001;
}
.gin-secondary-toolbar {
  padding-left: 38px;
}
#gin-toolbar-bar {
  z-index: 5002;	
}
#gin-toolbar-bar a {
font-size:16px;	
}
#gin-toolbar-bar .toolbar-menu__title a {
font-size:24px;	
font-weight:500;
}
body.gin--vertical-toolbar, body.gin--horizontal-toolbar, body.gin--classic-toolbar {
  padding-block-start:0 !important;
  padding-inline-start: 0 !important;
  margin-inline-start: 0;
}


.messages {
  position: relative;
  padding: 1rem;
  border: 2px solid transparent;
  border-radius:15px;
  margin-bottom:40px;
}
.messages__title, .messages__content {
  margin-inline-start: 34px;
}
.messages .messages__header {
  position: relative;
  background-image: none;
  margin-inline-end: 1.5em;
}
.messages__header {
  display: flex;
  align-items: center;
  margin-block-end: var(--space-m);
}
.messages .messages__header::before {
  content: "";
  display: block;
  position: absolute;
  inset-block-start: 2px;
  inset-inline-start: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.messages.messages--status, .messages.messages--status h2 {
  color:rgb(50, 206, 164) !important;
  background:rgb(20, 82, 66);
  font-size:16px !important;
}
.messages.messages--status .messages__header:before {
  background-color: rgb(50, 206, 164);
  -webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#status-view");
  mask-image: url("../../../contrib/gin/dist/media/sprite.svg#status-view");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  mask-position: center left;
}
.messages.messages--warning, .messages.messages--warning h2 {
  color:rgb(239, 207, 100) !important;
  background:rgb(72, 62, 30);
  font-size:16px !important;
}
.messages.messages--warning .messages__header:before {
background-color: rgb(239, 207, 100);
-webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#warning-view");
mask-image: url("../../../contrib/gin/dist/media/sprite.svg#warning-view");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center left;
mask-position: center left;
}
.messages.messages--info, .messages.messages--info h2 {
  color:rgb(88, 154, 197) !important;
  background:rgb(18, 43, 60);
  font-size:16px !important;
}
.messages.messages--info .messages__header:before {
  background-color: rgb(88, 154, 197);
  -webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#info-view");
          mask-image: url("../../../contrib/gin/dist/media/sprite.svg#info-view");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  mask-position: center left;
}		  
.messages.messages--error, .messages.messages--error h2 {
  color:rgb(243, 155, 157) !important;
  background:rgb(88, 51, 51);
  font-size:16px !important;
}
.messages--error .messages__header:before {
  background-color: rgb(243, 155, 157);
  -webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#error-view");
          mask-image: url("../../../contrib/gin/dist/media/sprite.svg#error-view");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center left;
  mask-position: center left;
}
@media (max-width: 1450px) {
.view-veranstaltungen, .view-fuehrungen  {
  padding-top: 135px;
}
}


@media (max-width: 1134px) {
.region-highlight-pix .block-content a, .region-highlight-pix .block-content a:link, .region-highlight-pix .block-content a:visited {
padding: 0px 30px 0px 10px;
font-size: 0.75rem;
}  
}

@media (max-width: 1060px) {
header {
margin-bottom: 15px;	
}
#mainmenu {
  margin-top: 25px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 {
display:block;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .block-content {
  width:100%;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .view-content {
padding-left:25px;
}
}
@media (max-width: 1024px) {
footer h2 {
  font-size: 1.3rem;
}
footer .footer-block {
padding-right: 25px;
  padding-left: 25px;
}
h3 {
  font-size: 1.1rem;
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .views-row {
  padding-right: 25px;
}
#dropdownMenu {
top: -1px;
}
.dropdown:hover #dropdownMenu li.selected {
background:transparent url('../images/arrow_small_down_black.svg') right 9px no-repeat;
background-size: 15px 8px;	
}
.page-type-veranstaltung .region-content .row,
.page-type-fuehrung .region-content .row  {
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
}
.page-type-veranstaltung .region-content .row .cols,
.page-type-fuehrung .region-content .row .cols {
width:48%;
flex:0 0 48%;
-ms-flex:0 0 48%;
-webkit-flex:0 0 48%;
}
.page-type-veranstaltung .region-content .row .cols:last-child,
.page-type-fuehrung .region-content .row .cols:last-child 
{
margin:35px auto 0px auto;
}
.view-veranstaltungen, .view-fuehrungen {
    padding-top: 109px;
  }
}
@media (max-width: 960px) {
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row h3 {
  font-size: 1.2rem;
}
}
@media (max-width: 930px) {
.region-highlight-pix .block {
  width: 280px;
  flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  -webkit-flex: 0 0 280px;
  margin-bottom:22px;
}
.region-highlight-pix {
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
-webkit-box-pack: flex-start ;
-moz-box-pack:start 
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
}
}

@media (max-width: 880px) {
#block-wienbibliothek-main-menu > ul.menu > li:first-child  {
display:block;
}
#addmenu .block-region {
display:none;
}
#addmenu {
width:100px;
height:30px;
}
header .container {
min-height:1px;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 .view-content {
padding-left:0px;
}
.region-exhibitions-home,  .region-events-home, 
.view-ausstellungen .views-infinite-scroll-content-wrapper {
width:100%;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row, .path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .view-header  {
width:49%;
flex:0 0 49%;
-ms-flex:0 0 49%;
-webkit-flex:0 0 49%;	
margin-right:2%;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row:nth-child(2n),
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row:nth-child(2n),
 .path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header:nth-child(2n),
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row:nth-child(2n),
 .path-veranstaltungen-ausstellungen .view-fuehrungen .view-header:nth-child(2n) {
margin-right:0%;	
}
.region-magazin-home, .region-exhibitions-home  {
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
}
#block-wienbibliothek-magazinhomepage {
width:100%;
border-right:none;
}
.view-magazin .views-row:nth-child(3n-2) {
  margin-top: 0px;
}
section.exhibitions-home, section.magazin-home {
margin-bottom:20px;	
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row:last-child {
margin-bottom:0px;
}
.region-events-home {
display:block;
padding-bottom: 1px;
 }
 .region-magazin-home .views-row {
  margin-bottom: 25px;
}
 header a[href="https://www.wien.gv.at"] img {
width: 71px;
}
#block-wienbibliothek-veranstaltungenhomepage  {
padding-top: 40px !important;
}
#block-wienbibliothek-views-block-veranstaltungen-block-1 {
padding-top:0px;
}
#block-wienbibliothek-veranstaltungenhomepage {
padding-top: 45px !important;
}
.region-exhibitions-home #block-wienbibliothek-ausstellungenhomepage, 
#block-wienbibliothek-magazinhomepage, #block-wienbibliothek-veranstaltungenhomepage, 
.path-veranstaltungen-ausstellungen  .view-ausstellungen #block-wienbibliothek-ausstellungenhomepage {
  width: 100%;
padding:0 0 30px 0;
}
#block-wienbibliothek-views-block-veranstaltungen-block-1 .view-veranstaltungen {
  padding-top: 15px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 h2 {
padding-left:0px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 h2, 
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row, #block-wienbibliothek-views-block-aktuelles-block-1 .block-content {
  width: 100%;
}
.region-magazin-home .views-row, .region-events-home .views-row {
margin-top:0px;	
}
.region-highlight-pix .block a, .region-highlight-pix .block a:link, .region-highlight-pix .block a:visited {
font-size:0.81rem;
  padding: 0px 20px 0px 10px;
}
footer .container .footer-blocks {
padding:25px 0;	
}
footer h2:first-child, footer p:first-child + h2 {
margin-top:0px;
} 
.contentRow {
display:block;	
}
div[class*="contentCol"] {
width:100%;	
}
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.55rem;
}
header {
margin-bottom:26px;	
padding-top: 21px;
}



#mainmenu {
  margin-top:15px;
}
.active-nav #mainmenu {
  margin-top:75px;
}
#menu-toggle {
display:block;	
}
#block-wienbibliothek-main-menu {
display:none;	
}
#mainmenu ul.menu li span, #mainmenu ul.menu li a, #mainmenu ul.menu li a:link, #mainmenu ul.menu li a:visited {
font-size: 1.1em;
padding: 0px 0px 5px 0px;
}
.active-nav #block-wienbibliothek-main-menu {
display:block;	
}
.active-nav #background, .active-nav footer, .active-nav #addmenu, .active-nav .scrolltop {
display:none !important
}
.active-nav .region-primary-menu .menu {
display:block;	
}
.active-nav #mainmenu ul.menu li {
margin:0px 0px 15px 0px;
padding:0px;
}
.active-nav #mainmenu ul.menu ul.submenu {
margin-left:30px;
}
.active-nav #mainmenu ul.menu ul.submenu li {
margin:0px;
padding:0px;	
}
.active-nav  #mainmenu #block-wienbibliothek-main-menu > ul.menu > li:last-child > span {
display:none;
}
.active-nav  #mainmenu #block-wienbibliothek-main-menu > ul.menu > li:last-child {
display:block;
}
.active-nav #mainmenu ul.menu > li:last-child ul.submenu li a, .active-nav #mainmenu ul.menu > li:last-child ul.submenu li a:link, .active-nav #mainmenu ul.menu > li:last-child ul.submenu li a:visited {
text-decoration:underline;
bordeR:none;
padding:0px;
padding-top:2px;
}
.active-nav #mainmenu ul.menu > li:last-child ul.submenu li a:hover, .active-nav #mainmenu ul.menu > li:last-child ul.submenu li a:active {
text-decoration:none;
}
.active-nav #mainmenu ul.menu > li:last-child .menuContainer {
display:block;	
}
.active-nav #mainmenu ul.menu > li:last-child .menuContainer .container {
padding-left:0px;	
}
#mainmenu #block-wienbibliothek-main-menu > ul.menu > li:last-child ul.submenu {
margin-left:0px;	
}
.active-nav #mainmenu ul.menu ul.submenu li a, .active-nav #mainmenu ul.menu ul.submenu li a:link, .active-nav #mainmenu ul.menu ul.submenu li a:visited {
    margin: 0px 0px 0 0px;
    padding: 5px 0px;
    font-size: 0.91em;
}
.active-nav #mainmenu ul.menu ul.submenu li a, .active-nav #mainmenu ul.menu ul.submenu li a:link, .active-nav #mainmenu ul.menu ul.submenu li a:visited {
margin: 0px 0px 0 0px;
padding: 5px 0px;
font-size: 0.91em;	
}
.active-nav .menu-item-level-1 > .menuContainer {
display:none;
position:static;
padding: 15px 0px 10px 0px;	
}
.active-nav .menu-item-level-1 > span {
font-weight:500;	
}
.active-nav .menu-item-level-1 .menuContainer, .active-nav .menu-item-level-1 {
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;
}
.active-nav .menu-item-level-1 .menuContainer {
margin-bottom:25px;
}
.active-nav header .menuContainer .container {
display:block;
padding-right:0px;	
}
.active-nav .MenuCol1 {
display:none;
}
.active-nav .menuContainer .MenuCol2 {
width: 100%;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .pager__item {
  text-align: left;
}
section.exhibitions-home #block-wienbibliothek-ausstellungenhomepage, #block-wienbibliothek-veranstaltungenhomepage {
padding-bottom:0px;	
margin-bottom:0px;	
}
section.exhibitions-home {
margin-top:0px;	    
padding-bottom: 1px;
}
#highlighted {
margin-bottom: 45px;
}
.view-page-frontpage .slider-controls {
margin: 0px 0px 20px auto;
padding-right:10px;
position: relative;
z-index: 10;
top:0px;
}
.slider-controls .prev {
margin-left:auto;
}
section.events-home {
padding-bottom:0px;
}
#block-wienbibliothek-magazinhomepage, .region-magazin-home .slider-controls, .region-exhibitions-home #block-wienbibliothek-ausstellungenhomepage, .region-exhibitions-home .slider-controls {
width:100%;
flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%;
}
#block-wienbibliothek-magazinhomepage {
padding-bottom:0px;
}
section.magazin-home, section.events-home {
margin-top:0px;
}
section.events-home {
margin-bottom:45px;
}
.region-events-home > p {
position:relative;	
margin-top:10px;
}
#dropdownMenu {
  left: -17pX;
  padding: 10px 25px 10px 15px;
  top: 4px;
}
.dropdown-toggle {
    font-size: 1rem;
}
.dropdown:hover #dropdownMenu li {
font-size: 1rem;	
}
.footer-block .IG, .footer-block .FB, .footer-block .X, .footer-block .YT {
  margin-right: 5px;
}
}

@media (max-width: 860px) {
#subheader .container {
display:block;
}
#subheader .container .subheader-text, .page-type-ausstellung #subheader .container .subheader_img, #subheader .container .subheader_img {
width:100%;
max-width:100%;
padding-right:0px;
}
#subheader .container .subheader-text p.subheader-subtitle {
padding-right: 180px;
}
#subheader .container img {
display: inline;
  max-width: 300px;
  margin: 0px auto;
}
.page-type-ausstellung #subheader .container .subheader_img {
text-align:center;
margin-bottom:-140px;
}
 #subheader .container .subheader_img {
text-align:center;
}
.page-type-ausstellung .region-content .twoColumns:first-child {
  margin-top: 150px;
}
.node-content .field--type-text-with-summary, .region-content .twoColumns {
padding-left:0px;	
}
.field--name-field-con-text {
margin-left:0px;	
}
.node-content .field--type-text-with-summary > h2,  .region-content .twoColumns h2, .field--name-field-con-text h2 {
max-width:100%;
position: static;  
margin-top: 45px;
}
.node-content .field--type-text-with-summary > h2 + p, .region-content .twoColumns h2 + p, .region-content .twoColumns h2 + .text-content {
  margin-top: 0px;
}
.node-content .field--type-text-with-summary h3, .region-content .twoColumns h3 {
	  margin-top: 0px;
}
.region-content .twoColumns, .page-type-veranstaltung .region-content .row,
.colored-box  {
margin-bottom:40px;
}
.region_group_mag_group_01 .views-row.portrait, .region_group_mag_group_02 .views-row.portrait {
  margin-top: 40px;
}
.node-content .field--type-text-with-summary > table, .node-content .field--type-text-with-summary > p, .node-content .field--type-text-with-summary > ul, .node-content .field--type-text-with-summary > ol, .node-content .field--type-text-with-summary > .ckeditor-accordion-container {
  margin-bottom: 40px;
}
.node-content .field--type-text-with-summary > p + .ckeditor-accordion-container, 
.node-content .field--type-text-with-summary > ol + .ckeditor-accordion-container, 
.node-content .field--type-text-with-summary > ul + .ckeditor-accordion-container,
.node-content .field--type-text-with-summary > p + p, .node-content .field--type-text-with-summary > p + ul, .node-content .field--type-text-with-summary > p + ol, .node-content .field--type-text-with-summary > p + table, .node-content .field--type-text-with-summary > ul + p, .node-content .field--type-text-with-summary > ul + ul, .node-content .field--type-text-with-summary > ul + ol, .node-content .field--type-text-with-summary > ul + table, .node-content .field--type-text-with-summary > ol + p, .node-content .field--type-text-with-summary > ol + ul, .node-content .field--type-text-with-summary > ol + ol, .node-content .field--type-text-with-summary > ol + table, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + p, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + ul, .node-content .field--type-text-with-summary > .ckeditor-accordion-container + ol .node-content .field--type-text-with-summary > .ckeditor-accordion-container + table {
  margin-top: -15px;
}
.region-content .twoColumns:last-child, .twoColumns:last-child .colored-box.frischgruen  {
margin-bottom:0px;
}
.region_group_a_group_03, .region_group_a_group_06 {
margin-top: 0px;
}
.page-type-veranstaltung #subheader {
  margin-bottom: 30px;
}
.page-type-ausstellung .region-content .twoColumns:first-child {
    margin-top: 130px;
  }
}

@media (max-width: 768px) {
.region-content form .col {
width:100%;
margin-right:0px;
}
.region-content form .row {
display:block;
}
.webform-flexbox {
margin:1em 0px;
}
#edit-art-der-verwendung, #edit-art-der-verwendung-en {
margin-bottom:20px;
}
footer .container .footer-blocks {
flex-flow: row wrap;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap:wrap;
-ms-flex-direction:row;	
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
footer .footer-block {
  width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
}
footer .footer-block:nth-child(2) {
padding-right:0px;
border-right:none;
}
footer .footer-block:nth-child(3) {
padding-left:0px;
border-right:none;
margin-top:30px;
}
.page-type-veranstaltung .region-content .row, 
.page-type-fuehrung .region-content .row {
display:block;
}
.page-type-veranstaltung .region-content .row .cols:nth-child(2), 
.page-type-fuehrung .region-content .row .cols:nth-child(2) {
margin-top:35px;
}
.page-type-veranstaltung .region-content .row .cols, 
.page-type-fuehrung .region-content .row .cols {
width:100%;
}
.view-magazin .views-row, .view-magazin .view-header {
	width: calc((100% - 3px) / 2);
	flex: 0 0 calc((100% - 3px) / 2);
  -ms-flex: 0 0 calc((100% - 3px) / 2);
  -webkit-flex: 0 0 calc((100% - 3px) / 2);
 
}
.view-magazin .views-row:nth-child(3n) {
 margin-right:3px !important;	
}
.view-magazin .views-row:nth-child(2n) {
 margin-right:0px !important;		
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row:nth-child(2n), 
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header:nth-child(2n), 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row:nth-child(2n),
 .path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header:nth-child(2n), 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row:nth-child(2n),
 .path-veranstaltungen-ausstellungen .view-fuehrungen .view-header:nth-child(2n) {

  margin-right:0%;
}

#block-footer-bottom > ul, #block-footer-bottom > ul li {
  display: block;
}
#block-footer-bottom > ul li:before {
  content: "";
  display:none;
}
#block-footer-bottom > ul {
margin-top:20px;	
}
}



@media (max-width: 660px) {
.region-highlight-pix .block a, .region-highlight-pix .block a:link, .region-highlight-pix .block a:visited {
font-size: 0.75rem;
}
.region-highlight-pix .block {
margin-right: 4%;
margin-left:0;
width:48%;	
flex:0 0 48%;
-ms-flex:0 0 48%;
-webkit-flex:0 0 48%;
}
.region-highlight-pix .block:nth-child(2n) {
margin-right: 0%;
}
#search #searchSelector, #search form input[type="text"], #search form input[type="search"] {
font-size: 0.78rem;
}
#search .searchClose {
  width: 34px;
  height: 34px;
  top: -42px;
}
  #search #catalogWebSearch {
height: 40px;
  }
 #subheader .container .subheader-text p.subheader-subtitle {
    padding-right: 125px;
  }
.view-page-frontpage #search {
     min-height: 40px;
	 margin-top: -20px;
  }
    body:not(.view-page-frontpage) #search {
  top: 15px;
  }
  #search form input[type="submit"] {
  flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  -webkit-flex: 0 0 36px;
width:36px;
    height: 36px;
    background-size: 27px 27px;
	margin-right:12px;
    background-position: center;
  }
    #search .search_off .searchToggle, #search .search_off:hover .searchToggle {
    height: 36px;
    border-radius: 18px;
	    background-size: 27px 27px;
  }
  #search form input[type="submit"]:hover {
  background: #000 url('../images/search_white.svg') no-repeat center center;
 
    background-size: 27px 27px;
    background-position: center;
}
    #search form input[type="text"], #search form input[type="search"] {
    padding: 5px 0px;
  }
  #search form input[type="text"], #search form input[type="search"] {
  margin-top: 0px;
}
#search #searchSelector {
  margin-top: 7px;
    background: url('../images/arrow_small_down_black.svg') right 9px no-repeat;
	  background-size: 15px 8px;
	width: 78px;
  flex: 0 0 78px;
  -ms-flex: 0 0 78px;
  -webkit-flex: 0 0 78px;
}
  #dropdownMenu {
    left: -12pX;
    padding: 6px 20px 1px 10px;
    margin-top: -3px;
  }
  .searchToggle {
  padding-left: 40px;
  padding-top: 7px;
  }
  #search .search_off {
  width: 170px;
  left: calc(100vw - 130px);
}
.dropdown-toggle {
margin-top:2px;
}
  #dropdownMenu {
    margin-top: -6px;
  }
.region_group_a_group_06 img, .region_group_a_group_06 .views-row.landscape, .region_group_a_group_03 img, .region_group_a_group_03 .views-row.landscape  {
max-width:413px;
}	
.region_group_a_group_06 .portrait img, .region_group_a_group_06 .views-row.portrait, .region_group_a_group_03 .portrait img, .region_group_a_group_03 .views-row.portrait  {
max-width:206px;
}	
#subheader .container .subheader-text p {
  font-size: 1.1rem;
  line-height: 1.35em;
}	

.path-veranstaltungen-ausstellungen .view-magazin .view-header {
width:100%;
flex:0 0 100%;
-ms-flex:0 0 100%;
-webkit-flex:0 0 100%;	
padding-bottom:0px;	
padding-top:0px;
}
.view-veranstaltungen, .view-fuehrungen {
    padding-top: 76px;
  }
  .view-veranstaltungen .views-field-title a,.view-fuehrungen .views-field-title a {
  text-decoration: none;
  font-size: 1.1rem;
  }
}


@media (max-width: 600px) {
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header {
padding-bottom:0px;
margin-bottom:0px;
}	
.path-veranstaltungen-ausstellungen  .view-ausstellungen h2 {
margin-bottom: 20px;
}
.page-type-veranstaltung .region-content .row .cols .headerblock, 
.page-type-fuehrung .region-content .row .cols .headerblock {
display: table; /* Fallback IE<9 */
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;  	
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row,.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row {

  margin-bottom: 35px;
}
.page-type-seite-mit-bildern .node-taxonomy-container:not(.field--name-field-logo) {
  width: 100%;
  max-width: 100%;
 margin-right:0px;
 float:none;
}
.page-type-seite-mit-bildern .field--type-text-long ul {
  overflow: default;
}
.region-exhibitions-home,  .region-events-home, 
.view-ausstellungen .views-infinite-scroll-content-wrapper,
 .view-veranstaltungen .view-content  .views-infinite-scroll-content-wrapper,
 .view-fuehrungen .view-content  .views-infinite-scroll-content-wrapper,
#block-wienbibliothek-views-block-aktuelles-block-1, #block-wienbibliothek-views-block-aktuelles-block-1 .view-content {
display:block;	
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row, .path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header,
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header,
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .view-header {
width: 100%;
  margin-right:0%;
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header,
.path-veranstaltungen-ausstellungen .view-fuehrungen .view-header {
margin-bottom:0px;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row div[class*="bild"] *, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row div[class*="bild"] *, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row div[class*="bild"] * {
width:100%;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen h2 {
  margin-top: 0px;
}
#block-wienbibliothek-views-block-aktuelles-block-1 .views-row {
margin-bottom:50px;
}
.colored-box {
  padding: 20px 20px 1px 20px;
}
}

@media (max-width: 500px) {
 header {
    margin-bottom: 21px;
  }	
header a.logo {
background:transparent url('../images/Logo-Wienbibliothek-im-Rathaus_mobil.svg') no-repeat left top;
background-size:165px 46px;
width:165px;
height:46px;
padding-top:0px;
margin-bottom: -50px;
}
footer .footer-block, footer .footer-block:nth-child(3){
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom:0;
	padding-top:25px;
	margin-top:0px;
	border-top:1px solid #000;
border-right:none;
}
footer .footer-block:first-child ul {
margin-bottom:30px;	
}
footer .footer-block:first-child {
margin-top:0px;	
padding-top:0px;
border-top:none;
}
footer .footer-block:nth-child(2) {
padding-bottom:30px;
}
}
@media (max-width: 480px) {
	#subheader .container img {
max-width:100%;
}
.view-header h2 {
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;	
}
#block-wienbibliothek-veranstaltungenhomepage  .views-row,
.region-magazin-home .views-row, .region-events-home .views-row, .region-magazin-home .views-row, .region-events-home .views-row  {
  width: 272px !important;
  flex: 0 0 272px !important;
  -ms-flex: 0 0 272px !important;
  -webkit-flex: 0 0 272px !important;
}
 .region-exhibitions-home .views-row {
    width: 250px !important;
    flex: 0 0 250px !important;
    -ms-flex: 0 0 250px !important;
    -webkit-flex: 0 0 250px !important;
  }
.region-events-home .views-row, .path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .views-row {
  padding-right: 25px;
}
.region-exhibitions-home .views-field-field-bild-1 {
height: 333px;
overflow: hidden;
margin-bottom:0px;
}
.region-exhibitions-home .views-row h3, #block-wienbibliothek-veranstaltungenhomepage  .views-row h3, .path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row h3 {
  font-size: 1.2rem;
}
.region-exhibitions-home .views-row .views-field-field-ausstellungsdauer, .path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row .views-field-field-ausstellungsdauer {
  font-size: 0.71rem;
}
.headerblock {
display:flex;
}
.view-magazin .views-row, .view-magazin .view-header, 
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row, .path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .view-header {

  width: 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  margin-bottom:0px;
  margin-top:0px;
  margin-right:0%;
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, .path-veranstaltungen-ausstellungen .view-fuehrungen .views-row {
padding-right:0px;	
}
.view-magazin .views-row, .view-magazin .view-header {
margin-right:0px !important;
margin-bottom:3px;
}
.view-page-frontpage .view-magazin .views-row {
margin-bottom:20px;
}
.region-exhibitions-home .views-row, #block-wienbibliothek-veranstaltungenhomepage  .views-row {
 margin-bottom: 10px;
}
.view-magazin .view-header {
padding-bottom:0px;
padding-top:0px;
}
.view-magazin .views-row {
margin-top: 0px !important;
}
.view-magazin .view-header .views-row {
margin-top: 0px !important;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .views-row, 
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .views-row, 
.path-veranstaltungen-ausstellungen .view-fuehrungen .view-header {
margin-bottom:30px;
}
.path-veranstaltungen-ausstellungen  .view-ausstellungen .views-row {
margin-bottom:25px;
}
.path-veranstaltungen-ausstellungen .view-veranstaltungen .view-header, .path-veranstaltungen-ausstellungen .view-fuehrungen .view-header  {
padding-bottom:20px;
margin-bottom:0px;
}
.view-magazin .views-infinite-scroll-content-wrapper {
margin-bottom:20px;	
}
  .path-veranstaltungen-ausstellungen  .view-ausstellungen .view-header {
padding:0px;  
}
.js-form-item-la-plz, .js-form-item-la-ort, .js-form-item-plz-en-5, .js-form-item-ort-en-5, .js-form-item-plz-5, .js-form-item-ort-5 {
width: 100%;
float: none;
margin-right:0px;
}
#edit-art-der-verwendung-en--wrapper {
margin-bottom:15px;
}
 #subheader .container .subheader-text p.subheader-subtitle {
    padding-right:0px;
    padding-top: 45px;
  }
}


@media (max-width: 470px) {
.region-highlight-pix {
display:block;
}

.region-highlight-pix .block {
margin-right: auto;
margin-left: auto;
width:100%;	
}
  .region-highlight-pix .block a, .region-highlight-pix .block a:link, .region-highlight-pix .block a:visited {
    font-size: 0.8rem;
  }
}


@media (max-width: 450px) {
.region_group_a_group_06 img, .region_group_a_group_06 .views-row.landscape, .region_group_a_group_03 img, .region_group_a_group_03 .views-row.landscape  {
max-width:310px;
}	
.region_group_a_group_06 .portrait img, .region_group_a_group_06 .views-row.portrait, .region_group_a_group_03 .portrait img, .region_group_a_group_03 .views-row.portrait  {
max-width:155px;
}		
}

#block-wienbibliothek-views-block-magazin-block-1, #block-wienbibliothek-views-block-ausstellungen-block-1  {
order:3;
}
#block-wienbibliothek-magazinhomepage,#block-wienbibliothek-ausstellungenhomepage  {
order:1;
}
.region-magazin-home .slider-controls, .region-exhibitions-home .slider-controls {
order:2;	
}
.region-magazin-home > p, .region-exhibitions-home > p  {
  order: 4;
 width:100%;
 flex:100%;
}
.region-exhibitions-home > p  {
margin-top:10px;	
}