/*
Theme Name: airt
Theme URI: http://underscores.me/
Author: Florentin Luca Rieger
Author URI: http://cargocollective.com/florentinlucarieger
Description: A Custom Theme for the AIRT Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airt
Tags:

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.

airt is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
	## Formidable
# Header
# Main Container
	## Background
	## Sticky Note
	## Screens
		### Screen 1
		### Screen 2
		### Screen 3
		### Screen 4
			#### Switch
		### Screen 5
		### Screen 6
			#### Site Branding
			#### Social Media
			#### Contact Info
			#### Contact Form
# Navigation
	## Links
	## Menus
		### Search Field
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: TriviaGroteskR3;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	font-family: TriviaGroteskR2;
}

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

h2 {
	font-family: TriviaGroteskR3;
}

h3 {
	font-family: TriviaGroteskR2-Bold;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.125rem;
}

h3 {
	font-size: 1rem;
}

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%;
}

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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. */
}

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

.ut-select {
    display: inline-block;
    position: relative;
    margin: 0;
    width: 100%;
}

.ut-select:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 17px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #AFAFAF;
    border-right: 2px solid #AFAFAF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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: 3px;
	padding: 3px;
}

select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: 1px solid #ccc;
}

select::-ms-expand {
    display: none;
}

textarea {
	width: 100%;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
		opacity: 0;
}

::-webkit-input-placeholder {
	font-family: TriviaGroteskR3;
	font-size: 1rem;
	color: rgba(170, 170, 170, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
	font-family: TriviaGroteskR3;
	font-size: 1rem;
  color: rgba(170, 170, 170, 0.5);
}

::-moz-placeholder {  /* Firefox 19+ */
	font-family: TriviaGroteskR3;
	font-size: 1rem;
  color: rgba(170, 170, 170, 0.5);
}

:-ms-input-placeholder {
	font-family: TriviaGroteskR3;
	font-size: 1rem;
  color: rgba(170, 170, 170, 0.5);
}

/*--------------------------------------------------------------
## Formidable
--------------------------------------------------------------*/

.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
  text-indent: 0;
  padding-left: 0;
}

.frm_form_field.frm_half {
	margin-left: 0;
	max-width: 230px;
}

.frm_form_field.frm_half.first {
	margin-right: 27px;
}

.frm_style_formidable-style.with_frm_style legend + h3,
.frm_style_formidable-style.with_frm_style h3.frm_form_title {
	margin-bottom: 38px;
	font-family: TriviaGroteskR2-Bold;
	font-size: 1rem;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label {
	font-family: TriviaGroteskR3;
	font-size: 0.875rem;
	color: #666666;
}

.frm_style_formidable-style.with_frm_style .frm_radio {
	float: left;
  margin: 0 30px 0 0;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox {
	margin: 0 0 17px 0;
}

.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
	font-family: TriviaGroteskR3;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea  {
	font-family: TriviaGroteskR3;
	height: 50px;
	border-radius: 5px;
  background-color: #fbfbfb;
  border: solid 1px #cdcdcd;
}

.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.frm_style_formidable-style.with_frm_style input[type=email]:focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus  {
	background: #fbfbfb !important;
	box-shadow: 0 0 3px 0 #25b5c7 !important;
  border: solid 1px #25b5c7 !important;
}

.frm_style_formidable-style.with_frm_style textarea {
	height: 94px;
}

.box-description {
	display: block;
	padding: 0 0 0 30px;
	font-size: 1rem;
}

.with_frm_style .frm_submit {
	float: right;
	clear: none;
}

.frm_style_formidable-style.with_frm_style input[type=submit] {
	width: 118px;
  height: 45px;
	float: right;
	margin: 13px 0 0 0;
	border: 0;
  border-radius: 5px;
	background-color: #25b5c7;
	color: #fff;
	font-size: 1rem;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover {
	  background-color: #219dad;
		color: #fff;
}

.with_frm_style .frm_radio input[type=radio] + span,
.with_frm_style .frm_checkbox input[type=checkbox] + span {
	position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.with_frm_style .frm_radio input[type=radio] + span:before,
.with_frm_style .frm_checkbox input[type=checkbox] + span:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 20px;
	width: 20px;
	border: 1px solid #25b5c7;
	border-radius: 2px;
	visibility: visible;
	text-align: center;
	background: #fbfbfb;
}

.with_frm_style .frm_radio input[type=radio] + span:after,
.with_frm_style .frm_checkbox input[type=checkbox] + span:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 20px;
	width: 20px;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
	visibility: visible;
	text-align: center;
	background: #fbfbfb;
}

.with_frm_style .frm_radio input[type=radio]:checked + span:after,
.with_frm_style .frm_checkbox input[type=checkbox]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	box-sizing: content-box;
	height: 14px;
	width: 14px;
	border: 1px solid #fff;
	border-radius: 2px;
	visibility: visible;
	text-align: center;
	background: #25b5c7;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	width: 100%;
	text-align: center;
}


section.hero-projects nav.project-languages {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: right;
}

nav.project-languages {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .8125rem;
}

nav.project-languages li {
    margin-bottom: 1rem;
}

nav.project-languages a {
    font-weight: 700;
}

/*--------------------------------------------------------------
# Main Container
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/

#container-background {
    background: url(img/background.png) no-repeat bottom center;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
		overflow: hidden;
}

.background-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 2500px;
    width: 100%;
    z-index: 1;
    background: #caf9ff;
    background: -moz-linear-gradient(top, #caf9ff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #caf9ff 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #caf9ff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caf9ff', endColorstr='#ffffff',GradientType=0 );
}

/*--------------------------------------------------------------
## Sticky Note
--------------------------------------------------------------*/

.sticky-container {
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
  max-width: 1145px;
  z-index: 100;
}

.sticky-position {
	width: 200px;
	margin-left: 70%;
}

.sticky-note {
	position: fixed;
	bottom: 15%;
	width: 200px;
	height: 200px;
	text-align: left;
	background-color: #ef0d83;
	border-radius: 50%;
}

.sticky-note section {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
}

.sticky-note h2 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.11;
  letter-spacing: 1.3px;
}

