/*!
Theme Name: Simospony
Theme URI: http://underscores.me/
Author: Julia Rutz
Author URI: https://new-time.ch
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simospony
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.

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

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/great-vibes-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/great-vibes-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/great-vibes-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/great-vibes-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/great-vibes-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/great-vibes-v13-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway-v26-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v26-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v26-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v26-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v26-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v26-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v26-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/raleway-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v26-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway-v26-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
# 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.
*/
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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

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

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

hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: 600;
}

/**
* 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: none;
}
#main img {
  /* border: 5px solid #F4F2F5; */
  border: 5px solid #d1dde4;
}
/* 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.
*/

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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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: -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 Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

h2, h3, h4, h5, h6 {
    padding-top: 1em;
}

h1 {
  font-size: 2.5em;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 100;
  border-bottom: 2px solid #F4F2F5;
  padding-bottom: 0.2em;
}
h2 {
  font-size: 1.6em;
  /* line-height: 1.3; */
  margin-bottom: 0;
  font-weight: 300;
  /* border-bottom: 2px solid #3A5F79; */
}

h3 {
  font-size: 1.3em;
  /* line-height: 1.5; */
  margin-bottom: 0.2em;
  font-weight: 500;
  /* color: white; */
  /* background-color: #5687A0; */
  /* padding: 5px; */
  /* padding-left: 1rem; */
  /* border-bottom: 2px solid #F4F2F5; */
  /* padding-bottom: 0.2em; */
}
h4 {
  font-size: 1.1em;
  /* line-height: 1; */
  margin-bottom: 0;
  font-weight: 600;
  /* color: #3A5F79; */
  /* padding: 5px; */
  padding-left: 2rem;
  /* margin-left: 2em; */
  /* border-left: 3px solid #203342; */
}
h5 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  /* color: #3A5F79; */
  /* padding: 5px; */
  padding-left: 3rem;
  /* border-bottom: 2px solid #203342; */
}
h6 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  /* color: black; */
  padding-left: 4rem;
  font-style: italic;
}

h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: inherit;
  color: inherit;
  border: none;
  /* transition: color 300ms linear; */
  display: block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #2C4960;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  /* margin-bottom: 1.5em; */
  font-weight: 400;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #F4F2F5;
  border-right: 10px solid #F4F2F5;
  padding: 1em;
  padding: 0.5em 10px;
  width: 90%;
  margin: 30px auto;
  clear: both;
  /* text-align: center; */
  /* quotes: "\201C""\201E""\00AB""\00BB"; */
}
blockquote div {
  margin-left: 6em;
  margin-right: 6em;
}
blockquote h4.quotetitle {
  margin-bottom: 1em;
  /* color: #3A5F79; */
}
blockquote p.citepara {
  margin: 0;
  margin-left: 6em;
  margin-right: 6em;
  text-align: right;
}

blockquote a.citelink,
blockquote a.citelink:hover {
  border: 0;
  color: #3A5F79;
  font-weight: 300;
}

blockquote::before {
  position: relative;
  color: #F4F2F5;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-size: 5em;
  line-height: 0em;
  float: left;
  text-shadow: 5px 5px 0 white;
}
blockquote::after {
  position: relative;
  color: #F4F2F5;
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  font-size: 4em;
  line-height: 0em;
  float: right;
  text-shadow: -5px -5px 0 white;
}

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 {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #F4F2F5;
  font-family: 'Raleway', sans-serif;
  /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}
