/*!
Theme Name: dogfilm
Theme URI: http://underscores.me/
Author: Stephan Helmut Beier
Author URI: https://www.beiermedia.de
Description: Dofilm
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dogfilm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/
@font-face {
 font-family: 'Plain-Light'; /* Gewünschter Name */
 src: url('/wp-content/themes/dogfilm/fonts/Plain-Light/Plain-Light.eot');
           /* für IE9 */
 src: 
      url('/wp-content/themes/dogfilm/fonts/Plain-Light/Plain-Light.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('/wp-content/themes/dogfilm/fonts/Plain-Light/Plain-Light.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}



main {
	display: block;position: relative;
}





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


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


a {
	background-color: transparent;text-decoration: none;
}


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%;
}




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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
#presse {display: none;}
.blackbg {    position: absolute;
    z-index: -1;


background: rgb(255,255,255);
background: white;
    width: calc(100% + 80px);
    height: 100%;
    left: -40px;
    top: 0%;
}
:root {
  --font-01: 15px;
  --line-01: 30px;

  --font-02: 25px;
  --line-02: 40px;


  --font-03: 30px;
  --line-03: 40px;

  --font-04: 40px;
  --line-04: 50px;

  --font-05: 50px;
  --line-05: 60px;
}


@media screen and (max-width: 800px) {
	:root {
  --font-01: 10px;
  --line-01: 25px;

  --font-02: 15px;
  --line-02: 25px;


  --font-03: 20px;
  --line-03: 25px;

  --font-04: 30px;
  --line-04: 40px;

  --font-05: 40px;
  --line-05: 50px;
}


	}

body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	   font-family: 'Plain-Light',sans-serif;
	   	margin: 0;
	padding:20px;
	padding-bottom: 0px;
    font-size: var(--font-02);
    line-height:  var(--line-02);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
 
    font-size: var(--font-05);
    line-height:  var(--line-05);
  
}

h2 {
	    font-size: var(--font-04);
    line-height:  var(--line-04);
}

    .archive h2 {    font-size: var(--font-03);
    line-height:  var(--line-03);margin: 0px;padding:0px;margin-top:5px;display: block;}
    .archive p {margin-top:0px; font-size: var(--font-02);
    line-height:  var(--line-02);}


.grid-single  h2 {/** opacity: .5 !important;    mix-blend-mode: difference; */
font-size: var(--font-02);
    line-height: var(--line-02);
    position: absolute;
    left: 0px;
    font-weight: 100;
    text-transform: uppercase;
    background:black;
    text-transform: uppercase;
    top: -40px;
    padding: 0px 7px;
    padding-right: 0px;
    color: #ffffff !important;
    letter-spacing: 8px;

}
h3 {
    font-size: var(--font-03);
    line-height:  var(--line-03);
	display: inline-block;
}
#thecontent h3 {margin-bottom: 0px;margin-top: 40px;}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -8px;

	font-size:15px;
 	line-height: 20px;
 	display: inline-block;
 }
p {
	margin-bottom: 1.5em;
}

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

blockquote {
 font-size: var(--font-05);
    line-height:  var(--line-05);
    margin: 0px;
    padding: 0px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	text-align: right;
}

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

}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	 display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	    font-size: var(--font-02);
    line-height:  var(--line-02);

}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: inline-block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}




/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


subhead {    font-size: 50px;
    line-height: 70px;}


.swiper-container-titel {
  height: 600px;
  width: calc(100% + 80px);

  margin: 0px;
    margin-left:-40px;
    overflow: hidden;
}
.swiper-container {}
.swiper-container-subtitel {
	margin-top: -340px;  height: 600px;
}
.swiper-container-free-mode .swiper-wrapper,.swiper-container-free-mode .swiper-slide{width: auto !important;padding: 0px 100px;}
.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}

.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;    min-width: 100%;
}
.grid-links {background-color: white;padding: 20px 0px;}
.grid-links .swiper-slide,.grid-links .swiper-container-free-mode  .swiper-slide{min-width: unset;padding:0px 20px;}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.06em;
}
.single video#myVideo {
    width: 107%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: .7;
}
.single .grid-archive  video#myVideo {
   height:100%;
   width: auto;

    position: fixed;
    top: 0px;
    left: -43%;
    z-index: 0;
    opacity: 1;
}


.line {height:2px;width:100%;background-color: black;}

.grid-archive-line {margin-left: -40px;width:calc(100% + 80px);}

.grid-archive-line video {display: none;}
.grid-archive-line a:hover video {display: block;}
.grid-archive-line a p {opacity: 0;margin-top: 0px;padding-top: 0px;transition: opacity .15s ease-in-out;}
.grid-archive-line a:hover p {opacity: 1;transition: opacity .35s ease-in-out;}
.grid-archive-line a:nth-child( odd ) {
display: grid;
	grid-template-columns: 2fr 1fr;
overflow: hidden;

}
.grid-archive-line a {
border-top:2px solid black;
}