.sticky-note .date {
	font-size: 0.8rem;
}

.sticky-note .more-link {
	display: block;
	font-family: TriviaGroteskR2-Bold;
	font-size: 1rem;
	line-height: 2.5;
	letter-spacing: 1px;
	color: #fff;
}

.sticky-note .more-link:hover {
	font-family: TriviaGroteskR2;
	color: #fff;
}

.clickable-area {
	display: block;
	width: inherit;
	height: inherit;
	cursor: pointer;
}

.close-btn {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background-color: #E6E6E6;
	border-radius: 50%;
	color: #403052;
}

.close-btn:hover {
	background-color: #403052;
	color: #e6e6e6;
}

.close-btn .fa-times {
	font-size: 2rem;
	padding: 8px 0 0 12px;
}

/*--------------------------------------------------------------
## Position Indicator
--------------------------------------------------------------*/
.position-indicator {
	position: fixed;
	top: 2%;
	margin-left: -100px;
}

.vertical-line {
	height: 470px;
	border-left: 2px solid #503d66;
}

.position-on-line {
	position: relative;
	left: -8px;
	margin: 52px 0 0 0;
}

.position-point {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #503d66;
	background: #fff;
	box-shadow: 0 0 0 4px #fff;
}

.position-on-line a {
	position: absolute;
	top: -3px;
	left: 20px;
	display: inline-block;
	font-family: TriviaGroteskN3;
	color: #503d66;
	min-width: 81px;
}

.two-lines a {
	top: -15px;
}

.position-on-line a.active {
	background: #503d66;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #fff;
}

.position-on-line a.active:before {
  content:"";
  position: absolute;
	top: 7px;
  left: -4px;

  width: 0;
  height: 0;

  border-top: 5px solid transparent;
  border-right: 5px solid #503d66;
  border-bottom: 5px solid transparent;
}

.two-lines a.active:before {
	top: 17px;
}

/*--------------------------------------------------------------
## Screens
--------------------------------------------------------------*/

.screen {
	max-width: 1145px;
	margin: 0 auto;
	height: 850px;
  position: relative;
	padding-top: 1px;
  margin-top: -1px;
	outline: none;
}

.more-link {
	font-family: TriviaGroteskR2-Bold;
	font-size: 1.125rem;
	letter-spacing: 1.1px;
}

.exhibition-title,
.about-title {
	text-transform: uppercase;
}


/*--------------------------------------------------------------
### Screen 1
--------------------------------------------------------------*/

.screen-1 {
	margin: 0 auto 120px auto;
	height: 850px;
	text-align: center;
	color: #f2dede;
}

.screen-1 h1 {
	margin: 0 0 20px 0;
	font-family: TriviaGroteskR2-Italic;
	font-size: 6.875rem;
	font-weight: normal;
	line-height: 1.2;
}

