/*!
Theme Name: ekoo-1.4
Author: Ferdal Özcelik
Author URI: https://ekoo.fernuni-hagen.de
Description: Last Copy from prod.-Theme
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ekoo
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.

ekoo 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.


Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is for On-the-Fly-Changes in the theme in WordPress.
*/


/* Double Code to test from customizer */
.single-news .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.embed-responsive .embed-responsive-item {
  object-fit: cover;
}

.nav-next {
  margin-top: 20px;
}

/* body {
  padding-top: 48px;
  box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  line-height: 150%;
  position: relative;
  max-width: 2600px;
  margin: auto;
  transition: opacity 0.5s ease 0.2s;
  background-color: transparent;
}

nav#site-navigation {
  min-height: 62px;
  margin-bottom: 0 !important;
  background: #004c97;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .5);
  font-weight: 400;
  transition: .3s;
  max-width: 2600px;
  margin: 0 auto;
}

.site-footer {
  background-color: #004c97;
  color: #fff;
  max-width: 2600px;
  margin: auto;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
  color: rgba(255, 255, 255, .6);
  font-size: .75rem;
  max-width: 2600px;
} */

.horizontal-img {
  max-height: 300px;
  overflow: hidden;
}

#engelhardt {
  padding-top: 130px;
  margin-top: -130px;
}

#geisler {
  padding-top: 130px;
  margin-top: -130px;
}

#konert {
  padding-top: 130px;
  margin-top: -130px;
}

#effern {
  padding-top: 130px;
  margin-top: -130px;
}

#kempka {
  padding-top: 130px;
  margin-top: -130px;
}

#adamus {
  padding-top: 130px;
  margin-top: -130px;
}

#serwe {
  padding-top: 130px;
  margin-top: -130px;
}

#sperl {
  padding-top: 130px;
  margin-top: -130px;
}

#hinzmann {
  padding-top: 130px;
  margin-top: -130px;
}

#oezcelik {
  padding-top: 130px;
  margin-top: -130px;
}

#wesch {
  padding-top: 130px;
  margin-top: -130px;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}






/*
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command
*/

/* Your main design goes into: /sass/theme.
Add your styles to the /sass/theme/_theme.scss file
And your variables to the /sass/theme/_theme_variables.scss
Or add other .scss files into it and @import it into /sass/theme/_theme.scss.
 */