/*
Theme Name: dbate_relaunch
Theme URI: http://underscores.me/
Author: WERK4.1 Neue Medien GmbH
Author URI: http://www.werk4.net/
Description: Mega flexibles Theme für dbate.de.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbate_relaunch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dbate_relaunch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll 
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Colors */
/* Content */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */
}
body {
  margin: 0;
  background: #efefef;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 1.75em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
input[type="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"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/* SearchForm */
.VS-interface.ui-autocomplete,
.ui-helper-hidden-accessible {
  display: none !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1b4a49;
}
a:visited {
  color: #1b4a49;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid #1b4a49;
  border-top: 1px solid #1b4a49;
  transition: line-height 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-navigation {
    border: none;
    text-align: right;
    float: left;
    width: 50%;
    line-height: 103px;
    clear: none;
    overflow: visible;
  }
  .main-navigation .searchbox {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main-navigation {
    line-height: 87px;
  }
}
.main-navigation .container {
  overflow: visible;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .main-navigation li {
    float: none;
    border-bottom: 1px dashed #3d3d3b;
    margin: 0;
    padding: 0 20px;
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
  transition: color 0.5s;
}
.main-navigation a:hover {
  color: #3d3d3b;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* Small menu. */
.main-navigation.toggled ul {
  display: block;
}
.menu-toggle {
  border: none;
  background: none;
  margin: 0;
  font-size: 20px;
  line-height: normal;
  display: inline-block;
  box-shadow: none;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .menu-hauptmenu-container {
    position: absolute;
    background: #fff;
    width: 200%;
    right: 0;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.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%;
}
/*--------------------------------------------------------------
# Expanding Searchbox
--------------------------------------------------------------*/
#site-navigation .expanding-sf {
  position: absolute;
  right: 50px;
  width: 30px;
  transition: width 0.3s ease;
}
#site-navigation .expanding-sf.width {
  width: calc(100% - 130px);
}
@media (max-width: 768px) {
  #site-navigation .expanding-sf.width {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  #site-navigation .expanding-sf {
    display: none;
  }
}
@media (max-width: 768px) {
  #site-navigation .expanding-sf {
    right: 10px;
  }
}
#site-navigation .toggle {
  background: #3d3d3b;
  color: #d8d8d8;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  width: 30px;
}
#site-navigation .search-form {
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#site-navigation .form .search-form.open {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: visible;
  width: 100%;
}
#site-navigation .search-form .search-field {
  background: none repeat scroll 0 0 #3d3d3b;
  border: 0;
  color: #d8d8d8;
  float: right;
  outline: none;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 12px;
  height: 100%;
  padding: 0 15px;
  width: 100%;
  border-radius: 0;
}
#site-navigation .search-form .search-field:focus {
  color: #d8d8d8;
}
#site-navigation .search-form .search-submit {
  display: none;
  background: #1b4a49;
  color: #d8d8d8;
  cursor: pointer;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  width: 30px;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding: 0;
  border-radius: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  border-top: 3px solid #1b4a49;
  background: #d8d8d8;
  padding: 10px;
  margin: 0 -10px 0 -15px;
  height: 600px;
  overflow: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.widget .widgettitle {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 300;
  background: #1b4a49;
  text-align: center;
  color: #fff;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #3d3d3b;
}
.widget li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.widget a {
  text-decoration: none;
}
.widget .post-date {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-style: italic;
}
@media (max-width: 767px) {
  .widget {
    height: 520px;
    margin-left: -5px;
  }
}
.halb .widget {
  height: 290px;
}
@media (max-width: 767px) {
  .halb .widget {
    height: auto;
    min-height: 320px;
  }
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  padding-top: 205px;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  #content {
    padding-top: 140px;
  }
}
@media screen and (max-width: 500px) {
  #content {
    padding-top: 120px;
  }
}
.container,
.content-area {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container,
  .content-area {
    padding: 0 10px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 10px;
  overflow: hidden;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* TEAM */
.page-id-172 .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 25px;
}
.page-id-172 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  z-index: 999;
  background: #efefef;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 767px) {
  #masthead {
    border-bottom: 1px solid #1b4a49;
  }
}
#masthead .top-bar {
  background: #d8d8d8;
  text-align: right;
  padding: 0 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(61, 61, 59, 0.3);
  -moz-box-shadow: 0px 0px 7px 0px rgba(61, 61, 59, 0.3);
  box-shadow: 0px 0px 7px 0px rgba(61, 61, 59, 0.3);
  line-height: 35px;
}
#masthead .top-bar .fa {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 13px;
  background: #3d3d3b;
  text-align: center;
  color: #d8d8d8;
  margin: 0 0 0 10px;
  transition: all 0.5s ease;
}
#masthead .top-bar .fa:hover {
  border: 1px solid #3d3d3b;
  color: #3d3d3b;
  background: none;
}
#masthead .top-bar .expanding-sf {
  position: relative;
  display: inline-block;
  width: calc(100% - 180px);
  right: 0;
}
@media (min-width: 768px) {
  #masthead .top-bar .expanding-sf {
    display: none;
  }
}
#masthead .top-bar .expanding-sf .form {
  position: absolute;
  top: -17px;
  right: 0px;
  width: 100%;
}
#masthead .top-bar .expanding-sf .form .toggle {
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
}
#masthead .top-bar .expanding-sf .form .search-form {
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#masthead .top-bar .expanding-sf .form .search-form.open {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: visible;
  width: 100%;
}
#masthead .top-bar .expanding-sf .form .search-form .search-field {
  border-radius: 35px;
  position: relative;
  top: -3px;
  background: none repeat scroll 0 0 #3d3d3b;
  border: 0;
  color: #d8d8d8;
  float: right;
  outline: none;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