.screen-1 h2 {
	margin: 0;
	font-family: TriviaGroteskR1;
	font-size: 1.25rem;
	font-weight: normal;
}

.screen-1 p {
	font-family: TriviaGroteskR2;
}

.welcome-container {
	margin: 100px auto 0 auto;
	max-width: 473px;
}

.scroll-up {
	font-family: TriviaGroteskR2;
	font-size: 1rem;
}

.fa.chevron-big {
	display: block;
	font-size: 2rem;
}

.fa.chevron-small {
	display: block;
	margin: -12px 0 70px 0;
}

.arrow {
	color: #ef0d83;
}

.newsletter-link {
	display: inline-block;
	margin: 38px 0 0 0;
	padding: 8px 40px;
	border-radius: 3px;
	background: #fff;
}

.ringturm-logo {
	float: left;
	margin: 0 0 0 30px;
}

/*--------------------------------------------------------------
### Screen 2
--------------------------------------------------------------*/

.screen-2 {
	max-width: 100%;
	height: inherit;
	background: rgba(250, 250, 250, 0.8);
	-webkit-box-shadow: 0 100px 70px -70px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 100px 70px -70px rgba(0, 0, 0, 0.2);
	box-shadow: 0 100px 70px -70px rgba(0, 0, 0, 0.2);
	color: #3c3352;
}

.latest-exhibition {
	max-width: 1440px;
	height: inherit;
	margin: 0 auto;
}

.screen-2 .img-wrapper {
	width: 50%;
	height: inherit;
	float: right;
	overflow: hidden;
}

.screen-2 .text-wrapper {
	width: 50%;
	float: left;
}

.screen-2 h2 {
	margin: 0;
	font-size: 2.75rem;
	line-height: 1.09;
}

.screen-2 h3 {
	margin: 0 0 22px 0;
	font-family: TriviaGroteskR2;
	font-size: 1rem;
}

.screen-2 p {
	margin: 5px 0 5px 0;
	font-size: 1.5rem;
	line-height: 1.13;
	color: #3e3150;
}

.screen-2 article {
	margin: -1px 0 0 0;
	height: inherit;
}
.screen-2 .wp-post-image {
	float: right;
}

.screen-2 .entry-content {
	float: left;
	margin: 82px 0 0 25%;
	max-width: 70%;
}

.screen-2 .exhibition-period {
	margin: 90px 0 5px 0;
	font-family: TriviaGroteskR2;
	font-size: 1.125rem;
	color: #3e3150;
}
/*--------------------------------------------------------------
### Screen 3
--------------------------------------------------------------*/

.screen-3 {
	margin-top: 85px;
}

.screen-dynamic {
	height: auto;
	font-size: 1.125rem;
}

.screen-dynamic .left-post {
	float: left;
	margin: 40px 40px 80px 40px;
	width: 70%;
}

.screen-dynamic .right-post {
	float: right;
	margin: 40px;
	width: 70%;
}


.screen-dynamic .text-wrapper {
	float: left;
	padding: 30px;
	max-width: 50%;
	background: #fff;
}

.screen-dynamic .img-wrapper {
	position: relative;
	z-index: 2;
	margin: 0;
	float: right;
	max-width: 50%;
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
	line-height: 0;
}

.screen-dynamic .left-post .text-wrapper {
	float: right;
	margin: -20px -20px 0 0;
}

.screen-dynamic .right-post .text-wrapper {
	float: left;
	margin: -20px 0 0 -20px;
	padding: 30px 30px 30px 45px;
}

.screen-dynamic .right-post .img-wrapper {
	float: left;
}

.screen-dynamic .entry-content {
	margin: 0;
}

.screen-dynamic .entry-content h2 {
	margin: 0;
	line-height: 1;
}

.screen-dynamic p {
	margin-bottom: 0;
}

.screen-dynamic .exhibition-period {
	margin: 0 0 10px 0;
	color: rgba(62, 49, 80, 0.6);
}

.about {
	margin: 250px 0 100px 0;
}

.about .left-post {
	float: none;
	margin: 40px auto 0 auto;
	max-width: 90%;
	width: 100%;
}

.screen-4 .about .text-wrapper {
	margin: -120px -20px 0 0;
	padding: 0;
	max-width: 50%;
}

.screen-4 .about .about-title {
	margin: -57px 0 0 0;
	font-family: TriviaGroteskR3;
	font-size: 3.95rem;
	text-align: right;
	color: #503d66;
}

.screen-4 .img-wrapper {
  box-shadow: none;
}

