/*
Theme Name: Spek Custom Theme
Theme URI: https://spektrume.de
Author: Spektrum E
Author URI: https://spektrume.de
Description: Custom Theme for Customers of SPEKTRUM e
Version: 1.0.05
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spek-custom
*/
/* Common Theme Colors */
/* Element Colors */
/* Fonts */
/* Theme Settings */
/* # Mixins
-----------------------------------------------------------------------*/
/*normalize.cssv8.0.1|MITLicense|github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level. */
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
* Typographical Elements
* --------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  animation: fadedload 0.6s;
  font-size: 1.6rem;
  line-height: 1.625;
  background-color: #0f0f0f;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  body {
    font-size: 1.66rem;
  }
}

@keyframes fadedload {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  margin: 0 0 1em;
  padding: 0;
}

a {
  color: #0067a0;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #0093E2;
  text-decoration: none;
  outline: 0;
}

b, strong {
  font-weight: 600;
}

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

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", serif;
  font-weight: 500;
  color: white;
  line-height: 1.3;
  margin: 0 0 1em;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1.5px;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 511px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  font-weight: 300;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.35em;
}

h5 {
  font-size: 1.15em;
}

h6 {
  font-size: 1em;
}

/* HTML Elements */
ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #fff;
  clear: both;
  margin: 1em 0;
}

/* Buttons */
a.button,
.contains-button > a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  background: #0067a0;
  color: #fff;
  line-height: 1;
  padding: 0.6rem 1rem 0.6rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  text-align: center;
  cursor: pointer;
  transition: 300ms;
}
a.button:hover, a.button:active, a.button:focus,
.contains-button > a:hover,
.contains-button > a:active,
.contains-button > a:focus,
button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #0093E2;
}

/* Tables */
table {
  table-layout: auto;
  width: 100%;
  word-break: break-word;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

th {
  font-weight: 600;
  padding: 0 10px 10px;
}

td {
  border-top: 1px solid #eee;
}

/* Objects */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

/* WordPress
--------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright,
.alignleft {
  max-width: 50%;
}
@media (max-width: 600px) {
  .alignright,
.alignleft {
    max-width: 100%;
  }
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Search Form */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Gallery */
/*
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
*/
/* Text meant only for screen readers. */
.sr-skip-links,
.sr-skip-links li {
  margin: 0;
  height: 0;
  list-style: none;
  width: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Icons */
/*
.spekicon{
  position: relative;
  display: inline-block;
  top: -1px;
  width: 20px;
  margin-right: 6px;

  svg{
    width: 20px;
    height: 20px;
    margin-top: -1px;
    vertical-align: middle;
    color: $color;

    .button &{
      color: #fff;
    }
  }
}
 */
/* Custom Classes */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.no-margin {
  margin: 0;
}

.font-zero {
  font-size: 0;
}

.site-branding, .post-thumbnail, .post-706 {
  display: none;
}

#masthead {
  padding: 0;
  background-color: #444444;
}
#masthead a {
  font-size: 15px;
  letter-spacing: 1.5px;
  color: white;
}

.home #masthead:before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-position-y: 17.5%;
  background-position-x: 50%;
}

.entry-header:before, .homepagetitle:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}

.wrap {
  justify-content: center !important;
}
.wrap .menu-item-821 {
  margin-right: 0 !important;
}

.page-id-118 .gb-headline, .postid-856 .gb-headline {
  height: 33px;
}
.page-id-118 .gb-headline *, .postid-856 .gb-headline * {
  line-height: normal;
}

@media (min-width: 1023) {
  .gb-grid-wrapper .gb-query-loop-item:nth-child(3n-2) {
    padding-left: 0;
  }
}
@media (max-width: 1023) {
  .gb-grid-wrapper .gb-query-loop-item:nth-child(2n-1) {
    padding-left: 0;
  }
}
@media (max-width: 767) {
  .gb-grid-wrapper .gb-query-loop-item:nth-child(1n) {
    padding-left: 0;
  }
}
@media (max-width: 767) {
  .gb-grid-wrapper .gb-query-loop-item:nth-child(1n) {
    padding-left: 0;
  }
}
.page-id-118 figure, .page-id-491 figure, .postid-856 figure {
  overflow: hidden;
}
.page-id-118 figure img, .page-id-491 figure img, .postid-856 figure img {
  transition: 300ms linear;
}
.page-id-118 a:hover img, .page-id-491 a:hover img, .postid-856 a:hover img {
  transform: scale(1.25);
  transition: 4s linear;
  transform-origin: center;
}