.grid-archive-line a:nth-child( even ) {
display: grid;
	grid-template-columns: 1fr 2fr;
	overflow: hidden;

}
.grid-archive-line a:nth-child( even ) .grid-archive-line-bid {
    grid-row: 1;
	grid-column: 2 / 3;
	border-left:2px solid black;
}
.grid-archive-line a:nth-child( even ) .grid-archive-line-text {
    grid-row: 1;
	grid-column: 1 / 2;

}
.grid-archive-line a:nth-child( odd ) .grid-archive-line-bid {
    grid-row: 1;
	grid-column: 1 / 2;
	border-right:2px solid black;
}
.grid-archive-line a:nth-child( odd ) .grid-archive-line-text {
    grid-row: 1;
	grid-column: 2 / 3;
	
}
.grid-archive-line-bid {position: relative;height: 400px;transition: height .15s ease-in-out;}

.grid-archive-line a:hover .grid-archive-line-bid {height: 500px;transition: height .35s ease-in-out;}
.grid-archive-line img {  position: absolute;
  top: 50%; right: 50%;min-width: 100%;
  transform: translate(50%,-50%);}
.grid-archive-line .colorful {height: 100%;width:100%;}
.colorful-inner {height: 100%;width:100%;padding: 40px;background-color: white;position: relative;}

.grid-archive-line  .colorful  h2 {display: inline;
    margin: 0px;
}
.grid-archive-line  .colorful  sup {}
.grid-archive-line video {width: 100%;position: absolute;z-index: 2;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);}




.grid-news
{
	margin-top:0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    margin-top:10px;
    margin-bottom: 10px;
   }

.grid-news-text .content {  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
border:2px solid black;padding:40px;}

.buttonmehrerfahren {position: absolute;
    bottom: 30px;
    left: 40px;
display: inline-block;
    background-color: #f25762;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: var(--font-02);
    line-height: var(--font-02);}
.aspectratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aspectratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}





.grid-archive 
{
	margin-top:0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
   }
.grid-archive a {display: block;    padding-top: calc(100% / (var(--aspect-ratio))); border:2px solid black;
    overflow: hidden;}
.aspectratio {
    padding-top: calc(100% / (var(--aspect-ratio)));
}

.aspectratio {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}

    .boxcontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: grid;
}
    .boxcontent img,.boxcontent video  {
    height: 100%;
    width: 	auto;max-width: unset;  
       top: 0;
    left: -43%;
    position: absolute;
}
.single .grid-archive a .boxcontent video#myVideo {opacity: 0;}
.single .grid-archive a:hover .boxcontent video#myVideo {opacity: 1;}
 .boxcontent img {z-index: -1;}
.boxcontent .boxtext {
place-self: flex-end;
    position: absolute;
    width: 100%;
    padding: 20px;
 background: #f8f8f8;
    border-top: 2px solid black;
}

.boxcontent .boxtext h2 {
    font-size: var(--font-02);
    line-height: var(--line-02);
    display: inline;
    padding: 0px;
    margin: 0px;    
}

.boxcontent sup { }

.grid-single-container {
	width: 100%;position: relative;display: block;    padding-left: 40px;
    padding-right: 40px;padding-bottom: 80px;
}
.grid-single  {
	width: 100%;
	display: grid;
	grid-template-columns:  minmax(0, 8fr) minmax(0, 4fr);
    column-gap: 40px;
    row-gap: 0px;
  min-height: 1000px;
   position: relative;    padding-top: 40px;
   }
.grid-single section {margin-bottom: 80px;position: relative;  max-width: 100%;
padding-top: 60px;padding-bottom: 80px;}
#watch {padding-top: 0px;    margin-bottom: 40px;}
.text {max-width: 100%;}
.swiper-zitat {width:auto;height:300px;max-width: 100%;
  overflow: hidden;}
.grid-single-1  {
position: relative;
	grid-column: 2 / 3;
  	grid-row: 1/ 2;
    justify-self: end;
}
.grid-single-2  {
position: relative;
	grid-column: 1 / 2;
  	grid-row: 1/ 2;
}
.grid-single-3  {
position: relative;
	grid-column: 1 / 3;
  	grid-row: 2/ 3;
  	
}

.grid-single-inner { 	border:2px solid black;
  	 	padding: 40px;    margin-bottom: 40px;}

.grid-facts {		}
.grid-facts.crew div {    display: inline;
    line-height: 49px;
    
    -webkit-box-decoration-break: clone;

   } 
