/*!
Theme Name: Majac
Author: Mark Schwindt
Author URI: https://www.markschwindt.com/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: majac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Majac is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	border-radius: 0px 0px 10px 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
#page {
	width: 1080px;
    margin: 0 auto;
    background: #fff;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.site-header {
	height: 445px;
}
.site-branding {
	top: 77px;
    left: 45px;
    position: relative;
}
.site-logo {
    height: 200px;
    top: 100px;
    left: 45px;
    position: relative;
    margin-bottom: 47px;
    width: 500px;
}
.site-main {
	margin-bottom: 45px;
}
.cls-1 {
	fill:#003761;
}
/*--<!--
body.home .cls-1, body.category-home .cls-1, body.category-startseie .cls-1 {
	fill:#b5dff8;
}
body.category-gender-studies .cls-1, body.category-gender-studies-en .cls-1 {
	fill:#C0B0D7;
}
body.category-kommunikation .cls-1, body.category-communication .cls-1 {
	fill:#FFF4B3;
}
body.category-gender-lab .cls-1, body.category-gender-lab-en .cls-1 {
	fill:#F5B0C6;
}
body.category-gender-in-society .cls-1, body.category-gender-in-society-en .cls-1 {
	fill:#F8CDAD;
}
body.category-kontakt .cls-1, body.category-contact .cls-1 {
	fill:#D6E5AD;
}
.cls-2 {
	fill: #003761;
} --!> 
{
	animation: colorchange 50s infinite; 
    -webkit-animation: colorchange 50s infinite; Chrome and Safari 
    }

    @keyframes colorchange
    {
      0%   {background: #EBF5F5;}
      25%  {background: #F5F5FF;}
      50%  {background: #FFF5F5;}
      75%  {background: #F5FFF5;}
      100% {background: #EBF5F5;}
    }

    @-webkit-keyframes colorchange Safari and Chrome - necessary duplicate 
    {
	  0%   {background: #EBF5F5;}
      25%  {background: #F5F5FF;}
      50%  {background: #F5EBF5;}
      75%  {background: #FFF5F5;}
      100% {background: #F5FFF5;}
    }
*/
.m {
  	animation-duration: 30s;
	animation-name: pulse_m;
	animation-iteration-count: 1;
}

@keyframes pulse_m {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #b5dff8;
  }
  100% {
    fill: #003761;
  }
}

.a-1 {
  animation-duration: 30.01s;
	animation-name: pulse_a-1;
	animation-iteration-count: 1;
}

@keyframes pulse_a-1 {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #C0B0D7;
  }
  100% {
    fill: #003761;
  }
}

.j {
  animation-duration: 30.02s;
	animation-name: pulse_j;
	animation-iteration-count: 1;
}

@keyframes pulse_j {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #F5B0C6;
  }
  100% {
    fill: #003761;
  }
}

.a-2 {
  	animation-duration: 30.03s;
	animation-name: pulse_a-2;
	animation-iteration-count: 1;
}

@keyframes pulse_a-2 {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #F8CDAD;
  }
  100% {
    fill: #003761;
  }
}

.c {
  	animation-duration: 30.04s;
	animation-name: pulse_c;
	animation-iteration-count: 1;
}

@keyframes pulse_c {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #FFF4B3;
  }
  100% {
    fill: #003761;
  }
}

.s {
  	animation-duration: 30.05s;
	animation-name: pulse_s;
	animation-iteration-count: 1;
}

@keyframes pulse_s {
  0% {
    fill: #003761;
  }
	  98% {
    fill: #003761;
  }
  99% {
    fill: #D6E5AD;
  }
  100% {
    fill: #003761;
  }
}