.gb-query-loop-item {
  padding: 0 0 25px 25px;
}
.gb-query-loop-item .gb-inside-container {
  background-color: rgba(68, 68, 68, 0.6);
}
.gb-query-loop-item .gb-inside-container figure {
  height: 200px;
  margin-bottom: 0;
}
@media (max-width: 511px) {
  .gb-query-loop-item .gb-inside-container figure {
    height: 66%;
  }
}
.gb-query-loop-item .gb-inside-container figure {
  overflow-y: hidden;
}
.gb-query-loop-item .gb-headline {
  height: 66px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.gb-query-loop-item .gb-headline a {
  color: white;
}

.postid-714 {
  overflow-y: hidden;
}
.postid-714 .entry-title {
  display: none;
}

/*
.fg-default.fg-gutter-15, .fg-gutter-10 {
  padding-left: 0px;
  margin-bottom: 0px;
}

#foogallery-gallery-47 {
  .fg-item:nth-child(3n) {
    margin-right: 0;
  }
}
*/
.fbx-rounded, .fbx-inner {
  border: none !important;
}

/* Teasers */
.teaser-menu {
  justify-content: center;
}
.teaser-menu .gb-grid-column {
  max-width: 360px;
}

.foogallery-carousel svg {
  fill: white;
}

ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  list-style: none;
}
ul.menu .menu-item-has-children > .submenu-toggle {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 2em;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"><path fill="none" stroke="rgba(0, 103, 160, 0.99)" stroke-linecap="round" stroke-linejoin="round" stroke-width="48" d="M112 184l144 144 144-144"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  transition: 300ms;
  transform-origin: center;
}
ul.menu .menu-item-has-children > .submenu-toggle:hover::before, ul.menu .menu-item-has-children > .submenu-toggle:focus::before {
  background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  ul.menu .menu-item-has-children > .submenu-toggle {
    height: calc(4.8rem + 1.65em);
  }
}
ul.menu .menu-item-has-children.focus .submenu-toggle, ul.menu .menu-item-has-children.submenu-open .submenu-toggle {
  transform: rotate(180deg);
}
ul.menu a {
  text-decoration: none;
}
ul.menu ul.sub-menu {
  margin: 0;
  padding: 0;
}

/* Responsive Menus */
.menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 10000;
  }
}

nav ul.responsive-menu {
  display: flex;
}
@media (max-width: 767px) {
  nav ul.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 1000;
    width: 100vw;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.95);
    transition: right 500ms linear 1000ms, opacity 500ms;
  }
  nav ul.responsive-menu li.menu-item a {
    color: #fff;
  }
  nav ul.responsive-menu > li.menu-item {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  nav ul.responsive-menu > li.menu-item.menu-item-has-children a {
    padding-right: 3.4rem;
  }
}
nav ul.responsive-menu ul.sub-menu {
  position: absolute;
  top: 120%;
  left: -999em;
  z-index: 10000;
  width: 320px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: top 300ms;
}
nav ul.responsive-menu li.focus > ul.sub-menu,
nav ul.responsive-menu li.submenu-open > ul.sub-menu {
  left: -20px;
  top: 100%;
}
@media (max-width: 767px) {
  nav ul.responsive-menu li.focus > ul.sub-menu,
nav ul.responsive-menu li.focus ul.sub-menu,
nav ul.responsive-menu li.submenu-open > ul.sub-menu,
nav ul.responsive-menu li.submenu-open ul.sub-menu {
    position: relative;
    left: 0;
    top: 0;
  }
}

nav.toggled ul.responsive-menu {
  right: 0;
  opacity: 1;
  transition: right 0s, opacity 500ms;
}
nav.toggled ul.responsive-menu li {
  width: 320px;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hamburger Button */
button.menu-toggle {
  padding: 1rem 1.4rem;
  border: none;
  background: transparent;
}
button.menu-toggle .nav-container .checkbox {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
button.menu-toggle .nav-container .hamburger-lines {
  height: 26px;
  width: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
button.menu-toggle .nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  background: white;
}
button.menu-toggle .nav-container .hamburger-lines .line1 {
  transform-origin: 0 0;
  transition: transform 0.4s ease-in-out;
}
button.menu-toggle .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
button.menu-toggle .nav-container .hamburger-lines .line3 {
  transform-origin: 0 100%;
  transition: transform 0.4s ease-in-out;
}
button.menu-toggle .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  transform: translateX(6px) rotate(50deg);
}
button.menu-toggle .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  transform: translateX(6px) scaleY(0);
}
button.menu-toggle .nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  transform: translateX(6px) rotate(-50deg);
}