#main ul {
  list-style: none;
  padding-left: calc(30px - .8em);
}
#main ul li::before {
  display: inline-block;
  content: url('img/hufeisen.svg');
  /* content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.34 471.91'%3E%3Cdefs%3E%3Cstyle%3E.lila%7Bfill:%232C4960;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ehufeisen%3C/title%3E%3Cpath class='lila' d='M374,57.6a12.28,12.28,0,0,0-4.64,1.28c-2.48,1.2-3.52,3.4-2.61,6a30.32,30.32,0,0,0,3.53,7.26c8.68,12.47,17.57,24.79,26.27,37.23,11.74,16.79,22.86,33.93,31.46,52.6,7.78,16.89,12.36,34.69,15.65,52.89A228.87,228.87,0,0,1,447.32,259c-.56,36.91-10.49,71.1-30.17,102.36a260.84,260.84,0,0,1-61.81,67.94,195.05,195.05,0,0,1-82.7,37.34,284.46,284.46,0,0,1-66.4,5c-38.83-1.55-74.61-12.6-107-34.43-17.61-11.87-34.33-24.77-48.79-40.39-17.39-18.78-31.56-39.61-40-64a171.17,171.17,0,0,1-8.43-41.13c-1-12-1.94-24-2.08-36-.33-28.61,5.47-56.17,15.41-82.94,8-21.43,18.56-41.56,30-61.29C52.78,98.86,60.29,86.28,67.62,73.6a32.18,32.18,0,0,0,3-7.34,5.65,5.65,0,0,0-3.75-6.89,50.08,50.08,0,0,0-10.87-2h0a16.55,16.55,0,0,1-15.23-16.5V16.73A16.52,16.52,0,0,1,57.16.2C67.45.12,80.26,0,88.41,0c5.66,0,11.32.44,17,.37,9.6-.11,16.76,4.42,22.53,11.55,12.52,15.47,15.47,32.87,10.16,51.86-3.43,12.27-9.62,23.31-15.54,34.46C113,116.23,103,134,94,152.3c-10.58,21.63-22,110.58-1.93,142.28,21.54,34,51.9,55.94,91.54,64.31,23.33,4.92,46.75,5.56,70.14.23,25.14-5.73,47-17.8,66.13-34.85,13.5-12,25.52-25.33,34.76-41,10.32-17.45,14.69-96.49-.43-128.77-9.46-20.2-21.21-39.07-33-57.91a420.64,420.64,0,0,1-24.5-43.79c-9-19,.51-43.68,20.21-51.3a16.39,16.39,0,0,1,5.74-1.1c14.92-.13,39.59-.27,56-.35a16.53,16.53,0,0,1,16.61,16.64L395.1,41.1a16.53,16.53,0,0,1-16.21,16.4Z'/%3E%3C/svg%3E"); */
  height: 1em;
  width: .8em;
  vertical-align: middle;
  /* margin-top: .25em; */
  margin-right: 10px;
}

ol {
  list-style: decimal;
}
/* #post-37 ol {
margin-left: 0;
padding-left: 0;
} */

ol#sitemap {
  /* margin: 0;
  padding: 0; */
  font-size: 14px;
  line-height: 2;
}

ol#sitemap li a {
  color: inherit;
  text-decoration: inherit;
  border: 0;
}
ol li {
  list-style-type: decimal;
}

ol li li {
  list-style-type: lower-latin;
}

ol li li li {
  list-style-type: lower-roman;
}

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

/* img with link */
a.containsimg,
a.containsimg:hover,
a.containsimg:active,
a.containsimg:focus {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: inherit;
  border: inherit;
  outline: inherit;
}

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

figcaption {
  font-size: 12px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  word-wrap: break-word;
  word-break: break-word;
}

table {
  table-layout: fixed;
  border-top: none;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 5px;
  margin: 10px auto;
  overflow: hidden;
  width: 100%;
}

figure.table_figure {
  margin: 40px auto;
  padding: 0;
  width: 95%;
}

caption {
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color:#90BCC9;
  border-bottom: 1px solid #90BCC9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
}
table + figcaption {
  display: table-caption;
  width: 100%;
  margin: 0 auto;
}
tbody td + td {
  border-left: 2px solid #F4F2F5;
}

tbody tr th {
  font-weight: 500;
  background-color: #F9F9F9;
  font-size: 14px;
  text-align: right;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  padding: 10px;
  border-right: 2px solid #90BCC9;
  font-style: italic;
  vertical-align: top;
}

thead th {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  border-color: #90BCC9;
  border-bottom: 2px solid #90BCC9;
  background-color: #F4F2F5;
  vertical-align: bottom;
}
/* thead th:first-child {

}
thead th:last-child {

} */

tbody tr td {
  font-weight: 400;
  color: #5f6062;
  font-size: 12px;
  padding: 10px;
  vertical-align: top;
}

tbody tr:nth-child(2n) {
  background: #F9F9F9;
}
tbody tr:nth-child(2n) th {
  background: #F4F2F5;
}

tfoot tr td {
  box-shadow: inset 0 2px 0 0 #90BCC9;
  -webkit-box-shadow: inset 0 2px 0 0 #90BCC9;
  vertical-align: top;
}

tbody tr:last-child td {
  border-bottom: none;
}
/* tbody tr:last-child td:first-child {

}
tbody tr:last-child td:last-child {

} */

