/*
 Theme Name:   Histnoire
 Author:       Aektschn
 Version:      1.0.0
*/

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
 * Use a better box model (opinionated).
 */

 html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */

:root {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
 * 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, html {
    margin: 0;
    padding: 0; 
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
        sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol';
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
	height: 0;
}

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

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

[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: -2px; /* 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 Chrome and Safari.
 */

summary {
	display: list-item;
}

.entry .entry-title:before {
    display: none;
}

/* 
=================================================================================
Custom-Style for Histnoire
=================================================================================
*/

/* 
=================================================================================
Fonts
=================================================================================
*/
@font-face {
  font-family: 'sunnregular';
  src: url('fonts/sunn/sunn.woff2') format('woff2'),
       url('fonts/sunn/sunn.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'fira_sanslight';
  src: url('fonts/fira sans/firasans-light-webfont.woff2') format('woff2'),
       url('fonts/fira sans/firasans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'fira_sansmedium';
  src: url('fonts/fira sans/firasans-medium-webfont.woff2') format('woff2'),
       url('fonts/fira sans/firasans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/* 
=================================================================================
General
=================================================================================
*/
html,
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #666;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-size: 100%;
  font-family: 
    'sunnregular', 
    Arial, 
    Helvetica, 
    sans-serif;
  background-color: #f8f5f0;
  letter-spacing: 1px;
  hyphens: auto;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:link {
  color: #666;
}
a:visited {
  color: #666;
}
a:hover {
  color: springgreen;
}
a:active {
  color: springgreen;
}
a:hover,
button:hover,
a:focus,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}
::-moz-selection {
  background: #ddd;
  color: springgreen;
}
::selection {
  background: #ddd;
  color: springgreen;
}

/*
* Scroll to top
#scrollTop {
	color: #666;
	position:fixed;
	cursor: pointer;
	border: none;
	background: #f8f5f0;
	font-size: (100% / 16 * 35);
	transition: all .4s ease;
	right: 0;
	bottom: 1.5em;
	padding: (10em / 35);
	display: none;

	&:before {
		content:"↑";
	}

	&.visible {
		display: block;
	}

	body.navi-open & {
		display: none;
	}

	&:hover {
		background: #666;
		color: #f8f5f0;
	}
}*/

/* 
=================================================================================
Header
=================================================================================
*/
#header__hero {
  box-sizing: border-box;
  height: auto;
}
#header__nav {
  box-sizing: border-box;
  margin: 1em 2em;
  clear: both;
}
#header__nav:before,
#header__nav:after {
  content: " ";
  display: table;
  clear: both;
}
#header__nav #logo {
  float: left;
}
#header__nav #logo a {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 1.0625em;
  padding-bottom: 1em;
  padding-left: 0.625em;
  padding-right: 0.625em;
  transition: 0.4s ease-in-out;
}
#header__nav #logo a:hover {
  color: springgreen;
}
/* Place text in the middle of the image */
.hero-area__text {
  margin: 2.5em 2em;
}
.hero-area__text-title {
  margin-top: 3em;
  text-align: center;
  font-size: 300%;
  font-weight: 900;
}
@media (min-width: 600px) {
  .hero-area__text > h1 {
    font-size: 400%;
  }
}
@media (min-width: 1200px) {
  .hero-area__text > h1 {
    font-size: 600%;
  }
}
.hero__intro p {
  padding-top: 2em;
  width: auto;
  max-width: 19em;
  text-align: justify;
  font-size: 200%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .hero__intro p {
    font-size: 250%;
  }
}
@media (min-width: 125em) {
  .hero__intro p {
    font-size: 400%;
  }
}
.hero-area__btn {
  display: none;
  /*@media (min-width: (768em / 16)) {
                display: block;
                width: auto;
                max-width: 5em;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                font-size: 200%;
                background-color: transparent;
                border: none;
                font-family: 'sunnregular', Arial, Helvetica, sans-serif;
                font-weight: normal;
    }*/
}

/* 
=================================================================================
Nav
=================================================================================
*/

/* Advanced Checkbox Hack */


 
.header__mobile-nav {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: #f8f5f0;
  font-size: 150%;
  font-weight: 600;
  max-height: 5em;
  
}


.header__mobile-nav ul > li {
  height: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}