/* Main Menu */
.main-navigation ul.menu {
  flex-direction: row;
}
.main-navigation ul.menu li {
  position: relative;
}
.main-navigation ul.menu li a {
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: 300ms;
}
.main-navigation ul.menu li a:hover, .main-navigation ul.menu li a:focus {
  color: #0093E2;
}
@media (min-width: 768px) {
  .main-navigation ul.menu li:last-of-type {
    margin-right: -1.6rem;
  }
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
  left: auto;
  top: 100%;
}
.main-navigation ul ul {
  position: absolute;
  top: 120%;
  left: -999em;
  z-index: 10000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: top 300ms;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul a {
  display: block;
  text-decoration: none;
}
.header {
  width: 100%;
}

.main-content {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .main-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.footer {
  width: 100%;
}

.header {
  padding: 10px 20px;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header .site-branding {
  padding: 10px 0;
}
.header .site-branding a.custom-logo-link {
  width: 100%;
}
.header .site-branding a.custom-logo-link img.custom-logo {
  width: 200px;
  height: auto;
}
.header .site-branding .site-title a {
  font-size: 4rem;
}

h1.entry-title {
  text-align: center;
}

.search-page article,
.archive-page article {
  margin: 40px;
  padding: 15px 25px;
}
.search-page article header.entry-header,
.archive-page article header.entry-header {
  margin-bottom: 0;
}
.search-page article header.entry-header .entry-title,
.archive-page article header.entry-header .entry-title {
  margin: 0;
}
.search-page article p,
.archive-page article p {
  margin-bottom: 20px;
}
.search-page article.hentry > .entry-header,
.archive-page article.hentry > .entry-header {
  background: transparent !important;
  padding-bottom: 20px;
  padding-top: 20px;
}
.search-page article.hentry > .entry-header h2,
.archive-page article.hentry > .entry-header h2 {
  margin-bottom: 0;
}
.search-page article .entry-content,
.archive-page article .entry-content {
  padding: 0 40px;
}
.search-page article .entry-footer,
.archive-page article .entry-footer {
  padding-top: 10px;
}

.footer {
  background: #222;
  color: #fff;
  padding: 30px 40px;
  font-size: 0.85em;
}
.footer a {
  color: #0f0f0f;
}
.footer .footer-widget-area {
  display: flex;
  flex-direction: column;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .footer .footer-widget-area {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(3),
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(3) ~ .footer-widgets {
  width: 32%;
}
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(4),
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(4) ~ .footer-widgets {
  width: 23.5%;
}
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(5),
.footer .footer-widget-area .footer-widgets:first-child:nth-last-child(5) ~ .footer-widgets {
  width: 18.5%;
}
.footer .site-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding: 0 !important;
}

.footer-widget-area {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  align-items: center;
}

.footer-widgets-1 {
  padding: 50px 25px;
  margin: 50px 0;
}
.footer-widgets-1 a {
  color: white !important;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.footer-widgets-1 a:hover {
  text-decoration: underline;
}
.footer-widgets-1 img {
  width: 120px;
}
.footer-widgets-1 img.instagram-icon {
  width: 80px;
}

.footer-widgets-2 {
  width: 100%;
}
.footer-widgets-2 a {
  color: white !important;
}
.footer-widgets-2 a:hover {
  text-decoration: underline;
}

.gb-container-d93c5506 .gb-inside-container p:last-child {
  margin-bottom: 0;
}

.footer-menu {
  display: none;
}

.site-info {
  display: flex !important;
  justify-content: center !important;
}
.site-info p {
  margin: 0;
}

/* Button to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #444444;
  color: white;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
#myBtn svg {
  width: 20px;
  height: auto;
  display: block;
}

/* Changing Background Images*/
/*.spekov-slider-container {
  height: calc(100vh - 100px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;

  .hero-content-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 100%;
    padding: 20px;

    .hero-content{
      position: relative;
      z-index: 10;
      color: #fff;
      @include wrap-width;

      h1{
        color: #fff;
      }
    }
  }

  &:after,
  .spekov-background-slide{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  &:after {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
  }
  .spekov-background-slide {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .spekov-background-slide:not(:nth-of-type(1)){
    display: none;
  }
}*/
/* Changing Background Images*/
.spekov-slider-container {
  width: 100vw;
  height: calc(100vh);
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.spekov-slider-container .hero-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 1;
  height: 100%;
  padding: 20px;
}

.spekov-slider-container .hero-content-wrap .hero-content {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 900px;
  max-width: 100%;
}

.spekov-slider-container .hero-content-wrap .hero-content h1 {
  color: #fff;
}

.spekov-slider-container:after,
.spekov-slider-container .spekov-background-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.spekov-slider-container .spekov-background-slide {
  opacity: 0;
  transition: opacity 2000ms;
}

.spekov-slider-container .spekov-background-slide.active-slide {
  opacity: 1;
}

.spekov-slider-container .spekov-background-slide:first-of-type {
  opacity: 1;
}

.spekov-slider-container .spekov-background-slide:nth-of-type(3n + 1) {
  transform-origin: left;
}

.spekov-slider-container .spekov-background-slide:nth-of-type(3n + 2) {
  transform-origin: right;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.top {
  transform-origin: top;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.right {
  transform-origin: right;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.bottom {
  transform-origin: bottom;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.left {
  transform-origin: left;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.center {
  transform-origin: center;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.zoom0 {
  animation: kenburns0 20s linear;
}

.spekov-slider-container .spekov-background-slide.kenburnsing.zoom1 {
  animation: kenburns1 20s linear;
}

.spekov-slider-container:after {
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}

.spekov-slider-container .spekov-background-slide {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@keyframes kenburns0 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes kenburns1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* Side-Buttons */
/*
.side-buttons-container{
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
}

.side-buttons{
  position: absolute;
  left: calc(100% - 48px);
  transition: all 600ms;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  border: 1px solid $color;
  box-shadow: -2px 2px 8px rgba(0,0,0,0.5);
  background: $color;

  a{
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 12px;
    border-bottom: 1px solid rgba($grey,0.4);
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background: $color;
    font-size: 18px;
    line-height: 24px;

    &:hover,
    &:focus{
      background: $color-light;
    }

    i{
      margin-right: 12px;
      width: 24px;
      height: 24px;
      font-size: 0;

      svg{
        width: 24px;
        height: 24px;
        margin-top: -1px;
        vertical-align: middle;
        fill: $white;
      }
    }
  }

  .side-button:first-of-type a{
    padding-top: 12px;
  }

  .side-button:last-of-type a{
    padding-bottom: 12px;
    border-bottom: none;
  }
}

.side-buttons:hover,
.side-buttons:focus,
.side-buttons.opened{
  left: 0;
}

.side-buttons a:focus{
  outline: none;
}

.side-buttons .side-button{
  cursor: pointer;
  transition: all 300ms;
}
*/
/* Above Main Menu */
/*
body.spek-amm{
  .site-header {
    padding: 15px 20px;
    height: $header-height;

    > .wrap {
      position: relative;
      align-items: flex-end;
      height: 100%;

      &::before,
      &::after{
        display: none;
      }
    }

    .header-text-area {
      position: absolute;
      top: 0;
      right: 12px;
      display: none;
      transition: 300ms;

      @include breakpoint(xs) {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }

      @include breakpoint(sm) {
        display: block;
      }

      @include breakpoint(lg) {
        right: 15px;
      }

      .header-shrink & {
        top: -80px;
      }

      a {
        margin-left: 24px;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
      }

      i {
        margin-right: 6px;

        svg {
          fill: $color-text;
          height: 1.2em;
          width: auto;
        }
      }

      a.button {
        text-transform: none;

        i {
          svg {
            fill: #fff;
          }
        }
      }

      a:not(.button) {
        color: $color-grey-light;
        text-decoration: none;

        &:hover,
        &:focus {
          color: $color-grey;
          text-decoration: none;
        }
      }

      .button.small-button {
        display: none;
      }

      @include breakpoint(md) {
        .button.small-button {
          display: inline-block;
        }
      }
    }
  }
}
*/
/* Animations */
.jsloaded .anispek {
  transition: all 0s;
  display: inline-block;
  /* may need to overwrite this on elements if causes problems */
}
.jsloaded .anispek.fade-in {
  opacity: 0;
}
.jsloaded .anispek.fade-in-left {
  transform: translateX(50px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-right {
  transform: translateX(-50px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
}
.jsloaded .anispek.anispek-fired {
  transition: all 1s ease-in-out 0s;
  transform: translateX(0);
  opacity: 1;
}
.jsloaded .anispek.anispek-fired.delay1 {
  transition-delay: 1s;
}

/* Animations */
.jsloaded .anispek {
  transition: all 0s;
}
.jsloaded .anispek.fade-in {
  opacity: 0;
}
.jsloaded .anispek.fade-in-left {
  transform: translateX(50px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-right {
  transform: translateX(-50px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
}
.jsloaded .anispek.anispek-fired {
  transition: all 1s ease-in-out 0s;
  transform: translateX(0);
  opacity: 1;
}
.jsloaded .anispek.anispek-fired.delay1 {
  transition-delay: 1s;
}

/* Recurring Items */
.postid-716 {
  background-color: black;
  position: relative;
}
.postid-716:before {
  position: absolute;
  z-index: -1;
  top: 1.55%;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url("https://demo.spektrume.de/bodoschmidt/wp-content/uploads/2023/01/20140717134606-3050317.jpg");
  background-position: top;
  background-size: contain;
  background-attachment: fixed;
}

.postid-616 {
  background: url("https://demo.spektrume.de/bodoschmidt/wp-content/uploads/2023/01/IMG_0424.jpg");
  background-position: top;
  background-size: contain;
  background-attachment: fixed;
}

.fluentform label {
  font-weight: 300 !important;
}

textarea {
  resize: none;
}

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