.screen-4 .video-link {
  float: right;
}

.screen-4 .about-link {
  display: inline-block;

  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;

  background-color: #24b5c6;
  color: #fff;
}

.screen-4 .about .about-video-title {
	margin: -57px 0 0 0;
  font-size: 2rem;
  line-height: 1;
  color: #46505a;
  text-align: right;
	font-family: TriviaGroteskR3;
}

.screen-4 .about .about-image-title {
  font-size: 2rem;
  line-height: 1;
  color: #46505a;
}

.screen-4 .about .img-wrapper {
  width: 100%;
}

.about-image {
  position: relative;

  width: 100%;
  height: 300px;

  padding: 20px;
  box-sizing: border-box;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cef9ff;
}

.about-image-title {
  position: relative;
}

.about-image p {
  position: relative;
}

.about-image .about-link {
  position: absolute;
  bottom: 20px;
}

.image-overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.screen-4 .about .image-overlay,
.screen-4 .about .image-overlay .about-image-title,
.screen-4 .about .image-overlay p {
  color: #fff;
}

.about-content {
	padding: 30px;
}

.about p {
	margin: 0;
	color: #757575;
}

.about .more-link {
	display: block;
	margin-top: 1rem;

}

.screen-title {
	margin: 30px auto 80px auto;
	width: 300px;
	font-family: TriviaGroteskR3;
	text-align: center;
	line-height: 1;
	letter-spacing: 2.3px;
	color: #fff;
}

/*--------------------------------------------------------------
### Screen 4
--------------------------------------------------------------*/

.screen-history {
	max-width: 100%;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.2);
}

.timeline-container {
	max-width: 1145px;
	margin: 0 auto;
	padding-top: 1px;
	margin-top: -1px;
}

.history-container {
	margin: 20px 0 70px 0;
	width: 49%;
	float: left;
}

.history-container:last-child {
	float: right;
}

.history-container img {
	width: 100%;
}

.history-container .text-container {
	width: 66%;
	margin: 20px auto 0 auto;
}

.heading-wrapper {
	height: 50px;
	position: relative;
}

.history-container h2 {
	position: absolute;
	bottom: 0;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0;
}

.more-button {
  padding: 12px 25px 10px 25px;
	background: #13aec2;
	color: #fff;
	border-radius: 4px;
}

.more-button:hover {
	color: #fff;
	background: #0f8998;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.screen-history .screen-title {
	color: #404040;
	margin-bottom: 60px;
}

@media screen and (max-width: 838px) {
	.history-container h2 {
		font-size: 1.05rem;
	}
}

@media screen and (max-width: 670px) {

	.history-container .text-container {
		width: 78%;
	}

	.history-container h2 {
		font-size: 1.25rem;
	}

	.history-container {
		width: 100%;
		margin: 0;
		margin-bottom: 60px;
	}

	.history-container:last-child {
		float: left;
	}
}

@media screen and (max-width: 375px) {
	.history-container .text-container {
		margin-top: 10px;
	}

	.history-container h2 {
		font-size: 1rem;
	}
}

.timeline {
	max-width: 1145px;
}

.timeline-switch-container {
	margin: 680px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #cdcdcd;
	text-align: center;
}

.timeline-description {
	display: inline-block;
	margin: 0 30px 0 30px;
	font-family: TriviaGroteskR2;
	font-size: 1.125rem;
	color: #767676;
	text-align: left;
}

.timeline-description .timeline-link {
	color: #767676;
}

.timeline-description.active .timeline-link {
	font-family: TriviaGroteskR2-Bold;
	color: #503d66;
}

/*--------------------------------------------------------------
#### Switch
--------------------------------------------------------------*/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
	width: 85px;
	height: 48px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
	border: 1px solid #dbdcdd;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
	height: 38px;
	width: 38px;
  left: 4px;
  bottom: 4px;
  background-color: #503d66;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #503d66;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(37px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*--------------------------------------------------------------
### Screen 5
--------------------------------------------------------------*/

.screen-5 {
	height: 420px;
}

.newsletter-form .frm_form_fields {
	width: 98%;
	margin: 0 auto;
}

.newsletter-form .frm_top_container {
	display: inline-block;
	width: 80%;
}

.newsletter-form .with_frm_style .frm_top_container label.frm_primary_label {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 25%;
	min-width: 169px;
	font-size: 1rem;
	text-align: right;
	color: #d8d8d8;
}