/*

.header__mobile-nav {
  position: absolute;
  top: 3em;
  right: -20em;
  width: 20em;
  opacity: 0;
}

.header__mobile-nav ul > li:hover {
  box-shadow: inset 0 0 0 0.15em rgba(255, 255, 255, .45);
}
.mobile-nav-container label {
  display: block;
}
.mobile-nav-container label:after {
  position: absolute;
  right: 0.25em;
  top: 0;
  content: "\2261";
  font-size: 1.8em;
}
.mobile-nav-container label:hover, input:checked ~ label {
  color: #000;
}
input:checked ~ .header__mobile-nav {
  opacity: 1;
  right: 0;
  box-shadow: -30em 0 0 30em rgba(0, 0, 0, .3);
}
input:checked ~ .header__mobile-nav ul > li {
  padding: 0.55em 1.5em 0.55em 0.55em ;
}
input:checked ~ .header__mobile-nav ul > li:hover {
  padding-right: 3.5em;
}
input:checked ~ .header__mobile-nav ul > li:after {
  position: absolute;
  right: 0.25em;
  content: "\203A";
  font: bold 1.4em sans-serif;
  color: inherit;
}
input:checked ~ .page-wrapper {
  margin-right: 20.5em;
  margin-left: -20.5em;
}
@media (min-width: 768px) {
  
  .header__mobile-nav {
    float: right;
    position: static;
    list-style: none;
    margin-right: 1em;
  }
}
*/


@media (min-width: 768px) {
  
  .header__mobile-nav {
    display: none;
  }

  /*
    #mobile-menu {
      display:none;
    }
    .mobile-nav-container label {
    position: absolute;
    left: 0;
    display: none;
  }
  .header__mobile-nav {
    position: relative;
    width: 50em;
    margin: 0 auto;
    transition-duration: 0.3s, 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: left, opacity, box-shadow;
 }
  .header__mobile-nav a {

    transition: color 0.3s ease-in-out;
 }
  .header__mobile-nav ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
 }
  .header__mobile-nav ul > li {
    float: left;
    padding: 0.55em 0.55em;
    width: 8em;
    height: 8em;
    margin: 0.5em;
    opacity: 0.8;
    
 }
  .header__mobile-nav ul > li:hover {
    color: #fff;
    opacity: 1;
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, .95);
 }
  .header__mobile-nav ul > li:hover > a {
    color: #fff;
 }*/
 
}



.header__main-nav {
  display: none;
}

@media (min-width: 768px) {
  .header__main-nav {
    display: block;
    position: absolute;
    top: 3.1875em;
    z-index: 100;
    background-color: #f8f5f0;
    font-size: 150%;
    font-weight: 600;
    float: right;
    position: static;
    list-style: none;
    margin-right: 1em;
  }
}

.menu-hauptmenue-container > ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 1.25em;
}

.menu-hauptmenue-container> ul.menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .menu-hauptmenue-container > ul.menu > li {
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
  }
}

.menu-hauptmenue-container > ul.menu > li.current-menu-item {
  display: block;
}


.menu-hauptmenue-container > ul.menu > li.current-menu-item > a {
  border-bottom: 2px solid springgreen;
  color: springgreen;
}

.header__mobile-nav .menu-hauptmenue-container> ul.menu > li {
  margin-bottom: .25em;
}


/* 
=================================================================================
Styling for Pages
=================================================================================
*/

/* 

Homepage 

*/
.portraits {
  list-style: none;
  padding: 0;
  margin: 1em;
  margin-top: 10em;
  
}
.portrait-list .portraits > li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
  width: auto;
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.portrait__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: springgreen;
}

.portrait-overlay__container:hover .portrait__overlay,
.portrait-overlay__container:active .portrait__overlay,
.portrait-overlay__container:focus .portrait__overlay {
  opacity: 0.5;
}

.portrait__title {
  color: black;
  font-family: 'fira_sanslight', sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 748px) {
  .portrait__link img {
    width: auto;
  }
}

/* 

Material-Page

*/