#masthead .top-bar .expanding-sf .form .search-form .search-field:focus {
  color: #d8d8d8;
}
#masthead .top-bar .expanding-sf .form .search-form .search-submit {
  display: none;
  background: #1b4a49;
  color: #d8d8d8;
  cursor: pointer;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  width: 30px;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding: 0;
  border-radius: 15px;
  top: -3px;
}
#masthead .top-bar .expanding-sf .form .search-form button {
  border: 0;
  padding: 0;
  box-shadow: none;
  text-shadow: none;
}
#masthead .site-branding {
  overflow: hidden;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  #masthead .site-branding {
    overflow: hidden;
    margin: 10px;
    width: calc(50% - 20px);
    float: left;
    padding: 0;
  }
}
#masthead .site-title {
  width: 240px;
  transition: all 0.3s ease;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #masthead .site-title {
    width: 160px;
  }
}
@media screen and (max-width: 500px) {
  #masthead .site-title {
    width: 125px;
  }
}
#masthead .site-description {
  text-transform: lowercase;
  margin: auto;
  position: absolute;
  top: 25%;
  width: 100%;
  padding: 0 20%;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #masthead .site-description {
    display: none;
  }
}
#masthead.head-up {
  top: -212px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
  background: #1b4a49;
  color: #d8d8d8;
  text-align: center;
  padding-bottom: 20px;
}
#colophon span {
  display: block;
}
#colophon span .fa {
  background: #ee4f66;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 100%;
  margin: 0 3px;
}
#colophon .menu {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#colophon .menu li {
  display: inline-block;
  margin: 0 10px;
}
#colophon .menu a {
  text-decoration: none;
  border-bottom: 0;
  padding: 0 0 5px 0;
  color: #d8d8d8;
}
#colophon .menu a:hover {
  border-bottom: 3px solid #d8d8d8;
  transition: all 0.2s ease;
}
#colophon a {
  color: #d8d8d8;
  text-decoration: none;
}
/*--------------------------------------------------------------
# dbate Templates
--------------------------------------------------------------*/
/* dbate-Video + Artikel Startseite */
.page-template-template-startseite .header {
  min-height: calc(100vh - 205px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: min-height 0.5s ease;
}
@media (max-width: 767px) {
  .page-template-template-startseite .header {
    min-height: calc(100vh - 140px);
  }
}
@media (max-width: 500px) {
  .page-template-template-startseite .header {
    min-height: calc(100vh - 120px);
  }
}
.page-template-template-startseite .header .header-image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
  z-index: -1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  overflow: hidden;
}
.page-template-template-startseite .header .title {
  padding: 20px;
  margin: 0;
  font-size: 3em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px #000000;
}
@media (max-width: 500px) {
  .page-template-template-startseite .header .title {
    font-size: 1.5em;
  }
}
.page-template-template-startseite .header .title span {
  display: block;
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 500px) {
  .page-template-template-startseite .header .title span {
    font-size: 15px;
  }
}
.page-template-template-startseite .header p {
  font-size: 18px;
  color: #fff;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
  text-shadow: 0px 2px 5px #000000;
}
@media (max-width: 500px) {
  .page-template-template-startseite .header p {
    font-size: 14px;
  }
}
.page-template-template-startseite .header i {
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
  text-shadow: 0px 2px 5px #000000;
}
.page-template-template-startseite .devider {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-startseite .devider {
    font-size: 25px;
    line-height: 1;
  }
}
.page-template-template-startseite .vc_separator.vc_sep_double {
  height: auto;
}
.dbate-video,
.dbate-article {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  padding: 20px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.dbate-video .marker,
.dbate-article .marker {
  position: relative;
  top: -20px;
  height: 3px;
  width: 0;
  margin-right: -15px;
  margin-left: -20px;
  transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.dbate-video:hover .marker,
.dbate-article:hover .marker {
  width: 120%;
}
.dbate-video .icon,
.dbate-article .icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
}
.dbate-video .title,
.dbate-article .title {
  margin: 0;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px #000000;
  position: absolute;
  bottom: 50px;
  opacity: 1;
  transition: opacity 0.3s ease;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.dbate-video .excerpt,
.dbate-article .excerpt {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  bottom: -100%;
  background: rgba(14, 53, 52, 0.9);
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.dbate-video .excerpt .title,
.dbate-article .excerpt .title {
  position: static;
  margin-bottom: 10px;
  padding: 0;
  text-shadow: none;
}
.dbate-video .out,
.dbate-article .out {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 500px) {
  .dbate-video .out,
  .dbate-article .out {
    display: none;
  }
}
.dbate-video .off,
.dbate-article .off {
  opacity: 0;
}
.viertel-grid,
.drittel-grid,
.halb-grid,
.achter-grid {
  margin-bottom: 20px;
  height: auto;
}
.viertel-grid .wpb_content_element,
.drittel-grid .wpb_content_element,
.halb-grid .wpb_content_element,
.achter-grid .wpb_content_element {
  margin-bottom: 0;
}
.viertel-grid .einviertel,
.drittel-grid .einviertel,
.halb-grid .einviertel,
.achter-grid .einviertel {
  height: 600px;
  margin: 0 10px;
  width: calc(25% - 20px);
  transition: all 0.3s ease;
}
.viertel-grid .eindrittel,
.drittel-grid .eindrittel,
.halb-grid .eindrittel,
.achter-grid .eindrittel {
  height: 600px;
  margin: 0 10px;
  width: calc(33.3333% - 20px);
  transition: all 0.3s ease;
}
.viertel-grid .eindrittel.big,
.drittel-grid .eindrittel.big,
.halb-grid .eindrittel.big,
.achter-grid .eindrittel.big {
  width: calc(50% - 20px);
}
.viertel-grid .eindrittel.small,
.drittel-grid .eindrittel.small,
.halb-grid .eindrittel.small,
.achter-grid .eindrittel.small {
  width: calc(25% - 20px);
}
.viertel-grid .einhalb,
.drittel-grid .einhalb,
.halb-grid .einhalb,
.achter-grid .einhalb {
  height: 600px;
  margin: 0 10px;
  width: calc(50% - 20px);
  transition: all 0.3s ease;
}
.viertel-grid .zweidrittel,
.drittel-grid .zweidrittel,
.halb-grid .zweidrittel,
.achter-grid .zweidrittel {
  height: 600px;
  margin: 0 10px;
  width: calc(66.6666% - 20px);
  transition: all 0.3s ease;
}
.viertel-grid .dreiviertel,
.drittel-grid .dreiviertel,
.halb-grid .dreiviertel,
.achter-grid .dreiviertel {
  height: 600px;
  margin: 0 10px;
  width: calc(75% - 20px);
  transition: all 0.3s ease;
}
.viertel-grid .halb,
.drittel-grid .halb,
.halb-grid .halb,
.achter-grid .halb {
  margin-bottom: 20px;
  height: 290px;
  transition: all 0.3s ease;
}
.viertel-grid .halb .vc_column_container,
.drittel-grid .halb .vc_column_container,
.halb-grid .halb .vc_column_container,
.achter-grid .halb .vc_column_container {
  height: 100%;
}
.viertel-grid .text,
.drittel-grid .text,
.halb-grid .text,
.achter-grid .text {
  height: 600px;
  overflow: hidden;
}
/* Responsive */
@media screen and (max-width: 1024px) {
  .dbate-video .excerpt,
  .dbate-article .excerpt {
    padding: 20px 40px 20px 20px;
  }
  .viertel-grid,
  .drittel-grid,
  .achter-grid {
    margin-bottom: 0;
  }
  .viertel-grid .einviertel,
  .drittel-grid .einviertel,
  .achter-grid .einviertel {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .viertel-grid .eindrittel,
  .drittel-grid .eindrittel,
  .achter-grid .eindrittel {
    width: calc(33.3333% - 20px);
    margin-bottom: 20px;
  }
  .viertel-grid .eindrittel .title,
  .drittel-grid .eindrittel .title,
  .achter-grid .eindrittel .title {
    font-size: 1.7em;
  }
  .viertel-grid .eindrittel.big,
  .drittel-grid .eindrittel.big,
  .achter-grid .eindrittel.big {
    width: calc(33.3333% - 20px);
  }
  .viertel-grid .eindrittel.small,
  .drittel-grid .eindrittel.small,
  .achter-grid .eindrittel.small {
    width: calc(33.3333% - 20px);
  }
  .viertel-grid .einhalb,
  .drittel-grid .einhalb,
  .achter-grid .einhalb {
    width: 100%;
    margin-bottom: 20px;
  }
  .viertel-grid .zweidrittel,
  .drittel-grid .zweidrittel,
  .achter-grid .zweidrittel {
    width: calc(66.6666% - 20px);
    margin-bottom: 20px;
  }
  .viertel-grid .dreiviertel,
  .drittel-grid .dreiviertel,
  .achter-grid .dreiviertel {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .halb-grid .einhalb {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .dbate-video .title,
  .dbate-article .title {
    font-size: 1.7em;
    padding: 0 35px 0 15px;
    bottom: 20px;
  }
  .viertel-grid .einviertel,
  .drittel-grid .einviertel,
  .halb-grid .einviertel,
  .viertel-grid .eindrittel,
  .drittel-grid .eindrittel,
  .halb-grid .eindrittel,
  .viertel-grid .zweidrittel,
  .drittel-grid .zweidrittel,
  .halb-grid .zweidrittel,
  .viertel-grid .dreiviertel,
  .drittel-grid .dreiviertel,
  .halb-grid .dreiviertel,
  .viertel-grid .einhalb,
  .drittel-grid .einhalb,
  .halb-grid .einhalb,
  .viertel-grid .halb,
  .drittel-grid .halb,
  .halb-grid .halb {
    width: 100%;
    float: none;
    height: 320px;
    margin-bottom: 20px;
  }
  .viertel-grid .eindrittel.big,
  .drittel-grid .eindrittel.big,
  .halb-grid .eindrittel.big,
  .viertel-grid .eindrittel.small,
  .drittel-grid .eindrittel.small,
  .halb-grid .eindrittel.small {
    width: 100%;
  }
  .viertel-grid .news,
  .drittel-grid .news,
  .halb-grid .news {
    height: auto;
    overflow: hidden;
  }
  .viertel-grid .news .halb,
  .drittel-grid .news .halb,
  .halb-grid .news .halb {
    overflow: auto;
  }
  .viertel-grid .news .halb:last-child,
  .drittel-grid .news .halb:last-child,
  .halb-grid .news .halb:last-child {
    margin-bottom: 0;
  }
  .viertel-grid .text,
  .drittel-grid .text,
  .halb-grid .text {
    height: 320px;
  }
  .halb-grid {
    margin-bottom: 0;
  }
  .halb-grid .einhalb {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 15px;
  }
  .halb-grid .einhalb .vc_column-inner {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
  }
  .achter-grid .einviertel {
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .achter-grid .halb {
    height: 320px;
    margin-bottom: 20px;
  }
}
/* Single Video-Categorie & Single Video-Theme */
.single .header {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: min-height 0.5s ease;
}
@media (max-width: 500px) {
  .single .header {
    min-height: 200px;
  }
}
.single .header .wrapper {
  margin: auto;
}
.single .header .header-image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -35px;
  right: -35px;
  bottom: -35px;
  left: -35px;
  z-index: -1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  overflow: hidden;
}
.single .header .title {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 3em;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px #000000;
}
@media (max-width: 500px) {
  .single .header .title {
    font-size: 1.5em;
  }
}
.single .header .title span {
  display: block;
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 500px) {
  .single .header .title span {
    font-size: 15px;
  }
}
.single .header .theme-info {
  width: 600px;
  text-align: center;
}
@media (max-width: 500px) {
  .single .header .theme-info {
    width: 100%;
  }
}
.single .header .theme-info h1 {
  font-size: 3em;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  padding: 20px;
}
@media (max-width: 500px) {
  .single .header .theme-info h1 {
    font-size: 1.5em;
  }
}
.single .header .theme-info p {
  display: block;
  margin: auto;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  padding: 10px 20px;
}
.single .videocategorie {
  padding: 0 15px;
}
.single .videocategorie h1 {
  margin: 0;
}
.single .videocategorie h1.allvids {
  margin: 30px 0 0;
}
.single .videocategorie .sort {
  width: 100%;
}
@media (max-width: 500px) {
  .single .videocategorie .sort {
    margin-bottom: 15px;
  }
}
.single .videocategorie .sort ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .single .videocategorie .sort ul {
    text-align: left;
  }
}
.single .videocategorie .sort ul li {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 500px) {
  .single .videocategorie .sort ul li {
    margin-left: 0 ;
    margin-right: 10px;
  }
}
.single .videocategorie .sort ul li a {
  text-decoration: none;
}
.single .videocategorie .sort ul li a.active {
  font-weight: bold;
}
.single .videocategorie a {
  text-decoration: none;
}
.single .videocategorie .big-videos {
  margin: 20px 0 0;
  overflow: hidden;
  background: #1b4a49;
}
.single .videocategorie .big-videos .vc_col-sm-6 {
  width: 50%;
  float: left;
  padding: 15px;
  transition: width 0.3s ease;
}
@media (max-width: 767px) {
  .single .videocategorie .big-videos .vc_col-sm-6 {
    float: none;
    width: 100%;
  }
}
.single .videocategorie .big-videos .vc_col-sm-6 .article-inner {
  border-top: 3px solid;
  background: #d8d8d8;
  transition: all 0.3s ease;
}
.single .videocategorie .big-videos .vc_col-sm-6 .article-inner:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  -moz-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
}
.single .videocategorie .big-videos .vc_col-sm-6 figure {
  max-height: 250px;
  overflow: hidden;
  margin: 0;
}
.single .videocategorie .big-videos .vc_col-sm-6 figure .cat {
  text-transform: uppercase;
  position: absolute;
  padding: 0 15px 3px 10px;
  color: #fff;
  border-radius: 0 0 5px 0;
}
.single .videocategorie .big-videos .vc_col-sm-6 figure .cat .icon {
  width: 35px;
  position: absolute;
  right: -23px;
  top: -11px;
}
.single .videocategorie .big-videos .vc_col-sm-6 h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 0;
  padding: 0 20px;
}
.single .videocategorie .big-videos .vc_col-sm-6 .video_excerpt {
  padding: 0 20px;
  min-height: 110px;
}
.single .videocategorie .big-videos .vc_col-sm-6 .video_excerpt p {
  margin: 10px 0;
  color: #3d3d3b;
}
.single .videocategorie .big-videos .vc_col-sm-6 footer {
  border-top: 1px solid #3d3d3b;
  padding: 10px 20px;
  background: #d8d8d8;
  overflow: hidden;
  color: #3d3d3b;
}
.single .videocategorie .big-videos .vc_col-sm-6 footer .article-date {
  float: left;
}
.single .videocategorie .big-videos .vc_col-sm-6 footer .article-meta {
  float: right;
}
.single .videocategorie .big-videos .vc_col-sm-6 footer .article-meta span {
  margin-left: 10px;
}
.single .videocategorie .small-videos {
  margin: 0 -15px;
  min-height: 100px;
  overflow: hidden;
}
.single .videocategorie .small-videos .vc_col-sm-4 {
  width: 33.3333%;
  padding: 15px;
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .single .videocategorie .small-videos .vc_col-sm-4 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .single .videocategorie .small-videos .vc_col-sm-4 {
    width: 100%;
    float: none;
  }
}
.single .videocategorie .small-videos .vc_col-sm-4 .article-inner {
  border-top: 3px solid;
  background: #d8d8d8;
  transition: all 0.3s ease;
}
.single .videocategorie .small-videos .vc_col-sm-4 .article-inner:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  -moz-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
}
.single .videocategorie .small-videos .vc_col-sm-4 figure {
  max-height: 250px;
  overflow: hidden;
  margin: 0;
}
.single .videocategorie .small-videos .vc_col-sm-4 figure .cat {
  text-transform: uppercase;
  position: absolute;
  padding: 0 15px 3px 10px;
  color: #fff;
  border-radius: 0 0 5px 0;
}
.single .videocategorie .small-videos .vc_col-sm-4 figure .cat .icon {
  width: 35px;
  position: absolute;
  right: -23px;
  top: -11px;
}
.single .videocategorie .small-videos .vc_col-sm-4 h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 0;
  padding: 0 10px;
}
.single .videocategorie .small-videos .vc_col-sm-4 .video_excerpt {
  padding: 0 10px;
  min-height: 110px;
}
.single .videocategorie .small-videos .vc_col-sm-4 .video_excerpt p {
  margin: 10px 0;
  color: #3d3d3b;
}
.single .videocategorie .small-videos .vc_col-sm-4 footer {
  border-top: 1px solid #3d3d3b;
  padding: 10px;
  background: #d8d8d8;
  overflow: hidden;
  color: #3d3d3b;
}
.single .videocategorie .small-videos .vc_col-sm-4 footer .article-date {
  float: left;
}
.single .videocategorie .small-videos .vc_col-sm-4 footer .article-meta {
  float: right;
}
.single .videocategorie .small-videos .vc_col-sm-4 footer .article-meta span {
  margin-left: 10px;
}
.single .videocategorie .pagination {
  overflow: hidden;
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.single .videocategorie .pagination .pagi-next {
  float: right;
}
.single .videocategorie .pagination .pagi-next .fa {
  margin-left: 5px;
}
.single .videocategorie .pagination .pagi-prev {
  float: left;
}
.single .videocategorie .pagination .pagi-prev .fa {
  margin-right: 5px;
}
/* Single Video + Atrikel */
.single .breadcrumb {
  padding: 15px;
}
.single .breadcrumb .fa {
  font-size: 10px;
  margin: 0 5px;
}
.single .main {
  width: 66.6666%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.single .main .title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  height: 0;
  overflow: hidden;
}
@media (max-width: 500px) {
  .single .main .title {
    font-size: 1.5em;
  }
}
.single .main .title.hey {
  overflow: visible;
}
.single .main .title span {
  display: block;
  line-height: 0;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.single .main .share-single.left {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -26px;
  width: 30px;
}
.single .main .share-single.left a {
  height: 30px;
  margin-bottom: 1px;
  display: block;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s;
  color: #fff;
}
.single .main .share-single.left a:hover {
  opacity: 0.5;
}
.single .main .share-single.left a.facebook {
  background: #3B5998;
}
.single .main .share-single.left a.whatsapp {
  background: #64d448;
}
.single .main .share-single.left a.twitter {
  background: #55ACEE;
}
.single .main .share-single.left a.google {
  background: #CC3732;
}
@media (max-width: 768px) {
  .single .main .share-single.left {
    position: static;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .single .main .share-single.left a {
    float: left;
    width: calc(33.3333% - 1px);
    margin-right: 1px;
    font-size: 22px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 0;
  }
}
.single .main .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}
.single .main .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .main .inhalt {
  line-height: 1.8;
}
.single .main .inhalt h2,
.single .main .inhalt h3,
.single .main .inhalt h4 {
  text-transform: uppercase;
  line-height: normal;
}
.single .main .inhalt figure {
  width: auto !important;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
}
.single .main .inhalt figure figcaption {
  margin: 5px 0 0;
}
.single .main .inhalt iframe.twitter-tweet {
  margin: auto;
}
.single .main .release_informations {
  background: #d8d8d8;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  border-top: 3px solid #1b4a49;
}
.single .main .release_informations p {
  margin: 0;
}
.single .main .release_informations .share-me {
  font-size: 18px;
  margin: 15px 0 0;
  font-weight: lighter;
  font-style: italic;
}
.single .main .release_informations .share-single {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  margin-top: 15px;
}
.single .main .release_informations .share-single a {
  color: #fff;
  display: inline-block;
  width: calc(33.3333% - 1px);
  float: left;
  padding: 5px 10px;
  text-align: center;
  margin-right: 1px;
  font-size: 22px;
  transition: all 0.3s;
}
.single .main .release_informations .share-single a:hover {
  opacity: 0.5;
}
.single .main .release_informations .share-single a.facebook {
  background: #3B5998;
}
.single .main .release_informations .share-single a.whatsapp {
  background: #64d448;
}
.single .main .release_informations .share-single a.twitter {
  background: #55ACEE;
}
.single .main .release_informations .share-single a.google {
  background: #CC3732;
}
.single .main .disqus {
  margin-bottom: 30px;
}
.single .aside {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}
.single .aside .more-videos {
  background: #d8d8d8;
  padding: 20px;
  margin-bottom: 20px;
}
.single .aside .more-videos a {
  text-decoration: none;
  color: #3d3d3b;
}
.single .aside .more-videos h3 {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.single .aside .more-videos h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0;
}
.single .aside .more-videos p {
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .single #content {
    padding-top: 135px;
  }
  .single .header-image {
    min-height: 330px;
  }
  .single .header-image .title {
    font-size: 2em;
    padding: 15px;
  }
  .single .header-image .title span {
    font-size: 16px;
  }
  .single .main {
    width: 100%;
    float: none;
  }
  .single .aside {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .single #content {
    padding-top: 120px;
  }
}
/* SEARCH */
@media (max-width: 768px) {
  .search .main {
    margin: 0 10px;
  }
}
.search .main .find {
  margin: -10px -20px 20px;
  padding: 20px;
  background: #3d3d3b;
  color: #fff !important;
}
.search .main .grid {
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .search .main .grid {
    margin: 0;
  }
}
.search .main .grid a {
  color: #3d3d3b;
}
.search .main .grid .searched-item {
  width: calc(33.3333% - 20px);
  border-top: 3px solid #1b4a49;
  background: #eaeaea;
  padding: 0 20px;
  margin: 0 10px 20px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .search .main .grid .searched-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .search .main .grid .searched-item {
    width: calc(100% - 20px);
  }
}
.search .main .grid .searched-item:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  -moz-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
}
.search .main .grid .searched-item h2 {
  text-transform: uppercase;
  color: #1b4a49;
}
.search .main .grid .searched-item .cat-title {
  position: relative;
  top: 10px;
  display: block;
  border-bottom: 1px solid;
  width: 100%;
}
.search .main .grid .searched-item .img {
  position: relative;
  margin: 0 -20px;
}
.search .main .grid .searched-item .img .cat {
  text-transform: uppercase;
  position: absolute;
  padding: 0 15px 3px 10px;
  color: #fff;
  border-radius: 0 0 5px 0;
}
.search .main .grid .searched-item .img .cat .icon {
  width: 35px;
  position: absolute;
  right: -23px;
  top: -11px;
}
.search .main .pagination {
  overflow: hidden;
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.search .main .pagination a {
  text-decoration: none;
}
.search .main .pagination .pagi-next {
  float: right;
}
.search .main .pagination .pagi-next .fa {
  margin-left: 5px;
}
.search .main .pagination .pagi-prev {
  float: left;
}
.search .main .pagination .pagi-prev .fa {
  margin-right: 5px;
}
.search .main .new-search {
  background: #3d3d3b;
  margin: 10px -10px;
  padding: 10px 30px 40px;
  color: #fff;
}
.search .main .new-search .search-field {
  width: calc(100% - 47px);
  transition: all 0.3s ease;
  padding: 5px 10px;
}
.search .main .new-search .search-field:focus {
  outline: none;
  background: #d8d8d8;
  color: #3d3d3b;
}
.search .main .new-search #searchsubmit {
  box-shadow: none;
  text-shadow: none;
  background: #d8d8d8;
  border: 0;
  transition: all 0.3s ease;
  padding: 10px 15px 9px;
}
.search .main .new-search #searchsubmit:hover {
  background: #1b4a49;
  color: #fff;
}
.search .main .more-videos {
  padding-top: 20px;
}
.search .main .more-videos a {
  color: #3d3d3b;
}
.search .main .more-videos .item {
  width: calc(33.33% - 20px);
  padding: 0 15px;
  border-top: 3px solid #1b4a49;
  background: #eaeaea;
  transition: all 0.5s ease;
  margin: 0 10px 20px;
}
.search .main .more-videos .item:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  -moz-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
}
@media (max-width: 768px) {
  .search .main .more-videos .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .search .main .more-videos .item {
    width: calc(100% - 20px);
  }
}
.search .main .more-videos .item .img {
  margin: 0 -15px;
  position: relative;
}
.search .main .more-videos .item .img .cat {
  text-transform: uppercase;
  position: absolute;
  padding: 0 15px 3px 10px;
  color: #fff;
  border-radius: 0 0 5px 0;
}
.search .main .more-videos .item .img .cat .icon {
  width: 35px;
  position: absolute;
  right: -23px;
  top: -11px;
}
.search .main .more-videos .item h4 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #1b4a49;
}
.search .main .more-videos .item .post-meta {
  margin: auto -15px;
  border-top: 1px solid;
  padding: 0 15px;
}
.search .main .more-videos .item .post-meta .date {
  margin: 5px 0;
}
/* 404 ERROR */
.error404 .page-header {
  text-align: center;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  margin-top: 20px;
}
.error404 .page-header .page-title {
  background: #1b4a49;
  padding: 0 0 10px;
}
.error404 .page-header span {
  font-size: 5em;
}
.error404 .new-search {
  background: #3d3d3b;
  margin: 10px -10px;
  padding: 10px 30px 40px;
  color: #fff;
}
.error404 .new-search .search-field {
  width: calc(100% - 47px);
  transition: all 0.3s ease;
  padding: 5px 10px;
}
.error404 .new-search .search-field:focus {
  outline: none;
  background: #d8d8d8;
  color: #3d3d3b;
}
.error404 .new-search #searchsubmit {
  box-shadow: none;
  text-shadow: none;
  background: #d8d8d8;
  border: 0;
  transition: all 0.3s ease;
  padding: 10px 15px 9px;
}
.error404 .new-search #searchsubmit:hover {
  background: #1b4a49;
  color: #fff;
}
.error404 .more-videos {
  padding-top: 20px;
}
.error404 .more-videos a {
  color: #3d3d3b;
}
.error404 .more-videos .item {
  width: calc(33.33% - 20px);
  padding: 0 15px;
  border-top: 3px solid #1b4a49;
  background: #eaeaea;
  transition: all 0.5s ease;
  margin: 0 10px 20px;
}
.error404 .more-videos .item:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  -moz-box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
  box-shadow: 0px 0px 3px 0px rgba(61, 61, 59, 0.7);
}
@media (max-width: 768px) {
  .error404 .more-videos .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .error404 .more-videos .item {
    width: calc(100% - 20px);
  }
}
.error404 .more-videos .item .img {
  margin: 0 -15px;
  position: relative;
}
.error404 .more-videos .item .img .cat {
  text-transform: uppercase;
  position: absolute;
  padding: 0 15px 3px 10px;
  color: #fff;
  border-radius: 0 0 5px 0;
}
.error404 .more-videos .item .img .cat .icon {
  width: 35px;
  position: absolute;
  right: -23px;
  top: -11px;
}
.error404 .more-videos .item h4 {
  margin: 10px 0;
  text-transform: uppercase;
  color: #1b4a49;
}
.error404 .more-videos .item .post-meta {
  margin: auto -15px;
  border-top: 1px solid;
  padding: 0 15px;
}
.error404 .more-videos .item .post-meta .date {
  margin: 5px 0;
}
/* FB FOLLOW */
.vc_dbate_fb_follow {
  overflow: hidden;
  background: #3B5998;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: 0 0 20px;
  background-size: 168px;
}
.vc_dbate_fb_follow h1 {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .vc_dbate_fb_follow h1 {
    line-height: 1.3;
    font-size: 25px;
  }
}
.vc_dbate_fb_follow p {
  margin: 0 0 15px;
}
/* NEWSLETTER */
.vc_dbate_newsletter .newsletter {
  margin: 0 0 20px;
  padding: 20px;
  background-size: 168px;
  display: table;
}
.vc_dbate_newsletter .newsletter .left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
@media (max-width: 500px) {
  .vc_dbate_newsletter .newsletter .left {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.vc_dbate_newsletter .newsletter .left h1 {
  font-size: 3em;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .vc_dbate_newsletter .newsletter .left h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 500px) {
  .vc_dbate_newsletter .newsletter .left h1 {
    font-size: 1.5em;
    float: none;
    width: 100%;
    margin: inherit;
  }
}
.vc_dbate_newsletter .newsletter .left h2 {
  margin: 0;
}
.vc_dbate_newsletter .newsletter form {
  display: table-cell;
  float: none;
  width: 50%;
  padding: 0;
}
@media (max-width: 500px) {
  .vc_dbate_newsletter .newsletter form {
    width: 100%;
    display: block;
  }
}
.newsletter {
  background: #3d3d3b;
  margin: 35px -10px;
  padding: 30px;
  color: #fff;
  overflow: hidden;
}
.newsletter h1 {
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .newsletter h1 {
    line-height: 1.3;
    font-size: 25px;
  }
}
.newsletter form {
  float: left;
  width: 75%;
  padding-right: 30px;
}
@media (max-width: 500px) {
  .newsletter form {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.newsletter form .feld {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.newsletter form .feld:focus {
  outline: none;
  background: #d8d8d8;
  color: #3d3d3b;
}
.newsletter form .btn {
  box-shadow: none;
  border: 0;
  text-shadow: none;
  padding: 5px 10px;
  line-height: 23px;
  text-transform: uppercase;
}
.newsletter form .btn:hover {
  background: #1b4a49;
  color: #fff;
}
.newsletter .icon {
  float: left;
  width: 25%;
}
@media (max-width: 500px) {
  .newsletter .icon {
    display: none;
  }
}
.newsletter-alert {
  padding: 20px;
  margin: 20px -10px;
  background: #1b4a49;
  color: #fff;
}
.gotop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 50px !important;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  z-index: 9;
  display: none;
}
/*--------------------------------------------------------------
# dbate Relaunch
--------------------------------------------------------------*/
/* IE Hack 10 - 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-startseite .header,
  .single .header {
    display: table;
  }
  .page-template-template-startseite .header .wrapper,
  .single .header .wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .page-template-template-startseite .header .wrapper .header-image,
  .single .header .wrapper .header-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .page-template-template-startseite .header .wrapper .theme-info,
  .single .header .wrapper .theme-info {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page-template-template-startseite .header .wrapper .theme-info h1,
  .single .header .wrapper .theme-info h1,
  .page-template-template-startseite .header .wrapper .theme-info p,
  .single .header .wrapper .theme-info p {
    width: 100%;
    max-width: 600px;
  }
  .page-template-template-startseite .header .wrapper .title,
  .single .header .wrapper .title {
    width: 100%;
    margin: 0 auto;
  }
}


.pea_cook_wrapper p {
    font-size: 13px !important;
}