#rub-wordmark {
	position: absolute;
    margin: 30px;
}
.site-content {
	padding: 45px;
	padding-bottom: 0;
}
.content-area {
	width: 695px;
    display: inline-flex;
}
.widget-area {
	width: 250px;
    float: right;
}
.site-footer {
	height: 0;
}
.site-info {
    float: right;
    font-size: small;
    padding: 3px;
    position: relative;
}
.site-info a{
	text-decoration: none;
	color: #000;
}
.site-info a:hover{
	opacity: 0.75;
}
.site-info a:visited{
	color: #000;
}
body.category .entry-content, body.home .entry-content {
	display: none;
}
body.category .attachment-post-thumbnail, body.home .attachment-post-thumbnail {
	object-fit: cover;
  	width:325px;
  	height:325px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
body.category .attachment-post-thumbnail:hover, body.home .attachment-post-thumbnail:hover {
box-shadow: 0 6px 12px rgba(0,0,0,0.16), 0 12px 12px rgba(0,0,0,0.23);
	opacity: 0.9;
}
body.category .post-thumbnail::after, body.home .post-thumbnail::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  height: 150px;
	bottom: 155px;
  content: '';
	border-radius: 5px;
}
article.category-gender-studies .entry-header, article.category-gender-studies-en .entry-header  {
	border-bottom-color: #C0B0D7;
}
article.category-startseite .entry-header, article.category-home .entry-header {
	border-bottom-color: #B5DFF8;
}
article.category-gender-studies .entry-header a:hover, article.category-gender-studies-en .entry-header a:hover{
	color: #C0B0D7;
}
article.category-kommunikation .entry-header, article.category-communication .entry-header  {
	border-bottom-color: #FFF4B3;
}
article.category-kommunikation .entry-header a:hover, article.category-communication .entry-header a:hover{
	color: #FFF4B3;
}
article.category-startseite .entry-header a:hover, article.category-home .entry-header a:hover{
	color: #B5DFF8;
}
article.category-gender-lab .entry-header, article.category-gender-lab-en .entry-header  {
	border-bottom-color: #F5B0C6;
}
article.category-gender-lab .entry-header a:hover, article.category-gender-lab-en .entry-header a:hover{
	color: #F5B0C6;
}
article.category-gender-in-society .entry-header, article.category-gender-in-society-en .entry-header  {
	border-bottom-color: #F8CDAD;
}
article.category-gender-in-society .entry-header a:hover, article.category-gender-in-society-en .entry-header a:hover{
	color: #F8CDAD;
}
article {
	z-index: 999;
}
article.category .copyright {
	display: none;
}
body.category .entry-header, body.home .entry-header {
    left: 25px;
	right: 25px;
    position: absolute;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    width: auto;
	z-index: 9999;
	bottom: 25px;
}
body.category .entry-title, body.home .entry-title {
	margin-block-end: 5px;
	margin-block-start: 0;
    font-family: 'Flama', sans-serif;
    text-transform: uppercase;
	line-height: 1.2;
	font-weight: 100;
	font-size: 1.3em;
}
body.category .entry-title a, body.home .entry-title a {
	color: #fff;
}
body.category-archiv .entry-title a {
	color: #003761;
}
body.category-archiv .entry-title a:hover {
	color: #34A3FF;
}
body.category-archiv .entry-title {
    text-transform: inherit;
}
body.category .site-main, body.home .site-main {
	display: flex;
    height: auto;
    flex-wrap: wrap;
    align-content: flex-start;
	gap: 45px;
}
body.category .post, body.home .post {
	margin: 0;
	height: 325px;
	position: relative;
}
body.category-archiv .site-main {
	display: block;
	flex: 1 1 100%;
}
body.category-archiv .post {
	margin: 0;
	height: auto;
	width: 100%;
	padding-bottom: 4em;
}
body.category-archiv .entry-header {
    left: 0;
	right: 0;
    border-bottom-width: .5px;
    border-bottom-style: solid;
    width: 100%;
	z-index: 9999;
	bottom: 0;
	top: 0;
	position: relative;
}
body.category .category-wide, body.category .category-wide-de, body.category .category-wide-en, body.home .category-wide {
	margin-right: 0;
	height: 388px;
}
body.category .page-header, body.home .page-header  {
	margin-bottom: -4px;
	width: 100%;
}
body.category .category-wide .entry-content {
	display: none;
    position: relative;
    top: -261px;
    margin-bottom: -266px;
    padding: 0 25px 0 25px;
    background: #f5f5ff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.24);
}
.category-wide .post {
    margin-right: 0px !important;
}
body.category article.category-wide .post-thumbnail img, body.category article.category-wide-de .post-thumbnail img, body.category article.category-wide-en .post-thumbnail img, body.home article.category-wide .post-thumbnail img{
	width: 100vw;
	height: 388px;
	border-radius: 5px 5px 5px 5px;
}
body.category article.category-wide .post-thumbnail::after, body.home article.category-wide .post-thumbnail::after{
	border-radius: 5px 5px 5px 5px;
}
body.category article.category-wide h2, body.home article.category-wide h2{
	font-size: 1.8em;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.3em;
	font-weight: 100;
	margin: 0.67em 0 0.4em;
}
.page-header {
	margin-bottom: 30px;
}
.copyright {
    top: -30px;
    color: #fff;
    position: relative;
    font-size: 10pt;
    right: 8px;
    float: right;
    height: 5px;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
figcaption {
	margin-top: 0 !important;
    margin-bottom: 1em !important;
    color: #404040 !important;
    font-size: 1rem !important;
    text-align: left !important;
}
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -6px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
table {
	font-size: .8em;
}
summary {
	display: list-item;
}
.half {
  float: left;
  width: 100%;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #003761;
  line-height: 3;
  cursor: pointer;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #F5F5FF;
  transition: max-height .35s;
	color: #404040;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}

i {
  position: absolute;
  transform: translate(-15px, -28px);
  right: 10px;
}
i:before, i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 3px;
  height: 9px;
}
i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
i:after {
  transform: translate(2px, 0) rotate(45deg);
}
input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(45deg);
}