.material-wrapper {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media (min-width: 748px) {
  .material-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .wrapper {
    margin: 2.5em 2em;
  }
}
.material__title {
  text-align: center;
  padding-bottom: 2em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 250%;
}

@media (min-width: 600px) {
  .material__title {
    font-weight: 600;
    margin-top: 2em;
  }
}

.material__content {
  padding-bottom: 1em;
  width: auto;
  max-width: 36em;
  margin-right: auto;
    margin-left: auto;
}

.material-content__image {
  position: relative;
  padding-bottom: 1em;
  margin-right: 1em;
  margin-left: 1em;
}

@media (min-width: 748px) {
  .material-content__image {
    
    margin-right: auto;
    margin-left: auto;

  }
}


.material-content__image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.material-content__text {
  margin-left: 1em;
  margin-right: 2em;
}

@media (min-width: 748px) {
  .material-content__text {
    margin-left: auto;
    margin-right: auto;
  }
}


.material-content__text p {
  font-size: 120%;
  font-family: 'fira_sanslight', sans-serif;
}

.material-content__text a {
  border-bottom: 1px solid #666;
  color: #666;
}

.material-content__text a:hover,
.material-content__text a:active,
.material-content__text a:focus {
  color: springgreen;
  border-bottom: 1px solid springgreen;
}

iframe {
  padding-bottom: 1em;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  iframe {
    padding-bottom: 2em;
  }
}

/* 

Glossar-Page & Glossar-Single

*/

.single-glossar,
.page-id-216,
.single-glossar .desktop-nav-container ul,
.page-id-216 .desktop-nav-container ul,
.single-glossar .mobile-nav-container ul,
.page-id-216 .mobile-nav-container ul {
  background-color: #fff;
  color: #000;
}

.glossar-wrapper {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
@media (min-width: 748px) {
  .glossar-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .wrapper {
    margin: 2.5em 2em;
  }
}
.glossar__title {
  color: black;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 250%;
}

@media (min-width: 1080px) {
  .glossar__title {
    text-align: center;
    font-weight: 600;
    margin-top: 2em;
  }
}

.glossar__content {
  padding-bottom: 1em;
  width: auto;
  max-width: 70%;
  margin-right: 1em;

}

.glossar-content__image {
  position: relative;
  padding-bottom: 1em;
  margin-right: 1em;
  margin-left: 1em;
}

.glossar__list{
  list-style-type: none;
  padding-left: 0;
}

@media (min-width: 748px) {
  .glossar-content__image {
    
    margin-right: auto;
    margin-left: auto;

  }

  .glossar__content {
    padding-bottom: 1em;
    width: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}


.glossar-content__image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.glossar-content__text {
  margin-left: auto;
  margin-right: auto;
}


.glossar-content__text p,
.glossar-content__text ul,
.glossar-content__text ol {
  font-size: 120%;
  font-family: 'fira_sanslight', sans-serif;
  color: black;
}
.glossar-content__text ul > li,
.glossar-content__text ol > li{
	  margin-bottom: 4px;

}
.glossar-content__text a {
  font-weight: bold;
  color: black;
}

.glossar-content__text a:hover,
.glossar-content__text a:active,
.glossar-content__text a:focus {
  color: springgreen;
}


.glossar-content__text a[href^="http://"]:not([href*="histnoire.ch"]),a[href^="https://"]:not([href*="histnoire.ch"]){
  font-weight: normal;
  border-bottom: 1px solid #666;
  color: black;
}

.glossar-content__text a[href^="http://"]:not([href*="histnoire.ch"]),a[href^="https://"]:not([href*="histnoire.ch"]):hover,
.glossar-content__text a[href^="http://"]:not([href*="histnoire.ch"]),a[href^="https://"]:not([href*="histnoire.ch"]):active,
.glossar-content__text a[href^="http://"]:not([href*="histnoire.ch"]),a[href^="https://"]:not([href*="histnoire.ch"]):focus {
  color: springgreen;
  border-bottom: 1px solid springgreen;
}

.glossar-content__text .short p {
  font-size: 15px;
}

iframe {
  padding-bottom: 1em;
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  iframe {
    padding-bottom: 2em;
  }
}



.page-id-216 .page-wrapper {
  padding-bottom: 1em;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-id-216 .page-wrapper .page-title {
  text-align: left;
}

.page-id-216 .page-wrapper .content-wrapper {
  padding-bottom: 1em;
  width: auto;
  max-width: 75%;
  margin-right: auto;
  margin-left: 2px;
}

.page-id-216 .page-wrapper .content-wrapper .page__content {
  padding-bottom: 1em;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-id-216 .page-wrapper .content-wrapper .page-content__intro {
  padding-bottom: 2em;
  width: auto;
}

@media (min-width: 1080px) {

  .page-id-216 .page-wrapper .content-wrapper {
    padding-bottom: 1em;
    width: auto;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-id-216 .page-wrapper .page-title {
    text-align: center;
  }

  .page-id-216 .page-wrapper .content-wrapper .page-content__intro {
    padding-bottom: 2em;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1500px) {

  .page-id-216 .page-wrapper .content-wrapper {
    padding-bottom: 1em;
    width: auto;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-id-216 .page-wrapper .content-wrapper .page-content__intro {
    padding-bottom: 2em;
    width: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-id-216 .page-wrapper h1 {
  color: black;
}

.page-id-216 .page-wrapper .content-wrapper .page-content__intro p {
  font-size: 25px;
  font-family: 'fira_sanslight', sans-serif;
  /*font-family: 'sunnregular', sans-serif;
  font-weight: 600;*/
  padding-bottom: 1em;
  color: black;
}

.page-id-216 .page-wrapper .content-wrapper .page-content__intro p a {
  font-weight: bold;
  color: black;
}

.page-id-216 .page-wrapper .content-wrapper .page-content__intro p a:hover,
.page-id-216 .page-wrapper .content-wrapper .page-content__intro p a:active,
.page-id-216 .page-wrapper .content-wrapper .page-content__intro p a:focus {
  color: springgreen;
}

.glossar__list-item a {
  color: black;
}

.glossar__list-item a:hover,
.glossar__list-item a:active,
.glossar__list-item a:focus
 {
  color: springgreen;
}

.glossar__list-item {
  float: none;
  display: block;
  width: auto;
}

@media (min-width: 1080px) {
  .glossar__list-item {
    float: left;
    display: inline;
    width: 50%;
  }
}

@media (min-width: 1500px) {
  .glossar__list-item {
    float: left;
    display: inline;
    width: 33.33%;
  }
}
/* 

other Pages

*/

.page-wrapper {
  
  margin-top: 10em;
}
.page-title {
  font-weight: 600;
  font-size: 250%;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .page-title {
    margin-top: 2em;
    text-align: center;
  }
}

.content-wrapper {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

.content-wrapper .page__content {
  padding-top: 2em;
  padding-bottom: 2em;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper .page__content h2 {
  font-size: 150%;
  font-family: 'fira_sanslight', sans-serif;
  font-weight: 600;
  padding-bottom: 1em;
}

.content-wrapper .page__content h3 {
  font-size: 125%;
  font-family: 'fira_sanslight', sans-serif;
  font-weight: 600;
  padding-bottom: 1em;
}

.content-wrapper .page-content__image {
  padding-bottom: 1em;
}

.page-content__content {
  margin-left: 1em;
  margin-right: 1em;
}

@media (min-width: 748px) {
  .page-content__content  {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-content__content p {
  font-size: 120%;
  font-family: 'fira_sanslight', sans-serif;
  /*font-weight: 600;*/
  padding-bottom: 1em;
}
.page-content__content a {
  border-bottom: 1px solid #666;
}
.cpage-content__content a {
  color: #666;
}
.page-content__content a:hover,
.page-content__content a:active,
.page-content__content a:focus {
  color: springgreen;
  border-bottom: 1px solid springgreen;
}

@media (min-width: 1200px) {
  .page-title {
    font-weight: 600;
  }
}

/* Forms */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-family: 'fira_sanslight', sans-serif;
  font-size: 125%;
  letter-spacing: 1px;
}

div.wpforms-container-full .wpforms-form textarea .wpforms-field-medium,
  #wpforms-51-field_1,
  #wpforms-51-field_2,
  #wpforms-51-field_4{
  max-width: 90%;
}

@media (min-width: 600px) {
  div.wpforms-container-full .wpforms-form textarea .wpforms-field-medium,
  #wpforms-51-field_1,
  #wpforms-51-field_2,
  #wpforms-51-field_4 {
    max-width: 70%;
  }
}


div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-family: 'fira_sanslight', sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline a {
  border-bottom: 1px solid #666;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline a:hover,
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline a:active,
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline a:focus {
  color: springgreen;
  border-bottom: 1px solid springgreen;
}


div.wpforms-container-full .wpforms-form button[type=submit] {
  font-family: 'fira_sanslight', sans-serif;
  font-size: 100%;
  letter-spacing: 1px;
}



/* 
=================================================================================
Styling for Footer
=================================================================================
*/
.footer-area {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

@media (min-width: 748px) {
  .footer-area {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-area__title {
  font-size: 150%;
  font-family: 'fira_sanslight', sans-serif;
  font-weight: 600;
  padding-bottom: 1em;
  
}

.related-content__list {
  list-style: none ;
  padding: 0 ;
}

.related-content__list > li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: .5em;
  margin-bottom: .5em;
  width: auto;
  position: relative;
}

.related-content__post-title {
  font-family: 'fira_sanslight', sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.related-content__post-link img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: springgreen;
}

.related-content__overlay-container:hover .overlay,
.related-content__overlay-container:active .overlay,
.related-content__overlay-container:focus .overlay {
  opacity: 0.5;
}

@media (min-width: 600px) {
  .related-content__post-link img {
    width: auto;
  }
}



.menu-footer-menue-container {
  font-size: 150%;
  font-weight: 600;
}


.menu-footer-menue-container ul {
    float: right;
    display: block;
    position: static;
    list-style: none;
    margin-right: 1em;
}

.menu-footer-menue-container li {
    margin: 1em;
    text-align: left;
} 

body.privacy-policy .menu-footer-menue-container {
  display: none;
}

/* 
=================================================================================
Styling for Media
=================================================================================
*/

.iframe-container {
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-right: 1em;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