tbody:hover > tr td {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

tfoot {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

tfoot td {
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  padding: 10px;
  background-color: #F4F2F5;

}

tfoot td:last-child {
  border-bottom-right-radius: 5px;
}
tfoot td:first-child {
  border-bottom-left-radius: 5px;
}

/* table imitation with divs for grid-like layouting */
.grid_box {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid_row {
  display: table-row;
  width: 100%;
}
.grid_box.striped .grid_row:nth-child(2n) {
  background: #F9F9F9;
}
.grid_box.cols_border .grid_cell + .grid_cell {
  border-left: 2px solid #F4F2F5;
}
.grid_box.rows_border .grid_row:not(:first-child) .grid_cell {
  border-top: 2px solid #F4F2F5;
}
#main .grid_box.striped .grid_row:nth-child(2n) .grid_cell img {
  border-color: white;
}
#main .grid_box .grid_row .grid_cell a.containsimg {
  display: block;
  margin: 0 auto;
}
.grid_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
#post-46 .grid_cell:first-child {
    width: 25%;
}
/* .page-id-11 #main img:first-child { */
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* width: 300px; */
  /* height: calc(203/300 * 300px); */
/* } */

/* .page-id-11 .grid_box {
  width: calc(100% - 300px);
  height: 200px;
} */
/* .page-id-11 .grid_box:first-child .grid_row .grid_cell:first-child {
  text-align: right;
} */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  /* border-color: #ccc #ccc #bbb; */
  border-radius: 3px;
  background: #90BCC9;
  color: white;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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 #90BCC9;
  border-radius: 3px;
  padding: 3px;
}

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;
  outline-color: #3A5F79;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Kontaktformular ---------------------------------------------------------------------------------------------------------------------------- */
/* div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.contact-area {
  text-align: center;
}

div.wpcf7 .your-message textarea {
  width: 100%;
  resize: vertical;
  min-height: 20em;
}

input[type="submit"].wpcf7-form-control:hover {
  background-color: #2C4960;
  cursor: pointer;
} */

/* search-form */
#search-3 {
  float: right;
  margin-top:  1vh;
  margin-right: 2vw;
}