.newsletter-form .frm_forms input[type="email"] {
	display: inline-block;
	width: 69%;
	height: 82px;
	border-radius: 1px;
	background-color: #fbfbfb;
	box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
	font-size: 1.25rem;
	padding: 0 0 0 37px;
}

.newsletter-form .frm_fields_container {
  position: relative;
}

.newsletter-form .frm_forms .frm_submit {
  position: absolute;
  right: 20px;
  top: 25px;
}

.newsletter-form .frm_forms .frm_submit input {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
  box-shadow: none;
	font-family: TriviaGroteskR2-Bold;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 2px;
  color: #25b5c7;
}

.newsletter-form .frm_forms .frm_submit input:hover {
	background: none;
	color: #25b5c7;
}

.newsletter-form .frm_style_formidable-style.with_frm_style .frm_message {
	margin: 0 auto;
	width: 90%
}

.newsletter-container {
	padding-top: 1px;
	margin-top: -1px;
}

.newsletter-label {
	position: absolute;
	left: 80px;
	top: 280px;
	display: inline-block;
	font-size: 2.188rem;
	color: #503d66;
}

.rotate {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
transform-origin: left top 0;
}

.newsletter-form {
	margin: 145px 70px 0 auto;
	padding: 50px 0 0 0;
	max-width: 945px;
	height: 190px;
	background: #fff;
}

.fa-chevron-right {
	color: #25b5c7;
}
/*--------------------------------------------------------------
### Screen 6
--------------------------------------------------------------*/

.screen-6,
.screen-7 {
	height: auto;
	color: #3e2f4f;
}

/*--------------------------------------------------------------
#### Site Branding
--------------------------------------------------------------*/

.screen-7 .site-branding {
	overflow: hidden;
	text-align: center;
}

.screen-7 .site-title {
	font-family: TriviaGroteskR2-Italic;
	font-size: 6.875rem;
	font-weight: normal;
	line-height: 1;
	margin: 62px 0 0 0;
}