.grid-facts div div {display: inline-block;border:2px solid black;    margin-right: 0px;margin-bottom: 8px;padding:2px 5px;background:  #f8f8f8;}
.grid-facts div div.jahr {background-color: black; color:#f8f8f8;min-width:70px;}
 

  .grid-facts-line:hover .festival {background: #f8f8f8;}

.grid-facts div div.position {background-color: black; color:#f8f8f8;min-width:70px;}
#primary-menu a {border:2px solid black; padding: 2px 5px;margin-right: 5px;    background: #f8f8f8;}
.site-header {
    display: grid
    grid-template-columns: 1fr 5fr;}


.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: -40px;
    background: #f8f8f8;
}

.logline {padding-top: 40px;padding-bottom: 40px;}
figcaption {
    text-align: right;
    padding-right: 20px;
}

.sticky {
    position: fixed;
    top: 40px;
    right: 80px;
    width: 560px;
    z-index: 2;
    height: auto;
  }
  #watch  .grid-single-inner {}
  .tml-log-wrap,.tml-pwd-wrap {width: calc(50% - 4px);display: inline-block;}
  .tml-links a {color: white;}
  .grid-single-inner {width: 560px; color:white;     background:#3a3838;}
  .grid-single-inner:hover {  }

  #watch .grid-single-inner {width: 100%;}
  .swiper-pagination-bullet {background-color: black !important;width: 20px !important;height:20px !important;border-radius:0px !important;}

  #primary-menu .menu-item-76 a,#primary-menu .current-menu-item  a, .single-filme #primary-menu .menu-item-80 a,#primary-menu .dogmenumainitem a{background-color: black;color:#f8f8f8;}
  .site-branding a {display: none;}
  .hide {display: none;}
section#synopsis .text{

    padding: 0px;

}
.entry-content {    background-color: white;
    margin: 0px;
    padding: 0px 40px 40px 40px;
    margin-top: 0px;
}
.single .site-main  {background-color: transparent;}
section#synopsis .text:hover { }


.mehr {    background: white;
    height: 55px;
    padding-top: 5px;
    padding-bottom: 0;
    width: calc(100% + 80px);
    overflow: hidden;
    margin-left: -40px;
    font-size: var(--font-02);
    line-height: var(--line-02);
    z-index: 3;
    border-top: 2px solid black;
    position: relative;    margin-top: 0px;
    border-bottom: 2px solid black;}
    .mehrfilme {         position: relative;
    background: white;
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 10px;
    z-index: 3;
    padding-top: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;}

    .site-footer {width:calc(100% + 80px); margin-left: -40px; }
    .stickybyebye {background:red;position: sticky;}
.mainfacts,.maincontent {margin-top: 40px;}


.grid-links img {height: 80px;filter: grayscale();}


.is-sticky {
  position: fixed;
  right: 80px;

}
.is-sunk {
  position: absolute;  right:0px;
  bottom: 0;
}

.is-sunk-wrapper {
  position: relative;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;

}
body.single {

}
.singlehero {min-height: 500px;}
.singlehero h1, .singlehero subhead, .singlehero a{}
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
}


.snav-button-prev {
    background-image: url(/wp-content/themes/dogfilm/icons/a-left.svg)!important;
    transform: scale(5);
    top: 144px;
    height: 60px !important;
    width: 60px !important;
      position: absolute !important;
}
.snav-button-next {
    background-image: url(/wp-content/themes/dogfilm/icons/a-right.svg)!important;
    transform: scale(5);
    right: 0px;
    left: unset;
    position: absolute !important;
    top: 144px;
    height: 60px !important;
    width: 60px !important;
}
.snav-button {
    position: relative;
    background-size: 102px 65px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.singlenav {display:none;z-index: 4;position: absolute;top:50px;height: 100px;width: 100%;}

.dud {
  color: #9f9f9f;
}

.kiste {display:block;margin-bottom: 20px;}

#mainfacs {position: fixed;right:80px;}



/**
 ___________________________________________
|  _______________________________________  |
| / .-----------------------------------. \ |
| | | /\ :                        90 min| | |
| | |/--\:....................... NR [ ]| | |
| | `-----------------------------------' | |
| |      //-\\   |         |   //-\\      | |
| |     ||( )||  |_________|  ||( )||     | |
| |      \\-//   :....:....:   \\-//      | |
| |       _ _ ._  _ _ .__|_ _.._  _       | |
| |      (_(_)| |(_(/_|  |_(_||_)(/_      | |
| |               low noise   |           | |
| `______ ____________________ ____ ______' |
|        /    []             []    \        |
|       /  ()                   ()  \       |
!______/_____________________________\______!

 */
@media screen and (min-width: 1600px) { 
.site-main {max-width: 1400px;margin:0px auto;}
.kiste {display: grid;    grid-template-columns: 1fr 3fr;
    column-gap: 30px;
    row-gap: 30px;}
}