.search-form .search-field {
  float: left;
  border-radius: 3px 0 0 3px;
  /* border-right: none; */
  margin: 0;
  height: 32px;
  outline: 0;
  border: 0;
  /* box-shadow: none; */
  color: #666;
  border: 1px solid #90BCC9;
  /* border-radius: 3px; */
  border-right: none;
}
.search-form .search-submit {
  height: 32px;
  width: 32px;
  margin: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: white;
  color: pink;
  background-image: url("img/search-solid.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
  border: 0;
  color: #666;
  border: 1px solid #90BCC9;
  /* border-radius: 3px; */
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-form .search-submit:hover,
.search-form .search-field:hover,
.search-form .search-submit:focus,
.search-form .search-field:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited{
  color: #3A5F79;
  text-decoration: none;
  font-weight: 500;
  border-bottom: thin dotted;
  position: relative;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}

a:hover,
a:focus,
a:active {
  color: #2C4960;
  outline: none;
}
#breadcrumb a:hover::before,
#breadcrumb a:focus::before,
#content main article a:hover::before,
#content main article a:focus::before,
#content main article a:active::before,
#colophon a:hover::before,
#colophon a:focus::before,
.home #content main a.containsimg:hover::before,
.home #content main a.containsimg:focus::before,
.archive-description a:hover::before,
.archive-description a:focus::before  {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

#content main a.containsimg:hover::before,
#content main a.containsimg:focus::before,
#content main a.containsimg.focus::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content main a.containsimg:hover img,
#content main a.containsimg:focus img,
#content main a.containsimg.focus img {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
a:hover,
a:active {
  border-bottom: 0px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* @supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0px;
}
} */

.main-navigation {
  position: fixed;
  top: 0;
  z-index: 99;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #3A5F79;
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  border-top: 7px solid #203342;

  -webkit-box-shadow: 0 0 10px -2px black;

  box-shadow: 0 0 10px -2px black;

}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

.main-navigation ul ul {
  display: block;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  float: left;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 99999;
}

.main-navigation ul ul ul {
  top: 0;
}

.main-navigation ul ul li {
  float: none;
  /* white-space: nowrap; */
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.main-navigation li {
  float: left;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-navigation a {
  padding: 15px 0 15px 0;
  border: 0px;
  text-shadow: none;
  font-weight: normal;
  background-color: #3A5F79;
}

.main-navigation a, .main-navigation a:link, .main-navigation a:visited {
  color: inherit;
  display: block;
  text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a.focus {
  background-color: #2C4960;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  outline: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  position: relative;
  z-index: 999;
}
.current-menu-item a,
.current-menu-ancestor a,
.current-menu-parent a {
  background-color: #284155;
}

.main-navigation ul ul a {
  background-color: #90BCC9;
  text-align: left;
  padding-left: 1.5vw;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul a.focus {
  background-color: #7AAFC0;
  /* padding-left: 1vw; */
}

.main-navigation ul ul .current-menu-item a,
.main-navigation ul ul .current-menu-parent a {
  background-color: #67A0B4;
}

.main-navigation ul ul ul a,
.main-navigation ul ul .current-menu-item ul a,
.main-navigation ul ul .current-menu-parent ul a {
  background-color: #CCD9E0;
  /* color: black !important; */
}
.main-navigation ul ul ul a:hover,
.main-navigation ul ul ul a:focus,
.main-navigation ul ul ul a.focus{
  background-color: #BBD0D7;
}
.main-navigation ul ul ul .current-menu-item a {
  background-color: #A1C2CE;
}
a.sub-toggle,
.focus a.sub-toggle,
.main-navigation ul .current-menu-parent a.sub-toggle,
.main-navigation ul .current-menu-item a.sub-toggle {
  background-color: transparent;
  z-index: 1000;
  text-align: center;
}
a.sub-toggle:hover,
a.links-sub-toggle:hover,
a.sub-toggle:focus,
a.links-sub-toggle:focus {
  padding-left: inherit;
}

.sub-toggle .arrow,
.links-sub-toggle .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: auto;
}

.links-sub-toggle i.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
}

.links-sub-toggle,
.links-sub-toggle:hover,
.links-sub-toggle:focus {
  float: right;
  padding: unset;
  height: 1.5em;
  width: 2em;
  text-align: center;
}

.focus .sub-toggle .arrow,
.focus .links-sub-toggle .arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.sub-menu .sub-toggle .arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.focus .sub-menu .focus .sub-toggle .arrow {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.main-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation .menu-item-has-children > a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.main-navigation .menu-item-has-children > a.sub-toggle {
  position: absolute;
  right: 0;
  width: auto;
  padding: 36px;
}

/* breadcrumb navigation */
.fa-ul {
  margin-left: 0;
  font-size: 14px;
  margin: 10px 0;
  line-height: 1;
  color: gray;
  font-weight: 300;
}

.fa-ul a {
  color: inherit;
  border: inherit;
  font-weight: inherit;
}

.fa-ul > li {
  display: inline-block;
}

.fa-li {
  position: static;
  margin: 0 10px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.menu-toggle{
  border: none;
  cursor: pointer;
  margin-right: 2vw;
}
.menu-toggle:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.burgerbar1, .burgerbar2, .burgerbar3 {
  width: 50px;
  height: 7px;
  background-color: white;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.toggled .burgerbar2 {
  opacity: 0;
}
.toggled .burgerbar1 {
  -webkit-transform: rotate(-45deg) translate(-12px, 10px);
  /* transform: rotate(-45deg) translate(-8px, 8px); */
}
.toggled .burgerbar3 {
  -webkit-transform: rotate(45deg) translate(-10px, -10px);
  /* transform: rotate(45deg) translate(-8px, -8px); */
}
.ie .burgerbar1,
.ie .burgerbar2,
.ie .burgerbar3 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.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 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  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,
.container:before,
.container: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,
.container: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%;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  /* margin: 1.5em 0 0; */
  position: relative;
}

.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,
.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%;
  margin: 20px auto;
  display: block;
}

/* 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
--------------------------------------------------------------*/
@-webkit-keyframes lightbox {
  from {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes lightbox {
  from {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes lightbox-image {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lightbox-image {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-id-9 .gallery {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  /* box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.5); */
}

.page-id-9 #gallery_container {
  position: relative;
  padding: 20px 0;
  width: 100%;
}

.page-id-9 #gallery_container button,
.page-id-9 .slider button {
  width: 10%;
  color: #90BCC9;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
}
.page-id-9 #gallery_container button {
  height: calc(100% - 40px);
  top: 20px;
}
.page-id-9 .slider button {
  height: 100%;
  top: 0;
}

.page-id-9 .slider button i {
  -webkit-transform: scale(1, 3);
  transform: scale(1, 3);
}
.page-id-9 #go_left,
.page-id-9 .slider button:first-child {
  left: 0;
}
.page-id-9 #go_right,
.page-id-9 .slider button:last-child {
  right: 0;
}
.page-id-9 #gallery_container button:hover,
.page-id-9 #gallery_container button:focus,
.page-id-9 .slider button:hover,
.page-id-9 .slider button:focus {
  outline: 0;
}
.page-id-9 #gallery_container button:hover::before,
.page-id-9 #gallery_container button:focus::before,
.page-id-9 .slider button:hover::before,
.page-id-9 .slider button:focus::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.page-id-9 .slider {
  position: relative;
  margin-top: 20px;
}
.page-id-9 .slider img {
  max-width: 100%;
  max-height: calc(661.83 / 987.27 * (60vw - 60px));
  margin: 0 auto;
  display: block;
  border: 0 !important;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}
.page-id-9 .gallery .gallery-item {
  display: inline-block;
  width: 200px;
  max-width: none;
  margin: 0;
}

div.featherlight {
  background: rgba(244, 242, 250, 0.5) !important;
  /* background-image: url(img/simosponylogo.svg) !important;
  background-size: 300px auto !important; */
}
.featherlight img {
  border: 5px solid white;
  border-radius: 5px;
  /* visibility: hidden; */
}

.featherlight .featherlight-content {
  background: none !important;
}

.featherlight button.featherlight-close-icon,
.featherlight span.featherlight-next,
.featherlight span.featherlight-previous {
  background-color: none;
  padding: 20px;
  border: none;
  outline: none !important;
}
.featherlight span.featherlight-previous {
  left: 4vw;
}
.featherlight span.featherlight-next,
.featherlight button.featherlight-close-icon {
  right: 4vw;
}
.featherlight button.featherlight-close-icon {
  top: 80px;
}
.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;
}

/* Scrollbar ------------------------------------------------------------------------------------------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  /* box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5); */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #90BCC9;
  border-radius: 10px;
  /* box-shadow: inset 2px 2px 8px 0px rgba(255,255,255,0.5), inset -2px -2px 5px rgba(0,0,0,0.5); */
}

::-webkit-resizer,
::-webkit-scrollbar-button {
  display: none;
}

/* Page------------------------------------------------------------------------------------------------------------------------------------------------------ */
.container {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  max-width: 60vw;
}

.home #content .content-container {
  text-align: center;
}
.home article h3 {
  font-weight: 300;
  margin: 0;

  color: #3A5F79;
}
.shortcuts-galery-item {
  /* display: inline-block; */
  width: 31%;
  /* vertical-align: top; */
  background-color: #F9F9F9;
  border: 4px solid transparent;
  /* border-radius: 5px; */
  /* height: 350px; */
}

.home-thumbnail {
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  /* border-bottom: 5px solid #F4F2F5; */
  /* border-radius: 5px; */
}

.home-thumbnail img {
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#shortcuts-galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 1em 0 2em 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
#shortcuts-galery h3 {
  padding: 0 10px 0 10px;
  /* margin: 0; */
  color: black;
  font-weight: 400;
  min-height: 2em;
  line-height: 1;
  /* border-bottom: 3px solid white; */
}
#shortcuts-galery a {
  height: 100%;
}
#shortcuts-galery .entry-content {
  padding: 0 10px 0 10px;
}

.shortcuts-galery-item:first-child {
  /* margin: 0 10px 20px 0; */
}

.shortcuts-galery-item:last-child {
  /* margin: 0 0 20px 10px; */
}
.shortcuts-galery-item:nth-child(2) {
  /* margin: 0 5px 20px; */
}

#content .container {
  -webkit-box-shadow: 0 0 10px -2px black;
  box-shadow: 0 0 10px -2px black;
  background: white;
  color: black;
  padding: 0 30px;
  min-height: calc(100vh - 24px - 55px - 250px - 20px);
  /* margin: 20px auto; */
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}

#page {
  height: calc(100vh - 55px - 24px);
  overflow-y: auto;
  margin-top: 54.26px;
  margin-bottom: 24px;
  background: #F4F2F5;
}

#content {
  min-height: calc(100vh - 24px - 250px - 55px);
  /* background-color: #F4F2F5; */
  /* background-image: url(img/simosponybackground.svg); */
  background-repeat: no-repeat;
  background-position: right 90%;
  background-attachment: fixed;
  background-size: 20vw;
}

.blog #content, .archive #content, .single #content {
  /* background-position: 97% 80%; */
}