/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
.search-form {
	margin-bottom: 45px;
}
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face{font-family:"Flama";src:url(https://mariejahodacenter.ruhr-uni-bochum.de/wp-content/uploads/2019/01/flamapro-basic.eot);src:url(https://mariejahodacenter.ruhr-uni-bochum.de/wp-content/uploads/2019/01/flamapro-basic.woff) format("woff"),url(https://mariejahodacenter.ruhr-uni-bochum.de/wp-content/uploads/2019/01/flamapro-basic.ttf) format("truetype"),url(https://mariejahodacenter.ruhr-uni-bochum.de/wp-content/uploads/2019/01/flamapro-basic.svg#Flama) format("svg");font-weight:normal;font-style:normal;}
@font-face{font-family:"Flama";src:url(https://mariejahodacenter.rub.de/wp-content/uploads/2019/01/flamapro-basic.eot);src:url(https://mariejahodacenter.rub.de/wp-content/uploads/2019/01/flamapro-basic.woff) format("woff"),url(https://mariejahodacenter.rub.de/wp-content/uploads/2019/01/flamapro-basic.ttf) format("truetype"),url(https://mariejahodacenter.rub.de/wp-content/uploads/2019/01/flamapro-basic.svg#Flama) format("svg");font-weight:normal;font-style:normal;}

/* vietnamese */
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.site-branding {
	border-bottom: 15px solid #003761;
    width: 990px;
	padding-bottom: 10px;
}
.site-title {
	font-family: 'Flama', sans-serif;
	font-size: 2.09em;
    font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.site-title a{
	text-decoration: none;
	color: #003761;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.site-title a:visited{
	color: #003761;
}
.widget-title {
	font-weight: 100;
}
.tribe-events-tooltip .entry-title {
	padding-left: 5px;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
    color: #34A3FF;
}
.archive-description {
	padding-bottom: 15px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

/* body {
	animation: colorchange 50s infinite; 
    -webkit-animation: colorchange 50s infinite; Chrome and Safari 
    }

    @keyframes colorchange
    {
      0%   {background: #EBF5F5;}
      25%  {background: #F5F5FF;}
      50%  {background: #FFF5F5;}
      75%  {background: #F5FFF5;}
      100% {background: #EBF5F5;}
    }

    @-webkit-keyframes colorchange Safari and Chrome - necessary duplicate 
    {
	  0%   {background: #EBF5F5;}
      25%  {background: #F5F5FF;}
      50%  {background: #F5EBF5;}
      75%  {background: #FFF5F5;}
      100% {background: #F5FFF5;}
    }
	 background: #F4F6FF;
	 Fallback for when there is no custom background color defined. */

body {
	background: #f5f5ff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	padding: 0.3em;
}

td {
	padding: 0.3em;
}

.contact {
    background-color: #F5F5FF;
    padding: 5px 20px;
    width: fit-content;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contact p {
	padding-bottom: 12px;
    margin-block-start: 8px;
    margin-bottom: 12px;
	border-bottom: solid;
    border-bottom-color: #003761;
    border-bottom-width: 12px;
    font-size: .85em;

}
.contact h4 {
	font-size: 2.2em;
    font-weight: 100;
	color: #003761;
	margin-top: 0;
    margin-bottom: -10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 10px;
    color: #003761;
    background: #fff;
    border-style: solid;
    border-width: 4px;
    border-color: #003761;
    font-family: 'Flama', sans-serif;
    font-size: 1em;
    padding: 5px 10px;
    text-transform: uppercase;
}
.wp-block-file .wp-block-file__button {
    background: #003761;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #34A3FF;
	color: #34A3FF;
	cursor: pointer;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #34A3FF;
	color: #34A3FF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.entry-content ul {
    padding-inline-start: 0px;
    margin-left: 25px;
    list-style-type: square;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.post-navigation {
	display: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #34A3FF;
	text-decoration: none;
}

a:visited {
	color: #34A3FF;
}

a:hover, a:focus, a:active {
	color: #003761;
	transition: .5s;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation {
	float: right;
    display: inline-grid;
    height: 460px;
    text-align: center;
    overflow: hidden;
	right: calc(50% - 540px);
	position: absolute;
	z-index: 9999;
}
.main-navigation ul{
	list-style: none;
}
.main-navigation li{
	padding-top: 26px;
    padding-bottom: 26px;
	text-decoration: none;
	font-family: 'Flama', sans-serif;
	left: 180px;
	position: relative;
	z-index: 999999999;
}
.main-navigation li:first-child { 
  	background-color: #B5DFF8;
	border-radius: 10px 0px 0px 0px;
}
.main-navigation li:nth-child(2) { 
  	background-color: #C0B0D7;
}
.main-navigation li:nth-child(3) { 
  	background-color: #F5B0C6;
}
.main-navigation li:nth-child(4) { 
  	background-color: #F8CDAD;
}
.main-navigation li:nth-child(5) { 
  	background-color: #FFF4B3;
}
.main-navigation li:nth-child(6) { 
  	background-color: #D6E5AD;
	border-radius: 0px 0px 0px 10px;
}
.main-navigation li{
  	transition: .7s ease;
}
.main-navigation li:hover {
	left: 0;
	border-radius: 10px 0px 0px 10px;
}
.main-navigation li:active {
  	background-color: #2c3e50;
  	transition: 0s;
  	color: #ecf0f1;
}
.main-navigation a {
	padding: 25px;
	color: #003761;
	text-transform: uppercase;
}
.main-navigation a:hover {
	color: #34A3FF;
}
.menu-button {
	border-radius: 10px;
	color: #003761;
	background: #fff;
	border-style: solid;
	border-width: 4px;
	font-family: 'Flama', sans-serif;
	padding: 5px 10px !important;
	z-index: 99999999;
	top: 18px;
	right: 40px;
	position: absolute;
}
.active {
	left: 0px !important;
}
li.active:hover {
	border-radius: 0px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
/*
}
*/
.wp-block-search {
	margin-bottom: 1em;
}
.wp-block-search label {
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
} 
.wp-block-search .wp-block-search__input {
	border-radius: 10px 0 0 10px;
	border-color: #34A3FF;
}
.wp-block-search .wp-block-search__button {
	border-radius: 0 10px 10px 0;
	color: #003761;
	background: #fff;
	border-style: solid;
	border-color: #003761;
	border-width: 4px;
	transition: .5s;
	margin-left: 0;
}
.wp-block-search .wp-block-search__button:hover {
	color: #34A3FF;
	border-color: #34A3FF;
}
.widget select {
	max-width: 100%;
}
.widget {
	border-bottom: solid;
	border-bottom-width: 12px;
	border-bottom-color: #003761;
	margin-top: 35px;
	margin-bottom: 45px;
}
.widget_text li, .widget_recent_entries li {
	display: block;
    background-color: #f5f5ff;
    margin: 0;
    padding: 5px 10px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
    margin-bottom: 1.2em;
}
.widget a {
	color: #003761;
}
.widget a:hover {
	color: #34A3FF;
}
.widget_text li:hover, .widget_recent_entries li:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.widget_text ul, .widget_recent_entries ul {
    margin: 0;
    padding: 0;
}
ol.tribe-list-widget {
	margin: 0;
	padding: 0;
}
.wp-block-file__button {
	color: white !important;
}
.tribe-events-widget-events-list__header-title {
	font-size: 1.5em !important;
}
.tribe-events-widget-events-list__event-title {
	font-weight: 100 !important;
	font-size: 1rem;
}
.tribe-events-widget-events-list__event-title-link {
	text-decoration: none;
	font-size: 1rem;
	color: #003761 !important;
	border: none !important;
}
.tribe-events-widget-events-list__event-title-link:hover {
	border: none !important;
	color: #34A3FF !important;
}
.tribe-events-widget-events-list__event-row {
	background-color: #f5f5ff;
	margin: 0;
	padding: .5em .5em .5em 0 !important; 
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 5px;
}
.tribe-events-widget-events-list__event-row:hover {
  	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.tribe-events-widget-link {
	margin-bottom: 10px;
}
.tribe-event-title a, .tribe-events-widget-events-list__event-date-tag-daynum {
	color: #003761 !important;
}
.tribe-event-title a:hover {
	color: #34A3FF;
}
.tribe-events-widget-events-list__event-datetime, .tribe-events-widget-events-list__event-date-tag-month {
	font-weight: bold !important;
	color: #003761 !important;
}
.tribe-events-page-title {
	font-size: 2.5em;
    text-align: left;
    margin-top: 5px;
	margin-bottom: 10px;
}
#tribe-bar-collapse-toggle, .tribe-bar-views-inner {
	background: #f5f5ff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#tribe-bar-collapse-toggle:hover, #tribe-bar-collapse-toggle:focus {
	background: #003761;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #003761;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background: #003761;
}
.tribe-events-calendar th, #tribe-bar-views-toggle:hover {
	background-color: #f5f5ff;
}
.tribe-bar-views-list, #tribe-bar-views-toggle:focus, .tribe-bar-views-option:hover, .single-tribe_events .tribe-events-event-meta {	
	background: #f5f5ff !important;
}
.tribe-bar-views-option.tribe-bar-active, .tribe-events-button:hover {
	background: #34A3FF !important;
}
.tribe-bar-submit {
	margin: 0 auto;
}
#tribe-events .tribe-events-button, .tribe-events-button {
	background-color: #003761;
}
.tribe-events-list-separator-month {
	background-color: #003761;
	color: #fff;
}
.ssp-volume {
	display: none;
}

/*--------------------------------------------------------------
# Languages
--------------------------------------------------------------*/

.languages {
    position: absolute;
    list-style: none;
    right: calc(50% - 320px);
    top: 18px;
    display: flex;
    z-index: 99999;
    font-family: 'Flama', sans-serif;
}
.lang-item {
	border-color: #003761;
    border-style: solid;
    border-width: 4px;
	background: #fff;
	color: #003761;
	padding: 5px 8px 5px 8px;
}
.lang-item:first-child {
	border-radius: 10px 0px 0px 10px;
	border-right-width: 0;
}
.lang-item:last-child {
	border-radius: 0px 10px 10px 0px;
	border-left-width: 0;
}
.current-lang {
    border-color: #003761;
    border-style: solid;
    border-width: 4px;
	background: #003761;
	border-right-width: 4px !important;
	border-left-width: 4px !important;
}
.current-lang a:visited {
    color: #fff !important; 
	cursor: default;
}
.current-lang a {
    color: #fff !important; 
	cursor: default;
}
.lang-item a:visited {
    color: #003761;
}
.lang-item a {
    color: #003761;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-thumbnail {
	display: contents;
}
.single .post-3213 .post-thumbnail, .single .post-3200 .post-thumbnail {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
	body {
		overflow-x: hidden;
		border-radius: 0px;
	}
	#page {
		width: 100%;
		overflow-x: hidden;
		border-radius: 0px;
	}
	.post {		
		margin: 0;
		width: calc(100vw - 105px);
	}
	.main-navigation {
	right: 0px;
	}
	.main-navigation li{
	left: 200px;
	padding-top: 24px;
    padding-bottom: 24.3px;
	}
	.content-area {
		width: 100%;
	}
	.site-title {
		font-size: 20pt;
	}
	.site-header {
		height: initial;
		margin-bottom: 55px;
	}
	.site-footer {
		height: 40px;
		margin-bottom: 40px;
		margin-top: 45px;
	}
	.site-info {
		text-align: center;
		float: initial;
	}
	.widget-area {
    	width: auto;
    	float: none;
	}
	.site-branding {
		width: calc(100% - 90px);
	}
	.languages {
		right: 220px;
	}
	body.category .post, body.home .post {
		width: auto;
		height: calc(50vw - 75px);
	}
	body.category-archiv .post {
		height: 100px;
	}
	body.category .attachment-post-thumbnail, body.home .attachment-post-thumbnail {
    width: calc(50vw - 75px);
	height: calc(50vw - 75px);
	}
	body.category .category-wide, body.category .category-wide-de, body.category .category-wide-en, body.home .category-wide {
	height: 388px;
	}
	body.category article.category-wide .post-thumbnail img, body.category article.category-wide-de .post-thumbnail img, body.category article.category-wide-en .post-thumbnail img, body.home article.category-wide .post-thumbnail img{
	height: 388px;
	}
}
@media screen and (max-width: 720px) {
	.menu-toggle {
		display: none;
	}
	.site-main {
		flex-direction: column;
	}
	#page {
		padding: 15px;
		padding-top: 0;
	}
	.site-content {
		padding: 0;
	}
	body.category .post, body.home .post {
		margin-right: 0px;
		margin-bottom: 15px;
		height: calc(100vw - 30px);
   		width: auto;
	}
	body.category-archiv .post {
		height: 100px;
	}
	body.category .attachment-post-thumbnail, body.home .attachment-post-thumbnail {
    	height: calc(100vw - 30px);
    	width: auto;
	}
	body.category .entry-header, body.home .entry-header {
    	left: 25px;
		right: 25px;
    	width: auto;
	}
	body.category-archiv .entry-header {
    	left: 0;
		right: 0;
	}
	body.category .post, body.home .post {
    margin-right: 0px !important;
}

	body.category article.category-wide h2, body.category article.category-wide-de h2, body.category article.category-wide-en h2, body.home article.category-wide h2, body.category .entry-title, body.home .entry-title {
    font-size: 1.5em;
		font-weight: bold;
}
	body.home article.category-wide .post-thumbnail::after, body.category article.category-wide .post-thumbnail::after {
		height: 250px;
bottom: 255px;
	}
		body.category .category-wide, body.category .category-wide-de, body.category .category-wide-en, body.home .category-wide {
	height: calc(100vw - 30px)
	}
	body.category article.category-wide .post-thumbnail img, body.category article.category-wide-de .post-thumbnail img, body.category article.category-wide-en .post-thumbnail img, body.home article.category-wide .post-thumbnail img{
	height: calc(100vw - 30px)
	}
		.site-footer {
		margin-top: 0px;
			margin-bottom: 25px;
	}
	.site-logo, #rub-wordmark {
		height: 40px;
    	display: block;
    	position: absolute;
    	top: 16px;
    	width: 200px;
    	left: calc(50% - 92px);
	}
		#rub-wordmark {
    	display: none;
	}
	.site-branding {
		left: 0;
		width: auto;
		font-weight: bold;
		top: 60px;
	}
	.languages {
		top: 15px;
    left: -25px;
    margin: 0;
	}
	.menu-button {
    top: 15px;
    right: 15px;
}
	#primary-menu {
		margin: 0;
		padding: 0;
	}
		.post {		
		margin: 0;
		width: auto;
	}
	p {
		font-size: 1.2em;
	}
	figcaption {
		font-size: 1.2em !important;
	}
	h1 {
		font-size: 1.8em;
	}
	.site-title {
		display: none;
		font-size: 1.2em;
	}
	.site-header {
    height: 50px;
}
	.tribe-events-sub-nav li a {
    background: #003761;
}
	.tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar .tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar td.mobile-active, .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a {
    background-color: #003761;
}
}