.screen-7 .site-description {
	font-size: 1.125rem;
	max-width: 587px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
#### Social Media
--------------------------------------------------------------*/

.social-media-bar {
	margin: 46px 0 0 0;
	text-align: center;
}

.social-media-bar span{
	display: block;
	font-family: TriviaGroteskR2-Bold;
	font-size: 0.875rem;
}

.social-media-icon {
	color: #3e2f4f;
	font-size: 1.25rem;
	line-height: 2;
	display: inline-block;
	width: 37px;
  height: 37px;
  border-radius: 3px;
  border: solid 1px #3e2f4f;
	margin: 7px 0 0 7px;
}

.social-media-icon:hover {
	color: #fff;
	background: #3e2f4f;
}

/*--------------------------------------------------------------
#### Contact Info
--------------------------------------------------------------*/

.contact-info {
	max-width: 385px;
	float: left;
	margin: 113px 0 0 20px;
}

.contact-info, .contact-info .fa {
	color: #444444;
}

.contact-info h2 {
	color: #3e2f4f;
}

.contact-info h3 {
	margin: 67px 0 0 0;
	line-height: 1.5;
}

.contact-info p {
	margin: 11px 0 0 0;
	font-size: 1rem;
}

.contact-link {
	display: block;
	margin: 15px 0 0 0;
}

.contact-link .fa {
	margin-right: 10px;
}

.telephone-number {
	color: #444444;
}

.press-and-sponsoring {
	margin: 75px 0 0 0;
}

/*--------------------------------------------------------------
#### Contact Form
--------------------------------------------------------------*/

.contact-form {
	margin: 253px 0 0 0;
	max-width: 487px;
	float: right;
}

#rc-imageselect,
.g-recaptcha {
	-webkit-transform:scale(0.77);
	transform:scale(0.77);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#front-page-header-navigation {
	position: relative;
	display: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #13aec2;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #209bab;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation {
	display: block;
	width: 100%;
	height: 80px;
	background: #373737;
	font-family: TriviaGroteskN3;
	font-size: 1rem;
	font-weight: 400;
	z-index: 99;
}

.main-navigation .ringturm-logo {
	display: none;
	margin: 5px 0 0 10px;
}

.menu-main-navigation-container,
.menu-main-navigation-english-container,
.menu-mobile-container,
.menu-mobile-englisch-container {
	height: inherit;
	clear: both;
}

.menu-mobile-container,
.menu-mobile-englisch-container {
	display: none;
}

.main-navigation ul {
  display: flex;

  max-width: 900px;
  height: inherit;
  
  margin: 0 auto;
	padding-left: 0;

	list-style: none;
	line-height: 1.2;
}

.main-navigation li {
	display: table;
	height: 100%;
	float: left;
	margin: auto;
	width: 10%;
}

.main-navigation a {
	color: #FFF;
	display: table-cell;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.main-navigation a:hover {
	color: #13aec2;
}

/*.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}*/

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

/*.main-navigation ul ul a {
	width: 200px;
}*/

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/*--------------------------------------------------------------
### Search Field
--------------------------------------------------------------*/

.main-navigation .nav-search {
	border-left: 1px solid #676767;
}

.nav-search.active i{
	line-height: 38px;
}

.search-text {
	display: none;
}

.search-field-container {
	position: absolute;
	padding: 10px;
	width: 384px;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

footer .search-field-container {
	margin: -70px 0 0 -208px;
}

.search-form label,
.search-form input {
	float: left;
}

.search-form .search-field {
	padding: 0 0 0 10px;
	width: 236px;
	height: 44px;
	border-radius: 3px;
  background-color: #fbfbfb;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.21);
}

.search-form .search-submit {
	padding: 0 0 0 20px;
	font-size: 1rem;
	line-height: 44px;
	color: #13aec2;
	border: none;
	background: none;
	box-shadow: none;
}

/* Small menu. */

.main-navigation .menu-toggle {
	display: none;
	margin: 17px 0 0 0;
	padding: 0 38px 0 0;
	text-align: right;
	width: 20px;
	float: right;
}

.menu-toggle::after {
	content: "☰";
}

.main-navigation.toggled {
	border-bottom: 1px solid #5b5b5b;
}

.main-navigation.toggled .menu-toggle::after {
	content: "✕";
}

.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
.widget select {
	max-width: 100%;
}

.widget.social a {
	padding: 5px 8px;
	font-size: 0.875rem;
	color: #fff;
	background: #13aec2;
	border-radius: 2px;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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-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;
}

.pswp__button {
  z-index: 100;
}

.pswp__button:hover {
	border-color: transparent;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
	text-align: center;
}

.error404 .site-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.home .site-footer {
	position: fixed;
	z-index: 99;
	bottom: 0;
	width: 100%;
}

.site-info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  width: 100%;
  max-width: 1145px;
  height: 40px;
  
  margin: 0 auto;
	font-size: 0.775rem;
}

.footer-links-container a {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*--------------------------------------------------------------
## Pulsate
--------------------------------------------------------------*/

@-webkit-keyframes pulsate {
  0% { -webkit-transform: scale(1) translateY(0px); }
  50% { -webkit-transform: scale(1.3) translateY(-5px); }
  100% { -webkit-transform: scale(1) translateY(0px); }
}

@keyframes pulsate {
  0% { transform: scale(1) translateY(0px);}
  50% { transform: scale(1.3) translateY(-5px); }
  100% { transform: scale(1) translateY(0px); }
}

.pulsate {
	-webkit-animation-name: pulsate;
	animation-name: pulsate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
## Glow
--------------------------------------------------------------*/

@-webkit-keyframes glow {
  0% { color: #f2dede; }
  50% { color: #fff; }
  100% { color: #f2dede; }
}

@keyframes glow {
  0% { color: #f2dede; }
  50% { color: #fff; }
  100% { color: #f2dede; }
}

.glow {
	-webkit-animation-name: glow;
	animation-name: glow;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
## Cookie Notice
--------------------------------------------------------------*/

#cookie-notice .button {
	background: #25b5c7;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

/*--------------------------------------------------------------
## Confirmation Box
--------------------------------------------------------------*/

.confirmationBackground {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;

  background-color: rgba(0, 0, 0, 0.5);
}

.confirmationBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 25px;

  max-height: 50%;
  min-width: 305px;
  box-sizing: border-box;
  overflow: auto;
  
  background-color: #fff;
}

.confirmationBox p {
  margin: 0 0 20px;
}

.confirmationButton {
  float: right;
  display: inline-block;
  margin: 0 5px;
  padding: 12px 25px 10px 25px;
  background: #13aec2;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.nlEmailContainer {
  position: relative;
  display: inline-block;
  width: 69%;
}

.nlEmailContainer input {
  width: 100% !important;
}

.nlErrorMessage {
  position: absolute;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1375px) {
	.position-indicator {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.screen-2 .entry-content {
	    margin: 82px 0 0 10%;
	    max-width: 80%;
	}
}

@media screen and (max-width: 1145px) {

	.contact-form {
			margin: 251px 35px 0 35px;
	}

	.contact-info {
		margin: 113px 35px 0 35px;
	}

	.newsletter-label {
		left: 0px;
	}

	.newsletter-form {
		margin: 145px auto 0 auto;
		max-width: 95%;
	}

	.screen-1 {
		height: 800px;
	}

	.screen-2 h2 {
		font-size: 1.875rem;
	}

}

@media screen and (max-width: 1024px) {

		.screen-2 .entry-content {
			margin: 10% 0 0 10%;
			max-width: 80%;
		}

}

@media screen and (max-width: 920px) {
	.screen-dynamic .left-post,
	.screen-dynamic .right-post {
		margin: 40px 5%;
		width: 90%;
	}
	.screen-2 .entry-content {
		margin: 5% 0 0 5%;
	}
	.screen-2 .exhibition-period {
		margin: 5% 0;
	}
}

@media screen and (max-width: 825px) {
	.screen-1 .ringturm-logo {
		display: none;
	}

	#front-page-header-navigation {
		display: block;
  }
  
  .footer-links-container {
    display: none;
  }

	.main-navigation {
		height: 60px;
		font-family: TriviaGroteskN1;
		font-size: 1.125rem;
		text-align: left;
		letter-spacing: 1.1px;
	}

	.main-navigation ul {
		display: none;
		height: auto;
    background: #373737;
		padding: 20px 40px;
	}

	.main-navigation .ringturm-logo {
		display: flex;
	}

	.main-navigation .menu-toggle,
	.main-navigation.toggled ul {
		display: block;
  }
  
  .menu-main-navigation-container,
  .menu-main-navigation-english-container {
    display: none;
  }

  .menu-mobile-container,
  .menu-mobile-englisch-container {
    display: block;
  }

	.main-navigation.toggled li {
		position: relative;
		float: none;
		width: 100%;
		height: 50px;
		border: none;
	}

	.search-text {
		display: block;
	}

	.main-navigation .fa-search {
		display: none;
	}

	header .search-field-container {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		background: none;
		box-shadow: none;
	}

	.search-form .search-submit {
		padding: 0 5px;
	}

	.nav-search.active i {
    line-height: 42px;
	}

	#footer-navigation {
		display: none;
  }

	.site-info {
		height: 60px;
	}

	.site-footer {
		position: relative;
	}

	.footer-info {
		display: block;
		font-size: 0.6875rem;
		line-height: 1;
	}
}

@media screen and (max-width: 800px) {

	.newsletter-form {
		margin: 145px auto 0 auto;
		max-width: 99%;
	}

}

@media screen and (max-width: 768px) {

	.newsletter-form .frm_top_container {
		width: 70%;
	}

	.nlEmailContainer {
		width: 55%;
	}

	.contact-container {
		margin: 0 auto;
		max-width: 487px;
	}

	.contact-info {
		margin: 100px 0 0 0;
	}

	.contact-form {
		margin: 120px 0 0 0;
	}

	.sticky-position {
		margin-left: 60%;
	}

	.about-content {
		padding: 30px 10px 0 20px;
	}

	.about .more-link {
		margin-bottom: 1rem;
	}

	.screen-2 .wp-post-image {
		max-width: 100%;
	}

	.screen-dynamic .entry-content h2 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 747px) {

	.timeline-description {
		margin: 0 10px 0 10px;
		width: 30%;
		font-size: 0.875rem;
	}

	.timeline-description:first-child {
		text-align: right;
	}

	.timeline-description .press-photos {
		display: block;
		margin: 20px 0 0 0;
	}


	.screen-4 .about .about-title {
		margin: -37px 0 0 0;
		font-size: 2.5rem;
  }
  
  .screen-4 .about .about-video-title {
		margin: -37px 0 0 0;
  }

	footer .search-field-container {
		margin: -112px 0 0 -308px;
	}

}

@media screen and (max-width: 670px) {
	.screen-2 h2 {
		font-size: 1.5rem;
	}

	.screen-2 p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 615px) {

	.newsletter-form {
    padding: 20px 0 0 0;
	}

	.newsletter-form .frm_top_container {
		width: 100%;
	}

	.newsletter-form .with_frm_style .frm_top_container label.frm_primary_label {
		width: 100%;
		text-align: left;
	}

	.nlEmailContainer {
		width: 100%;
	}

	.newsletter-form .frm_forms .frm_submit {
		position: initial;
	}

	.newsletter-label {
		left: 10px;
		top: 90px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

}

@media screen and (max-width: 600px) {

	.frm_form_field.frm_half {
		float: left;
    clear: none;
    max-width: none;
  }
  
  .frm_form_field.frm_half.first {
    margin-right: 0px;
  }

	.screen-dynamic .text-wrapper,
	.screen-dynamic .img-wrapper,
	.screen-dynamic .about .text-wrapper,
	.screen-dynamic .about .img-wrapper {
		max-width: 100%;
		box-shadow: none;
	}

	.screen-dynamic .left-post .text-wrapper,
	.screen-dynamic .right-post .text-wrapper
	{
		margin: 0;
		padding: 30px 30px 10px 20px;
	}

	.screen-4 .about .text-wrapper {
    position: relative;
		padding: 0;
		z-index: 3;
  }

	.screen-dynamic .exhibition-period {
		margin: 20px 0 10px 0;
		font-size: 1rem;
	}

	.more-link {
		font-size: 1rem;
  }
  
  .about-section {
    display: flex;
    flex-direction: column-reverse;
  }

  .about {
    margin: 0 0 20px 0;
  }

  .screen-4 .img-wrapper {
    margin-top: 20px;
  }

  .screen-4 .video-wrapper {
    margin-top: 60px;
  }
}

@media screen and (max-width: 502px) {

	.hero h1 {
		font-size: 2.5rem;
  }

	.background-gradient {
		height: 3000px;
	}

	.home .site-content {
		margin: 60px 0 0 0;
	}

	.contact-container {
    max-width: 90%;
	}

	.newsletter-form {
		max-width: 100%;
    height: 160px;
	}

	.newsletter-form .frm_forms input[type="email"] {
		height: 50px;
	}

	.newsletter-submit-container {
    float: right;
    margin: 15px 20px;
	}

	.sticky-position {
		margin-left: 25%;
	}

	.screen-2 .entry-content {
    margin: 20px 0 0 5%;
	}

	.screen-2 p {
		font-size: 1.35rem
	}

	.screen-2 .text-wrapper {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.screen-2 .img-wrapper {
		float: none;
		margin: 0 auto;
		width: 80%;
		height: 80%;
	}

	.screen-2 .exhibition-period {
    margin: 20px 0 5px 0;
	}

	.welcome-container {
    margin: 57px auto 0 auto;
	}

	.screen-1 {
		margin: 0 auto;
		height: 500px;
	}

	.screen-1 h1 {
		margin: 10px 0 0 0;
		font-size: 3.75rem;
	}

	.screen-1 h2 {
		font-size: 0.875rem;
	}

	.screen-1 p {
		margin: 0;
		font-size: 0.875rem;
	}

	.fa.chevron-small {
		margin: -12px 0 30px 0;
	}

	.newsletter-link {
		margin: 10px 0 0 0;
	}

	.sticky-note {
		left: 50%;
		margin-left: -100px;
	}

}

@media screen and (max-width: 370px) {

	.screen-2 .img-wrapper {
		width: 90%;
		height: 90%;
	}

	.screen-7 .site-title {
    font-size: 5rem;
	}

	.contact-form {
		max-width: 99%;
	}
	.main-navigation ul {
		padding: 20px 20px 0 20px;
	}

	.search-form .search-field {
		width: 180px
	}

	.screen-dynamic {
		font-size: 1rem;
	}

	.screen-dynamic .exhibition-title {
		font-size: 1.5rem;
	}

	.more-link {
		font-size: 1rem;
	}

	.screen-title {
		font-size: 1.875rem;
	}

}

@media screen and (max-width: 400px) {

	.timeline-switch-container {
		padding: 40px 0 0 0;
	}

	.switch{
		display: none;
	}

	.timeline-description.active .timeline-link {
		position: relative;
	}

	.timeline-description.active .timeline-link:before {
		position: absolute;
		margin-top: -10px;
		left: 50%;
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;

		border-top: 5px solid #503d66;
	}

	.timeline-description{
		width: 48%;
		margin: 0;
	}

	.timeline-description:first-child {
		padding-right: 3%;
	}

	.timeline-description:last-child {
		padding-left: 3%;
		border-left: 1px solid black;
	}
}

div.downloads-container {
  overflow: hidden;
}


@media screen and (max-height: 770px) {
	.screen-1 {
		margin-bottom: 36px;
	}

	.screen-1 .ringturm-logo {
		position: absolute;
		left: 20px;
		bottom: 100px;
	}
}

@media screen and (max-height: 690px) {
  .position-indicator {
    display: none;
  }
}