::selection {background: #90BCC9;color: #ffffff;}
::-moz-selection {background: #3A5F79; color: #ffffff;}
/* masthead -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* @-webkit-keyframes masthead-background {
  from, 30% {
    background-image: url(img/simospony-header-kl.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: center -610px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: center -700px;
  }
}
@keyframes masthead-background {
  from, 30% {
    background-image: url(img/simospony-header-kl.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: center -610px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: center -700px;
  }
} */
#masthead {
  width: 100%;
  background-color: #3A5F79;
  background-image: url(img/simospony-header-kl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  -webkit-box-shadow: inset -10px -20px 100px 20px black, 0px 0px 10px 0px black;
  box-shadow: inset -10px -20px 100px 20px black, 0px 0px 10px 0px black;
  height: 250px;
  /* -webkit-animation-name: masthead-background;
  animation-name: masthead-background;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; */
  /* transition: background-position 1s; */
}

#masthead a {
  text-decoration: none;
  /* color: inherit; */
  color: white;
  transition: opacity .2s ease-in-out;
}
#masthead a:hover,
#masthead a:focus {
  opacity: .8;
}

.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  /* margin: 10px 0px; */
  height: 230px;
  width: 100%;
  background-color:rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 10px -2px black;
  box-shadow: 0 0 10px -2px black;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.33)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.33)));
  background: -ms-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.site-title {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 5em;
  color: #203342;
  line-height: 1.1;
}
.site-title a, .site-title a:visited, .site-title a:hover {
  color: inherit;
  text-decoration: none;
  border: 0px;
  text-shadow: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.middle {
  padding-top: 1.5em;
  position: relative;
  text-align: center;
}

.site-description {
  display: flex;
  justify-content: flex-end;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  color: white;
  /* text-align: center; */
  font-weight: 500;
  line-height: 1;
  transform: translateY(-80%);
}


/* Footer -------------------------------------------------------------------------------------------------------------------------------------------------*/
#colophon {
  margin: 0px;
  width: 100%;
  background-color: #90BCC9;
  position: fixed;
  bottom: 0px;
  height: 24px;
  -webkit-box-shadow: 0px -0px 10px -2px black;
  box-shadow: 0px -0px 10px -2px black;
  color: #F4F2F5;
  display: table;
  /* table-layout: fixed; */
}
footer#colophon .container {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;max-width: unset;}

#colophon .site-info {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#colophon .site-info p,
#colophon .site-info a {
  padding: 0;
  margin: 0;
}

#colophon .site-info:not(:last-child) {
  border-right: 1px solid #F4F2F5;
}

#colophon .site-info a {
  color: inherit;
  text-decoration: inherit;
  border: none;
  font-weight: inherit;
}
/* blogpages -------------------------------------------------------------------------------------------------------------------------------------------*/

.nav-links a, .nav-links a:visited {
  font-size: 12px;
  color: white;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  font-weight: 400;
  background-color: #3A5F79;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.nav-links a:hover::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-links a:hover,
.nav-links a:focus {
  background-color: #2C4960;
}
.posted-on a {
  color: inherit;
  border: 0px;
}

.nav-previous a::before {
  content: "\21FD";
}
.nav-next a::after {
  content: "\21FE";
}

.post-thumbnail img {
  width: 12vw;
  height: auto;
  margin: 0 0 20px 20px;
  float: right;
}

.archive a.post-thumbnail,
.blog a.post-thumbnail {
  display: block;
  max-height: 150px;
  overflow: hidden;
  float: right;
  background-color: white;
  border: 5px solid #F4F2F5;
  margin: 0 0 20px 20px !important;
}

.archive #main a.post-thumbnail img,
.blog #main a.post-thumbnail img {
  width: 150px;
  padding: 0;
  margin: 0 !important;
  border: none;
}

.archive .entry-meta,
.blog .entry-meta {
  /* margin-right: 170px; */
}
.entry-meta {
  margin-top: 5px;
}

.single-user-experience .post-thumbnail,
.single-sellingpoint .post-thumbnail,
.single-horse-selling .post-thumbnail {
  display: none;
}

/* individual page-design */
.page-id-46 h2 + div.grid_box {
  display: none;
}
.page-id-46 div.grid_box.open {
  display: table;
}
/* responsive----------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1400px) {
  .toggled #search-3, #search-3 {
    display: block;
  }
  #search-3 .search-field {
    width: 10vw;
  }

  .container {
    max-width: 70vw;
  }
  .page-id-9 .slider img {
    max-height: calc(661.83 / 987.27 * (70vw - 60px));
  }

  .post-thumbnail img {
    width: 20vw;
  }
  #masthead {
    background-size: auto 930px;
  }
}
@media screen and (max-width: 1150px) {
  .container {
    max-width: 90vw;
  }
  .page-id-9 .slider img {
    max-height: calc(661.83 / 987.27 * (90vw - 60px));
  }

  .post-thumbnail img {
    width: 30vw;
  }
  #masthead {
    background-size: auto 900px;
  }
}
@-webkit-keyframes subsubnavigation {
  from {
    top: -100%;
    z-index: 0;
  }
  to {
    top: 0;
    z-index: 0;
  }
}
@keyframes subsubnavigation {
  from {
    top: -100%;
    z-index: 0;
  }
  to {
    top: 0;
    z-index: 0;
  }
}
@-webkit-keyframes subnavigation {
  from {
    top: -100%;
    z-index: 0;
  }
  to {
    top: 48px;
    z-index: 0;
  }
}
@keyframes subnavigation {
  from {
    top: -100%;
    z-index: 0;
  }
  to {
    top: 48px;
    z-index: 0;
  }
}

@media screen and (min-width: 1000px) {

  .menu-toggle, .main-navigation .menu-item-has-children > a.sub-toggle {
    display: none;
  }
  .main-navigation ul {
    /* display: block; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main-navigation ul a:hover,
  .main-navigation ul a:focus,
  .main-navigation ul a.focus {
    z-index: 100000;
  }

  .main-navigation ul ul a {
    width: 250px;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul,
  .main-navigation ul ul li:focus > ul {
    -webkit-animation-name: subsubnavigation;
    animation-name: subsubnavigation;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:focus > ul {
    -webkit-animation-name: subnavigation;
    animation-name: subnavigation;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
  }
}
@-webkit-keyframes main-navigation {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes main-navigation {
  from {
    top: -100%;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
/* @-webkit-keyframes masthead-background-999px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -420px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -250px -500px;
  }
}
@keyframes masthead-background-999px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -420px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -250px -500px;
  }
} */
@media screen and (max-width: 999px) {
  #page {
    margin-top: 0;
    height: 100vh;
  }
  ::-webkit-scrollbar {
    display: none;
  }

  .page #page, .blog #page, .single #page {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* #masthead {
    -webkit-animation-name: masthead-background-999px;
    animation-name: masthead-background-999px;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  } */
  #content {
    min-height: calc(100vh - 250px - 20px - 30px);
  }
  #content .container {
    min-height: calc(100vh - 250px - 20px - 30px);
    /* margin-bottom: 0; */
    /* border-radius: 0; */
  }
  figure.table_figure {
    overflow: auto;
  }
  table {
    min-width: 500px;
  }
  .menu {
    padding-top: 70px;
  }

  .menu-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
    background-color: #3A5F79;
    border-radius: 0 0 10px 10px;
  }
  .toggled .menu-toggle {
    background-color: transparent;
  }
  .toggled {
    min-height: 100vh;
    -webkit-animation-name: main-navigation;
    animation-name: main-navigation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .main-navigation {
    position: fixed;
    top: 0px;
    float: none;
    clear: both;
    margin: 0;
    background-color: rgba(63,104,131,0.8);
    width: 100vw;
    border-top: none;
  }
  .menu-hauptmenue-container {
    display: none;
    margin: 0;
    padding: 0;
    height: calc(100vh - 24px );
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .toggled .menu-hauptmenue-container {
    display: block;
  }
  /* button[aria-expanded="false"] + div.menu-hauptmenue-container {
  display: none;
  }  */
  .main-navigation .menu > ul {
    position: absolute;
    top: 0;
    bottom: 24px;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .main-navigation ul ul,
  .main-navigation ul ul ul,
  .main-navigation ul li,
  .main-navigation ul ul li,
  .main-navigation ul ul ul li {
    float: none;
    width: 100%;
    position: static;
    white-space: normal;
  }

  .menu .menu-item a {
    padding: 2em;
    font-size: 18px;
    margin: 1px 0;
  }
  .menu .menu-item-has-children .menu-item a:first-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .menu .menu-item-has-children .menu-item-has-children .menu-item a {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-navigation ul a {
    /* display: block; */
    width: auto;
  }

  .main-navigation .menu-item-has-children ul.sub-menu {
    display: none;
  }

  .main-navigation .menu-item-has-children.focus ul.sub-menu,
  .main-navigation .menu-item-has-children:focus ul.sub-menu {
    display: block;
  }

  .main-navigation .menu-item-has-children .sub-menu ul.sub-menu {
    display: none;
  }

  .main-navigation .menu-item-has-children .menu-item-has-children.focus > ul.sub-menu,
  .main-navigation .menu-item-has-children .menu-item-has-children:focus > ul.sub-menu {
    display: block;
  }
  #site-navigation #search-3 {
    display: none;
    position: fixed;
    top: 5px;
    right: 80px;
  }
  #site-navigation.toggled #search-3 .search-field {
    width: 60vw;
  }
  #site-navigation.toggled #search-3 .search-field, #search-3 .search-submit {
    height: 40px;
  }
  #site-navigation.toggled #search-3 {
    display: block;
  }
  .archive h2 a:hover,
  .blog h2 a:hover {
    padding-left: 0;
  }

  footer#colophon {
    height: 30px;
    position: relative;
  }

  #colophon .site-info,
  #colophon .site-info p,
  #colophon .site-info a {
  }
  .grid_cell {
    display: block;
  }
  .page-id-11 .grid_cell,
  #post-46 .grid_cell {
    display: table-cell;
  }
  /* .page-id-11 #main img:first-child {
    width: 200px;
    height: calc(203/300 * 200px);
    top: 30px;
  } */
  /* .page-id-11 .grid_box {
    table-layout: auto;
    width: calc(100% - 200px);
  } */
  /* .page-id-11 .grid_cell:first-child {
    text-align: right;
  } */
}
/* @-webkit-keyframes masthead-background-700px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -320px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -250px -380px;
  }
}
@keyframes masthead-background-700px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -320px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -250px -380px;
  }
} */
@media screen and (max-width: 700px) {
  .gallery-columns-4 .gallery-item {
    max-width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .page-id-9 .gallery .gallery-item {
    width: 130px;
    max-width: none;
  }
  .page-id-9 .gallery .gallery-icon {
    width: 100px;
  }

  .shortcuts-galery-item {
    /* display: block; */
    width: 90%;
    /* height: auto; */
    margin-bottom: 2em;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100vw - 40px);
  }
  .page-id-9 .slider img {
    max-height: calc(661.83 / 987.27 * (100vw - 40px - 60px));
  }

  .site-title {
    font-size: 3em;
  }

  .site-description {
    font-size: 1.125em;
    /* position: static; */
    transform: translateY(-65%);
  }

  .post-thumbnail img {
    width: 40vw;
  }
  #masthead {
    background-size: auto 750px;
    -webkit-animation-name: masthead-background-700px;
    animation-name: masthead-background-700px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  #page {
    background-position: center 90%;
  }
  #content {
    background-position: center 80%;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  .nav-links a {
    font-size: 1em;
  }

  #colophon .site-info,
  #colophon .site-info p,
  #colophon .site-info a {
    border-right: 0 !important;
  }
  footer#colophon .container {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #colophon .site-info {
  width: 50%;
  margin: .5em 0;
  text-indent: 1em;
  text-align: left;
  }
    #colophon .site-info:nth-child(2n) {
      text-align: right;
    }
  #colophon .site-info:first-child {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    text-align: center;
  }
  /* .page-id-11 #main img:first-child {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: auto;
    max-width: 300px;
  } */
  /* .page-id-11 .grid_box {
    width: 100%;
  } */

  /* .page-id-11 .grid_box:first-child .grid_row .grid_cell:first-child {
    text-align: left;
  } */

  ol#sitemap {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  blockquote div {
    margin: 0;
    margin-top: 50px;
  }

  blockquote h4.quotetitle {
    margin: 0;
    padding: 0;
  }
  div#shortcuts-galery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@-webkit-keyframes masthead-background-500px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -300px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -400px -400px;
  }
}
@keyframes masthead-background-500px {
  from, 30% {
    background-image: url(img/simospony%20header.jpg);
    background-position: center center;
  }
  33.33%, 63% {
    background-image: url(img/Galerie/IMG_9177.jpg);
    background-position: -50px -300px;
  }
  66.66%, to {
    background-image: url(img/Galerie/IMG_9040.jpg);
    background-position: -400px -400px;
  }
}

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

  /* form.wpcf7-form input.wpcf7-form-control {
    width: 100%;
  } */
  #masthead {
    -webkit-animation-name: masthead-background-500px;
    animation-name: masthead-background-500px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  .archive #main a.post-thumbnail img, .blog #main a.post-thumbnail img {
    width: 100%;
  }
  .archive a.post-thumbnail, .blog a.post-thumbnail {
    display: block;
    max-height: 200px;
    float: none;
    width: 90%;
    margin: 10px auto 0 !important;
  }
}
